// you’re reading...

AJAX

What Beautiful PHP & AJAX Looks Like

I recently saw an image demonstrating What Beautiful HTML Looks Like. I've decided to do my own What Beautiful PHP and AJAX Looks Like image. You can also play with the actual application that this image demonstrates if you so wish!

The Source

This example makes use of the Prototype JavaScript library. I'm using this, as it simplifies AJAX calls, and keeps this tutorial simple. You can view the full source here, which you can view, copy and include in your AJAX applications. It contains suffice comments which should help you understand how everything works.

Credit for the email validation goes to ILoveJackDaniels. It's not bullet-proof, but suffice for this example.

Comments would be much appreciated on this blog entry. Positive and constructive only.

Discussion

3 comments for “What Beautiful PHP & AJAX Looks Like”

  1. […] read more | digg story […]

    Posted by What Beautiful PHP & AJAX Code Looks Like · The beauty blog | November 24, 2007, 9:19 pm
  2. Coding "Beautiful" is somthing all people should do. I strongly recommend this because it make the code so easy to understand. Keep up the good work

    Posted by jurrieb | March 27, 2008, 2:41 pm
  3. I try to keep my JS at the bottom of the page. IIRC - It's a Yahoo sugguestion.

    Posted by EllisGL | July 16, 2008, 7:50 pm

Post a comment

Most Emailed