<?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, 22 May 2012 12:38:24 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DZone.com: PHP Ajax Cookbook (Book Review)]]></title>
      <guid>http://www.phpdeveloper.org/news/17829</guid>
      <link>http://www.phpdeveloper.org/news/17829</link>
      <description><![CDATA[<p>
On Dzone.com there's a book review from <i>Ivan Ilijasic</i> covering a recently released title from Packt Publishing, the "PHP Ajax Cookbook" (by Milan Sedliak, Rajesh Jeba R. Anbiah and Roshan Bhattarai). <a href="http://php.dzone.com/reviews/php-ajax-cookbook">His review</a> gives a "one minute bottom line" about the book and its contents.
</p>
<blockquote>
I've been in PHP development for more than 10 years and this book is really useful material. I could recommend it to beginners and experienced developers. From my point of view, there are three types of developer books - complete byte-to-byte fat books, introduction books and cookbooks. I want my cookbook to have useful and simple to use recipes. This book fulfilled my expectations.
</blockquote>
<p>
He mentions some of the topics that the book covers including javascript libraries and frameworks (mostly jQuery) and recipes for things like form validation, dynamic content, pagination and drag and drop functionality. He also points out some coverage of testing and debugging content as well as web service "mashups" and mobile app development.
</p>]]></description>
      <pubDate>Tue, 17 Apr 2012 13:03:50 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Carsten Lucke's Blog: O'Reilly PHP 5 Cookbook - 3rd German Edition]]></title>
      <guid>http://www.phpdeveloper.org/news/13453</guid>
      <link>http://www.phpdeveloper.org/news/13453</link>
      <description><![CDATA[<p>
<i>Carsten Lucke</i> has <a href="http://lucke.info/2009/10/oreilly-php-5-cookbook-3rd-german-edition/">posted about the release</a> of the third edition of O'Reilly's "PHP5 Cookbook" ("PHP5 Kochbuch") German edition:
</p>
<blockquote>
The book is published by O'Reilly - written by David Sklar, Adam Trachtenberg, Stephan Schmidt, Ulrich Speidel, Carsten Lucke and Matthias Brusdeylins. The German PHP 5 cookbook in a new and completely revised 3rd edition with information on the new PHP 5.3. Collected knowledge of American and German PHP experts. It contains hundreds of well-approved "recipes" including explanations of the new PHP features.
</blockquote>
<p>
<i>Carsten</i> and <i>Matthias Brusdeylins</i> reworked the third edition and revised quite a bit of it for this new release (including adding some PHP 5.3 examples). The book comes in at a hefty 879 pages and more information can be found <a href="http://www.oreilly.de/catalog/phpckbk3ger/">on the O'Reilly website</a>.
</p>]]></description>
      <pubDate>Thu, 29 Oct 2009 10:14:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Women: A Cookbook (both PHP and Food Kinds)]]></title>
      <guid>http://www.phpdeveloper.org/news/11936</guid>
      <link>http://www.phpdeveloper.org/news/11936</link>
      <description><![CDATA[<p>
The PHP Women are trying to <a href="http://www.phpwomen.org/forum/index.php?t=msg&th=561&start=0&S=44b1df31883d3d93b819cfdc20a219d8">put together</a> a different sort of "cookbook" than most of the community might be used to. It combines two meanings of the word and gives both PHP "recipes" and actual ones once the book is flipped.
</p>
<blockquote>
Hi, there has been the idea/concept of a PHPWomen Cookbook being produced. Being Silly thing that I am, I [BinaryKitten] volunteered to collate and produce it. You read the book 1 way and it will all be PHP Recipes. Flip the book over and it will all be culinary recipes.
</blockquote>
<p>
They're still in the panning stages, so they need feedback from the community as to whether the idea can get off the ground, who might want to contribute to the recipes and what it would take to get it into print and distributed. Have some ideas? <a href="http://www.phpwomen.org/forum/index.php?t=msg&th=561&start=0&S=44b1df31883d3d93b819cfdc20a219d8">let them know</a>! (and no, you don't have to be female to participate)
</p>]]></description>
      <pubDate>Thu, 12 Feb 2009 09:32:56 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Hasin Hayder's Blog: Started writing on Facebook cookbook blog]]></title>
      <guid>http://www.phpdeveloper.org/news/11911</guid>
      <link>http://www.phpdeveloper.org/news/11911</link>
      <description><![CDATA[<p>
Those wanting to get into <a href="http://facebook.com">Facebook</a> development might want to check out <a href="http://fbcookbook.ofhas.in/">this new site</a> <i>Hasin Hayder</i> has been working on - a Facebook Cookbook (not affiliated with the O'Reilly book by the same name). He talks about it <a href="http://hasin.wordpress.com/2009/02/02/started-writing-on-facaebook-cookbook-blog/">here</a>.
</p>
<blockquote>
So i am planning to star writing an open book (right now it is a blog, when we will have thousands or recipes we will make it a book) which will follow cookbook approach for Facebook application developers. I will highlight common problems (there are numbers of problems with no solutions in their wikis) and their solutions which I've learned in my last one and half year journey as an application developer on Facebook platform.
</blockquote>
<p>Several topics have already been covered including:</p>
<ul>
<li><a href="http://fbcookbook.ofhas.in/2009/02/07/facebook-reveals-status-api-how-to-use-it/">facebook reveals status api - how to use it?</a>
<li><a href="http://fbcookbook.ofhas.in/2009/02/06/how-to-resize-facebook-popup-dialog-box/">how to resize facebook popup dialog box</a>
<li><a href="http://fbcookbook.ofhas.in/2009/02/04/how-to-add-profile-tab-for-your-facebook-application/">how to add profile tab for your facebook application</a>
<li><a href="http://fbcookbook.ofhas.in/2009/02/03/how-to-successfully-update-all-of-your-users-profile-at-once-part-1/">how to successfully update all of your user's profile offline, at once!</a>
<li><a href="http://fbcookbook.ofhas.in/2009/02/02/publishing-on-your-friends-mini-feed-no-session-key/">publishing on your friend's mini feed (no session key)</a>
</ul>]]></description>
      <pubDate>Mon, 09 Feb 2009 11:14:58 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Symfony Blog: Read the symfony documentation offline]]></title>
      <guid>http://www.phpdeveloper.org/news/11889</guid>
      <link>http://www.phpdeveloper.org/news/11889</link>
      <description><![CDATA[<p>
Symfony developers that do work offline will be happy to know that the framework's documentation is now <a href="http://www.symfony-project.org/blog/2009/01/31/read-the-symfony-documentation-offline">available as a PDF</a>:
</p>
<blockquote>
As of today, most of the <a href="http://www.symfony-project.org/doc/">symfony documentation</a> is available as PDF files. The PDF files are available for all major symfony versions.
</blockquote>
<p>
They also link to the Jobeet tutorial (<a href="http://www.symfony-project.org/get/pdf/jobeet-1.2-propel-en.pdf">Propel</a>/<a href="http://www.symfony-project.org/get/pdf/jobeet-1.2-doctrine-en.pdf">Doctrine</a>), their <a href="http://www.symfony-project.org/get/pdf/forms_book-1.2-en.pdf">Forms</a> book and <a href="http://www.symfony-project.org/get/pdf/cookbook-1.2-en.pdf">Cookbook</a>.
</p>]]></description>
      <pubDate>Thu, 05 Feb 2009 10:21:10 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[codediesel.com: 6 books to master PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10027</guid>
      <link>http://www.phpdeveloper.org/news/10027</link>
      <description><![CDATA[<p>
code:diesl has posted <a href="http://www.codediesel.com/php/6-books-to-master-php/">their list</a> of the top six books that can help you master the PHP language:
</p>
<blockquote>
If you are new to PHP or are thinking of moving to PHP form other language then the following list of books will provide you with the required knowledge to become a seasoned PHP programmer. Of course, the list is subjective and you may have a different list of books in mind.
</blockquote>
<p>Their list is made up of:</p>
<ul>
<li><a href="http://www.amazon.com/architects-Zend-Certification-Study-Guide/dp/0973862149/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1208775291&sr=8-1">Zend PHP5 Certification</a>
<li><a href="http://www.amazon.com/PHP-Action-Objects-Design-Agility/dp/1932394753/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1208775343&sr=1-1">PHP in Action</a>
<li><a href="http://www.amazon.com/PHP-MySQL-Development-Developers-Library/dp/0672326728/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1208775375&sr=1-1">PHP and MySQL Web Development
<li><a href="http://www.amazon.com/PHP-Programming-PEAR-Schmidt-Stephan/dp/1904811795/ref=pd_bbs_2?ie=UTF8&s=books&qid=1208775417&sr=1-2">PEAR</a>
<li><a href="http://www.amazon.com/Cookbook-Cookbooks-OReilly-Adam-Trachtenberg/dp/0596101015/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1208775472&sr=1-1">PHP Cookbook</a>
<li><a href="http://www.amazon.com/SQL-MySQL-Developers-Comprehensive-Reference/dp/0131497359/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1208775500&sr=1-1">SQL for MySQL Developers
</ul>]]></description>
      <pubDate>Wed, 23 Apr 2008 22:07:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Chris Hartjes' Blog: Cooking Up Some Cake]]></title>
      <guid>http://www.phpdeveloper.org/news/9661</guid>
      <link>http://www.phpdeveloper.org/news/9661</link>
      <description><![CDATA[<p>
<i>Chris Hartjes</i> has <a href="http://www.littlehart.net/atthekeyboard/2008/02/18/cooking-up-some-cake/">posted about</a> a new resource that he "cannot stop recommending people to use [it] when searching for answers to their CakePHP problems" - the <a href="http://book.cakephp.org/">CakePHP Cookbook</a>.
</p>
<blockquote>
With a ton of help from Andy Dawson (AD7Six) the documentation for CakePHP 1.2 has moved forward immensely with the unveiling of the <a href="http://book.cakephp.org/">CakePHP Cookbook</a>. It's a combination of manual and wiki, where people can flesh out the manual and make comments on the methods in there.
</blockquote>
<p>
With the wiki in place, anyone can add to the communal CakePHP wisdom (or correct where others might have strayed) to make it a bigger and better resource for the whole range of CakePHP developers.
</p>]]></description>
      <pubDate>Tue, 19 Feb 2008 10:27:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[KillerSites.com: Book Review: PHP Cookbook 2nd edition]]></title>
      <guid>http://www.phpdeveloper.org/news/6522</guid>
      <link>http://www.phpdeveloper.org/news/6522</link>
      <description><![CDATA[<p>
On KillerSites.com, <i>Stefan Mischook</i> has a new <a href="http://www.killersites.com/blog/2006/book-review-php-cookbook-2nd-edition/">book review</a> of a new version of a good old PHP book standby - the 2nd Edition of the PHP Cookbook from O'Reilly.
</p>
<blockquote>
The 'cookbook' series from O'Reilly press target a reader who understands (at least) the basics of a subject, these are not good books for beginners. This is the 2nd edition and covers PHP 5.
</blockquote>
<p>
<i>Stefan</i> comments on the content of the book, noting that it covers "chunks" of functionality by task rather than teaching the language details behind it. He notes that this is just the book for someone needing to perform some kind of task, and just looking for the bit of code to get it done. The book also shares some helpful hints along the way, like "What is the difference between ereg and preg?"
</p>
<p>
Overall, <a href="http://www.killersites.com/blog/2006/book-review-php-cookbook-2nd-edition/">he recommends</a> the book, but only for those that already have a gasp on PHP and need those little code bits to make things work.
</p>]]></description>
      <pubDate>Wed, 18 Oct 2006 08:47:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Sklar's Blog: PHP Cookbook, 2nd Edition]]></title>
      <guid>http://www.phpdeveloper.org/news/6167</guid>
      <link>http://www.phpdeveloper.org/news/6167</link>
      <description><![CDATA[<p>
<i>David Skalr</i> shares <a href="http://www.sklar.com/blog/archives/103-PHP-Cookbook,-2nd-Edition.html">some good news</a> on the publishing front - the latest version (second edition) of the "PHP Cookbook" is rolling off the presses.
</p>
<blockquote>
The <a href="http://www.amazon.com/exec/obidos/ASIN/0596101015/sklarcom-20/ref=nosim">new edition of PHP Cookbook</a> is on the way! I got one copy yesterday, so it should be making its way into bookstores and online-bookstore-warehouses any day now.
</blockquote>
<p>
Updates included in <a href="http://www.amazon.com/exec/obidos/ASIN/0596101015/sklarcom-20/ref=nosim">this edition</a> are:
<ul>
<li>revamped XML and OOP sections
<li>new PDO information
<li>information on testing code
<li>performance tuning
<li>regular expressions
</ul>
Check out <a href="http://www.oreilly.com/catalog/phpckbk2/index.html">the O'Reilly page</a> of the book for complete information.
</p>]]></description>
      <pubDate>Tue, 29 Aug 2006 12:58:23 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Sklar's Blog: Two New O'Reilly PHP Translations]]></title>
      <guid>http://www.phpdeveloper.org/news/4361</guid>
      <link>http://www.phpdeveloper.org/news/4361</link>
      <description><![CDATA[<i>David Sklar</i> has two quick new posts today about two new PHP books that he's recieved - a copy of the French version of the O'Reilly "Learning PHP 5" book, and the "PHP Cookbook" in Russian.
<p>
<quote>
<i>
The Russian translation of <a href="http://www.books.ru/shop/books/233378">PHP Cookbook</a>, arrived in the mail yesterday. My rudimentary sound-out-Cyrillic-letters skills that remain from a trip to the Soviet Union in 1989 have been helpful as I stumble my way through.
<p>
The delivery man also brought <a href="http://www.informatica.mcgraw-hill.it/catLibro.asp?item_id=1890">PHP 5 - Elementi di programmazione</a>, the Italian translation of Learning PHP 5. It looks great, although I have to admit I'm a tiny bit disappointed that they didn't take the <a href="http://www.sklar.com/blog/archives/57-Construire-son-premier-site-web-interactif.html">French approach</a> and transpose all the Chinese food references into local delicacies.
</i>
</quote>
<p>
If you're interested in either of <a href="http://www.sklar.com/blog/archives/72-PHP-5-Elementi-di-programmazione.html">these</a> <a href="http://www.sklar.com/blog/archives/71-PHP-Cookbook-in-Russian.html">translations</a>, be sure to check them out. They're O'Reilly, so you know the quality's good - even better that you can read it in your native language!]]></description>
      <pubDate>Wed, 23 Nov 2005 05:50:21 -0600</pubDate>
    </item>
  </channel>
</rss>

