AJAX Practice Exercises

Last Update: 4 August 2006

21 February 2006
JavaScript has changed! The old style of coding is out out out! The DOM (Document Object Model) is in! AJAX is in! All hail the new world of web programming towards a moving target! Fear not ye crusty stagnant COBOL programmers! For tho ye tremble before the daunting task, you have developed a strong reliable development style. Ye understand how to translate business rules into cold hard computer logic. Open the rusty gates to your brain and let the new information flow in!

These are exercises that I am doing to practice while learning AJAX. My plan is to review and work through exercises and examples from books and off of the web. These resources include, but are not limited to:

And the exercises:
  1. JavaScript Popup Calendar
  2. JavaScript Image Gallery from "DOM Scripting: Web Design with JavaScript and the Document Object Model" by Jeremy Keith.
  3. getElementById from Chapter 3 Page 49 "DOM Scripting: Web Design with JavaScript and the Document Object Model" by Jeremy Keith.
  4. getElementsByTagName from Chapter 3 Page 50 "DOM Scripting: Web Design with JavaScript and the Document Object Model" by Jeremy Keith.
  5. getAttribute from Chapter 3 Page 52 "DOM Scripting: Web Design with JavaScript and the Document Object Model" by Jeremy Keith.
  6. setAttribute from Chapter 3 Page 54 "DOM Scripting: Web Design with JavaScript and the Document Object Model" by Jeremy Keith.
  7. Image Gallery from Chapter 4 Page 58 "DOM Scripting: Web Design with JavaScript and the Document Object Model" by Jeremy Keith.
  8. Image Gallery from Chapter 4 Page 61 "DOM Scripting: Web Design with JavaScript and the Document Object Model" by Jeremy Keith.
  9. Ajax Exercise (placeholder)
  10. Ajax Exercise (placeholder)

Back to AJAX Exercises

Comments | Doug and Kris' Home Page | Kris' Page | Doug's Page | Site Map