<?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, 04 Dec 2008 11:43:41 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Floss Valley Blog: Developing AJAX Application using Smarty and Xajax]]></title>
      <guid>http://www.phpdeveloper.org/news/9214</guid>
      <link>http://www.phpdeveloper.org/news/9214</link>
      <description><![CDATA[<p>
On the Floss Valley blog, there's a <a href="http://flossvalley.blogspot.com/2007/11/developing-ajax-application-using.html">tutorial posted</a> on creating a sample PHP-driven, Ajax-enabled website using the Smarty templating system and the Xajax library.
</p>
<blockquote>
This tutorial will explain how to develop a simple AJAX application using Smarty and Xajax with a simple example. The sample application is developed in a Fedora 7 + Apache-2.2 + MySQL-5 server.
</blockquote>
<p>
They require you to already have some software installed (like PHP, MySQL, ADOdb, Xajax and Smarty) before you get started - no installation guides for those though. They do, however show how to:
</p>
<ul>
<li>Create the database structure
<li>Lay out the source code files
<li>Make the configuration
<li>Connection to the database and to the Ajax script
</ul>
]]></description>
      <pubDate>Tue, 11 Dec 2007 07:59:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[IBM developerWorks: Use Ajax with PHP and DB2 9 - Xajax]]></title>
      <guid>http://www.phpdeveloper.org/news/7192</guid>
      <link>http://www.phpdeveloper.org/news/7192</link>
      <description><![CDATA[<p>
As mentioned on the <a href="http://devzone.zend.com/node/view/id/1636">Zend Developer Zone</a>, there's <a href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0701vohra/index.html">a new article</a> over on the IBM developerWorks website talking about getting Ajax and PHP to play nicely together with DB2 through Xajax.
</p>
<blockquote>
Various PHP class libraries are available for using Ajax with PHP, among them Xajax, an open source, object-oriented, PHP class library. In this article, learn how to implement PHP, Ajax, and Xajax to develop a dynamic Web application solution accessing IBM DB2 9 for Linux, UNIX, and Windows.
</blockquote>
<p>
They <a href="http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0701vohra/index.html">look at</a> what Xajax is before getting started (to level the playing field) and then start with the installations and usage:
<ul>
<li>Install DB2 for Linux, UNIX, and Windows
<li>Install PHP and Xajax
<li>Create a DB2 database table
<li>Sending a request
<li>Processing a request
</ul>
By the end, you'll have a simple (form) application that can interact easily with a PHP backend, talking to a DB9 database, that can save catalog information.
</p>]]></description>
      <pubDate>Wed, 31 Jan 2007 07:46:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Jared White's Blog: Back in the Running]]></title>
      <guid>http://www.phpdeveloper.org/news/6103</guid>
      <link>http://www.phpdeveloper.org/news/6103</link>
      <description><![CDATA[<p>
In <a href="http://www.theideabasket.com/2006/08/21/back-in-the-running/">this new blog entry</a>, <i>Jared White</i> notes that he's "back in the running" and working on his projects - <a href="http://www.willowgarden.org/">Willowgarden</a> and <a href="http://community.xajaxproject.org/viewtopic.php?id=947">xajax</a>.
</p>
<blockquote>
<p>
First on the agenda: getting <a href="http://www.willowgarden.org/">Willowgarden</a> Developer Preview 2 out the door! The first step in that direction is adding the code to a Subversion repository, and to that end I've <a href="http://www.sourceforge.net/projects/willowgarden">put Willowgarden up as a project at Sourceforge.net</a>.
</p>
<p>
In other news, <a href="http://community.xajaxproject.org/viewtopic.php?id=947">xajax 0.5</a> is still on the table, and I'm hoping we can get a beta release out by late September. Keep your fingers crossed! Much more news on that to come in the days ahead.
</p>
</blockquote>
<p>
He <a href="http://www.theideabasket.com/2006/08/21/back-in-the-running/">notes</a> that the codebase for DP2 of Willowgarden is just about 95% complete, but that it will still take a bit to finish and build a release he feels good about.
</p>]]></description>
      <pubDate>Tue, 22 Aug 2006 07:01:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jared White's Blog: Status update on xajax and Willowgarden]]></title>
      <guid>http://www.phpdeveloper.org/news/5642</guid>
      <link>http://www.phpdeveloper.org/news/5642</link>
      <description><![CDATA[<p>
<i>Jared White</i> provides us with <a href="http://www.theideabasket.com/2006/06/20/status-update-on-xajax-and-willowgarden/">an update</a> on his two main projects right now - xajax and Willowgarden - including some highlights surrounding the Willowgarden framework.
</p>
<blockquote>
<p>
I know I promised to post something last week, but I was just feeling too crummy. However, I'm much better this week and getting back into the swing of things. Man, I feel like most of June just completely disappeared on me.
</p>
<p>
Anyway, I want to give you all a status update on the two big PHP projects I've been working on, xajax and Willowgarden. First off, however, I want to thank my day-job employer, <a href="http://www.commandtext.com/">Commandtext</a>, for allowing me to spend some time working on these projects during business hours.
</p>
</blockquote>
<p>
The main update to the <a href="http://www.xajaxproject.org/">xajax project</a> is a shift in the API to move towards version 0.5 (a large shift that will break backwards compatibility). They have suggested, though, a "legacy layer" that would make this transition easier.
</p>
<p>
On the <a href="http://www.willowgarden.org/">Willowgarden</a> front, they're working more and more towards a new release - Developer Release 2. This new version will include things like a Data Access layer, configuration classes using XML, framework-wide access to logging/sessions, and "smart archetypes" to make the flow of the code easier.
</p>]]></description>
      <pubDate>Wed, 21 Jun 2006 06:19:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jared White's Blog: Working on xajax 0.5 and Willowgarden DP2 in parallel]]></title>
      <guid>http://www.phpdeveloper.org/news/5342</guid>
      <link>http://www.phpdeveloper.org/news/5342</link>
      <description><![CDATA[<p>
<i>Jared White</i> has posted <a href="http://www.theideabasket.com/2006/05/08/working-on-xajax-05-and-willowgarden-dp2-in-parallel/">this new item</a> over on his blog about his work with both of his projects - <a href="http://www.xajaxproject.org/">xajax</a> (client-side) and <a href="http://www.willowgarden.org/">Willowgarden</a> (server-side) - including updates on both.
</p>
<quote>
<i>
<p>
Whew, I'm feeling a bit overwhelmed with the amount of work I have ahead of me for xajax 0.5 and Willowgarden DP2. Not that it's particularly difficult or time-consuming compared to the work I've already done, but in both cases the work requires a singularly focused and specific train of thought, which is tricky to keep up for long.
</p>
<p>
In the case of xajax 0.5, we're looking at the most substantial and architecture-altering upgrade in the entire history of the project. want 0.5 to provide an incredible platform for a huge ecosystem of innovation around the Ajax concept, and it's going to take a huge amount of design precision to make that happen.
</p>
<p>
As for Willowgarden, Developer Preview 1 was a decent first start, but there's a ton of work still to do - a lot of which isn't even code related. I need to get the wiki up and running and start writing How To's and the beginnings of a real User's Guide.
</p>
</i>
</quote>
<p>
He also <a href="http://www.theideabasket.com/2006/05/08/working-on-xajax-05-and-willowgarden-dp2-in-parallel/">includes</a> specific mentions of new features for each. In xajax, a hot-swappable plugin system, and for Willowgarden, the development of unit tests and some more sample applications.
</p>]]></description>
      <pubDate>Wed, 10 May 2006 05:53:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Ajax Magazine: Interview with Jared White, XAJAX project's lead]]></title>
      <guid>http://www.phpdeveloper.org/news/5284</guid>
      <link>http://www.phpdeveloper.org/news/5284</link>
      <description><![CDATA[<p>
In the Ajax Magazine site today, there's <a href="http://ajax.phpmagazine.net/2006/04/interview_with_jared_white_xaj.html">an interview</a> with the project lead for a popular PHP and Ajax development framework, <a href="http://www.xajaxproject.org/">XAJAX</a> - <i>Jared White</i>.
</p>
<p>
The interviewer starts off just getting to know <i>Jared</i>, including the large amount of other projects he's associated with (both technology and not-tech related). From there, they move into the Web 2.0 discussion, asking him what he finds interesting about the movement and what he doesn't like about it all.
</p>
<p>
The remainder of <a href=http://ajax.phpmagazine.net/2006/04/interview_with_jared_white_xaj.html">the interview</a> is talk about the XAJAX framework - what functionality it currently has, who's working on it currently, and a few hints on what's coming up in the next versions.
</p>
<p>
There's also a quick mention of <a href="http://www.willowgarden.org/">Willowgarden</a>, a rapid application development platform for PHP. Developer Preview 1 has been released for those that are interested.
</p>]]></description>
      <pubDate>Tue, 02 May 2006 07:23:47 -0500</pubDate>
    </item>
  </channel>
</rss>
