<?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, 20 Jun 2013 03:05:09 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Zend Developer Zone: Web2project: Then and Now]]></title>
      <guid>http://www.phpdeveloper.org/news/15259</guid>
      <link>http://www.phpdeveloper.org/news/15259</link>
      <description><![CDATA[<p>
On the Zend Developer Zone, <a href="http://devzone.zend.com/article/12642-Web2project-Then-and-Now">there's a post</a> from <i>Keith Casey</i> about an open source project he's worked on for the past three years has made it to get where it is. This also includes some of the challenges they faced and how they've made sure the code's gotten better over time.
</p>
<blockquote>
When most people think of Open Source PHP projects, some immediately spring to mind. If you're a developer or a blogger, there are obvious choices, but what about options for small to medium businesses? What Open Source projects are out there to help with day to day operations and track how projects are going?
</blockquote>
<p>
The project, <a href="http://web2project.net/">web2project</a>, started as a fork of another project but has taken on a life of its own. They looked at what the users wanted and added iCal feeds and the idea of "hooks" developers could use to attach their own components into the project's structure. They also added loads of unit tests to ensure that things were kept stable as well as some more advanced time handling via the DateTime object PHP has to offer. If you'd like to see the current state of the project, you can find it <a href="http://sourceforge.net/projects/web2project/">over on SourceForge</a>.
</p>]]></description>
      <pubDate>Mon, 11 Oct 2010 10:15:12 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Keith Casey's Blog: The Joel Test Redux: web2project]]></title>
      <guid>http://www.phpdeveloper.org/news/13499</guid>
      <link>http://www.phpdeveloper.org/news/13499</link>
      <description><![CDATA[<p>
In <a href="http://caseysoftware.com/blog/the-joel-test-redux-web2project">this recent post</a> to his blog <i>Keith Casey</i> looks at applying <a href="http://www.joelonsoftware.com/articles/fog0000000043.html">the Joel Test</a> to an open source project he contributes largely to, <a href="http://www.web2project.net/">web2project</a>.
</p>
<blockquote>
In the last few months or so, it appears the PHP Community has finally found the <a href="http://www.joelonsoftware.com/articles/fog0000000043.html">Joel Test</a>. <A href="http://www.lornajane.net/posts/2009/Joel-Test-talk-at-PHPNW09">Lorna Jane</a> spoke about it last month at PHPNW 09 and this week <a href="http://www.brandonsavage.net/adapting-the-joel-test-to-web-development/">Brandon Savage adapted it for web development</a>.  While I'd love to point out the fact that I've been <a href="http://caseysoftware.com/blog/learning-from-mistakes">writing about the Joel Test</a> for years and even have the "Joel On Software" book on the required reading list for <A href="http://blueparabola.com/">Blue Parabola</a> staff... but I digress... 
</blockquote>
<p>
<i>Keith</i> looks at the different parts of the test - from making shippable software to good unit tests to creating a good build process - and compares them to the current state of web2project. He mainly focuses on the question of "Can you make a shippable version of your software in one step?"
</p>]]></description>
      <pubDate>Mon, 09 Nov 2009 08:07:33 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: PHP Abstract Podcast Episode 42: Keith Casey & Web2Project]]></title>
      <guid>http://www.phpdeveloper.org/news/12870</guid>
      <link>http://www.phpdeveloper.org/news/12870</link>
      <description><![CDATA[<p>
On the Zend Developer Zone today the <a href="http://devzone.zend.com/article/4831-PHP-Abstract-Podcast-Episode-42-Keith-Casey-Web2Project">latest episode</a> of the PHP Abstract podcast has been released - <i>Keith Casey</i> talking about his Web2Project applications.
</p>
<blockquote>
In this episode I interview Keith Casey while we were both at php|tek in Chicago. Keith Casey is a lead developer on the open source software: <a href="http://www.web2project.net/">Web2Project</a>, which was being released the day that this interview was recorded. 
</blockquote>
<p>As always, there's three ways you can grab this latest show:</p>
<ul>
<li><a href="http://devzone.zend.com/content/audio/php_abstract/php_abstract_episode_042.mp3">get the mp3 directly</a>
<li>listen using the <a href="http://devzone.zend.com/article/4831-PHP-Abstract-Podcast-Episode-42-Keith-Casey-Web2Project">in-page player</a>
<li>or <a href="http://feeds.feedburner.com/phpabstract?format=xml">subscribe to the RSS feed</a> to get this and other past/future shows
</ul>]]></description>
      <pubDate>Tue, 14 Jul 2009 12:09:47 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Keith Casey's Blog: web2project Status Update: Release Candidate 1]]></title>
      <guid>http://www.phpdeveloper.org/news/12348</guid>
      <link>http://www.phpdeveloper.org/news/12348</link>
      <description><![CDATA[<p>
<i>Keith Casey</i> <a href="http://caseysoftware.com/blog/web2project-status-update-release-candidate-1">has announced</a> the first (ever) Release Candidate of the <a href="http://web2project.net/">web2Project</a> project management system that follows "the concept of a Rich Internet Application (RIA) we will be providing an interactive and effective way of managing projects."
</p>
<blockquote>
I could talk about commits, issue counts, etc, but that's actually the least important part...As of early morning EST on 13 April 2009, the web2project Release Candidate is live: <a href="https://sourceforge.net/project/showfiles.php?group_id=208735&release_id=675438&package_id=250230">web2project-v1.0-rc1.tar.gz</a>
</blockquote>
<p>
<a href="http://caseysoftware.com/blog/web2project-status-update-release-candidate-1">His post</a> details some of the recent improvements to the software - fixes to Department filters, a major update to Cascading Tasks and a call for testing from the development community.
</p>
<p>
You can try out a demo of the tool <a href="http://demo.web2project.net/">here</a> and learn more about it in <a href="http://media.blueparabola.com/tek09-webcasts/Time_and_Project_Management_with_web2project_Keith_Casey.pdf">this webcast</a>.
</p>]]></description>
      <pubDate>Wed, 15 Apr 2009 15:43:19 -0500</pubDate>
    </item>
  </channel>
</rss>
