<?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>Fri, 16 May 2008 01:32:21 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Uploading YouTube Videos with Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/10187</guid>
      <link>http://www.phpdeveloper.org/news/10187</link>
      <description><![CDATA[<p>
In a <a href="http://devzone.zend.com/article/3520-Uploading-YouTube-Videos-with-Zend-Framework">recently posted tutorial</a> on the Zend Developer Zone website, <i>Cal Evans</i> has pointed out a video showing PHP pushing videos out to YouTube.
</p>
<blockquote>
Attention all you Zend Framework junkies, Jochen Hartmann has uploaded a new video to YouTube that demonstrates the basics of how to use Zend Framework with the YouTube Data API. This step-by-step demonstration walks you though everything you need to know to upload files to Youtube via Zend Framework.
</blockquote>
<p>
<a href="http://www.youtube.com/watch?v=iIp7OnHXBlo">The video</a> (from the official Google developers) shows the creation of a simple application that uses the Google Data component of the Zend Framework to upload the selected video from their local machine. 
</p>
<p>
You can find out more about the Google API for YouTube <a href="http://code.google.com/apis/youtube/">on this page</a> on the Google Code website.
</p>]]></description>
      <pubDate>Thu, 15 May 2008 07:59:42 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Web-based Frontend for XDebuxg - Webgrind]]></title>
      <guid>http://www.phpdeveloper.org/news/10102</guid>
      <link>http://www.phpdeveloper.org/news/10102</link>
      <description><![CDATA[<p>
<i>Joakim</i> passed along a note today about a new <a href="http://jokke.dk/2008/04/webgrind_a_web_frontend_for_xdebug">web-based frontend</a> for XDebug:
</p>
<blockquote>
My about page has mentioned a web based frontend for Xdebug for some time. The project has a name now: The idea for Webgrind, a spin on Valgrind, came from lack of profiling tools for PHP, particularly on OSX. Though it is possible to install kcachegrind on osx it seems overkill for many uses and is definitely not as easy as unzipping a folder to the webroot.
</blockquote>
<p>
He and <a href="http://oettinger.dk/">Jacob Oettinger</a> have started up the project and have posted some <a href="http://code.google.com/p/webgrind/">initial code</a> over on the Google Code page for Webgrind. You can check out a screenshot of it in action <a href="http://jokke.dk/media/2008-webgrind/webgrind_small.png">here</a> too.
</p>]]></description>
      <pubDate>Fri, 02 May 2008 16:07:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Andreas Gohr's Blog: Google Chart API via PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/9978</guid>
      <link>http://www.phpdeveloper.org/news/9978</link>
      <description><![CDATA[<p>
On his blog, <i>Andreas Gohr</i> has <a href="http://www.splitbrain.org/blog/2008-04/16-google_chart_api_via_php">posted about</a> various charting applications on the web (in his search for a way to show off the stats for <a href="http://www.splitbrain.org/blog/2008-02/17-gathering_dokuwiki_usage_data">DokuWiki</a>) and looking specifically at the Google Charts.
</p>
<blockquote>
Because such [popularity] data is much better to comprehend when accompanied by some nice graphs, I had a look at the <a href="http://code.google.com/apis/chart/">Google Chart API</a> today.
</blockquote>
<p>
He also mentions three wrapper libraries that help your apps interface with the Charts API. Of course, he also includes some graphs of the popularity stats showing things like web server usage and PHP versions.
</p>]]></description>
      <pubDate>Wed, 16 Apr 2008 21:04:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Michael Kimsal's Blog: Why not PHP for Google's App Engine?]]></title>
      <guid>http://www.phpdeveloper.org/news/9950</guid>
      <link>http://www.phpdeveloper.org/news/9950</link>
      <description><![CDATA[<p>
In a recent post to his blog, <i>Michael Kimsal</i> <a href="http://michaelkimsal.com/blog/why-not-php-for-googles-app-engine/">asks a question</a> that I'm sure PHP developers everywhere are wondering - why did Google choose to go with Python as the programming language of choice for their new <a href="http://www.techcrunch.com/2008/04/07/google-jumps-head-first-into-web-services-with-google-app-engine/">App Engine</a> service.
</p>
<blockquote>
TechCrunch is announcing Google's new "App Engine" service being launched this evening.  The basic service is a full app stack hosted and managed by Google, providing a web framework (maybe I'm misreading this?) and the Google 'big table' database service. [...] My question is "why was Python was chosen instead of PHP?"
</blockquote>
<p>
There's been some <a href="http://michaelkimsal.com/blog/why-not-php-for-googles-app-engine/#comments">great responses</a> since it was originally posted including everything from agreement to rationalizations for the move (though there is a fair amount of PHP and Python bashing going on - an obvious occurance).
</p>]]></description>
      <pubDate>Thu, 10 Apr 2008 12:11:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: PHP & the Google Summer of Code 2008]]></title>
      <guid>http://www.phpdeveloper.org/news/9860</guid>
      <link>http://www.phpdeveloper.org/news/9860</link>
      <description><![CDATA[<p>
Besides the more <a href="http://wiki.php.net/gsoc/2008">official list</a> of projects happening for this year's Google Summer of Code, there's also been a lot of buzz in the community about the projects and calls for developers to help out on their project of choice. Here's just a few:
</p>
<ul>
<li><i>Jay Pipes</i> on some of the projects <a href="http://jpipes.com/index.php?/archives/221-PHPMySQL-Summer-of-Code-Projects-for-MySQL-Forge.html">for MySQL Forge</a>
<li>The PHP-GTK Community site on <a href="http://php-gtk.eu/google-summer-of-code-and-phpgtk">their project</a>
<li><i>Marcus Borger</i> <a href="http://blog.somabo.de/2008/03/php-once-again-to-participate-in-gsoc.html">encouraging participation</a> in this year's GSoC
<li><i>Sara Golemon</i>'s pointing developers <a href="http://blog.libssh2.org/index.php?/archives/98-Google-Summer-of-Code,-2008.html">in the right direction</a> 
<li><a href="http://www.thyphp.com/gsoc-wp-category-suggester-proposal.html">A proposal</a> from the thyphp.com site for a WordPress category suggestor
<li><i>Derick Rethans</i> <a href="http://derickrethans.nl/gsoc_2008_optimizer.php">mentioning</a> his "pet peeve", the optimizer for APC
<li><i>Elizabeth Smith</i> <a href="http://elizabethmariesmith.com/2008/03/google-summer-of-code-open-for-business/">promoting participation</a> in any of the <a href="http://wiki.php.net/gsoc/2008">list of ideas</a>
</ul>
<p>
Keep up to date on the happenings on each of the projects in the PHP group on <a href="http://wiki.php.net/gsoc/2008">this page</a> on the PHP.net wiki.
</p>]]></description>
      <pubDate>Wed, 26 Mar 2008 11:15:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Coallier's Blog: PHP is in! Come and join us this summer!]]></title>
      <guid>http://www.phpdeveloper.org/news/9823</guid>
      <link>http://www.phpdeveloper.org/news/9823</link>
      <description><![CDATA[<p>
<i>David Coallier</i> is <a href="http://blog.agoraproduction.com/index.php?/archives/64-PHP-is-in!-Come-and-join-us-this-summer!.html">looking for a few good men</a> (women, children, pets who can code, etc) to join up with the PHP development group for this year's Google Summer of Code to help <a href="http://wiki.php.net/gsoc/2008">with the various ideas</a> they've come up with.
</p>
<blockquote>
Hello everyone, as mentioned a few weeks ago the most awaited <a href="http://code.google.com/soc/">Google Summer of Code</a> is back again this year. This being said, once again the <a href="http://php.net/">PHP Project</a> has been accepted and we have started posting our list of ideas (<a href="http://wiki.php.net/gsoc/2008">http://wiki.php.net/gsoc/2008</a>).
</blockquote>
<p>Some of the projects proposed include:</p>
<ul>
<li>PECL, website improvements and Windows Build Support
<li>Automatic Code Checker
<li>Implement Unicode into PHP 6
<li>Build Infrastructure and macro bindings for writing extension in D
<li>Rewrite the run-tests.php script
<li>PhD: The PHP based Docbook renderer
</ul>
<p>
Be sure to check out <a href="http://wiki.php.net/gsoc/2008">the full list</a> and see where you might want to get involved!
</p>]]></description>
      <pubDate>Wed, 19 Mar 2008 11:15:54 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPRiot.com: Geocoding with PHP and the Google Maps API]]></title>
      <guid>http://www.phpdeveloper.org/news/9599</guid>
      <link>http://www.phpdeveloper.org/news/9599</link>
      <description><![CDATA[<p>
New from PHPRiot today, there's <a href="http://www.phpriot.com/articles/google-maps-geocoding">this new tutorial</a> showing you how to combine a PHP interface with the Google Maps API to do some geocoding of your own.
</p>
<blockquote>
Geocoding is the process of finding the longitude and latitude of a given address or location. The Google Maps service gives developers and web site owners free access to their geocoder, both using the Google Maps JavaScript API, as well as using the web service. In this article I will show you how to access the geocoder web service using PHP so that it can be used in your own applications.
</blockquote>
<p>
<a href="http://www.phpriot.com/articles/google-maps-geocoding">The tutorial</a> walks you through every step of the way - from getting your Google API ID to making a simple request all the way out to using placemarks to store locations to fetch later on.
</p>
<p>
This is a great, very detailed summary that anyone wanting to work with the Google API in PHP should definitely check out.
</p>]]></description>
      <pubDate>Mon, 11 Feb 2008 08:06:29 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Felix Geisendorfer's Blog: New Google Analytics API / DataSource!]]></title>
      <guid>http://www.phpdeveloper.org/news/9275</guid>
      <link>http://www.phpdeveloper.org/news/9275</link>
      <description><![CDATA[<p>
Due to the new advancements Google has made in their Analytics API (Datasource) functionality, the API changed slightly and the code that <i>Felix Geisendorfer</i> had created to work with a CakePHP install wasn't working anymore. He's corrected the problem with <a href="http://www.thinkingphp.org/2007/12/18/new-google-analytics-api/">this new post</a> with the new code and an example of its use.
</p>
<blockquote>
In a very productive CakePHP session with nate a couple weeks ago in Atlanta I finally implemented some new HttpSocket stuff that was needed (minimal support for cookies / ssl) for creating the new API as a datasource. Now that its done I'm fairly happy with the outcome of the new API.
</blockquote>
<p>
You can <a href="http://thinkingphp.org/code/datasources/google_analytics_source.phps">download the source here</a> and follow his simple two-ish step process for getting it working on your site and with your Google account. 
</p>]]></description>
      <pubDate>Wed, 19 Dec 2007 10:29:00 -0600</pubDate>
    </item>
  </channel>
</rss>
