News Feed
Jobs Feed
Sections




News Archive
IBM developerWorks:
Developing PHP the Ajax way, Part 1 - Getting started
June 01, 2006 @ 06:44:56

IBM developerWorks has posted this new tutorial, the first part in a two-part series looking at the development of a PHP/Ajax application using Saxjax.

Asynchronous JavaScript and XML (Ajax), is arguably the most popular new Web technology. In this two-part "Developing PHP the Ajax way" series, you will create a simple photo album as an online Web application, entirely in PHP and the Simple Ajax Toolkit (Sajax). You'll begin by writing a simple photo album using the standard method of PHP development and later apply Sajax to make it an active Web application.

There's no hesitation on their part - they just jump right in and start in with the image pager class to handle the display of a number of images at a time. The files are stored in a directory on the local filesystem (as they should be) and pulling them in is just a matter of reading the directory. They integrate in basic back/forward and the ability to enlarge the images and the basic gallery is complete.

Now, it's time for the fun stuff - they take the processing that the PHP script was doing to grab the files/display them/etc and move it to the backend, replacing it with a simple Ajax call to another PHP file to grab the image information to display. They even finish off this part of the series with a method for implementing metadata for the images, an XML file with a summary of the file's attributes, date taken - anything you want, really.

0 comments voice your opinion now!
develop ajax saxjax simple photo album tutorial part1 develop ajax saxjax simple photo album tutorial part1


blog comments powered by Disqus

Similar Posts

Richard Heyes' Blog: Browser Detection

PHPMaster.com: Avoid the Original MySQL Extension, Part 2

SitePoint: Build a Photo Gallery Using CakePHP and Flickr

Anna Filina's Blog: Symfony - subfolders for partials

IBM developerWorks: Java and PHP technology on AIX - Integrate the Java business application w/ DB2


Community Events











Don't see your event here?
Let us know!


framework tool conference podcast release language interview introduction development functional zendframework2 phpunit code application testing community series unittest example opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework