<?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:35:47 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[ThinkPHP Blog: Put out the age of a date in words]]></title>
      <guid>http://www.phpdeveloper.org/news/9957</guid>
      <link>http://www.phpdeveloper.org/news/9957</link>
      <description><![CDATA[<p>
On the ThinkPHP blog today, <i>Annika Rabea</i> <a href="http://blog.thinkphp.de/archives/317-Put-out-the-age-of-a-date-in-words.html">shares a method</a> for outputting dates in words rather than in the usual numbers most applications use.
</p>
<blockquote>
Recently, I have to output the age of a date in words and didn't have a framework to work with. The first steps were to parse the given date into an array and create a timestamp with the individual parts. The difference between the timestamp of now and the created timestamp yielded the age in seconds. The result can be used to compare with seconds of a day, week, etc. 
</blockquote>
<p>
The code snippet <a href="http://blog.thinkphp.de/archives/317-Put-out-the-age-of-a-date-in-words.html">in the post</a> outputs the difference between two timestamps (then and now) it a bit more friendly way (ex. 4 months, 2 weeks, 2 days).
</p>]]></description>
      <pubDate>Fri, 11 Apr 2008 10:37:53 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: 7-Day Promo Fest Begins]]></title>
      <guid>http://www.phpdeveloper.org/news/7021</guid>
      <link>http://www.phpdeveloper.org/news/7021</link>
      <description><![CDATA[<p>
php|architect has <a href="http://hades.phparch.com/hermes/public/viewnews/index.php?id=3357">started their latest promotion</a> - the "7-Day Promo Fest":
</p>
<blockquote>
We're happy to announce that our <a href="http://www.phparch.com/sevendays">7-day Promo Fest</a> promotion kicks off on January 3rd with a 50% off sale on our own <a href="http://www.phparch.com/shop_product.php?itemid=135">Zend PHP 5 Certification Study Guide</a>.
</blockquote>
<p>
Check out <a href="http://hades.phparch.com/ceres/public/page/index.php/7dox">the full details</a> for these next few days with discounts on things ranging from half off a Vulcan practice test and half price on all of their <a href="http://www.phparch.com/phptraining">online training courses</a>.
</p>]]></description>
      <pubDate>Wed, 03 Jan 2007 13:08:15 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Yet Another Web Development Blog: A PHP Developer Spends a Week with Python]]></title>
      <guid>http://www.phpdeveloper.org/news/7000</guid>
      <link>http://www.phpdeveloper.org/news/7000</link>
      <description><![CDATA[<p>
On the "Yet Another Web Development Blog", there's a <a href="http://blog.rightbrainnetworks.com/2006/12/23/a-php-developer-spends-a-week-with-python/">new post</a> about a PHP developer (the author of the post) taking some time and spending a week with the Python programing language in a real project to see what it's like.
</p>
<blockquote>
Today I was the first time I've used my new found Python skills in a professional capacity. [...] Since I had <a href="http://blog.rightbrainnetworks.com/2006/12/23/a-php-developer-spends-a-week-with-python/">already worked with the HTMLParser library</a>, I figured this would be a perfect opportunity for Python.
</blockquote>
<p>
He <a href="http://blog.rightbrainnetworks.com/2006/12/23/a-php-developer-spends-a-week-with-python/">includes some sample code</a> showing a basic use of Python and a brief comparison of using each of the languages in a web development environment.
</p>]]></description>
      <pubDate>Fri, 29 Dec 2006 12:56:00 -0600</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[Zend Developer Zone: ZendCon Wrapup: The Video]]></title>
      <guid>http://www.phpdeveloper.org/news/6685</guid>
      <link>http://www.phpdeveloper.org/news/6685</link>
      <description><![CDATA[<p>
In case you didn't get a chance to make it to this year's <a href="http://www.zendcon.com">Zend Conference</a>, <i>Cal Evans</i> has put together <a href="http://devzone.zend.com/node/view/id/1197">this cool little video montage</a> of the week.
</p>
<blockquote>
With a weekend to kill and only a laptop to amuse myself, I sat down to put my feelings, my emotions, my raw soul into something that would express the impact the conference left on me. Unfortunately, what came out was something a bit less moving than I anticipated but none the less, it was fun to make and it's slightly amusing to watch. 
</blockquote>
<p>
So, check out <a href="http://devzone.zend.com/node/view/id/1197">the video</a>, makes a few <a href="http://devzone.zend.com/node/comment/id/1197">comments</a> and relive a great week for all who attended. (And yes, I'm in there somewhere...)
</p>]]></description>
      <pubDate>Fri, 10 Nov 2006 13:13:39 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: ZendCon Wrapup]]></title>
      <guid>http://www.phpdeveloper.org/news/6646</guid>
      <link>http://www.phpdeveloper.org/news/6646</link>
      <description><![CDATA[<p>
<i>Cal Evans</i> of Zend's Developer Zone (one of the attendees and facilitators of the conference) has posted <a href="http://devzone.zend.com/node/view/id/1158">his own wrapup</a> of life in San Jose for that week, including candid shots and tons of great info for the week.
</p>
<blockquote>
As I write this, it's Sunday. I'm sitting here in the lobby of the San Jose Doubletree Hotel. [...] Now that I've had a chance to relax and gather my thoughts, let's glance back over the shoulder before packing up for the next conference.
</blockquote>
<p>
For each day, he <a href="http://devzone.zend.com/node/view/id/1158">gives the highlights</a>, both of the people he met and of the talks/tutorials attended. There's even a few special announcements included that happened during the week - like about the new <a href="http://www.zend.com/products/zendbox">ZendBox</a> the company will be offering. After-hours activities were mentioned as well, including the "Pirate Party" IBM threw the last night of the conference.
</p>]]></description>
      <pubDate>Mon, 06 Nov 2006 08:33:00 -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[Zend Developer Zone: Zend Framework Proposal Weeks Start June 12th]]></title>
      <guid>http://www.phpdeveloper.org/news/5548</guid>
      <link>http://www.phpdeveloper.org/news/5548</link>
      <description><![CDATA[<p>
The Zend Freamwork is practically busting at the seams with community participation, and now the ZF development group is asking for even more. Starting June 12th, they're <a href="http://devzone.zend.com/node/view/id/522">asking for propsals</a> (specifically) from as many developers as would like to submit.
</p>
<quote>
<i>
Starting Monday, June 12th, we would like to focus the community on proposal submissions and comments and at the same time focus the core team on reviewing and moving proposals and associated code into the repositories. We will introduce the Laboratory repository during this time frame for proposals that are not yet accepted to the core framework or are in a pending status. All accepted proposals will end up in the proper place before we move on to 0.2.0 development (expect 0.1.4 soon <g>).
</i>
</quote>
<p>
The intent <a href="http://devzone.zend.com/node/view/id/522">here</a> is to develop a boiled-down listing of modules to create and include in the coming versions of the framework as well as fill in some gaps in its functionality.
</p>
<p>
There are also a few changes <a href="http://devzone.zend.com/node/view/id/522">they mention</a> wanting to make revolving around database functionality (ActiveRecord and quoting iisues). Prior proposals will be looked at and considered again as part of this process.
</p>]]></description>
      <pubDate>Fri, 09 Jun 2006 06:02:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: This Week in the Zend Framework, Issue #8]]></title>
      <guid>http://www.phpdeveloper.org/news/5384</guid>
      <link>http://www.phpdeveloper.org/news/5384</link>
      <description><![CDATA[<p>
<i>Cal Evans</i> has posted the latest in all things Zend Framework today with the release of the latest <a href="http://devzone.zend.com/node/view/id/447">This Week in the Zend Framework</a> edition, issue #8.
</p>
<p>
This week, there's <a href="http://devzone.zend.com/node/view/id/447">talk of</a>:
<ul>
<li>the Zend_View_Pagination proposal (and download)
<li>some discussion on Localization
<li>a large discussion on Component Naming Conventions
<li>a new proposal for a Zend_Ecommerce module
<li>the suggestion for an "Announcements Only" list
<li>a proposal for a Zend_Graph module
</ul>
</p>
<p>
And much, much more - it was a busy week on the mailing list, and you can check out <a href="http://devzone.zend.com/node/view/id/447">Cal's summary</a> or you can head over to <a href="http://www.zend.com/lists/fw-general/200605/maillist.html">the archives</a> and check it out for yourself.
</p>]]></description>
      <pubDate>Wed, 17 May 2006 06:13:45 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Scott Johnson's Blog: A PHP News Roundup]]></title>
      <guid>http://www.phpdeveloper.org/news/5255</guid>
      <link>http://www.phpdeveloper.org/news/5255</link>
      <description><![CDATA[<p>
For those looking for things that've been happening lately in the PHP community, but haven't been able to keep up with things around here, <a href="http://fuzzyblog.com/archives/2006/04/27/a-php-news-roundup/">this post</a> from <i>Scott Johnson</i> talks about events from this previous week (as gathered from his <a href="http://www.fuzzyblog.com/wp-content/php.opml">OPML reading list</a> of "serious PHP folk".
</p>
<p>
Included in <a href="http://fuzzyblog.com/archives/2006/04/27/a-php-news-roundup/">his list</a> are things like:
<ul>
<li>Zend's move to put the framework under the <a href="http://shiflett.org/archive/227">BSD license</a>
<li>the arrival of the <a href="http://pixelated-dreams.com/archives/222-PHP-Thinktank-Blog-Wiki-Launched.html">Thinktank Wiki/Blog</a> site
<li><a href="http://shiflett.org/archive/224">Digg and scalability</a>
<li><a href="http://www.hauser-wenz.de/s9y/index.php?/archives/173-Using-Atlas-from-PHP.html">using Atlas with PHP</a>
</ul>
</p>]]></description>
      <pubDate>Fri, 28 Apr 2006 13:04:49 -0500</pubDate>
    </item>
  </channel>
</rss>
