<?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, 21 Nov 2008 22:57:04 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: A couple of good Zend Framework articles]]></title>
      <guid>http://www.phpdeveloper.org/news/11110</guid>
      <link>http://www.phpdeveloper.org/news/11110</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/3912-A-couple-of-good-Zend-Framework-articles">a new post</a> with links to two interesting Zend Framework related articles:
</p>
<blockquote>
Ok, ZendCon is over and I'm back to surfing for things you will find interesting. Two articles posted that I didn't cover but feel they are content rich enough to mention are "Create a productivity package with the Zend Framework V1.5 and Google Apps" and "How We Built a Web Hosting Infrastructure on EC2". Click on in and I'll give you details and links.
</blockquote>
<p>
The <a href="http://www.ibm.com/developerworks/edu/os-dw-os-php-zend-google-pt1.html">productivity package</a> is a series of articles (three) where <i>John Mertic</i> shows how to integrate your ZF application with the many tools Google offers.
</p>
<p>
In the <a href="http://www.mikebrittain.com/blog/2008/07/19/web-hosting-on-ec2/">infrastructure and EC2</a> articles <i>Mike Brittain</i> talks about an EC2-driven Zend Framework application (the "why" not really the "how").
</p>]]></description>
      <pubDate>Mon, 29 Sep 2008 12:22:57 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Debuggable Blog: Amazon Associates API (data source) for CakePHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10738</guid>
      <link>http://www.phpdeveloper.org/news/10738</link>
      <description><![CDATA[<p>
On the Debuggable blog <i>Felix Geisendorfer</i> <a href="http://www.debuggable.com/posts/amazon-associates-api-data-source-for-cakephp:4891ecd6-0330-47c7-b338-0dd34834cda3">points out</a> a new scrap from their repository - one to interface with <a href="http://aws.amazon.com/">the Amazon Web Service</a>.
</p>
<blockquote>
Just wanted to let you know about a new addition to the <a href="http://github.com/felixge/debuggable-scraps/">debuggable scraps repository</a>: An API for the <a href="http://aws.amazon.com/">Amazon Associates Web Service</a>. Right now it's really just a simple wrapper to allow you to search their catalog since that was all I needed for now.
</blockquote>
<p>
You can <a href="http://github.com/felixge/debuggable-scraps/tree/master/cakephp/datasources/amazon_associates">download the scrap</a> and easily integrate it with your app - he includes some sample code to show you exactly how.
</p>]]></description>
      <pubDate>Fri, 01 Aug 2008 09:32:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jim Wynia's Blog:  WebDAV, PHP and You]]></title>
      <guid>http://www.phpdeveloper.org/news/9246</guid>
      <link>http://www.phpdeveloper.org/news/9246</link>
      <description><![CDATA[<p>
<i>Jim Wynia</i> has <a href="http://www.phpgeek.com/wordpress/webdav-php-and-you/123/">posted some thoughts</a> about a <a href="http://www.phpdeveloper.org/news/9238">recent announcement</a> of the development of a WebDAV library for PHP to his blog today:
</p>
<blockquote>
However, over the past few years, WebDAV has started gaining traction as the underlying protocol for Subversion repositories over the web and in several other places. That makes <a href="http://www.rooftopsolutions.nl/article/168">this story about a new PHP library</a> for working with WebDAV interesting.
</blockquote>
<p>
He notes that he's moved a lot of his file storage to Amazon's s3 service and having this new PHP library would make it even easier for him to get at his content directly from his applications.
</p>]]></description>
      <pubDate>Fri, 14 Dec 2007 11:13:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Lukas Smith's Blog: Mashup book review]]></title>
      <guid>http://www.phpdeveloper.org/news/8876</guid>
      <link>http://www.phpdeveloper.org/news/8876</link>
      <description><![CDATA[<p>
<i>Lukas Smith</i> has posted <a href="http://pooteeweet.org/blog/0/887#m887">his review</a> of a book from Packt Publishing - "PHP Web 2.0 Mashup Projects: Practical PHP Mashups with Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo!"
</p>
<blockquote>
Duane from Pakt asked me if I would be interested in reviewing a few books for them in my blog. I picked "Mashup Projects" from the list of just released books, since I am interesting in the topic and I am actually going to give a presentation at the internal "PHP Day" we are doing at Optaros in November.
</blockquote>
<p>
He <a href="http://pooteeweet.org/blog/0/887#m887">points out</a> the good (good writing style, well-chosen examples) and the bad (a log list of errors and oversights in the code). He also talks about the contents of the book - the different examples and the final more major project. Overall though, he sees it as a good book, one that would be a good introduction to mashups for PHP developers (if you look past the formatting issues).
</p>]]></description>
      <pubDate>Mon, 22 Oct 2007 08:49:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[AnyExample.com: Downloading files from Amazon S3]]></title>
      <guid>http://www.phpdeveloper.org/news/8871</guid>
      <link>http://www.phpdeveloper.org/news/8871</link>
      <description><![CDATA[<p>
The AnyExample.com website has a <a href="http://www.anyexample.com/programming/php/downloading_files_from_amazon_s3.xml">new tutorial</a> today showing how to download files from the Amazon S3 service through PHP:
</p>
<blockquote>
This is an example of non-interactive PHP script which downloads file from Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.
</blockquote>
<p>
You'll need at least PHP 4.1.0 or higher to <a href="http://www.anyexample.com/programming/php/downloading_files_from_amazon_s3.xml">follow along</a> but the entire code block is there and ready for use. It makes the GET request to the bucket for your object with the correct authentication and opens a socket to pull the file down.
</p>]]></description>
      <pubDate>Fri, 19 Oct 2007 13:07:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Davey Shafik's Blog: PHP Streams Rock my World!]]></title>
      <guid>http://www.phpdeveloper.org/news/8641</guid>
      <link>http://www.phpdeveloper.org/news/8641</link>
      <description><![CDATA[<p>
<i>Davey Shafik</i> has gotten <a href="http://pixelated-dreams.com/archives/319-PHP-Streams-Rock-my-World!.html">more than a little excited</a> by the streams functionality in his latest blog post:
</p>
<blockquote>
PHP streams are absolutely amazing. As mentioned by Elizabeth Smith (a great read if you don't know how to use streams) PHP streams are super powerful. Streams is something that is (to my knowledge) unique to PHP. The closest thing I've seen to it, is Linux's FUSE "user space" (i.e. not kernel module) file systems.
</blockquote>
<p>
He <a href="http://pixelated-dreams.com/archives/319-PHP-Streams-Rock-my-World!.html">shows an example</a> of a stream in action and suggests an interface he'd like to see - an automatic connection to the Amazon S3 storage.
</p>]]></description>
      <pubDate>Wed, 12 Sep 2007 14:14:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SEO Expert Blog:  Creating Amazon Ads that Rock with jQuery and PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/8404</guid>
      <link>http://www.phpdeveloper.org/news/8404</link>
      <description><![CDATA[<p>
From the SEO Expert Blog, there's a <a href="http://www.seo-expert-blog.com/blog/creating-amazon-ads-that-rock-with-jquery-and-php">new tutorial</a> focusing on making "Amazon ads that rock" by combining jQuery and PHP.
</p>
<blockquote>
Are you sick of annoying ads that take up large parts of the screen, pop up, under or anywhere else, move around, blink and flash? You want to learn how to create ads that rock with a few lines of simple JavaScript and PHP code? Then let me show you how.
</blockquote>
<p>
He shows his method for the creation of his unobtrusive ads with the advertising content that Amazon <a href="http://affiliate-program.amazon.com/">has to offer</a>. The process is broken up into four steps:
</p>
<ul>
<li>The Data Structure - an array of arrays with the Amazon information for the items (in this case books)
<li>Converting the PHP Array to JavaScript - using a Drupal module to assign the PHP array to a Javascript variable
<li>The HTML Output - a function that outputs a "block" of ads
<li>The JavaScript - the jQuery Javascript code to handle the clicks on each of the links.
</ul>
<p>
You can see it in action at the top of the right sidebar <a href="http://www.seo-expert-blog.com/blog/creating-amazon-ads-that-rock-with-jquery-and-php">on the SEO Expert website</a>.
</p>]]></description>
      <pubDate>Tue, 07 Aug 2007 10:16:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[SEO Expert Blog: Amazon Wish Lists with SimpleXML]]></title>
      <guid>http://www.phpdeveloper.org/news/8307</guid>
      <link>http://www.phpdeveloper.org/news/8307</link>
      <description><![CDATA[<p>
On the SEO Expert Blog today, there's <a href="http://www.seo-expert-blog.com/blog/amazon-wish-lists-with-simplexml">a new tutorial</a> showing hos to consume the XML provided by the Amazon wish list service with the help of PHP5's <a href="http://www.php.net/simplexml">SimpleXML</a> functionality.
</p>
<blockquote>
With PHP5 XML processing finally became easy thanks to the <a href="http://de.php.net/manual/en/ref.simplexml.php">SimpleXML functions</a>, that convert an XML document to an object that can be processed using property selectors and array iterators. A few days ago I integrated my <a href="http://www.seo-expert-blog.com/amazon/wishlist">Amazon wish list</a> on this site with very few lines of code as you will see when you read the rest of this brief tutorial.
</blockquote>
<p>
He <a href="http://www.seo-expert-blog.com/blog/amazon-wish-lists-with-simplexml">walks through the connection</a> both creating the XML request and handling the XML response to output the resulting images (books) linked to their Amazon pages.
</p>]]></description>
      <pubDate>Mon, 23 Jul 2007 12:03:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Top-books.org: Top PHP Books]]></title>
      <guid>http://www.phpdeveloper.org/news/7089</guid>
      <link>http://www.phpdeveloper.org/news/7089</link>
      <description><![CDATA[<p>
If you're looking for a good PHP resource, check out <a href="http://top-books.org/php">this list</a> from Top-books.org - a listing of PHP and web-related books ranked by their Amazon ranking.
</p>
<p>
Included in the list are books like:
<ul>
<li><i>Luke Welling</i> and <i>Laura Thomson</i>'s <a href="http://top-books.org/book/0672326728">PHP and MySQL Web Development</a>
<li><a href="http://top-books.org/book/1590595521">Beginning PHP and MySQL 5: From Novice to Professional, Second Edition</a> by <i>Jason Gilmore</i>
<li><i>Chris Snyder</i> and <i>Michael Southwell</i>'s <a href="http://top-books.org/book/1590595084">Pro PHP Security (Pro)</a>
</ul>
and many more....check out <a href="http://top-books.org/php">the full listing</a> to find a good one on your chosen topic.
</p>]]></description>
      <pubDate>Mon, 15 Jan 2007 07:40:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[SearchOpenSource.com: Automating Amazon research with the Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/5838</guid>
      <link>http://www.phpdeveloper.org/news/5838</link>
      <description><![CDATA[<p>
On the SearchOpenSource.com site today, there's <a href="http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1201528,00.html">this new article</a> combining two popular things together to make one powerful and productive tool using the Amazon web services and the Zend Framework.
</p>
<blockquote>
<p>
Web frameworks have been all the rage lately, and for good reason. They eliminate a great deal of the mindless repetition involved in creating Web applications large and small.
</p>
<p>
Spurred on by the enormous success of <a href="http://www.rubyonrails.org/">Rails</a>, PHP developers have been hard at work creating a number of framework solutions. Notable efforts include <a href="http://www.cakephp.org/">Cake</a>, <a href="http://www.symfony-project.com/">Symfony</a>, and, more recently, the <a href="http://framework.zend.com/">Zend Framework</a>. 
</p>
</blockquote>
<p>
They <a href="http://searchopensource.techtarget.com/tip/0,289483,sid39_gci1201528,00.html">start with the output</a> of the scripts, two tables worth of data - a list of the sales rank and the details on a specific book. Then it's on to the good stuff - the creation of the controller to connect to Amazon, the views to output the data, and the method to make the request and populate the database.
</p>]]></description>
      <pubDate>Thu, 20 Jul 2006 11:40:32 -0500</pubDate>
    </item>
  </channel>
</rss>
