<?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, 09 Jul 2008 00:30:23 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Developer Tutorials Blog: RSS feeds in PHP: 3 simple steps to PHP RSS generation]]></title>
      <guid>http://www.phpdeveloper.org/news/9985</guid>
      <link>http://www.phpdeveloper.org/news/9985</link>
      <description><![CDATA[<p>
On the Developer Tutorials blog today, there's <a href="http://www.developertutorials.com/blog/php/rss-feeds-in-php-3-simple-steps-to-php-rss-generation-121/">a new post</a> talking about the "three easy steps" to making an RSS feed for your blog:
</p>
<blockquote>
Adding an RSS feed to your site is quick and painless, and can be done with pure PHP (and some kind of data source). After the jump, 3 simple steps to building an RSS feed in php.
</blockquote>
<p>
The steps are pretty simple - figure out what content you want to serve, set up the basic RSS XML structure, and loop through your data to push it in to the template and echoed out. Some simple example code is included.
</p>]]></description>
      <pubDate>Thu, 17 Apr 2008 08:47:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ben Ramsey's Blog: Installing the Eclipse PHP IDE]]></title>
      <guid>http://www.phpdeveloper.org/news/6922</guid>
      <link>http://www.phpdeveloper.org/news/6922</link>
      <description><![CDATA[<p>
Wanting to try out something new in the IDE department, <i>Ben Ramsey</i> reached for the <a href="http://www.eclipse.org/php/">Eclipse PHP IDE</a> to see how it ran. His <a href="http://benramsey.com/archives/installing-the-eclipse-php-ide/">latest post</a> details the installation process he went through to get things up and running.
</p>
<blockquote>
I already had a working Eclipse installation that I had used to try out <a href="http://www.phpeclipse.de/">PHPeclipse</a> for Eclipse (not to be confused with the PHP IDE), so I didn't want to bother downloading a brand new full package of Eclipse that includes the PHP IDE and all its requirements. So, I set about on a tedious journey to figure out how to install PHP IDE using the Eclipse Update Manager. These are my notes.
</blockquote>
<p>
There's really only three main steps <a href="http://benramsey.com/archives/installing-the-eclipse-php-ide/">he went through</a>: disable PHPeclipse (if installed), install the other software needed by PHP IDE, and finally, install the PHP IDE plugin itself. That's it (assuming all goes well with the prerequisites).
</p>
<p>
You can grab the latest copy of the Eclipse PHP IDE from <a href="http://www.eclipse.org/php/">the project's website</a>.
</p>]]></description>
      <pubDate>Mon, 18 Dec 2006 16:34:00 -0600</pubDate>
    </item>
  </channel>
</rss>
