<?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>Thu, 20 Jun 2013 01:39:25 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[SitePoint.com: Sneak Peek at Kevin Yank's New Book 'PHP & MYSQL: Novice to Ninja']]></title>
      <guid>http://www.phpdeveloper.org/news/17878</guid>
      <link>http://www.phpdeveloper.org/news/17878</link>
      <description><![CDATA[<p>
SitePoint.com has <a href="http://www.sitepoint.com/sneak-peek-of-kevin-yanks-new-php-mysql-book/">published an excerpt</a> from an upcoming book by their own <i>Kevin Yank</i> aimed at those wanting to get into PHP with no background in the language at all - "PHP & MySQL: Novice to Ninja".
</p>
<blockquote>
Kevin Yank's done it again! He's just completed a new 2012 edition of his best-selling book (Build Your Own Database Driven Web Site, 4th Edition) which is now titled - PHP & MySQL: Novice to Ninja.
</blockquote>
<p>
The chapter excerpt they share is the book's "Introducing PHP" content the (very) basic introduction to the language showing syntax and some of the benefits of the language. They also give you a preview of some of the other bits of content in the book including sections on database design, building a CMS, setting up shopping carts and getting PHP+MySQL installed on multiple platforms.
</p>]]></description>
      <pubDate>Fri, 27 Apr 2012 11:14:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[James McLean's Blog: Book Review: Apress' Beginning PHP and Oracle]]></title>
      <guid>http://www.phpdeveloper.org/news/10339</guid>
      <link>http://www.phpdeveloper.org/news/10339</link>
      <description><![CDATA[<p>
<i>James McLean</i> has done his <a href="http://blog.phpguy.org/2008/06/04/book-review-apress-beginning-php-and-oracle/">own review</a> of the APress book "Beginning PHP and Oracle":
</p>
<blockquote>
Published in August 2007, <a href="http://apress.com/book/view/1590597702">Beginning PHP and Oracle: From Novice to Professional</a> weighs in at a hefty 763 pages long. It's one for the bookshelf, not for the backpack thats for sure!
</blockquote>
<p>
He <a href="http://blog.phpguy.org/2008/06/04/book-review-apress-beginning-php-and-oracle/">goes through</a> the sections of the book - the PHP intro, some of its "Enterprise thinking", mentions of MySQL and SQLite and, of course, the large amount of Oracle content (both in using Oracle alone and in connecting the two together).
</p>
<blockquote>
If you're in the market for a book to perhaps learn PHP and would like to move onto advanced concepts later on, this book is worth a look. If you're an experienced PHP developer and looking for an introduction into the world of Oracle, this is the book for you.
</blockquote>]]></description>
      <pubDate>Wed, 04 Jun 2008 11:16:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Freegrok.com: Review: Beginning PHP and MySQL: From Novice to Professional, Third Edition]]></title>
      <guid>http://www.phpdeveloper.org/news/10277</guid>
      <link>http://www.phpdeveloper.org/news/10277</link>
      <description><![CDATA[<p>
On freegrok.com a <a href="http://www.freegrok.com/content/review/review-beginning-php-and-mysql-from-novice-professional-third-edition">new review</a> of an APress PHP-related book has been posted, a look at <i>W. Jason Gilmore</i>'s "Beginning PHP and MySQL: From Novice to Professional, Third Edition".
</p>
<blockquote>
Walking through your local bookstore will show that there is definitely no shortage of books related to PHP and MySQL.  These ubiquitous technologies have been many a beginner's foray into the world of web development.  Since both are free and widely supported it's a safe bet that the software you create can be used in almost any circumstance with relative ease.  Beginning PHP and MySQL: From Novice to Professional, Third Edition is a good resource to get you started on your way.
</blockquote>
<p>
The reviewer <a href="http://www.freegrok.com/content/review/review-beginning-php-and-mysql-from-novice-professional-third-edition">breaks down</a> the chapters of the book and points out two chapters (web services and MVC with the Zend Framework) that he though were noteworthy for budding developers to look in to.
</p>
<blockquote>
All in all W. Jason Gilmore has done an excellent job of bringing a wide ranging topics into a manageable size and retaining much of the value for later use.
</blockquote>]]></description>
      <pubDate>Tue, 27 May 2008 10:24:28 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Beginning Ajax with PHP: From Novice to Professional, Part 2]]></title>
      <guid>http://www.phpdeveloper.org/news/7082</guid>
      <link>http://www.phpdeveloper.org/news/7082</link>
      <description><![CDATA[<p>
PHPBuilder.com is back with <a href="http://www.phpbuilder.com/columns/beginning_ajax20070111.php3">part two</a> of their look at building an application combining PHP and Ajax (as excerpted from the Apress book "Beginning Ajax with PHP: From Novice to Professional"). Part one for the series is <a href="http://www.phpdeveloper.org/news/7033">here</a>.
</p>
<blockquote>
A nice feature that I first noticed as being received positively by the Internet community is the auto-complete feature in Gmail. [...] The next example will show you how to do the same thing - although it's not quite as in-depth as the Gmail solution. 
</blockquote>
<p>
They <a href="http://www.phpbuilder.com/columns/beginning_ajax20070111.php3">start with the CSS and Javascript</a> to make the application work, including a simple XMLHttpRequest object for the Ajax connection. The "autocomplete" function is called via an onKeyPress event in the form on the page, grabbing the content and firing off a request to the backend script. The also include a series of screenshots that show the different steps of the process from entering the information down to outputting the results.
</p>]]></description>
      <pubDate>Fri, 12 Jan 2007 07:04:41 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Beginning Ajax with PHP: From Novice to Professional]]></title>
      <guid>http://www.phpdeveloper.org/news/7033</guid>
      <link>http://www.phpdeveloper.org/news/7033</link>
      <description><![CDATA[<p>
PHPBuilder.com has another in a series of book excerpts posted on their site today. This time, it's <a href="http://www.phpbuilder.com/columns/beginning_ajax20070104.php3">a look at Ajax and PHP</a> as pulled from the Apress book "Beginning Ajax with PHP: From Novice to Professional".
</p>
<blockquote>
The ability to make a call to the server without a page refresh is one that is quite powerful, if harnessed correctly. With the help of the powerful PHP server-side language, you can create some handy little applications that can be easily integrated into any web project.
</blockquote>
<p>
They <a href="http://www.phpbuilder.com/columns/beginning_ajax20070104.php3">take some time</a> to explain what an Ajax connection is before getting into the code - a basic example that just shows/hides content. They include both the HTML/Javascript to handle the front end and the PHP to handle the backend creation of the calendar (the content) itself.
</p>]]></description>
      <pubDate>Fri, 05 Jan 2007 08:27:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Codewalkers.com: Book Raffle - Beginning PHP and MySQL 5 - From Novice to Professional]]></title>
      <guid>http://www.phpdeveloper.org/news/5210</guid>
      <link>http://www.phpdeveloper.org/news/5210</link>
      <description><![CDATA[<p>
<a href="http://www.codewalkers.com">Codewalkers.com</a> has posted about their latest book raffle - <a href="http://codewalkers.com/raffle.php">this time</a> offering up a copy of the APress book "Beginning PHP and MySQL 5: From Novice to Professional, Second Edition".
</p>
<quote>
<i>
On April 28th, we will be giving away five copies of <a href="http://www.amazon.com/exec/obidos/ASIN/1590595521/codewalkers-20/ref=nosim">Beginning PHP and MySQL 5: From Novice to Professional, Second Edition</a>. This is an excellent book for someone just starting out in PHP or those wishing to take their basic skills to the next level.
</i>
</quote>
<p>
To put your name in the hat, simply head to <a href="http://codewalkers.com/raffle.php">the entry page</a> and fill in the form at the bottom. The winner will be notified after the drawing has taken place. If you'd like more information on the book itself, you can check out the <a href="http://www.apress.com/ApressCorporate/supplement/1/10017/1590595521-3279.pdf">sample chapter</a>, <a href="http://www.apress.com/ApressCorporate/supplement/1/10017/1590595521-3278.pdf">table of contents</a>, or just <a href="http://www.apress.com/book/bookDisplay.html?bID=10017">visit the site</a> for the book.
</p>]]></description>
      <pubDate>Thu, 20 Apr 2006 07:17:23 -0500</pubDate>
    </item>
  </channel>
</rss>
