<?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>Wed, 22 May 2013 12:42:40 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Joshua Eichorn's Blog: Adding AJAX to a website step by step]]></title>
      <guid>http://www.phpdeveloper.org/news/5981</guid>
      <link>http://www.phpdeveloper.org/news/5981</link>
      <description><![CDATA[<p>
<i>Joshua Eichorn</i> has posted <a href="http://blog.joshuaeichorn.com/archives/2006/08/08/adding-ajax-to-a-website-step-by-step/">this new tutorial</a> to his site today, a detailed look at how to add Ajax to just about any site out there with the help of the <a href="http://pear.php.net/package/HTML_AJAX">HTML_AJAX</a> PEAR package.
</p>
<blockquote>
<p>
When looking at a adding AJAX you have a couple decisions you'll want to make up front. One is what tools your going to use. In the webthumb case thats pretty easy. Webthumb is a simple PHP app and doesn't use a framework, so I need a nice general PHP/AJAX framework that is easy to use, HTML_AJAX fits that need.
</p>
<p>
After picking my tools I need to decide what my goals are. My main focus will be to improve usability, but I also want to use AJAX to make the site seem a bit flashier, so its a bit of a technology demo too.
</p>
</blockquote>
<p>
He uses his own current project, <a href="http://bluga.net/webthumb/">Webthumb</a> as an illustration of his points including <a href="http://blog.joshuaeichorn.com/archives/2006/08/08/adding-ajax-to-a-website-step-by-step/">looks at</a> remoting, a RequestStatus class, exporting a class with the HTML_AJAX package, and finally, making the Ajax calls.
</p>]]></description>
      <pubDate>Tue, 08 Aug 2006 11:59:44 -0500</pubDate>
    </item>
  </channel>
</rss>
