Build Your Own AJAX Web Applications Part 1/3
By SitePoint Books | Published  08/2/2006 | Tutorials | Rating:
Page 6 of 6

Summary

In this chapter, we had a quick overview of AJAX and the technologies that make it tick. We looked at some of the horrible coding contortions that developers had to endure back in the bad old days to create something resembling an interactive UI [25], and we saw how AJAX offers a huge improvement on those approaches. With a decent command of the building blocks of AJAX -- XML, the DOM, CSS, XMLHttpRequest, and JavaScript, which ties them all together -- you have everything you need to start building dynamic and accessible [26] AJAX sites.

Next Month

Chapter 2. Basic XMLHttpRequest

XMLHttpRequest is at the heart of AJAX. It gives scripts within the browser the ability to make their own requests and get content from the server. In chapter 2 you will build a simple AJAX library and application to understand how XMLHttpRequest works.

About This Article

Build your own AJAX web applicationsThis Article Excerpted from: “Build Your Own Ajax Web Applications” published by Melbourne-based SitePoint.

Order online and get free shipping when you order a second book, plus a bonus video tutorial worth $9.95.

SitePoint

Glossary

[1] http://www.sitepoint.com/glossary.php?q=A#term_73
[2] http://www.sitepoint.com/glossary.php?q=J#term_9
[3] http://www.sitepoint.com/glossary.php?q=X#term_3
[4] http://maps.google.com/
[5] http://mail.google.com/
[6] http://www.backpackit.com/
[7] http://flickr.com/
[8] http://www.sitepoint.com/glossary.php?q=C#term_8
[9] http://www.sitepoint.com/books/ajax1/
[10] http://www.sitepoint.com/popup/popup.php?zone=2&popupid=79
[11] http://www.sitepoint.com/glossary.php?q=F#term_16
[12] http://www.sitepoint.com/glossary.php?q=H#term_75
[13] http://www.sitepoint.com/glossary.php?q=P#term_44
[14] http://www.sitepoint.com/glossary.php?q=A#term_4
[15] http://www.sitepoint.com/glossary.php?q=D#term_7
[16] http://www.sitepoint.com/glossary.php?q=W#term_49
[17] http://www.sitepoint.com/glossary.php?q=D#term_39
[18] http://www.sitepoint.com/glossary.php?q=X#term_63
[19] http://www.w3.org/MarkUp/2004/xhtml-faq
[20] http://www.sitepoint.com/glossary.php?q=O#term_10
[21] http://www.sitepoint.com/glossary.php?q=U#term_67
[22] http://www.sitepoint.com/glossary.php?q=M#term_31
[23] http://www.sitepoint.com/glossary.php?q=F#term_45
[24] http://www.sitepoint.com/glossary.php?q=X#term_32
[25] http://www.sitepoint.com/glossary.php?q=U#term_67
[26] http://www.sitepoint.com/glossary.php?q=A#term_61


Share and Enjoy:

StumbleUpon Toolbar


How would you rate the quality of this article?
1 2 3 4 5
Poor Excellent
Your NameYour Email
Your Comment:

Verification:
Enter the security code shown below:
imgRegenerate Image


Article Series
This article is part 1 of a 3 part series. Other articles in this series are shown below:
  1. Build Your Own AJAX Web Applications Part 1/3
  2. Build Your Own AJAX Web Applications Part 2/3
  3. Build Your Own AJAX Web Applications Part 3/3
Comments
  • Comment #1 (Posted by Patrick Remy-Maillet)
    Rating
    Interesting approach to the deployment of interactive web applications. Well presented.
     
Submit Comment