<?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>Sun, 12 Feb 2012 17:26:48 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: Packing more PHP News in your day with PHP Quick Fix]]></title>
      <guid>http://www.phpdeveloper.org/news/17224</guid>
      <link>http://www.phpdeveloper.org/news/17224</link>
      <description><![CDATA[<p>
If you're a regular reader of PHPDeveloper.org, you know that there's a few articles posted here (almost) daily about what's happening in the PHP world. Unfortunately, this only scratches the surface of the quality content that's out there. In an effort to provide more PHP goodness to the community as a whole, <a href="http://phpquickfix.me">PHP Quick Fix</a> has been launched - a service linking to stories that don't make it on PHPDeveloper.org.
</p>
<p>
All of the stories on <a href="http://phpquickfix.me">PHP Quick Fix</a> (you can <a href="http://twitter.com/phpquickfix">also follow it on twitter</a>) are still hand-selected out of the mounds of PHP content that shows every day to ensure the best quality. There's no automatic syndication here - just more good, useful PHP (and related topics) to add to your day.
</p>
<p>
Additionally, if you're interested to see how it all works (thanks to a <a href="http://gimmebar.com">GimmeBar</a> backend) check out <a href="http://blog.phpdeveloper.org/?p=413">this post</a> on blog.phpdeveloper.org.
</p>]]></description>
      <pubDate>Wed, 07 Dec 2011 11:35:53 -0600</pubDate>
    </item>
    <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[Qafoo.com: Remember your calls for papers (CfP Manager)]]></title>
      <guid>http://www.phpdeveloper.org/news/15381</guid>
      <link>http://www.phpdeveloper.org/news/15381</link>
      <description><![CDATA[<p>
On Qafoo.com there's <a href="http://qafoo.com/blog/010_remember_your_calls_for_papers.html">a new tool</a> that's been introduced to help you keep track of the current Call for Papers that are currently happening for PHP conferences. The start of the PHP conference season is in full swing, and sometimes it can be hard to keep up. Their <a href="http://cfps.qafoo.com/">Call for Papers Manager</a> can keep that information at your fingertips.
</p>
<blockquote>
The tool works quite simple: You can add CFPs you know about and which are relevant for the PHP community through a simple form. In order to remember the CFPs, you can configure two kinds of reminders: fFor <a href="http://cfps.qafoo.com/reminder/upcoming">upcoming CFPs</a> and for <a href="http://cfps.qafoo.com/reminder/ending">ending CFPs</a>. For each of these lists, you can determine when to be reminded, like 2 days before the event occurs. These lists can then be easily integrated into your normal feed reader using an RSS or Atom feed.
</blockquote>
<p>
You can use the URL requested to get different kinds of reminders delivered to your feed reader too. If you have a conference and your Call for Papers is open or upcoming, <a href="http://cfps.qafoo.com/cfp/new">add it to the list</a>!
</p>]]></description>
      <pubDate>Thu, 04 Nov 2010 08:45:06 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ZendCasts.com: Creating RSS & Atom Feeds with Zend_Feed]]></title>
      <guid>http://www.phpdeveloper.org/news/15088</guid>
      <link>http://www.phpdeveloper.org/news/15088</link>
      <description><![CDATA[<p>
New on ZendCasts.com <a href="http://www.zendcasts.com/creating-rss-atom-feeds-with-zend_feed/2010/09/">this screencast</a> helps you use the Zend Framework's Zend_Feed component to create simple RSS and Atom feeds for your application.
</p>
<p>
The screencast shows you how to create a basic controller with information for a sample blog post (title, date creates, content, etc) and a simple method to create default posts. A second controller is made to handle the feed creation and two actions are created - one for RSS and the other for Atom. The posts are then parsed and pushed out to views for displaying as feeds.
</p>
<p>
The site has more great screencasts where this came from so check out <a href="http://www.zendcasts.com/category/screencasts/">their screencasts section</a> for ones on other topics like ZendX_JQuery, working with Zend_Log, and validation with Zend_Validate.
</p>]]></description>
      <pubDate>Tue, 07 Sep 2010 11:27:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Creating an RSS Aggregator with the PHP SimplePie Library]]></title>
      <guid>http://www.phpdeveloper.org/news/14983</guid>
      <link>http://www.phpdeveloper.org/news/14983</link>
      <description><![CDATA[<p>
On PHPBuilder.com there's <a href="http://www.phpbuilder.com/columns/SimplePie/Jason_Gilmore081710.php3">a new tutorial</a> looking at using the <a href="http://simplepie.org/">SimplePie</a> library to aggregate RSS feeds.
</p>
<blockquote>
PHP developers are particularly lucky as a fantastic library named <a href="http://simplepie.org/">SimplePie</a> not only offers the aforementioned features but also supports both RSS and Atom formats, multiple character encodings, and an architecture that makes integration with your favorite content management and blogging platforms a breeze. In this tutorial I'll introduce you to SimplePie, showing you how easy it is to create a rudimentary custom RSS aggregator using this powerful library.
</blockquote>
<p>
He helps you get SimplePie installed (downloaded and unpacked) pulling in both single and multiple feeds. There's no caching or storage included in the tutorial, but it would be recommended if you choose this as an option for everyday use.
</p>]]></description>
      <pubDate>Wed, 18 Aug 2010 13:09:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sudheer Satyanarayana's Blog: A Bit Of XML, RSS And CURL In 7 Lines Of PHP And A Useful Program]]></title>
      <guid>http://www.phpdeveloper.org/news/14290</guid>
      <link>http://www.phpdeveloper.org/news/14290</link>
      <description><![CDATA[<p>
In a new blog post today <i>Sudheer Satyanarayana</i> shows how to take a few simple lines of code (seven to be exact) and <a href="http://techchorus.net/bit-xml-rss-and-curl-7-lines-php-and-useful-program">create a simple XML/RSS reader</a> he used to pull in weather data for a simple application.
</p>
<blockquote>
Today, I was looking for a quick way to get the current weather information on my computer. There are so many websites out there that offer the information. But I was looking for a program I could permanently install on my computer and launch it whenever I want to lookup the weather information. [...] I wrote a program to print the weather information in 7 lines of PHP code. I have published this program on <a href="http://github.com/bngsudheer/Code-Album/tree/master/cli/scripts/standalone/service/Yahoo/Weather/">Code Album</a> github repository. You can grab it and use it.
</blockquote>
<p>
He chose a Yahoo feed to get the weather information from their service. He includes the base code to make the request via a cURL connection and parsing it into a SimpleXML object to pull out the needed info.
</p>]]></description>
      <pubDate>Fri, 02 Apr 2010 11:27:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: Build an RSS 2.0 Feed with CodeIgniter]]></title>
      <guid>http://www.phpdeveloper.org/news/13560</guid>
      <link>http://www.phpdeveloper.org/news/13560</link>
      <description><![CDATA[<p>
New on NETTUTS.com today there's <a href="http://net.tutsplus.com/tutorials/php/building-an-rss-2-0-feed-with-codeigniter">a tutorial</a> about building a simple RSS feed for your CodeIgniter application based on the contents of a MySQL database and a standard MVC setup of files to handle the request.
</p>
<blockquote>
In this tutorial, we will build a RSS 2.0 Feed with the PHP framework CodeIgniter. After this tutorial, you will be able to build a feed for any custom website in no time at all.
</blockquote>
<p>
The process (like the <a href="http://codeigniter.com">CodeIgniter</a> framework) is a pretty simple one. He helps you set up the MySQL database and tables via phpMyAdmin and creates a simple model, view and controller to handle a "yourdomain.com/feed" request with an RSS document. All sample code is included, ready for you to cut and paste.
</p>]]></description>
      <pubDate>Thu, 19 Nov 2009 07:59:33 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[TotalPHP.com: How to Read an RSS Feed with PHP 5]]></title>
      <guid>http://www.phpdeveloper.org/news/12387</guid>
      <link>http://www.phpdeveloper.org/news/12387</link>
      <description><![CDATA[<p>
New on the TotalPHP blog today is <a href="http://www.total-php.com/article/19/how-to-read-an-rss-feed-with-php-5/">this article</a> talking about reading RSS feeds with PHP (more specifically with <a href="http://php.net/simplexml">SimpleXML</a>).
</p>
<blockquote>
PHP 5's ability to read XML files is fantastically easy to use. In the past it was possible but it required quite a bit of long winded code to get any where. PHP 5's SimpleXmlElement function makes working with XML a breeze, and with much less code too! 
</blockquote>
<p>
They include a script as an example - five lines to completely parse and pull the title and link information out of the remote RSS file. The example creates a SimpleXML object using the feed's URL and makes each element inside accessible as an object (that can be looped through and properties can be checked on).
</p>]]></description>
      <pubDate>Wed, 22 Apr 2009 11:15:16 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: How to Build a Super Duper News Scroller]]></title>
      <guid>http://www.phpdeveloper.org/news/12179</guid>
      <link>http://www.phpdeveloper.org/news/12179</link>
      <description><![CDATA[<p>
New from NETTUTS.com today is <a href="http://net.tutsplus.com/videos/screencasts/how-to-build-a-super-duper-news-scroller/">a tutorial on creating a new scroller</a>, a ticker of the latest information from your choice of news feeds. They use the <A href="http://simplepie.org/">SimplePie</a> parser (PHP-based) to do most of the work.
</p>
<blockquote>
This week, we'll learn how to combine PHP, SimplePie, and jQuery to build a simple news scroller widget for your website. It's much easier than you might think; so let's begin.
</blockquote>
<p>
Their application (<a href="http://nettuts.s3.amazonaws.com/243_newsscroller/newsScroller.zip">source is here</a>) combines PHP - well, SimplePie - and a custom jQuery extension. The screencast walks you through each step the code takes and, and the end, you'll have a simple news block that can show as many of the latest news items ad you'd like.
</p>]]></description>
      <pubDate>Fri, 20 Mar 2009 13:21:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[NETTUTS.com: Create a Slick Flickr Gallery with SimplePie]]></title>
      <guid>http://www.phpdeveloper.org/news/12031</guid>
      <link>http://www.phpdeveloper.org/news/12031</link>
      <description><![CDATA[<p>
In <a href="http://net.tutsplus.com/tutorials/php/create-a-slick-flickr-gallery-with-simplepie/">this new tutorial</a> from NETTUTS.com there's information on how to create a gallery of the images from your <a href="http://flickr.com">Flickr</a> account with help from <a href="http://simplepie.org/">SimplePie</a>, a PHP tool for parsing XML feeds (like RSS).
</p>
<blockquote>
Ok, so we're going to be touching on a number of technologies for this tutorial. We'll be using an RSS feed from Flickr, a bit of PHP, and some jQuery to make things nice and interactive! We'll use <A href="http://simplepie.org/">SimplePie</a> to handle the RSS feed, as it makes life much easier, and can be used in any other projects where RSS feeds are involved.
</blockquote>
<p>
They pull in the public photo information for a given user ID and parse details like the title of the gallery and each image's details, including descriptions. Add in a few links, some Javascript (<a href="http://jquery.com">jQuery</a>) and HTML and you have a simple image gallery that automatically updates when you upload new photos to Flickr. You can <a href="http://nettuts.s3.amazonaws.com/220_flickr/demo.zip">grab the source here</a> or just <a href="http://www.nettuts.com/demos/025_flickr/index.php">see it in action</a> in their demo.
</p>]]></description>
      <pubDate>Thu, 26 Feb 2009 12:56:12 -0600</pubDate>
    </item>
  </channel>
</rss>

