<?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>Thu, 23 May 2013 12:58:51 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Building services like FriendFeed using PHP - Part 1]]></title>
      <guid>http://www.phpdeveloper.org/news/10315</guid>
      <link>http://www.phpdeveloper.org/news/10315</link>
      <description><![CDATA[<p>
<i>Hasin Hayder</i> has posted <a href="http://hasin.wordpress.com/2008/05/31/building-friendfeed-using-php-part-1/">part one</a> of a series he's doing on making an application similar to the popular <a href="http://friendfeed.com/">FriendFeed</a> site in PHP.
</p>
<blockquote>
<a href="http://friendfeed.com/">Friendfeed</a> is an excellent life streaming service aggregating all your feeds from different service providers, compile them together, build a social network among your known people and finally deliver all these feeds as a mashup. [...] In this blog post I will try to focus on how to develop such a service like Friendfeed using PHP and JS and how to scale such a huge load successfully.
</blockquote>
<p>
This first part looks at the photo sharing handling of the application, including links to libraries already written in PHP to connect to them (like <a href="http://www.flickr.com">Flickr</a> and <a href="http://www.smugmug.com/">Smugmug</a>). 
</p>]]></description>
      <pubDate>Mon, 02 Jun 2008 08:47:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend_Gdata for Picasa, YouTube, Google Documents List]]></title>
      <guid>http://www.phpdeveloper.org/news/9263</guid>
      <link>http://www.phpdeveloper.org/news/9263</link>
      <description><![CDATA[<p>
On the Zend Developer Zone there's a <a href="http://devzone.zend.com/article/2783-Zend_Gdata-for-Picasa-YouTube-Google-Documents-List">new post</a> from <i>Bill Karwin</i> highlighting the Zend_GData component of the <a href="http://framework.zend.com">Zend Framework</a> and how it can help grab information from the Google Data APIs.
</p>
<blockquote>
The recent Zend Framework 1.0.3 release includes new support for some great services, including <a href="http://code.google.com/apis/picasaweb/">Picasa Web Albums</a>, <a href="http://code.google.com/apis/youtube/">YouTube</a>, and <a href="http://code.google.com/apis/documents/">Google Documents List</a>.
</blockquote>
<p>
He talks about the interfaces for each of these (including what you can grab) and includes some pointers to example code that can be used with either the full <a href="http://framework.zend.com/download">framework</a> or just the <A href="http://framework.zend.com/download/gdata">GData bundle</a>. There's also a <a href="http://feeds.feedburner.com/~r/OfficialGoogleDataApisBlog/~3/193242322/posted-by-ryan-boyd-google-data-apis.html">video demo</a> of the component being used to fetch data from the Data API.
</p>]]></description>
      <pubDate>Tue, 18 Dec 2007 08:46:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jeremry Johnstone's Blog: PHP interface to Picasa Web Albums]]></title>
      <guid>http://www.phpdeveloper.org/news/5679</guid>
      <link>http://www.phpdeveloper.org/news/5679</link>
      <description><![CDATA[<p>
<i>Jeremry Johnstone</i> was a bit on the bored side this weekend, so he decided to work with the Google Picasa Web Albums interface to see what all it can do. The results is <a href="http://www.jeremyjohnstone.com/blog/archives/2006/06/25/php-interface-to-picasa-web-albums/">this class package</a> that has several of the base features <a href="http://www.jeremyjohnstone.com/code-gallery">already implemented</a>.
</p>
<blockquote>
<p>
Got bored this weekend and decided to play around with Picasa Web Albums. After a little poking around, found the protocol was pretty basic and decided to see what could be done with it. The first thing I decided to do was to reimplement the "client side" functionality.
</p>
<p>
You can get a list of albums (including album meta information), a list of photos in an album (including image meta info), have the ability to create new albums, and the ability to upload images to your online gallery.
</p>
</blockquote>
<p>
He <a href="http://www.jeremyjohnstone.com/blog/archives/2006/06/25/php-interface-to-picasa-web-albums/">also mentions</a> the next step in the process he's developing - a proxy server that will allow uploads from Picasa out to either Flickr, Y! Photos, or Gallery. You can <a href="http://www.jeremyjohnstone.com/code-gallery">get the code here</a>.
</p>]]></description>
      <pubDate>Mon, 26 Jun 2006 05:53:11 -0500</pubDate>
    </item>
  </channel>
</rss>
