Be the first to write a review
Creating a contacts application with AJAX part 2
In the first part of this tutorial, we looked at some of the theory behind AJAX, a new approach to building Web applications. AJAX uses XML, XSLT, XHTML and CSS, JavaScript and the DOM and the XMLHttpRequest object to create applications. The key advantage is that data loads asynchronously, so there’s no need to reload the page each time the user requests new data. This creates a more responsive application and an improved user experience.
In the second part of the tutorial, we’ll build a simple address book application. We’ll start by displaying a hyperlinked list of contacts. When we click each contact’s link, we’ll show the details of the contact below. We won’t need to reload the page each time we click a link, speeding up the browsing process
Note: If you have difficulties downloading the source files or PDF, you might have a problem with your cookies. Delete the cookies from your machine and try again. In Internet Explorer, you can do this by choosing Tools > Internet Options... and clicking the Delete Cookies... button on the General tab.
Sas Jacobs
Hello. I'm the Principal of Anything Is Possible, an Australian web development business specialising in web applications development and training. I'm interested in using Flash with dynamic content and I've presented at a number of International conferences on topics relating to applications development, XML and scripting components. I have recently released my second print book Beginning XML with DOM and Ajax to match the first one - Foundation XML for Flash. I have a business web site
and a personal web site.