<?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>Tue, 21 May 2013 16:44:09 -0500</pubDate>
    <ttl>30</ttl>
    <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[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>
  </channel>
</rss>
