<?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, 19 May 2013 04:18:54 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPMaster.com: Consuming Feeds with SimplePie]]></title>
      <guid>http://www.phpdeveloper.org/news/19491</guid>
      <link>http://www.phpdeveloper.org/news/19491</link>
      <description><![CDATA[<p>
In a recent post to PHPMaster.com <i>Kevin Mowry</i> shows you <a href="http://phpmaster.com/consuming-feeds-with-simplepie/">how to use SimplePie</a>, a simple to use <a href="http://simplepie.org/">programatic feed reader</a> you can use to parse things like RSS feeds.
</p>
<blockquote>
If you're an avid feed consumer like I am, you might be a bit sad to see Google's recent announcement of Reader reaching end of life. Reader was simple and easy to use, but there's no reason you can't have the same functionality with your own homegrown project. The PHP library <a href="http://simplepie.org/">SimplePie</a> allows for quick and easy feed consumption and display. Here's how you can get started on your own feed reader.
</blockquote>
<p>
He helps you get it installed (via Composer) and shows you how to use some of its most basic functionality to parse the New York Times' feed. He also includes examples of getting the information back out of the SimplePie object. There's also some snippets that show how to only get the latest items and how to cache the results.
</p>
Link: http://phpmaster.com/consuming-feeds-with-simplepie]]></description>
      <pubDate>Mon, 22 Apr 2013 11:47:50 -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[SitePoint PHP Blog: Build a Lifestream with SimplePie]]></title>
      <guid>http://www.phpdeveloper.org/news/13298</guid>
      <link>http://www.phpdeveloper.org/news/13298</link>
      <description><![CDATA[<p>
On the SitePoint PHP blog today there's <a href="http://www.sitepoint.com/blogs/2009/09/29/build-a-lifestream-with-simplepie/">a new tutorial</a> showing how to use the <a href="http://simplepie.org/">SimplePie</a> aggregation library to create a "lifestream" website of all of your accounts across the web.
</p>
<blockquote>
In this tutorial we'll build a page that gathers up the RSS feeds of all those little bits of your life and presents them all together in one spot. To do that, we'll use SimplePie, a feed parsing class written in PHP. It's powerful, it's open source, and it's easy to use. We'll then hack on the output a little, and make it all look gorgeous with HTML and CSS. The techniques we'll cover are also useful if you find that you need to aggregate RSS from many sources, like a news page.
</blockquote>
<p>
In their example they pull together accounts from <a href="http://twitter.com">Twitter</a>, <a href="http://flickr.com">Flickr</a> and <a href="http://last.fm">Last.fm</a>. You can check out the code for their example script <a href="http://sitepoint.com/examples/lifestream/lifestream.phps">here</a>.
</p>]]></description>
      <pubDate>Tue, 29 Sep 2009 09:57:08 -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>
    <item>
      <title><![CDATA[NETTUTS.com: Building a Better BlogRoll: Dynamic Fun with SimplePie and jQuery]]></title>
      <guid>http://www.phpdeveloper.org/news/10822</guid>
      <link>http://www.phpdeveloper.org/news/10822</link>
      <description><![CDATA[<p>
In <a href="http://nettuts.com/javascript-ajax/building-a-better-blogroll-dynamic-fun-with-simplepie-and-jquery/">this recent tutorial</a> from the NETTUTS website, they show how to "build a better blogroll" by combining the client-side power of jQuery with the simplicity of the SimplePie aggregation tool.
</p>
<blockquote>
A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit of blogging, but how is a casual reader to know if any of these sites are truly of interest? Let's improve upon the concept of a blogroll by not just listing sites, but dynamically pulling recent headlines from them, and using some fun jQuery animation.
</blockquote>
<p>
<a href="http://nettuts.s3.amazonaws.com/036_BetterBlogRoll/sourceFiles.zip">Their code</a> (<a href="http://nettuts.s3.amazonaws.com/036_BetterBlogRoll/sourceFiles/index.html">demo here</a>) uses a CSS-based layout and simple pagination to switch between multiple groupings of RSS feed content.
</p>]]></description>
      <pubDate>Wed, 13 Aug 2008 10:23:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[CSS Tricks: Create a Slick iPhone/Mobile Interface from any RSS Feed]]></title>
      <guid>http://www.phpdeveloper.org/news/10627</guid>
      <link>http://www.phpdeveloper.org/news/10627</link>
      <description><![CDATA[<p>
On the CSS Tricks blog there's a <a href="http://css-tricks.com/create-a-slick-iphonemobile-interface-from-any-rss-feed/">recent article</a> showing how to combine the <a href="http://www.jquery.com">jQuery</a> Javascript library and the <a href="http://simplepie.org/">SimplePie</a> PHP feed aggregator to create a iPhone/mobile interface to any RSS feed.
</p>
<blockquote>
We are going to create a web page that is formatted specifically for the iPhone (but would presumably be good for other mobile devices as well). This web page will dynamically fill itself with content from any RSS feed that you give it. The interface is going to be built to be easy to use on a mobile device, with large "touchable" areas and nice (jQuery) animations that whisk you between articles.
</blockquote>
<p>They work through the process - five simple steps:</p>
<ul>
<li>Create the iPhone Environment
<li>Pull in the RSS Feed
<li>Creating the Front Page: Headlines Only
<li>Creating the Article Pages: jQuery Slider Style
<li>Adding Some Flair
</ul>
<p>
All code and images needed are included (as well as <a href="http://css-tricks.com/examples/iPhoneInterfaceFromRSS/">a demo</a> if you'd like to try it out).
</p>]]></description>
      <pubDate>Thu, 17 Jul 2008 10:22:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[John Highland's Blog: LifeStreaming Is Simple As Pie]]></title>
      <guid>http://www.phpdeveloper.org/news/10044</guid>
      <link>http://www.phpdeveloper.org/news/10044</link>
      <description><![CDATA[<p>
<i>John Highland</i> has <a href="http://joshhighland.com/blog/2008/04/19/lifestreaming-is-simple-as-pie/">a quick tutorial</a> showing how to create a lifestream with PHP out of all of the RSS feeds surrounding the multiple social networking and blogging sites you have out there (with the help of <a href="http://simplepie.org/">SimplePie</a>).
</p>
<blockquote>
Its not secret, I love social networking, I cant get enough of it. I also love programming and anything internet related. I'm not sure how I came across it, but a PHP based, Object Oriented RSS caching tool named SimplePie caught my attention.
</blockquote>
<p>
SimplePie offers one piece of functionality that he found particularly useful - the ability to merge RSS feeds easily. He took advantage of the ability and pulled together his Twitter, Flickr, Pownce, Digg and Youtube RSS feeds to make one mega-feed. You can see an example of it in action over <a href="http://www.joshhighland.com/">on his personal site</a>.
</p>]]></description>
      <pubDate>Fri, 25 Apr 2008 12:56:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[The Bakery: Mambo, Layout Switching, SimplePie and Caching Elements]]></title>
      <guid>http://www.phpdeveloper.org/news/8328</guid>
      <link>http://www.phpdeveloper.org/news/8328</link>
      <description><![CDATA[<p>
The Bakery has four new articles/tutorials posted today covering things like Mambo's choice to go with CakePHP, a layout switcher, SimplePie and caching elements.
</p>
<ul>
<li><a href="http://bakery.cakephp.org/articles/view/mambo-licious">Mambo-licious</a> - Join us in welcoming Mambo to the CakePHP community.
<li><a href="http://bakery.cakephp.org/articles/view/automatic-layout-swticher">Automatic Layout Switcher</a> - This component allows you to have two layouts for one site and switches between them automatically based on the domain.
<li><a href="http://bakery.cakephp.org/articles/view/simplepie-cakephp-component">SimplePie CakePHP Component</a> - SimplePHP is a PHP class for retrieval and parsing of RSS feeds.
<li><a href="http://bakery.cakephp.org/articles/view/cache-elements-individually-for-each-user">Cache Elements Individually For Each User</a> - Caching elements in general has been discussed before on bakery and this article takes caching of an element to a higher level. This article explains how to cache elements individually for each user.
</ul>
<p>
Be sure to check out the rest of <a href="http://bakery.cakephp.org">The Bakery</a> for more great CakePHP-related content and news.
</p>]]></description>
      <pubDate>Wed, 25 Jul 2007 11:09:00 -0500</pubDate>
    </item>
  </channel>
</rss>
