<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 22 May 2013 08:24:39 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Reddit.com: Where can I find a free place to edit PHP code and see the results?]]></title>
      <guid>http://www.phpdeveloper.org/news/18099</guid>
      <link>http://www.phpdeveloper.org/news/18099</link>
      <description><![CDATA[<p>
In <a href="http://www.reddit.com/r/PHP/comments/v1i2t/where_can_i_find_a_free_place_to_edit_php_code/">this recent post</a> to Reddit.com, the question is asked "Where can I find a free place to edit PHP code and see the results?"
</p>
<blockquote>
Hey everyone,
Recently I was tasked with coming up with some code for an possible job opportunity. I'm wondering if anyone could point me to a place where I can easily write and edit PHP code and see the actual program run.
</blockquote>
<p>Suggestions from the comments include:</p>
<ul>
<li><a href="http://codepad.org/">Codepad.org</a>
<li><a href="http://ideone.com/">Ideone.com</a>
<li>The <a href="http://www.php.net/archive/2012.php">built-in webserver</a> for PHP 5.4.x
<li><a href="http://ignite.io/">Ignite.io</a>
</ul>]]></description>
      <pubDate>Fri, 15 Jun 2012 09:13:49 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: PHP Simple HTML DOM Parser: Editing HTML Elements in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/16833</guid>
      <link>http://www.phpdeveloper.org/news/16833</link>
      <description><![CDATA[<p>
On PHPBuilder.com today there's a new tutorial from <i>Vojislav Janjic</i> about using a <a href="http://www.phpbuilder.com/columns/PHP_HTML_DOM_parser/PHPHTMLDOMParser.cc_09-07-2011.php3">simple DOM parser</a> in PHP to edit the markup even if it's not correctly W3C-formatted - the <a href="http://simplehtmldom.sourceforge.net/">Simple HTML DOM Parser</a>
</p>
<blockquote>
Simple HTML DOM parser is a PHP 5+ class which helps you manipulate HTML elements. The class is not limited to valid HTML; it can also work with HTML code that did not pass W3C validation. Document objects can be found using selectors, similar to those in jQuery. You can find elements by ids, classes, tags, and much more. DOM elements can also be added, deleted or altered. 
</blockquote>
<p>
They help you get started using the parser, passing in the HTML content to be handled (either directly via a string or loading a file) and locating elements in the document either by ID, class or tag. Selectors similar to those in CSS are available. Finally, they show how to find an object and update its contents, either by adding more HTML inside or by appending a new object after it.
</p>]]></description>
      <pubDate>Thu, 08 Sep 2011 10:06:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ServerGrove Blog: Editing Twig Templates in Dreamweaver]]></title>
      <guid>http://www.phpdeveloper.org/news/15998</guid>
      <link>http://www.phpdeveloper.org/news/15998</link>
      <description><![CDATA[<p>
On the ServerGrove blog today there's a new post showing how you can set up Dreamweaver to be able to <a href="http://blog.servergrove.com/2011/03/03/editing-twig-templates-in-dreamweaver/">edit Twig templates</a> directly, complete with syntax highlighting.
</p>
<blockquote>
If you are a designer working with Symfony developers you will soon encounter Twig. Twig is a template engine for PHP that has been adopted by Symfony 2, and from a designers perspective, it's a major improvement over the way things are done in Symfony! For designers who have used templating systems like Smarty before, Twig is going to be a walk in the park, if you have not used a templating system before, Twig is a great place to start. 
</blockquote>
<p>
It's a simple two-step process to get things up and working. You just need to tell Dreamweaver that ".twig" files should be recognized as code and set up the syntax highlighting in the "MMDocumentTypes" XML configuration file (might be a little tricky for non-development types). This change tells the program to open them with HTML syntax highlighting.
</p>]]></description>
      <pubDate>Fri, 04 Mar 2011 10:16:28 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Webitech.net: Create an Impressive Content Editing System with jQuery and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/14162</guid>
      <link>http://www.phpdeveloper.org/news/14162</link>
      <description><![CDATA[<p>
On Webitech.net there's a new tutorial showing how to combine PHP and jQuery to create a simple <a href="http://webitect.net/development/phpmysql/create-an-impressive-content-editing-system-with-jquery-and-php/">content editing system</a> when you don't need a full-blown CMS to manage the pages of your site.
</p>
<blockquote>
I'm going to show you how to use jQuery and PHP to build a content editing system that will allow you or your client to easily edit .html pages visually. [...] Our file structure is going to be really simple - just admin.php, the wymeditor package and jquery together in the demo directory.
</blockquote>
<p>
The tool uses PHP's <a href="http://php.net/file_get_contents">file_get_contents</a> to pull in the source of the page into a textarea and edit it with jQuery and the <a href="http://www.wymeditor.org/">WYM Editor</a>. Full code is included for your cut and paste pleasure but if you need a quicker fix, you can <a href="http://webitect.net/demos/editor/jQuery_and_PHP_Editor.zip">download the source</a>. There's also <a href="http://webitect.net/demos/editor/editor.php">a demo</a> to see it in action.
</p>]]></description>
      <pubDate>Wed, 10 Mar 2010 11:22:40 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: phpanywhere (Online PHP IDE)]]></title>
      <guid>http://www.phpdeveloper.org/news/12427</guid>
      <link>http://www.phpdeveloper.org/news/12427</link>
      <description><![CDATA[<p>
The <a href="http://phpanywhere.net/">phpanywhere site</a> boasts itself as "the easiest way to bring work with you anywhere you go - without bringing anything". The free (still in beta) service offers online PHP editing through a web browser interface.
</p>
<blockquote>
PHPanywhere is a web based free Integrated Development Environment or IDE for the PHP language, in other words it is an application that gives developers all the code editing capabilities they need to develop PHP applications online. It includes a real-time syntax code editor with support for all web formats and a powerful FTP editor.
</blockquote>
<p>
You can add in FTP servers and pull files directly from them to edit and upload back over. You can also use the project sharing to allow others to see the current state of your code (real-time collaboration is "coming soon"). You can see screenshots of <a href="http://phpanywhere.net/images/editor.jpg">the editor interface</a>, <a href="http://phpanywhere.net/images/newftp.jpg">setting up FTP sites</a> and <a href="http://phpanywhere.net/images/permissions.jpg">modifying permissions for the files</a>.
</p>]]></description>
      <pubDate>Wed, 29 Apr 2009 11:12:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jamie Hammett's Blog: Open ID edit one page on Wordpress]]></title>
      <guid>http://www.phpdeveloper.org/news/12178</guid>
      <link>http://www.phpdeveloper.org/news/12178</link>
      <description><![CDATA[<p>
Want the "quick and dirty" way to get OpenID support up and running on your WordPress blog? Check out <a href="http://jaime.hemmett.org/blog/?p=390">this new post</a> from <i>Jamie Hemmett</i> - short, sweet and to the point.
</p>
<p>
Some of the tools you'll need are the <a href="http://wordpress.org/extend/plugins/openid/">OpenID plugin</a>, <a href="http://agapetry.net/">RoleScoper</a>, Adminimise and some knowledge of working with the WordPress files directly to add in the OpenID support. You'll also need to set up your blog to accept new registrations.
</p>
<p>
Sample code is included for "OpenID-ing" the page with a new kind of login form.
</p>]]></description>
      <pubDate>Fri, 20 Mar 2009 10:52:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CSSGallery.info: Textmate - php syntax check]]></title>
      <guid>http://www.phpdeveloper.org/news/11826</guid>
      <link>http://www.phpdeveloper.org/news/11826</link>
      <description><![CDATA[<p>
If you're a fan of the <a href="http://macromates.com/">Textmate</a> editor for the Mac platform, you might want to check out <a href="http://cssgallery.info/textmate-php-syntax-check/">this new post</a> from the cssgallery website. It shows how you can get your favorite editor to check your PHP syntax for you.
</p>
<blockquote>
A nice "hidden" feature that Textmate has, is to check the syntax of the php files you are writing, and display a popup with the result. [...] Each time you save, a syntax check will be done, and a popup will show you the result
</blockquote>
<p>
You'll need to edit the PHP bundle slightly to get things working, but that's as easy as going through the UI and changing a drop-down value to activate the check. You'll need to have a php binary where the editor can use it, but most OS X installs will have that in place anyway. Check out <a href="http://cssgallery.info/wp-content/uploads/2009/01/capture-21.png">this image</a> to see the end result.
</p>]]></description>
      <pubDate>Tue, 27 Jan 2009 12:55:22 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[DevShed: Building Your Own Desktop Notepad Application Using PHP-GTK ]]></title>
      <guid>http://www.phpdeveloper.org/news/11070</guid>
      <link>http://www.phpdeveloper.org/news/11070</link>
      <description><![CDATA[<p>
In <a href="http://www.devshed.com/c/a/PHP/Building-Your-Own-Desktop-Notepad-Application-Using-PHPGTK/">this new tutorial</a> from DevShed, they show how to take that PHP-GTK introductory knowledge a step further and create a simple desktop "notepad" application (corss-platform, of course).
</p>
<blockquote>
If you think building a desktop application such as Notepad is difficult, think again. If you use PHP-GTK, it's almost ridiculously easy. This article will show you how. By the time you're done, you'll have a full cross-platform application in about 100 lines.
</blockquote>
<p>
You need to already have the latest <a href="http://gtk.php.net/download.php">PHP-GTK version</a> installed and have a basic knowledge of how to make an application before you start. All code is included as well as explanations as to where all of the parts go (including a simple find, time/date output, select all and how to tell if the user has modified the contents of the file).
</p>]]></description>
      <pubDate>Tue, 23 Sep 2008 13:07:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ed Finkler's Blog: Zend Studio for Eclipse and SFTPDrive not on speaking terms]]></title>
      <guid>http://www.phpdeveloper.org/news/9826</guid>
      <link>http://www.phpdeveloper.org/news/9826</link>
      <description><![CDATA[<p>
<i>Ed Finkler</i>, a long-time user of <a href="http://www.sftpdrive.com/">SFTPDrive</a> on his Windows machine, has noticed something a bit odd lately when using the new Zend Studio (Eclipse):
</p>
<blockquote>
For some reason, ZSfE just doesn't show me my 'k:' drive (the SFTP mount) when browsing for a project directory. This throws a real wrench in my usual workflow '" ZS 5.5 had built-in SFTP support, and I could also use the local mount if I wanted.
</blockquote>
<p>
Finding nothing in the traditional places, he's <a href="http://funkatron.com/site/comments/zend-studio-for-eclipse-and-sftpdrive-not-on-speaking-terms/#When:14:40:00Z">made this blog post</a> hoping someone might have the answer. Turns out that the fix (as provided by <i>Josh Johnston</i>) is to create a new project around a new Remote Folder.
</p>]]></description>
      <pubDate>Thu, 20 Mar 2008 07:58:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-GTK Community Site: Which editing widget do you use in your PHP-GTK apps?]]></title>
      <guid>http://www.phpdeveloper.org/news/8184</guid>
      <link>http://www.phpdeveloper.org/news/8184</link>
      <description><![CDATA[<p>
The PHP-GTK Community site has <a href="http://www.php-gtk.eu/poll/editing-widget">posted a new poll</a> that ask PHP-GTK developers which, of the choices provided is their favorite editing widget used in their applications.
</p>
<p>The choices are:</p>
<ul>
<li>GtkScintilla
<li>GtkSourceView
<li>GtkTextView
</ul>
<p>
They also included the "Homegrown" option for anyone that might have whipped up their own. At the time of this posting, GtkScintilla and GtkTextView are tied with two votes apiece. If you're a PHP-GTK developer and have worked much with text editing widgets, <a href="http://www.php-gtk.eu/poll/editing-widget">head over and cast your vote</a> today!
</p>]]></description>
      <pubDate>Thu, 05 Jul 2007 09:47:00 -0500</pubDate>
    </item>
  </channel>
</rss>
