<?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>Mon, 08 Sep 2008 05:38:49 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: Zend_Feed: Getting Started With Aggregating RSS/Atom Content]]></title>
      <guid>http://www.phpdeveloper.org/news/9613</guid>
      <link>http://www.phpdeveloper.org/news/9613</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has put together a <a href="http://blog.astrumfutura.com/archives/342-Zend_Feed-Getting-Started-With-Aggregating-RSSAtom-Content.html">very comprehensive post</a> on his blog today about using the Zend_Feed component of the <a href="http://framework.zend.com">Zend Framework</a> to help with the aggregation of content from other sites (like RSS and Atom feeds).
</p>
<blockquote>
In this entry I explore Zend_Feed from the perspective of someone aggregating RSS and Atom feeds with a view to building a database of uniquely identified content for later presentation in a "Planet" style application. [...] In fact all we create here is a simple command line script to aggregate content frequently (e.g. just set up cron to run it every hour or so) into a database for later presentation.
</blockquote>
<p>
He <a href="http://blog.astrumfutura.com/archives/342-Zend_Feed-Getting-Started-With-Aggregating-RSSAtom-Content.html">guides</a> you through each step of the way:
</p>
<ul>
<li>Setting Up Database And Models
<li>The Aggregator Script Foundation
<li>Using Zend_Feed to get common data for RSS/Atom entries
<li>Putting It All Together
</ul>
<p>
There's plenty of code (and SQL to insert) in the post and he explains each point well, helping to make the development process smoother. There's even a summary section to toss in a few extra bits of information just in case you missed them along the way.
</p>]]></description>
      <pubDate>Tue, 12 Feb 2008 09:32:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHPPodcasts.com Launched]]></title>
      <guid>http://www.phpdeveloper.org/news/8711</guid>
      <link>http://www.phpdeveloper.org/news/8711</link>
      <description><![CDATA[<p>
<i>Cal Evans</i>, of Zend Developer Zone (and PHP Abstract) fame has launched a new site to help PHPers with keeping all of their PHP podcasts in one place - <a href="http://www.phppodcasts.com/">PHPPodcasts.com</a> - an archive site to give people searching for PHP podcasts a "one-stop shop".
</p>
<blockquote>
phppodcasts.com is not a replacement for any of the existing feeds, it won't be on iTunes because it's not in competition with the owners podcasts. It's an archival site and a place for people to explore the different podcasts available for PHP developers before subscribing to them.
</blockquote>
<p>
Currently, there's four podcasts under the PHPPodcast umbrella - Zend's own <a href="http://devzone.zend.com/">PHP Abstract</a>, php|architect's <a href="http://podcast.phparch.com/">Pro PHP podcast</a>, the <a href="http://podcast.phpbb.com/">phpBB podcast</a> and the CakePHP group's own podcast, <a href="http://live.cakephp.org/">The Show</a>.
</p>
<p>
Know of a PHP-related podcast that you think should be added to the site? Let Cal know - Cal [at] <a href="http://www.calevans.com">this domain</a>.
</p>]]></description>
      <pubDate>Mon, 24 Sep 2007 10:25:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Planet-Websecurity.org Launched]]></title>
      <guid>http://www.phpdeveloper.org/news/8149</guid>
      <link>http://www.phpdeveloper.org/news/8149</link>
      <description><![CDATA[<p>
As <i>Chris Shiflett</i> <a href="http://shiflett.org/blog/2007/jun/planet-web-security">mentions today</a>, there's a new web development security aggregation site that's been launched - <a href="http://planet-websecurity.org/">Planet-Websecurity.org</a> <a href="http://planet-websecurity.org/feed/">[feed]</a>. <i>Christian Matthies</i> has headed up the project:
</p>
<blockquote>
Those of you who have spoken to me recently may already be aware of this project, but for those who don't, I am pleased to announce the launch of <a href="http://planet-websecurity.org/">Planet Websecurity</a>, founded with the intention to bring together similarly themed news and rants related to Web security and to display them in one place.
</blockquote>
<p>
Included in the list of blogs/sites aggregated are the blogs of: <a href="http://shiflett.org/blog">Chris Shiflett</a>, <a href="http://ha.ckers.org/">Robert Hansen</a>, <a href="http://blogs.securiteam.com/index.php/archives/author/whiteacid/">Sid Karunaratne</a> and <a href="http://christ1an.blogspot.com/">Christian</a> himself.
</p>]]></description>
      <pubDate>Fri, 29 Jun 2007 08:49:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Reading RSS feeds in PHP: Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/6884</guid>
      <link>http://www.phpdeveloper.org/news/6884</link>
      <description><![CDATA[<p>
In a <a href="http://www.phpbuilder.com/columns/ian_gilfillan20061212.php3">new tutorial</a> over on PHPBuilder.com today, they demonstrate how to create and work with one of the most popular data exchange formats on the web today - RSS.
</p>
<blockquote>
Recently I was looking for an RSS aggregator. I was having surprising difficulty finding one that did exactly what I wanted. [...] I began seriously considering writing my own. This month, I show you how to create a basic RSS reader yourself.
</blockquote>
<p>
He <a href="http://www.phpbuilder.com/columns/ian_gilfillan20061212.php3">gives a simple primer</a> to what RSS is and what it looks like (explaining the XML spec) and includes an example of what a simple document looks like. He uses the older XML functionality in PHP (expat) to do the parsing and includes to code that he uses to get the job done.
</p>]]></description>
      <pubDate>Wed, 13 Dec 2006 11:46:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Richard Heyes' Blog: Updates to XML-RPC Library]]></title>
      <guid>http://www.phpdeveloper.org/news/4907</guid>
      <link>http://www.phpdeveloper.org/news/4907</link>
      <description><![CDATA[<i>Richard Heyes</i> has posted two updates about new features of the <a href="http://www.phpguru.org/downloads/RPC_for_PHP5/">XML-RPC library</a> that he's been developing.
<p>
In <a href="http://www.phpguru.org/#95">this post</a> he mentions the updates he's made to allow the class to send aggregate types (arrays, objects, etc) as well as the ability to use standard HTTP authentication.
<p>
He also notes (in <a href="http://www.phpguru.org/#94">this post</a>) he added the ability, via a javascript library, to handle the unserializing of the PHP pulled from the remote server.
<p>
For more in formation about the class, you can check out <a href="http://www.phpguru.org/downloads/RPC_for_PHP5/">his detailed page</a>...]]></description>
      <pubDate>Mon, 27 Feb 2006 19:10:40 -0600</pubDate>
    </item>
  </channel>
</rss>
