<?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:54:20 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Judging the winPHP contest, or 10 tips to make the cut]]></title>
      <guid>http://www.phpdeveloper.org/news/13165</guid>
      <link>http://www.phpdeveloper.org/news/13165</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today there's <a href="http://devzone.zend.com/article/8999-Judging-the-winPHP-contest-or-10-tips-to-make-the-cut">a new post</a> from <i>Remi Woler</i>, a perspective of his experience as a judge for the <a href="http://www.phpdeveloper.org/news/12189">Eurpoean WinPHP contest</a>.
</p>
<blockquote>
I figured the judges would be busy as hell in the time between the end of the contest and the announcement of the winners. Seeing all those great contributions, I was actually starting to fear my days of DPC would be filled with application reviewing. It did not exactly turn out that way...
</blockquote>
<p>
He lists out some of the major pros and cons he saw when reviewing the applications for how they met the goals of the project and tips for future participants in the event (ten of them):
</p>
<ul>
<li>Don't have all business logic in a third party application, and only write a nice GUI on top of that.
<li>Comment your code
<li>Collaborate
<li>Contribute to the community
<li>Do not ignore the existing wisdom
<li>Write manuals and how-tos
<li>Do not dishonor yourself when giving up
<li>Be original
<li>Make it work
<li>Participate
</ul>
<p>
Lots of these tips can also be applied to any kind of software project out there and can only make them better in the long run.
</p>]]></description>
      <pubDate>Fri, 04 Sep 2009 08:17:51 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: WinPHP Challenge Comes to a Close (Two Perspectives)]]></title>
      <guid>http://www.phpdeveloper.org/news/12618</guid>
      <link>http://www.phpdeveloper.org/news/12618</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> and <i>Juozas Kaziukenas</i> are both wrapping up their entries for this year's WinPHP Challenge and have posted about it (and some of their thoughts on the competition) to their blogs.
</p>
<p>From <a href="http://akrabat.com/2009/06/01/winphp-wrap-up-thoughts/">Rob</a>:
</p>
<blockquote>
I learnt a lot about setting up PHP in Windows. It's amazing how much easier it was the second time when I installed it on the Leaseweb server. The <a href="http://www.microsoft.com/web/">Web Platform Installer</a> is very good as long as you remember to stop the IIS service before running it! It's also very odd that the installer doesn't install PEAR or PDO_ODBC. I'm very glad that it uses the exact same installer as available at <a href="http://windows.php.net/">windows.php.net</a>, as it makes correcting these oversights trivial.
</blockquote>
<p>
And from <a href="http://dev.juokaz.com/winphp-2009/finalizing-winphp-competition">Juszas</a>:
<blockquote>
It's been more than a month since this competition started, but the time ran very quickly. Today I'm going to summarize what I've used to create my entry and what I've learned. [...] I think I have done everything that was required and now will try to push this application even further. Maybe Microsoft itself will show interest in it, because what I've done and used has been key topics in <a href="http://www.microsoft.com/events/mix/default.mspx">MIX 09</a>.
</blockquote>
</p>]]></description>
      <pubDate>Wed, 03 Jun 2009 11:13:38 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Rob Allen's Blog: Zend Framework connection to SQL Server using SqlSrv]]></title>
      <guid>http://www.phpdeveloper.org/news/12504</guid>
      <link>http://www.phpdeveloper.org/news/12504</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has <a href="http://akrabat.com/2009/05/10/zend-framework-connection-to-sql-server-using-sqlsrv/">posted the settings</a> you'll need to connect the Zend Framework with a SQL Server backend (via <a href="http://zfmssql.codeplex.com/">SqlSrv</a>).
