<?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, 24 May 2012 19:53:59 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Lukas Smith's Blog: My PHP framework winner predictions]]></title>
      <guid>http://www.phpdeveloper.org/news/16883</guid>
      <link>http://www.phpdeveloper.org/news/16883</link>
      <description><![CDATA[<p>
<i>Lukas Smith</i> has posted some of his thoughts on who the <a href="http://pooteeweet.org/blog/0/1987#m1987">framework winners</a> are right now and which might pull ahead in the future including Symfony and Zend Framework.
</p>
<blockquote>
I have not been that active on the conference scene in the past few years, but the ones where I did attend I also tried to take a peek at what others are doing. Also this post is kind of exploratory to see what other people think, hopefully without inviting a flame fest upon myself. So with this disclaimer out of the way, I think the big 3 frameworks for the next few years will be <a href="http://lithify.me/">Lithium</a>, <a href="https://github.com/zendframework/zf2">Zend Framework 2</a> and <a href="http://symfony.com/">Symfony2</a>.
</blockquote>
<p>
He looks at each of his "winners" and explains his rationale behind their selection including community support, features offered and the overall structure and feel of the framework. He mentions two other interesting frameworks of note that have come out of other projects - <a href="http://flow3.typo3.org/">Flow3</a> and <a href="http://www.nooku.org/">Nooku</a>. Comments on the post suggest even more frameworks to look to in the future including <a href="http://www.yiiframework.com/">Yii</a> and mentions of <a href="http://nette.org/en/">Nette</a> and <a href="http://codeigniter.com">CodeIgniter</a>.
</p>]]></description>
      <pubDate>Tue, 20 Sep 2011 12:53:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Brian Swan's Blog: Interview with Ben Waine, 2011 PHP on Azure Contest Winner]]></title>
      <guid>http://www.phpdeveloper.org/news/16491</guid>
      <link>http://www.phpdeveloper.org/news/16491</link>
      <description><![CDATA[<p>
Recently Microsoft sponsored a contest where the entries were PHP applications built on the Windows Azure platform. <i>Brian Swan</i> has <a href="http://blogs.msdn.com/b/brian_swan/archive/2011/06/17/interview-with-ben-waine-2011-php-on-azure-contest-winner.aspx">posted an interview</a> with <i>Ben Waine</i>, the latest winner of the contest who created an application called the "Twitter Sentiment Engine" that analyzes the sentiment towards various search terms on Twitter.
</p>
<blockquote>
I recently had a chance to catch up via e-mail with <a href="http://twitter.com/#!/bwaine">Ben Waine</a>, winner of the <a href="http://www.phpazurecontest.com/">2011 PHP on Azure contest</a>. [...] I only followed the contest from a distance while it was happening, but after hearing that Ben had won the contest (I had the good fortune of meeting Ben in person at the 2010 Dutch PHP Conference) and after reading <a href="http://www.ben-waine.co.uk/blog/category/php-azure>his blog series</a> about building his application, 
</blockquote>
<p>
They talk about <i>Ben</i>'s current work and some of his background in development as well as what interested him about the contest. <i>Ben</i> talks about his motivation and ideas behind the sentiment engine and some of the struggles he had working with Azure (like deployment). He points out that the PHP isn't the hard part, it's getting used to the Microsoft technologies around it. He also points out <a href="https://github.com/benwaine/BayesPHP">a bayesian filter</a> he developed to help filter out some of the twitter spam.
</p>]]></description>
      <pubDate>Mon, 20 Jun 2011 10:44:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[php|architect: Impact Award Winners (for php|tek '11)]]></title>
      <guid>http://www.phpdeveloper.org/news/16417</guid>
      <link>http://www.phpdeveloper.org/news/16417</link>
      <description><![CDATA[<p>
As a part of this year's <a href="http://tek11.phparch.com">php|tek conference</a>, the folks at php|architect once again put together their choices for the "Impact Awards", a special recognition for projects that have really made a mark over the last year in a few different categories.
</p>
<blockquote>
As part of the grand finale of <a href="http://http//tek11.phparch.com">php|tek '11</a>, Keith Casey announced the winners of the first annual <a href="http://www.phparch.com/impact-awards/">php|architect Impact Awards</a>. These awards are selected by the subscribers of php|architect magazine. They represent the projects that have had the most impact on the day-to-day lives of PHP developers. php|architect is proud to announce the winners of this year's Impact Awards.
</blockquote>
<p>
Winners this year included the Frapi (in Up & Coming), MySQL (in Data Management), Xdebug (in Integration/Development) and the Best Overall Product winner - the Zend Framework.
</p>]]></description>
      <pubDate>Thu, 02 Jun 2011 09:02:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings techPortal's Blog: Ibuildings Challenge: Results]]></title>
      <guid>http://www.phpdeveloper.org/news/16290</guid>
      <link>http://www.phpdeveloper.org/news/16290</link>
      <description><![CDATA[<p>
On the Ibuildings techPortal today they've <a href="http://techportal.ibuildings.com/2011/05/03/ibuildings-challenge-results/">posted the results</a> of their <a href="http://www.ibuildings.com/challenge/">Ibuildings challenge</a> where the developer had to create a script able to play "Four in a Line" based on an abstract Player class provided.
</p>
<blockquote>
Four in a Line as game has been mathematically solved and the advantage lies with the player taking the first turn. To level the playing field, we allowed each player to fight against all the others; in this way, any player had the chance to begin with the first move advantage playing against all the other opponents at least once, sharing the elements of luck and making it easier to spot skill.
</blockquote>
<p>
There were three different categories - junior, medium and senior - and one winner for each:
</p>
<ul>
<li>Junior: Xavier Van Herpe (won a DPC2011 ticket)
<li>Medium: Piotr Mlocek (won a DPC2011 ticket)
<li>Senior: Tomas Creemes (won the iPad)
</ul>
<p>
They also include <a href="http://techportal.ibuildings.com/2011/05/03/ibuildings-challenge-results/">some observations</a> about the code submitted to the competition including adherence to coding standards and overall performance.
</p>]]></description>
      <pubDate>Tue, 03 May 2011 13:36:14 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ibuildings Blog: The ElePHPant Challenge - Winners and Results]]></title>
      <guid>http://www.phpdeveloper.org/news/14523</guid>
      <link>http://www.phpdeveloper.org/news/14523</link>
      <description><![CDATA[<p>
Ibuildings has officially wrapped up their "Elephpant Challenge" contest they were holding to solve a routing problem that involved a globe-trotting <a href="http://www.flickr.com/search/?q=elephpant&w=all&s=int">PHP ElePHPant</a>. Their <a href="http://techportal.ibuildings.com/2010/05/17/the-elephpant-challenge-winners-and-results/">latest post</a> (from <i>Ivo Jansch</i>) reveals the results.
</p>
<blockquote>
Contestants had to write a script that calculated the shortest route for the Elephpant. The contest has several side goals: entries were not not only validated against the given landmarks and a second secret set of landmarks, they also were scored based on their performance, code complexity and code size.
</blockquote>
<p>
The shorted route, found using the Haversine Formula, involved stops in Mexico City, Cupertino, Hawaii and the Tower of Pisa. The winner for the Medium category was <i>Andy Thompson</i> with an average of 10 landmarks with 38 lines of code (in 333 seconds). The winner in the Senior category was <i>Michiel Brandenburg</i> with coming out on top with a runtime of 50 seconds in 46 lines of code.
</p>
<p>
The post also includes some interesting observations they found about the event including contestants' general adherence to the specs, how the choices the developers made really made a difference in the outcome and how difficult running a contest like this could really be. Congrats to the winners!
</p>]]></description>
      <pubDate>Mon, 17 May 2010 15:56:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP.net: PHP TestFest 2009 Winners]]></title>
      <guid>http://www.phpdeveloper.org/news/12965</guid>
      <link>http://www.phpdeveloper.org/news/12965</link>
      <description><![CDATA[<p>
The PHP.net website has <a href="http://www.php.net/index.php#id2009-07-30-1">posted the official winner</a> results from this year's TestFest event:
</p>
<blockquote>
A group of winners of PHP <a href="http://www.flickr.com/search/?w=all&q=elephpants&m=tags">elePHPhants</a> or <a href="http://www.flickr.com/search/?w=all&q=testfest+mug&m=tags">TestFest mugs</a>  have been picked at random from the people that contributed the <A href="http://testfest.php.net/repos/testfest/">887 tests</a> during the <a href="http://wiki.php.net/qa/testfest">2009 PHP TestFest</a>. 
</blockquote>
<p>
Winners of the elePHPants included <i>Patrick Allaert</i>, <i>Fabio Fabbrucci</i> and <i>Jason Easter</i>. Winners receiving a mug including <i>Havard Eide</i>, <i>Francesco Fullone</i>, <i>Daniel Convissor</i>. Congrats to all winners and many thanks go out to everyone who helped make the event such a success!
</p>]]></description>
      <pubDate>Thu, 30 Jul 2009 08:37:39 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Women: PHPWomen "I am" Competition Winner Announced]]></title>
      <guid>http://www.phpdeveloper.org/news/12072</guid>
      <link>http://www.phpdeveloper.org/news/12072</link>
      <description><![CDATA[<p>
The PHP Women have <a href="http://www.phpwomen.org/wordpress/2009/03/04/phpwomen-i-am-competition-winner-announced/">announced the winner</a> of their "I am..." competition - an entry coming from a user of their forums going by the name <i>Rowd</i>.
</p>
<blockquote>
We're delighted to announce the winner of our "I am" competition.  Entrants were asked to complete the sentence "I am a PHPWoman because..." Rowd wins a $50 gift certificate to spend over at  <a href="http://www.phparch.com/">php|architect</a> - if you want to read the other entries then check out the <a href="http://www.phpwomen.org/forum/index.php?t=msg&th=588">competition thread</a> in the forums. 
</blockquote>
<p>
So what was <i>Rowd</i>'s entry? Short and sweet: "I am a PHPWomen member because...I enjoy coding in PHP and discussions with people who know what being a woman in IT means."
</p>]]></description>
      <pubDate>Thu, 05 Mar 2009 08:45:44 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[PHP Women: Article Contest Winners]]></title>
      <guid>http://www.phpdeveloper.org/news/10750</guid>
      <link>http://www.phpdeveloper.org/news/10750</link>
      <description><![CDATA[<p>
The PHP Women have <a href="http://www.phpwomen.org/wordpress/2008/08/04/article-contest-winners/">officially announced</a> the winners of their "Best Practices" article contest:
</p>
<blockquote>
Well its been an exciting few weeks on the phpwomen forums as we've been running an article contest for new articles contributed to our "Best Practices" section.  We've been overwhelmed by the quality of the submissions and of the follow up comments added by other users - thanks to everyone who has joined in!
</blockquote>
<p>
The winners are <i>Akrabat</i> for his look at <a href="http://www.phpwomen.org/forum/index.php?t=msg&th=477">recursion</a> and <i>gerard</i> for his article on <a href="http://www.phpwomen.org/forum/index.php?t=msg&th=458">CLI tips and tricks</a>. They both have won their own copies of Zend Studio for Eclipse, a 1 year subscription to Linux Pro magazine and a chance to have their article published on the magazine's site.
</p>]]></description>
      <pubDate>Mon, 04 Aug 2008 07:58:33 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPClasses.org: PHP Programming Award 2007 Winner - Cesar Rodas]]></title>
      <guid>http://www.phpdeveloper.org/news/9680</guid>
      <link>http://www.phpdeveloper.org/news/9680</link>
      <description><![CDATA[<p>
The PHPClasses.org site has <a href="http://www.phpclasses.org/blog/post/75-And-the-award-winner-is.html">announced the winner</a> of their "PHP Programming Award 2007" - <i>Cesar Rodas</i>:
</p>
<blockquote>
Since the beginning of February, the ranking of PHP Programming Award winners of 2007 <a href="http://www.phpclasses.org/winners/year/2007/">is available</a> As you may see Cesar Rodas is top ranked of all authors that were nominated to the award during 2007.
</blockquote>
<p>
His prize was a stuffed PHP friend of his very own - an elePHPant (as created by <i>Vincent Pointier</i> and <i>Damien Seguy</i>). There's also <a href="http://www.phpclasses.org/blog/post/75-And-the-award-winner-is.html">an interview</a> with <i>Cesar</i> included.
</p>]]></description>
      <pubDate>Thu, 21 Feb 2008 12:09:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Nick Halstead's Blog: PHP Competition Results - The Winner]]></title>
      <guid>http://www.phpdeveloper.org/news/8306</guid>
      <link>http://www.phpdeveloper.org/news/8306</link>
      <description><![CDATA[<p>
<i>Nick Halstead</i> has <a href="http://blog.assembleron.com/2007/07/21/php-competition-results-the-winner/">posted the winner</a> of the PHP programming competition - <i>Todd Pinel</i>:
</p>
<blockquote>
Where do I start with my praise for Todd's entry? So much effort has been put into this entry its amazing. As a starting point you should first go have a look yourselves, Todd has helpfully already hosted it <a href="http://www.pinel.ws/wordmorph/">here</a>. Let the praise begin..
</blockquote>
<p>
<i>Nick</i> <a href="http://blog.assembleron.com/2007/07/21/php-competition-results-the-winner/">goes through</a> the presentation of the application, the documentation provided with it, some sample code of the main portion of the app (a priorityQueue class) and the rankings that each judge gave it.
</p>
<p>
You can <a href="http://blog.assembleron.com/codebank/competition/toddpinel.zip">download your application</a> and try it out for yourself.
</p>]]></description>
      <pubDate>Mon, 23 Jul 2007 11:15:00 -0500</pubDate>
    </item>
  </channel>
</rss>

