<?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>Sat, 19 Jul 2008 05:44:27 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[CSS Tricks: Create a Slick iPhone/Mobile Interface from any RSS Feed]]></title>
      <guid>http://www.phpdeveloper.org/news/10627</guid>
      <link>http://www.phpdeveloper.org/news/10627</link>
      <description><![CDATA[<p>
On the CSS Tricks blog there's a <a href="http://css-tricks.com/create-a-slick-iphonemobile-interface-from-any-rss-feed/">recent article</a> showing how to combine the <a href="http://www.jquery.com">jQuery</a> Javascript library and the <a href="http://simplepie.org/">SimplePie</a> PHP feed aggregator to create a iPhone/mobile interface to any RSS feed.
</p>
<blockquote>
We are going to create a web page that is formatted specifically for the iPhone (but would presumably be good for other mobile devices as well). This web page will dynamically fill itself with content from any RSS feed that you give it. The interface is going to be built to be easy to use on a mobile device, with large "touchable" areas and nice (jQuery) animations that whisk you between articles.
</blockquote>
<p>They work through the process - five simple steps:</p>
<ul>
<li>Create the iPhone Environment
<li>Pull in the RSS Feed
<li>Creating the Front Page: Headlines Only
<li>Creating the Article Pages: jQuery Slider Style
<li>Adding Some Flair
</ul>
<p>
All code and images needed are included (as well as <a href="http://css-tricks.com/examples/iPhoneInterfaceFromRSS/">a demo</a> if you'd like to try it out).
</p>]]></description>
      <pubDate>Thu, 17 Jul 2008 10:22:55 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ProDevTips Blog: Nice ZF, jQuery and Smarty combo]]></title>
      <guid>http://www.phpdeveloper.org/news/10439</guid>
      <link>http://www.phpdeveloper.org/news/10439</link>
      <description><![CDATA[<p>
On the ProDevTips blog, there's a <a href="http://www.prodevtips.com/2008/06/19/nice-zf-jquery-and-smarty-combo/">quick post</a> with an example of a Zend Framework/jQuery and Smarty combination he came across while working up a CMS system:
</p>
<blockquote>
The result is an interface where an administrator can settle money transfers. It will start with displaying a list of all requested transfers, when the administrator has manually finished transferring cash to each recipient's account he can use this interface to update the database.
</blockquote>
<p>
He briefly explains the code, a combination of a jQuery function run on page load, a Smarty template for each transfer's information and the backend code through the Zend Framework to handle the requests issued from the button click.
</p>]]></description>
      <pubDate>Thu, 19 Jun 2008 09:33:41 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Felix Geisendorfer's Blog: With jQuery & CakePHP to World Domination (Slides)]]></title>
      <guid>http://www.phpdeveloper.org/news/9709</guid>
      <link>http://www.phpdeveloper.org/news/9709</link>
      <description><![CDATA[<p>
<i>Felix Geisendorfer</i> has <a href="http://www.thinkingphp.org/2008/02/26/with-jquery-cakephp-to-world-domination-slides/">posted his slides</a> from his presentation at this year's CakeFest covering the powerful combination of jQuery and the CakePHP framework.
</p>
<blockquote>
Sorry this took so long, but here you can download the <a href="http://thinkingphp.org/downloads/world%20domination.talk.pdf">PDF</a> or the much better <a href="http://thinkingphp.org/downloads/world%20domination.talk.key.zip">Keynote</a> version of my slides.
</blockquote>
<p>
He also has an embedded Slideshare player on <a href="http://www.thinkingphp.org/2008/02/26/with-jquery-cakephp-to-world-domination-slides/">the post</a> of you want to check out the presentation without the download.
</p>]]></description>
      <pubDate>Wed, 27 Feb 2008 08:47:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[O'Reilly: Migrating Web-Based PHP Applications to Ajax]]></title>
      <guid>http://www.phpdeveloper.org/news/7818</guid>
      <link>http://www.phpdeveloper.org/news/7818</link>
      <description><![CDATA[<p>
In a <a href="http://www.onlamp.com/pub/a/php/2007/05/10/migrating-web-based-php-applications-to-ajax.html?CMP=OTC-6YE827253101&ATT=Migrating+Web-Based+PHP+Applications+to+Ajax">new tutorial</a> on O'Reilly's ONLamp.com website today, <i>Bill Lubanovic</i> shows an example of moving a normal web-based PHP application over to a more Ajax-enabled environment.
</p>
<blockquote>
<p>
In the web environment, we've typically needed hacks like populating hidden fields in a form, and regenerating the whole page, even for a tiny change. Can we make the process more rational?
</p>
<p>
This article describes a makeover of a typical database-backed web form. We'll show some old code â€" a mixture of HTML, JavaScript, and PHP â€" and rebuild it with modern web techniques like Ajax, and modern tools like jQuery.
</p>
</blockquote>
<p>
In <a href="http://www.onlamp.com/pub/a/php/2007/05/10/migrating-web-based-php-applications-to-ajax.html?CMP=OTC-6YE827253101&ATT=Migrating+Web-Based+PHP+Applications+to+Ajax">their example</a>, they show how to take a simple form element, a select box of names, and modify it to work with an Ajax connection. Instead of having to submit the information back to to the PHP script with a form submit button, they can make a request when the user changes the select option to get that person's information. They've included all of the relevant code and some great explanation to help you recreate the example and move on to work up your own.
</p>]]></description>
      <pubDate>Thu, 10 May 2007 10:54:04 -0500</pubDate>
    </item>
  </channel>
</rss>
