<?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, 24 May 2013 04:47:34 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Community News: Adobe Developer Week Starts May 10th]]></title>
      <guid>http://www.phpdeveloper.org/news/14463</guid>
      <link>http://www.phpdeveloper.org/news/14463</link>
      <description><![CDATA[<p>
As is <a href="http://devzone.zend.com/article/12100-Adobe-Developer-Week-Starts-May-10-2010">mentioned</a> on the Zend Developer Zone, the Adobe Developer Week will be starting up on Monday, May 10th and will offer free sessions for developers interested in learning about Adobe products.
</p>
<blockquote>
During Developer Week, learn about the Adobe Flash Platform, including Adobe Flex, Adobe Flash Builder, Adobe AIR, Adobe Flash Player, and how it integrates with Adobe Creative Suite 5 technologies. This weeklong event features free, live webinars presented by Adobe technology experts. See live demos and have your questions answered by the experts during interactive Q&A sessions. 
</blockquote>
<p>
You can find out more information about the sessions offered and how to register for them on <a href="http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=1489921&loc=en_us&sdid=EVBQD">this page</a> of the Adobe website.
</p>]]></description>
      <pubDate>Wed, 05 May 2010 11:19:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Leonid Mamchenkov' Blog: PHP date() and 53 weeks]]></title>
      <guid>http://www.phpdeveloper.org/news/14012</guid>
      <link>http://www.phpdeveloper.org/news/14012</link>
      <description><![CDATA[<p>
In doing some work with data and date ranges, <i>Leonid Mamchenkov</i> came across something strange about the "weeks" that the date and time functions in PHP work on. Sometimes, there's not always <a href="http://mamchenkov.net/wordpress/2010/02/10/php-date-and-53-weeks">52 weeks in a year</a>.
</p>
<blockquote>
<p>
With code as simple and straight-forward as [our example], you'd probably look for the problem elsewhere.  Maybe it's your statistical data which is wrong, or the graph is not generated properly.  But the problem is here.
</p>
<p>
How many weeks do you think there are in a year?  A common knowledge says 52.  However, if you think for a moment about how the weeks are related to the year, you'll realize that the first and last weeks don't necessary start and end at the edge of the year. 
</p>
</blockquote>
<p>
So, when using the <a href="http://php.net/date">date</a> function, you might not get quite what you were expecting. It works more correctly and can include the extra "week" if there's enough of an overlap. The "W" parameter (for "week") works off of the <a href="http://en.wikipedia.org/wiki/ISO_week_date">ISO-8601 week number</a> for the year, not the general calendar weeks.
</p>]]></description>
      <pubDate>Thu, 11 Feb 2010 12:12:09 -0600</pubDate>
    </item>
    <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>
  </channel>
</rss>
