<?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, 18 Jun 2013 20:26:14 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: "The Joy of PHP Programming" Book & Course Kickstarter]]></title>
      <guid>http://www.phpdeveloper.org/news/18461</guid>
      <link>http://www.phpdeveloper.org/news/18461</link>
      <description><![CDATA[<p>
A Kickstarter project has been started up by <i>Alan Forbes</i> to author a book (and full training course) to "bring the joy back" into learning PHP - <a href="http://www.kickstarter.com/projects/287976447/the-joy-of-php-programming-e-book-and-course">The Joy of PHP Programming (e-book and course)</a>.
</p>
<blockquote>
PHP is a great programming language. It's free, powerful, relatively easy to setup and learn, and it has extensions and frameworks available to do almost anything you could imagine.  Frankly, it's just plain fun too. But if you've never programmed before or have programmed before but not with PHP and want to learn it, wouldn't it be great to find a tutorial that  conveyed the sheer joy of it?  That's what I want to do!
</blockquote>
<p>
It plans to be an introductory book, starting developers from the ground up to teach them things like basic usage, project organization, working with user input and bits on frontend and backend frameworks. There's already over 150 backers for the project and just 20 days remaining so if you're interested in learning more about it or want to contribute, check out <a href="http://www.kickstarter.com/projects/287976447/the-joy-of-php-programming-e-book-and-course">this page</a> on Kickstarter.com.
</p>]]></description>
      <pubDate>Mon, 10 Sep 2012 12:46:30 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Nick Belhomme's Blog: PHPUnit Training Course for free]]></title>
      <guid>http://www.phpdeveloper.org/news/15407</guid>
      <link>http://www.phpdeveloper.org/news/15407</link>
      <description><![CDATA[<p>
As is <a href="http://devzone.zend.com/article/12765-Free-PHPUnit-Training">mentioned</a> on the Zend Developer Zone, <i>Nick Belhomme</i> has released the first few pages of the training materials he's created for using PHPUnit effectively in testing applications <a href="http://blog.nickbelhomme.com/php/phpunit-training-course-for-free_282">for free</a>.
</p>
<blockquote>
Today is an awesome day my dear fellow programmers. Today is the day I decide to freely distribute the first couple of pages of the PHPUnit workshop I have been giving for some time now. It is a workshop that builds a small demo application the Test Driven Development way. The reason I open this workshop course is because I strongly believe everybody should understand and use PHPUnit in their projects.
</blockquote>
<p>
The free content is <a href="http://www.slideshare.net/NickBelhomme/cursus-phpunit?">hosted off of SlideShare</a> and covers some of the basics of testing including how to use PHPUnit and things like test doubles and handling dependencies.
</p>]]></description>
      <pubDate>Wed, 10 Nov 2010 08:52:02 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer.com: Charting Your Course Using the Google Maps API]]></title>
      <guid>http://www.phpdeveloper.org/news/12350</guid>
      <link>http://www.phpdeveloper.org/news/12350</link>
      <description><![CDATA[<p>
Developer.com has posted <a href="http://www.developer.com/lang/article.php/3814971">the latest part</a> in their series on using the Google Maps API. This time they focus on something a bit more complex - working with more than one point and creating complex routes between them.
</p>
<blockquote>
This installment tackles another fascinating aspect you'll undoubtedly encounter when building location-based solutions, namely distance calculation. Whether you want to simply plot the distance separating two points on the map, or perform more complex operations involving measuring the total distance spanning a more complex route, understanding how to perform these sorts of calculations will prove invaluable time and again.
</blockquote>
<p>
The tutorial gives you example screenshots and complete code to calculate the distance between two points and, based on plots of a few different points, how to determine the distance traveled. His example is of a running route around a park.
</p>]]></description>
      <pubDate>Wed, 15 Apr 2009 17:27:05 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Haim Michael's Blog: PHP Fundamentals (Online Course)]]></title>
      <guid>http://www.phpdeveloper.org/news/11748</guid>
      <link>http://www.phpdeveloper.org/news/11748</link>
      <description><![CDATA[<p>
<i>Haim Michael</i> has <a href="http://www.lifemichael.com/en/?p=281">put together a "PHP Fundamentals" class</a> that aims to cover most of the information one might need to take the Zend Certified Engineer certification.
</p>
<blockquote>
I am glad to announce about "PHP Fundamentals", a new course I have developed few months ago and recently completed to refine its slides and assignments. This course is available for free at <a href="www.abelski.com">www.abelski.com</a>. This new course overviews the basic topics in PHP and reflects a practical approach for learning this language.
</blockquote>
<p>
<a href="http://www.lifemichael.com/en/?p=281">This post</a> to his blog includes the PDF files for each of the sections in the course - everything from the "PHP Basics" out to "Exception Handling" and "The Standard PHP Library". 
</p>]]></description>
      <pubDate>Thu, 15 Jan 2009 12:04:32 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Last day for our iPod Training Promo]]></title>
      <guid>http://www.phpdeveloper.org/news/11517</guid>
      <link>http://www.phpdeveloper.org/news/11517</link>
      <description><![CDATA[<p>
php|architect <a href="http://c7y.phparch.com/c/entry/1/news,20081205-last_day_for_ipod_promo">reminds you</a> that today is the last day to take advantage of their iPod training promo offer:
</p>
<blockquote>
There's still time to take advantage of our <a href="http://phparch.com/c/training/ipodpromo">iPod Training Promo</a> and get yourself up to 2 16GB iPods just in time for Christmas.
</blockquote>
<p>
All you have to do to get in on the offer is sign up for <a href="http://phparch.com/c/training/s/roadmap">one of their classes</a> covering everything from an introduction to PHP, the Zend Certification and more advanced topics like PHP & Ajax development and advanced SQL and object oriented programming.
</p>]]></description>
      <pubDate>Fri, 05 Dec 2008 13:27:28 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: MTA announces new ZFCE training course and exam simulator]]></title>
      <guid>http://www.phpdeveloper.org/news/11076</guid>
      <link>http://www.phpdeveloper.org/news/11076</link>
      <description><![CDATA[<p>
MTA (publisher of the <a href="http://www.phparch.com">php|architect</a> magazine) has <A href="http://c7y.phparch.com/c/entry/1/news,20080924-zfce_vulcan_and_training">announced today</a> that they have added a new training course materials/functionality to help you pass the Zend Framework Certified Engineer certification Zend offers.
</p>
<blockquote>
<p>
We're proud to announce that we will be releasing two new products dedicated to the recently announced Zend Framework Certification. The first is a brand-new version of <a href="http://www.phparch.com/c/product/vulcan/view">Vulcan</a>, our exam simulator, built specifically for the ZFCE exam. Like our current ZCE Vulcan, the new version will provide a realistic simulation environment in which ZFCE candidates will be able to test their knowledge of the exam topics before taking the actual exam.
</p>
<p>
[...] In addition to the new release of Vulcan, we're happy to announce that we are hard at work on a new training course that will expand on our existing Zend Framework training course to provide specialized training for the ZFCE. 
</p>
</blockquote>
<p>
The new training will launch November 5th and will be open to all, including those with licenses for the previous version of Vulcan. The training course will be launched later on this fall.
</p>]]></description>
      <pubDate>Wed, 24 Sep 2008 08:46:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend: Zend Further Expands Its Line of PHP Training Courses]]></title>
      <guid>http://www.phpdeveloper.org/news/10779</guid>
      <link>http://www.phpdeveloper.org/news/10779</link>
      <description><![CDATA[<p>
According to a <a href="http://www.zend.com/en/company/news/press/zend-further-expands-its-line-of-php-training-courses">new press release</a> from Zend, they've expanded their training course line to include a few more topics - migration from PHP4 to PHP5 and an in-depth look at their Zend Studio for Eclipse IDE.
</p>
<blockquote>
These courses further expand the portfolio of Zend training courses, which include PHP from introduction to advanced levels, as well as courses about PHP Security, creation of Rich Internet Applications, and the use of major Zend products.
</blockquote>
<p>Here's the details:</p>
<ul>
<li><a href="http://www.zend.com/en/services/training/course-catalog/migrating-from-php4-to-php5">Migrating Your Web Applications from PHP v4 to v5</a> - This webinar guides you through the basics of planning a migration, as well as discussing some of the tools to make the process easier, such as unit testing and PHPDoc. The current class will be held September 9th and 11th and will cost about $300 USD.
<li><a href="http://www.zend.com/en/services/training/course-catalog/zend-studio-for-eclipse">Zend Studio for Eclipse</a> - The Zend Studio for Eclipse Course is designed to provide PHP programmers with a practical, in-depth knowledge of the next generation tool in the Zend Studio IDE family. The current class will start August 25th and will run through September 5th. Cost for the class is about $800 USD.
</ul>]]></description>
      <pubDate>Thu, 07 Aug 2008 08:42:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend Quick Start: PHP for Experienced Programmers]]></title>
      <guid>http://www.phpdeveloper.org/news/9987</guid>
      <link>http://www.phpdeveloper.org/news/9987</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/3399-Zend-Quick-Start-PHP-for-Experienced-Programmers">pointed out</a> a new course that's offered by <a href="http://www.zend.com">Zend</a> to help experienced programmers further their PHP education - <a href="http://www.zend.com/en/services/training/course-catalog/php-for-experienced-programmers">Zend Quick Start: PHP for Experienced Programmers</a>.
