<?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 00:49:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Symfony Blog: Symfony Live Portland 2013: The Schedule has finally been published!]]></title>
      <guid>http://www.phpdeveloper.org/news/19479</guid>
      <link>http://www.phpdeveloper.org/news/19479</link>
      <description><![CDATA[<p>
On the Symfony blog there's a new post about the <a href="http://symfony.com/blog/symfony-live-portland-2013-the-schedule-has-finally-been-published">Symfony Live Portland schedule being published</a>:
</p>
<blockquote>
We have finally selected all the great speakers that will share their experience with the Framework with you at <a href="http://portland2013.live.symfony.com/">Symfony Live Portland 2013</a>. We had a very hard time choosing among all the excellent talks' proposals we received. After a long time of thinking, we are very pleased to publish the <a href="http://portland2013.live.symfony.com/speakers">talks</a> we think you most want to attend for this edition. For the first time in the USA, there will be <a href="http://portland2013.live.symfony.com/speakers">2 tracks per day</a>; more than 20 talks are scheduled, a lightning talk session and the now famous Jeopardy session with the fantastic Jeremy Mikola! Let's say that it will be now your turn to have a hard time choosing among these great talks! Have a look now at the <a href="http://portland2013.live.symfony.com/speakers">schedule</a> and <a href="http://portland2013.live.symfony.com/registration/">register</a> to the conference!
</blockquote>
<p>
They also mention the availability of the <a href="http://trainings.sensiolabs.com/fr/training/symfony-certification/sessions">Symfony certification</a> and that they're still looking for sponsors for this year's event. You can <a href="http://portland2013.live.symfony.com/registration/">register now</a> and pick up tickets for about $400 USD ($600 for the Combo pass).
</p>
Link: http://symfony.com/blog/symfony-live-portland-2013-the-schedule-has-finally-been-published]]></description>
      <pubDate>Thu, 18 Apr 2013 10:53:02 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: The Grumpy Programmer's PHPUnit Cookbook Released]]></title>
      <guid>http://www.phpdeveloper.org/news/19271</guid>
      <link>http://www.phpdeveloper.org/news/19271</link>
      <description><![CDATA[<p>
<i>Chris Hartjes</i> (aka the "Grumpy Programmer") has written a second book that aims to teach you even more about writing testable applications. Where his <a href="https://leanpub.com/grumpy-testing">first book</a> taught the basics of making apps testable, this new book - <a href="https://leanpub.com/grumpy-phpunit">The Grumpy Programmer's PHPUnit Cookbook</a> provides code examples showing how to solve some of the common problems you'll come across when testing your applications.
</p>
<blockquote>
You know you need something better, but time just doesn't seem to be on your side. Making things "right" is costly and you need to deliver working code NOW. Tests would be great but there are real deadlines to meet. You can't stop development and churn away for hours just to add tests around what you know already works. [...] No longer would you dread the bug reports. You'd happily make changes knowing that your safety net is there. You'd try out new features guiding yourself with tests.
</blockquote>
<p>
The book covers some more advanced topics than you might have seen in the previous book including data providers, test doubles, faking test data (or using external sources) and writing tests for APIs, databases and exceptions. If this sounds interesting to you, you can <a href="https://leanpub.com/grumpy-phpunit">pick up your own copy</a> of the book on his site (or <a href="http://samples.leanpub.com/grumpy-phpunit-sample.pdf">try out the sample first</a>).
</p>]]></description>
      <pubDate>Tue, 05 Mar 2013 10:17:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Lorna Mitchell: New Book: PHP Web Services]]></title>
      <guid>http://www.phpdeveloper.org/news/19201</guid>
      <link>http://www.phpdeveloper.org/news/19201</link>
      <description><![CDATA[<p>
<i>Lorna Mitchell</i> has <a href="http://www.lornajane.net/posts/2013/new-book-php-web-services">officially announced</i> the release of her O'Reilly-published book about creating and working with web services in PHP, <a href="http://shop.oreilly.com/product/0636920028291.do">PHP Web Services</a>.
</p>
<blockquote>
I'm delighted to announce that my new book "PHP Web Services" is now available as an early release! [...] The book isn't huge (or expensive, hint!), but it aims to give solid theory in a practical and approachable way. There's the topics you'd expect to see, covering HTTP and verbs and headers and status codes, and also around data formats. It also covers RPC services including SOAP, and also has a chapter (predictably the longest one!) about REST. I've tried to go beyond simply the "how to do" and into the "how to do in a kick-ass manner" realm, so there are chapters about how to design your API and choose what kind to build, how to handle errors, how to make your API really robust - and of course how to debug when things go wrong!
</blockquote>
<p>
<a href="http://shop.oreilly.com/product/0636920028291.do">The book</a> not only has the summaries and descriptions of some common web service challenges, but also includes code samples you can use in your own projects.
</p>]]></description>
      <pubDate>Tue, 19 Feb 2013 10:31:25 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Brandon Savage: "Do This, Not That" Now Available!]]></title>
      <guid>http://www.phpdeveloper.org/news/18924</guid>
      <link>http://www.phpdeveloper.org/news/18924</link>
      <description><![CDATA[<p>
<i>Brandon Savage</i> has <a href="http://www.brandonsavage.net/do-this-not-that-now-available/">officially released his book</a>, "Do This, Not That" - a book targeted at beginners to the PHP language, trying to teach them best practices for some of the most common situations they might come across.
</p>
<blockquote>
Too many books on best practices read like a manual. They are dry, boring and cover topics that you don't care about. "Do This, Not That" is different. A collection of essays, it highlights those areas for which best practices are either not well known or not well defined. It offers clear solutions that will be easy to implement. I've taken the time to research and identify what I feel are the best practices, and condensed it into a two hour read that will leave you feeling empowered, not exhausted.
</blockquote>
<p>
If this sounds interesting to you, you can pick up a copy <a href="http://dothisnotth.at/">on the official site</a> for about $30 USD and, if you're more of a try-before-you-buy sort, you can <a href="http://dothisnotth.at/assets/samplechapter.pdf">read a sample chapter</a> covering type hinting.
</p>]]></description>
      <pubDate>Thu, 20 Dec 2012 10:50:36 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[CodeIgniter.com: Rumbelow Publishes Volume Two of CodeIgniter Handbook Series]]></title>
      <guid>http://www.phpdeveloper.org/news/18472</guid>
      <link>http://www.phpdeveloper.org/news/18472</link>
      <description><![CDATA[<p>
On the CodeIgniter blog there's <a href="http://codeigniter.com/news/rumbelow_publishes_volume_two_of_codeigniter_handbook_series#When:15:28:09Z">a new announcement</a> about a book published from one of the main CodeIgniter developers (<i>Jaime Rumbelow</i>) - the second volume in the CI Handbook series.
</p>
<blockquote>
Earlier this year I wrote and released The CodeIgniter Handbook - Vol. 1 - Who Needs Ruby? to critical acclaim. It's been several months since the release of Volume One and everybody's support, feedback and enthusiasm has been absolutely wonderful. To everyone who has purchased a copy, thank you. I'm thrilled to announce that Vol. 2 - API Design, was released last week and is now available to purchase in PDF or Paperback. 
</blockquote>
<p>
This new book covers API design and how you can make your app "connected" in an automated world. If you'd like to pick up a copy of this new book, you can get one <a href="https://efendibooks.com/books/codeigniter-handbook/vol-2">from efendi books</a>.
</p>]]></description>
      <pubDate>Thu, 13 Sep 2012 09:35:26 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings techPortal: Video Interview: Meet the Authors]]></title>
      <guid>http://www.phpdeveloper.org/news/15839</guid>
      <link>http://www.phpdeveloper.org/news/15839</link>
      <description><![CDATA[<p>
On the Ibuildings techPortal today there's <a href="http://techportal.ibuildings.com/2011/02/01/video-meet-the-authors/">a new video posted</a> of a discussion between several of the published authors that were in attendance at the <a href="http://phpconference.nl">Dutch PHP Conference 2010</a> for a few questions.
</p>
<blockquote>
Here's a video from the Dutch PHP Conference 2010, where we pulled together some of the published technical authors at the event (many of them speakers) and asked them a few questions about books, writing, and getting published. Here's what they had to say...
</blockquote>
<p>
Authors included <i>Cal Evans</i>, <i>Ivo Jansch</i>, <i>Rob Allen</i>, <i>Derick Rethans</i> and <i>Kevlin Henney</i> who offer some of their tips on getting published and writing a book for yourself.
</p>]]></description>
      <pubDate>Tue, 01 Feb 2011 11:11:07 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Ivo Jansch's Blog: php|architect's Guide to Enterprise PHP Development is out]]></title>
      <guid>http://www.phpdeveloper.org/news/10446</guid>
      <link>http://www.phpdeveloper.org/news/10446</link>
      <description><![CDATA[<p>
<i>Ivo Jansch</i> has <a href="http://www.jansch.nl/2008/06/18/phparchitects-guide-to-enterprise-php-development-is-out/">posted about</a> the official release of his book hot from php|architect's presses, the <a href="http://phparch.com/c/books/id/9780973862188">Guide to Enterprise PHP Development</a>.
</p>
<blockquote>
It's true that it's one of the few books that's not about PHP code, but about the entire development life cycle. I owe a lot of thanks to Elizabeth Naramore and Marco Tabini of <a href="http://www.phparch.com/">php|architect</a>, for getting this book out. If you order the book, also check out <a href="http://www.enterprisephp.nl/">its companion website</a>. I will collect feedback on that site, and will regularly post errata or other updates.
</blockquote>
<p>
Get more information (and grab yourself a copy) from <a href="http://phparch.com/c/books/id/9780973862188">the php|architect website</a> - the print/PDF will cost about $30 CAD and the PDF only runs about $27 CAD.
</p>]]></description>
      <pubDate>Thu, 19 Jun 2008 14:26:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stefan Mischook's Blog: New PHP article in Web Designer Magazine]]></title>
      <guid>http://www.phpdeveloper.org/news/6627</guid>
      <link>http://www.phpdeveloper.org/news/6627</link>
      <description><![CDATA[<p>
<i>Stefan Mischook</i> points out in <a href="http://www.killerphp.com/articles/php-article-web-designer-magazine/">this new post</a> on the KillerPHP blog about an article he has published in the latest edition of the Web Designer Magaizne covering the creation of a contact form in PHP (a beginner look at working with forms and sendmail).
</p>
<p>
You can find out more about the magazine and the other contents of the issue from <a href="http://webdesignermag.co.uk">their website</a>.
</p>]]></description>
      <pubDate>Thu, 02 Nov 2006 10:02:24 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Aaron Wormus' Blog: The PEAR Book is out!]]></title>
      <guid>http://www.phpdeveloper.org/news/6487</guid>
      <link>http://www.phpdeveloper.org/news/6487</link>
      <description><![CDATA[<p>
As he (<i>Aaron Wormus</i>) mentions in <a href="http://www.wormus.com/aaron/stories/2006/10/12/the-pear-book-is-out.html">this new blog posting</a>, the <a href="http://www.packtpub.com/pear/book">PEAR book</a> from Packt publsihing has officially been released.
</p>
<blockquote>
This is a collaboration between Stoyan Stefanov, Stephan Schmidt, Carsten Lucke and me. The original book was conceived way back at IPC2k4 so it's been in the pipeline for a while now.
</blockquote>
<p>
<i>Aaron</i> talks about the contents of the book too - the different aspects of programming with PEAR with a more "solution-based" perspective (versus just dumping all of the information in your lap and shoving you out the door). He's also created an <a href="http://www.thepearbook.com/">unofficial community wiki</a> for the book to give things like reviews, comments, and other book-related things a place to live.
</p>]]></description>
      <pubDate>Thu, 12 Oct 2006 08:24:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP-Tools Blog: PHP Design Patterns published]]></title>
      <guid>http://www.phpdeveloper.org/news/6452</guid>
      <link>http://www.phpdeveloper.org/news/6452</link>
      <description><![CDATA[<p>
Writing a programming-related book these days is no simple matter, especially when it's on a bit more complex topic like design patterns. <i>Stephan Schmidt</i> has come out the other side unscathed and is <a href="http://blog.php-tools.net/archives/151-PHP-Design-Patterns-published.html">announcing the official release</a> of his book from O'Reilly - "PHP Design Patterns".
</p>
<blockquote>
<p>
After nearly a year of work, my first <a href="http://www.phpdesignpatterns.de">very own book</a> has finally been published and arrived last weekend.
</p>
<p>
PHP Design Patterns is published by O'Reilly and introduces the reader to the world of patterns by providing practical examples. 
</p>
</blockquote>
<p>
One small note, though - the book is written in German, so English-only readers might not find this the book for them. If you want more information on the book, though, you can check out <a href="http://www.phpdesignpatterns.de">its website</a> for full details and some code examples.
</p>]]></description>
      <pubDate>Mon, 09 Oct 2006 13:18:42 -0500</pubDate>
    </item>
  </channel>
</rss>
