Here are the items for tonight’s presentation of understanding AJAX. You’ll learn what AJAX is, and why you would use it.
In the sample (links below), you’ll see the steps it takes to create AJAX:
- Including javascript files, events, and form posts in your HTML
- Creating a server service request from javascript
- Creating a PHP web service to process the post
- Writing javascript to read the service response data in XML
- Altering CSS vis javascript to display server data
Go to the Start Form to see how your data goes from the HTML form, to the server, and back again.
Download Source Files and presentation slides.