</p>
<blockquote>
This course covers many of the same topics as both the PHP I: Foundations and PHP II: Higher Structures classes but at an accelerated rate with special emphasis on the differences between PHP and other commonly used languages.
</blockquote>
<p>
The next session of the course starts on April 29th and will last through May 16th. There will be nine sessions during that time for two hours at a time. You can get full details, including how to reserve your spot, on <a href="http://www.zend.com/en/services/training/course-catalog/php-for-experienced-programmers">the course's page</a> on the Zend website.
</p>]]></description>
      <pubDate>Thu, 17 Apr 2008 10:25:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[David Goodwin's Blog: More training courses]]></title>
      <guid>http://www.phpdeveloper.org/news/8823</guid>
      <link>http://www.phpdeveloper.org/news/8823</link>
      <description><![CDATA[<p>
<i>David Goodwin</i> has <a href="http://codepoets.co.uk/more-training-courses">posted about</a> some more training courses that they're offering via the <a href="http://www.palepurple.co.uk/training/scheduled/regular_courses">Palepurple</a> website.
</p>
<blockquote>
We've scheduled some more PHP training courses up to June next year, running monthly. People who are active members of Birmingham, Wolverhampton or Redditch and Bromsgrove LUGs or PHPWM can receive a discount of £25/day
</blockquote>
<p>
They offer their training courses to those in the West Midlands area including:
</p>
<ul>
<li>Object Orientation for PHP Programmers
<li>Smarty Templating Framework
<li>Using Propel ORM
<li>Learning to Program with PHP
</ul>]]></description>
      <pubDate>Thu, 11 Oct 2007 15:15:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: September/October Training Schedule Online]]></title>
      <guid>http://www.phpdeveloper.org/news/8529</guid>
      <link>http://www.phpdeveloper.org/news/8529</link>
      <description><![CDATA[<p>
Developers wanting to move up in their PHP knowledge should check out the <a href="http://www.phparch.com/phptraining">new training schedule</a> that php|architect has posted to their site today:
</p>
<blockquote>
The September & October 2007 schedule for our online training classes is now available from the <a href="http://www.phparch.com/phptraining">training section</a> of our website. php|architect offers PHP training like no other: you can take your classes directly from your home of office without having to sacrifice the experience of being in a real classroom.
</blockquote>
<p>
They even have a <a href="http://www.phparch.com/phptraining/page/onlinetraining">list of reasons</a> to help convince you it's the right way to go. There's currently five classes listed:
</p>
<ul>
<li>Building Rich Internet Applications With PHP 5 and AJAX
<li>PHP 5 Essentials
<li>PHP 5 Certification Combo
<li>Professional PHP 5
<li>Web Development with Komodo IDE 4
</ul>
<p>
Check out <a href="http://hades.phparch.com/socrates/">the list</a> for times, cost, difficulty ratings and class duration for each session.
</p>]]></description>
      <pubDate>Fri, 24 Aug 2007 10:28:00 -0500</pubDate>
    </item>
  </channel>
</rss>
