<?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, 19 Jun 2013 13:27:19 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rob Allen's Blog: Displaying an RSS feed in WordPress]]></title>
      <guid>http://www.phpdeveloper.org/news/15676</guid>
      <link>http://www.phpdeveloper.org/news/15676</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has <a href="http://akrabat.com/php/displaying-an-rss-feed-in-wordpress/">posted a method he's come up with</a> for displaying an RSS feed right in with the rest of the content of your WordPress blog. The key is in the simplicity of the <a href="http://magpierss.sourceforge.net/">MagpieRSS</a> library.
</p>
<blockquote>
My wife decided that she wanted to display a list of her latest AudioBoos in the sidebar of her blog. She looked at the AudioBoo JavaScript widget but decided it wasn't subtle enough and so she enlisted me to solve her problem. It turns out that AudioBoo has an RSS feed, so a simple plugin was required. I had a quick look on the extension site, but most are now "widgets" which her theme isn't set up for or didn't provide an unsigned list. Hence, I whipped up a small extension for her.
</blockquote>
<p>
With the help of <a href="http://magpierss.sourceforge.net/">Magpie</a>, a simple call to "fetch_rss" was all it took to pull in the <a href="http://audioboo.fm/">AudioBoo</a> RSS feed and a bit of PHP to loop through it and pull out the relevant bits. They're all displayed in a simple list - you can see it in action <a href="http://pewari.may.be/">on her blog</a> (look for the "Audioboo Updates" section).
</p>]]></description>
      <pubDate>Tue, 04 Jan 2011 10:03:52 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Crynobone's Blog: Creating our own RSS Aggregators]]></title>
      <guid>http://www.phpdeveloper.org/news/5520</guid>
      <link>http://www.phpdeveloper.org/news/5520</link>
      <description><![CDATA[<p>
In a <a href="http://www.chronosight.net/view/2005/09/256-rss-feed-with-the-power-of-php.html">previous post</a> <i>crynobone</i> shared a method for creating RSS feeds from the information stored in a database. He's back <a href="http://www.chronosight.net/view/2006/06/513-creating-our-own-rss-aggregators.html">this time</a> to handle just the opposite - gathering the data from multiple RSS feeds into a simple aggregator.
</p>
<quote>
<i>
What is RSS Aggregators? Why you may already familiar with Feedburner, Live.com, My Yahoo and Google Personalized Page as well as other News Aggregators where you have freedom to control your own News. Here your chance All we do need is to get <a href="http://magpierss.sourceforge.net/">Magpie RSS parser for PHP</a> and some AJAX coding to create our very own News page.
</i>
</quote>
<p>
As mentioned, the <a href="http://www.chronosight.net/view/2006/06/513-creating-our-own-rss-aggregators.html">entire setup</a> revolves around the <a href="http://magpierss.sourceforge.net/">MagpieRSS library</a>, making it a simple task to pull in and work with the contents of remote RSS files. He even shows how to use a simple Ajax connection to request the latest updates you've fetched and stored in the database.
</p>]]></description>
      <pubDate>Tue, 06 Jun 2006 06:09:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Engrowe.com: How-to - Convert a RSS feed to JSON in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5339</guid>
      <link>http://www.phpdeveloper.org/news/5339</link>
      <description><![CDATA[<p>
Engrowe.com has <a href="http://www.engrowe.com/?p=67">this quick tutorial</a> posted about converting one popular data transfer style (RSS) into another (JSON) using the power of PHP.
</p>
<quote>
<i>
Here are a quick set of directions to build your own RSS to <a href="http://www.json.org/">JSON</a> proxy using only PHP. You need to download and install two libraries, <a href="http://magpierss.sourceforge.net/">MagpieRSS</a> for <a href="http://en.wikipedia.org/wiki/RSS_%28file_format%29">RSS</a> and <a href="http://mike.teczno.com/json.html">JSON-PHP</a> for JSON. With these two libraries you can easily create a simple proxy to suit your needs. 
</i>
</quote>
<p>
<a href="http://www.engrowe.com/?p=67">The script</a> grabs the contents of the RSS feed and uses the built-in functionality of the MagpieRSS library to re-encode the data into a JSON format. Then, it spits out the result to the browser for consumption yet again...
</p>]]></description>
      <pubDate>Tue, 09 May 2006 06:56:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Gregarius - an RSS/Atom Feed Reader]]></title>
      <guid>http://www.phpdeveloper.org/news/4607</guid>
      <link>http://www.phpdeveloper.org/news/4607</link>
      <description><![CDATA[In <a href="http://www.phpbuilder.com/columns/ian_gilfillan20060103.php3">this new article</a> from PHPBuilder.com today, they talk about the <a href="http://gregarius.net/">Gregarius RSS reader</a> and how to set it all up on your machine.
<p>
<quote>
<i>
This month, I introduce an RSS/Atom aggregator that, so far, does just what I need. It's called Gregarius (a misspelling of gregarious, which means seeking and enjoying the company of others). It's based upon the MagpieRSS parser.
<p>
It will appeal to both novice users as well as more experienced developers who're looking for something to run on their own server that they can possibly extend, rather than the usual web-based versions.
</i>
</quote>
<p>
They <a href="http://www.phpbuilder.com/columns/ian_gilfillan20060103.php3">assume you have some experience</a> with PHP and installing external scripts, but other than that, they'll step you through every bit of the way - including configuration information...]]></description>
      <pubDate>Wed, 04 Jan 2006 15:53:58 -0600</pubDate>
    </item>
  </channel>
</rss>
