[ Thanks to An Anonymous Reader for
this link. ]
“In this article, you will create a simple photo album using two
methods: a traditional Web application and a Sajax-powered
application. You will write an album in PHP that reads the contents
of a directory, showing the user a table of thumbnails. If the user
clicks a thumbnail, the image will expand to full size. Since you
will be writing a traditional application, every click will be a
new HTTP request, with parameters being passed as part of the
URL.“You will learn how to quickly apply the Sajax library to your
album and find out why using Sajax will speed up application
development…”