<?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, 25 Jul 2008 09:37:19 -0500</pubDate>
    <ttl>30</ttl>
    <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[Derick Rethans' Blog: Calculating start and end dates of a week]]></title>
      <guid>http://www.phpdeveloper.org/news/6724</guid>
      <link>http://www.phpdeveloper.org/news/6724</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> has posted a <a href="http://derickrethans.nl/calculating_start_and_end_dates_of_a_week.php">quick tip</a> to his blog today:
</p>
<blockquote>
A friend asked "How do I calculate start (monday) and end (sunday) dates from a given week number for a specified year?" Instead of having to come up with your own algorithm you can simply do the following in PHP 5.1 and higher.
</blockquote>
<p>
<a href="http://derickrethans.nl/calculating_start_and_end_dates_of_a_week.php">The (technically) three-line code</a> uses ISO format for the date to tell you which day is the starting day of that week and which is the end. He only explains this format just a bit, so if you want more information, check out the <a href="http://us2.php.net/manual/en/function.strtotime.php">strtotime</a> function page.
</p>]]></description>
      <pubDate>Thu, 16 Nov 2006 15:13:37 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: Calculating start and end dates of a week]]></title>
      <guid>http://www.phpdeveloper.org/news/6207</guid>
      <link>http://www.phpdeveloper.org/news/6207</link>
      <description><![CDATA[<p>
With just a quick handy code snippet posted on his blog today, <i>Derick Rethans</i> shares <a href="http://derickrethans.nl/calculating_start_and_end_dates_of_a_week.php">these two lines</a> to help grab the start and end dates of a week in question.
</p>
<blockquote>
A friend asked "How do I calculate start (monday) and end (sunday) dates from a given week number for a specified year?" Instead of having to come up with your own algorithm you can simply do the following in PHP 5.1 and higher.
</blockquote>
<p>
The code makes use of the ISO8601 datetime functionality to grab the correct value from a strtotime command. <i>Derick</i> also <a href="http://derickrethans.nl/calculating_start_and_end_dates_of_a_week.php">briefly explains</a> how it all works.
</p>
]]></description>
      <pubDate>Wed, 06 Sep 2006 07:03:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Cake Baker's Blog: FindABaker Job Board Started]]></title>
      <guid>http://www.phpdeveloper.org/news/6146</guid>
      <link>http://www.phpdeveloper.org/news/6146</link>
      <description><![CDATA[<p>
On the CakeBaker blog, there's <a href="http://cakebaker.wordpress.com/2006/08/26/findabaker-job-board-started/">a note</a> about a new job board they've started up specifically aimed at helping companies/other developers look for CakePHP experienced coders.
</p>
<blockquote>
This week there was a discussion in the IRC channel about a missing job board for cake related jobs. Voila, here it is: <a href="http://findabaker.42dh.com/">findABaker</a>. Feedback is as always welcome.
</blockquote>
<p>
There's <a href="http://findabaker.42dh.com/">no postings</a> on it yet, but I could definitely see this resource growing right along side the growth of CakePHP. If you'd like to make a posting, you can do so for free up until September 15th - then it's only $20 USD to post.
</p>]]></description>
      <pubDate>Sun, 27 Aug 2006 10:14:24 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[WebMonkey: Get Your Feet Wet with WordPress]]></title>
      <guid>http://www.phpdeveloper.org/news/5498</guid>
      <link>http://www.phpdeveloper.org/news/5498</link>
      <description><![CDATA[<p>
From WebMonkey, there's <a href="http://www.webmonkey.com/webmonkey/06/22/index3a.html">a new article</a> for all of the bloggers out there that just don't know where to get started with the look and feel of their site. <i>Tim Ziegler</i> wants to help, and in "Get Your Feet Wet with WordPress" he provides everything from day one.
</p>
<quote>
<i>
<p>
The best thing about WordPress (apart from it being free) is that plug-ins are available to do all manner of things, from inserting tag clouds into your blog to adding surveys and shopping carts to integrating YouTube videos. Not to mention the fact that you have serious control over the design of each section of your site.
</p>
<p>
But here's the rub: WordPress' system for messing with your blog design and site functionality is powerful, but can be confusing and awkward until you figure out how all the pieces fit together. 
</p>
<p>
This article will pull apart the templating system and make you a WordPress Grand Wazier or your money back! (Not really on the money back.)
</p>
</i>
</quote>
<p>
He <a href="http://www.webmonkey.com/webmonkey/06/22/index3a.html">covers</a> a few different topics, including installing custom templates, how WordPress template files work together, working a bit with PHP to pull in remote content (or local, for that matter), and the best places to grab some of those handy WordPress plugins.
</p>
<p>
The one thing he doesn't cover is the installation, so you'll need to have it up and working before you tackle <a href="http://www.webmonkey.com/webmonkey/06/22/index3a.html">this tutorial</a>. He suggests starting with a good base theme and going from there - changing settings, modifying the HTML, and using plugins to your advantage to enhance the functionality of your site.
</p>
</p>]]></description>
      <pubDate>Fri, 02 Jun 2006 08:37:23 -0500</pubDate>
    </item>
  </channel>
</rss>