</p>
<blockquote>
It turns out that fellow challenger <a href="http://dev.juokaz.com/">Juozas Kaziukenas</a> also needs a connection between Zend Framework and SQL Server, so we have joined forces to create App_Db_Adapter_SqlSrv and associated classes. Juozas started a project on codeplex at <a href="http://zfmssql.codeplex.com/">http://zfmssql.codeplex.com/</a> and has enabled me to commit to the project too.
</blockquote>
<p>
<i>Rob</i> based his implementation on this and has set up his application.ini file to use the SQLSRV adapter (example included).
</p>]]></description>
      <pubDate>Wed, 13 May 2009 09:32:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: Zend Framework and Microsoft IIS]]></title>
      <guid>http://www.phpdeveloper.org/news/12455</guid>
      <link>http://www.phpdeveloper.org/news/12455</link>
      <description><![CDATA[<p>
In conjunction with his participation in the <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">WinPHP Challenge</a>, <i>Juozas Kaziukenas</i> has made the effort to get <i>Rob Allen</i>'s Zend Framework tutorial (<a href="http://akrabat.com/zend-framework-tutorial/">here</a>) <a href="http://dev.juokaz.com/winphp-2009/zend-framework-and-microsoft-iis">up and running</a> on his Windows Server install.
</p>
<blockquote>
My task today was to make Rob Allen's <a href="http://akrabat.com/zend-framework-tutorial/">Zend framework tutorial</a> project run on Windows. Some years ago such task could have been a problem, but as you will see, now it's nothing special.
</blockquote>
<p>He came across a few hurdles along the way:</p>
<ul>
<li>Permissions on the wwwroot
<li>Routing in IIS
<li>Limitations with the MSSQL driver
<li>Possible file permissions issues
</ul>]]></description>
      <pubDate>Tue, 05 May 2009 09:37:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Zend joins the European WinPHP Challenge]]></title>
      <guid>http://www.phpdeveloper.org/news/12425</guid>
      <link>http://www.phpdeveloper.org/news/12425</link>
      <description><![CDATA[<p>
As <a href="http://devzone.zend.com/article/4511-Zend-joins-the-European-WinPHP-Challenge">this post</a> on the Zend Developer Zone mentions, <a href="http://zend.com">Zend</a> is joining in on the <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">European WinPHP Challenge</a> by offering additional prizes to the winners.
</p>
<blockquote>
Zend is announcing today that they are joining up, and are offering as prizes to the 3 winners a one year subscription to Zend Server, and licenses for Zend Studio. The winners will be announced at the <a href="http://phpconference.nl/">Dutch PHP Conference</a> in Amsterdam.
</blockquote>
<p>
This year's <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">challenge</a> has already started, so the registration is closed but you can keep up with the (six) contestants on <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge/Participants">this page</a> of the DPC wiki.
</p>]]></description>
      <pubDate>Wed, 29 Apr 2009 09:37:37 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: Using PHP with C# written libraries]]></title>
      <guid>http://www.phpdeveloper.org/news/12390</guid>
      <link>http://www.phpdeveloper.org/news/12390</link>
      <description><![CDATA[<p>
<i>Juozas Kaziukenas</i> has <a href="http://dev.juokaz.com/winphp-2009/using-php-with-c-written-libraries">written up a new post</a> (as a part of his participation in the <a href="http://dev.juokaz.com/winphp-2009/first-annual-winphp-challenge">WinPHP Challenge</a>) about how he's combined C# code with PHP code in his development.
</p>
<blockquote>
Actual PHP part is very easy to write, because only thing you need to do is to create <a href="http://uk2.php.net/manual/en/class.com.php">COM object</a>. However, making your <a href="http://en.wikipedia.org/wiki/Dynamic-link_library">dll</a>'s visible by PHP is a bit tricky. 
</blockquote>
<p>
He points to <a href="http://www.devarticles.com/c/a/PHP/Using-the-.NET-Assembly-in-PHP/">this tutorial</a> as a starting point and issues he had with <a href="http://msdn.microsoft.com/en-us/library/ms182157(VS.80).aspx">ComVisible</a> and some example code that finally got things working.
</p>]]></description>
      <pubDate>Thu, 23 Apr 2009 07:57:17 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Juozas Kaziukenas' Blog: First Annual WinPHP Challenge]]></title>
      <guid>http://www.phpdeveloper.org/news/12385</guid>
      <link>http://www.phpdeveloper.org/news/12385</link>
      <description><![CDATA[<p>
<i>Juozas Kaziukenas</i> is also <a href="http://dev.juokaz.com/winphp-2009/first-annual-winphp-challenge">participating in the WinPHP Challenge</a> and has already selected his project:
</p>
<blockquote>
My project will allow people to upload huge collections of photos (probably archived in one zip file) and get nice online gallery. Users will have selection of Ajax or <a href="http://silverlight.net/themes/silverlight/common/home.aspx?AspxAutoDetectCookieSupport=1">Silverlight</a> version and password protection for galleries. If I have time, I will also add ability to select different photos shuffle style, background theme and/or music, and maybe even automatic tour with captions.
</blockquote>
<p>
He's chosen to go with the <a href="http://framework.zend.com/">Zend Framework</a> as a backend and has already begun <a href="http://dev.juokaz.com/winphp-2009/setting-up-windows-for-php-server">setting up the server</a> with Windows Server 2008 and IIS (as connected through a remote desktop connection).
</p>
<p>
He has also <a href="http://dev.juokaz.com/winphp-2009/creating-deep-zoom-applications-with-c">looked at Deep Zoom</a> and <a href="http://dev.juokaz.com/winphp-2009/dynamic-assemblies-loading-using-reflection">Dynamic assemblies</a> to include them into his app.
</p>]]></description>
      <pubDate>Wed, 22 Apr 2009 09:33:32 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Stuart Herbert's Blog: Participating in the European WinPHP Challenge 2009]]></title>
      <guid>http://www.phpdeveloper.org/news/12381</guid>
      <link>http://www.phpdeveloper.org/news/12381</link>
      <description><![CDATA[<p>
<i>Stuart Herbert</i> has decided to <a href="http://blog.stuartherbert.com/php/2009/04/20/participating-in-the-european-winphp-challenge-2009/">get in on the action</a> and enter himself into the <a href="http://www.phpdeveloper.org/news/12189">WinPHP Challenge</a> (as sponsored by <a href="http://ibuildings.nl">Ibuildings</a>). 
</p>
<blockquote>
Generally, folks choose to deploy web-based applications on Windows Server because they already have Windows Server.  Selling them something that will only work on Linux is a tough sell, so a competition like this that seeks to show off how well PHP works on Windows should be another small step forward for all those small ISVs like Box UK who want to sell products written in PHP - provided Microsoft actually do something marketing-wise with the results.
</blockquote>
<p>
His idea is to build a PHP/.NET tool that can act as a web services gateway. He's already <a href="http://blog.stuartherbert.com/php/2009/04/20/first-challenge-development-environment/">started development</a> and blogs about getting the environment all set up - Windows Server 2008, IIS7 and PHP 5.2.9 For Windows.
</p>
<p>
He's made <a href="http://blog.stuartherbert.com/php/2009/04/23/completing-the-development-environment/">another post</a> with an update on his status - finishing out the development environment with PHP up and running, setting up a database, picking an IDE (Visual Studio) and setting up a version control system (git).
</p>
<p>
In <a href="http://blog.stuartherbert.com/php/2009/04/29/what-exactly-am-i-trying-to-achieve/">this post</a> he takes about what he's trying to achieve with his application and some use case examples and in this other post <a href="http://blog.stuartherbert.com/php/2009/04/30/some-feedback-on-the-development-environment/">some of the feedback</a> he's gotten about his dev environment.
</p>]]></description>
      <pubDate>Tue, 21 Apr 2009 12:03:18 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[techPortal: 2009 WinPHP Challenge]]></title>
      <guid>http://www.phpdeveloper.org/news/12189</guid>
      <link>http://www.phpdeveloper.org/news/12189</link>
      <description><![CDATA[<p>
The <a href="http://ibuildings.nl">Ibuildings</a> techPortal site has <a href="http://techportal.ibuildings.com/2009/03/23/announcing-the-european-winphp-challenge/">a new post</a> open to European developers to win airfare, hotel and a ticket to the <a href="http://www.microsoft.com/events/mix/default.mspx">MIX10</a> conference in Las Vegas (NV).
</p>
<blockquote>
We love giving stuff away to developers. So we are really happy to be able to announce that our friends at <A href="http://phpconference.nl/">DPC09</a>, <a href="http://microsoft.com/">Microsoft</a>, and <A href="http://leaseweb.com/">Leaseweb</a> have come together with us to sponsor the first ever <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">European WinPHP Challenge</a>. We want you to build your next Open Source project on IIS7/PHP and win prizes.
</blockquote>
<p>
The winner of the challenge will be the one that best takes an application (a new one, not a port of a current project) and creates it on a Windows/IIS platform. Entries will be judges on originality, completeness, use of Windows features and documentation. Registration starts April 2nd and the actual contest will start on April 15th. You'll have about a month and a half (until May 31st) to get your application in tip top shape and ready to be judged.
</p>
<p>
Keep an eye on <a href="http://wiki.phpconference.nl/2009_WinPHP_Challenge">the wiki</a> and the <a href="http://techportal.ibuildings.com">techPortal</a> for more details as the start of the contest gets closer. Oh, and since its the "European WinPHP Challenge", only PHP programmers in Europe and the UK are eligible.  
</p>]]></description>
      <pubDate>Mon, 23 Mar 2009 14:59:32 -0500</pubDate>
    </item>
  </channel>
</rss>

