<?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 01:32:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPBuilder.com: Search Google Books with the Zend Framework's Zend_Gdata Component]]></title>
      <guid>http://www.phpdeveloper.org/news/14325</guid>
      <link>http://www.phpdeveloper.org/news/14325</link>
      <description><![CDATA[<p>
On PHPBuilder.com today there's a new article by <i>Jason Gilmore</i> about how you can <a href="http://www.phpbuilder.com/columns/Jason_Gilmore040810.php3">use the Zend_Gdata component</a> of the Zend Framework to work with the information stored in Google's "Books" web services.
</p>
<blockquote>
Using the <a href="http://books.google.com/">Google Books</a> service, you can search and navigate material that previously was available only in print form much in the same way you use Google's search engine to comb the world's web sites. [...] he Google Books API allows you to search the database, interact with the service's social features such as retrieve and submit user reviews, view and manage users' book collections, and even embed the book preview interface into your web site.
</blockquote>
<p>
He includes a few snippets of code showing how to use the <a href="http://framework.zend.com/manual/en/zend.gdata.html">Zend_Gdata</a> component to search for books by things like keyword or ISBN number and to pull the records back and display them in a simple table.
</p>]]></description>
      <pubDate>Fri, 09 Apr 2010 09:46:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Maarten Balliauw's Blog: Saving a PHPExcel spreadsheet to Google Documents]]></title>
      <guid>http://www.phpdeveloper.org/news/11871</guid>
      <link>http://www.phpdeveloper.org/news/11871</link>
      <description><![CDATA[<p>
<i>Maarten Balliauw</i> has <a href="http://blog.maartenballiauw.be/post/2009/02/03/Saving-a-PHPExcel-spreadsheet-to-Google-Documents.aspx">written up a guide</a> to saving the output of your <a href="http://www.phpexcel.net/">PHPExcel</a> applications out to the Documents service that Google offers.
</p>
<blockquote>
As you may know, <a href="http://www.phpexcel.net/">PHPExcel</a> is built using an extensible model, supporting different input and output formats. The PHPExcel core class library features a spreadsheet engine, which is supported by IReader and IWriter instances used for reading and writing a spreadsheet to/from a file. Currently, PHPExcel supports writers for Excel2007, Excel5 (Excel 97+), CSV, HTML and PDF. Wouldnt it be nice if we could use PHPExcel to store a spreadsheet on <a href="http://docs.google.com/">Google Documents</a>? Let's combine some technologies.
</blockquote>
<p>
The two technologies in question are a standard install of the <a href="http://www.phpexcel.net/">PHPExcel</a> library and the <a href="http://framework.zend.com/">Zend Framework</a> (with its Zend_Gdata component). Using the component, a save() method is created and hooked into the IWriter interface of PHPExcel. When this save method is called, the Zend_Gdata component connects to the Documents service and uploads the resulting information for the account you supply.
</p>]]></description>
      <pubDate>Tue, 03 Feb 2009 12:58:56 -0600</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[Zend Developer Zone: Zend Framework 1.0.1 Releases]]></title>
      <guid>http://www.phpdeveloper.org/news/8361</guid>
      <link>http://www.phpdeveloper.org/news/8361</link>
      <description><![CDATA[<p>
According to <a href="http://devzone.zend.com/article/2389-Zend-Framework-1.0.1-Releases">a new post</a> on the Zend Developer Zone, the latest version of the Zend Framework has been released - Zend Framework 1.0.1:
</p>
<blockquote>
This mini release includes fixes for 33 issues since the 1.0.0 release
only a month ago. These issues are generally bug fixes and improvements,
though some feature additions have been included with this release. This release includes enforcement of our new policy of only publishing
documentation translations that are at least 50% complete. [...] Also noteworthy for the 1.0.1 release are many improvements for
<a href="http://framework.zend.com/manual/en/zend.gdata.html">Zend_Gdata</a> and numerous bug fixes for <a href="http://framework.zend.com/manual/en/zend.db.html">>Zend_Db</a>.
</blockquote>
<p>
Suggestions for the upcoming 1.1.0 release can be made on <a href="http://framework.zend.com/wiki/x/Lw">this wiki page</a> on the Zend Framework site, and this new version can be downloaded directly from <a href="http://framework.zend.com/">the Zend Framework website</a>.
</p>]]></description>
      <pubDate>Tue, 31 Jul 2007 15:34:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Framework 1.0.0RC2 Released]]></title>
      <guid>http://www.phpdeveloper.org/news/8016</guid>
      <link>http://www.phpdeveloper.org/news/8016</link>
      <description><![CDATA[<p>
The latest version of the Zend Framework <a href="http://devzone.zend.com/article/2146-Zend-Framework-1.0.0RC2-Released">has been released</a> today (as mentioned by the Zend Developer Zone) - ZF 1.0.0 Release Candidate 2:
</p>
<blockquote>
This is the home stretch toward 1.0! Everyone has worked very hard for many months, and we are very close to finishing what we set out to do with Zend Framework 1.0. This Release Candidate is intended to show the complete set of features Zend Framework 1.0 has. Following the final 1.0 release, Zend Framework will continue to grow and improve, but there will be a great emphasis on maintaining backward-compatibility. That has been the mission of Zend Framework from the beginning, to provide a professional web framework with quality and stability.
</blockquote>
<p>
Additions in <a href="http://framework.zend.com/">this new release</a> include updates to Zend_Gdata, the addition of the Zend_Service_StrikeIron web service client, seperate download packages (framework+docs versus just framework) and an update to the Zend_Db component. Check out <a href="http://framework.zend.com/changelog">the Changelog</a> for the complete list of updates and fixes.
</p>]]></description>
      <pubDate>Mon, 11 Jun 2007 08:32:00 -0500</pubDate>
    </item>
  </channel>
</rss>
