36 sites, 9,577 entries and counting...     Get a free blog; Join a Weblog Network!
Top

Beginning JavaScript with DOM Scripting and Ajax

December 15, 2007

Beginning JavaScript with DOM Scripting and Ajax will take you from knowing absolutely nothing about JavaScript to being able to manipulate the DOM, build basic Ajax applications and more.

Most of us who have been building websites since the pre-Ajax days learned JavaScript through a mish-mash of one-off scripts, validations, etc. If a book like this had been around, it surely would’ve offered a nice clean overview of the techniques available to the JavaScript programmer.

Luckily for the novice JavaScript programmer (or intermediate developer wishing to hone his craft), Beginning Javascript with DOM Scripting and Ajax does exist now and is the perfect way to learn the fundamentals from the ground up. The 2nd part of the book also focuses on Ajax and some of the interesting hacks one can use in that realm.

The author, Christian Heilmann, has a geeky sense of humor that keeps the reading light — for eaxmple Et Tu, Cache? (pg. 309):

Safari is the main offender as it caches the response status and does not trigger the changes (remember that the status returns the HTTP code 200, 304 or 404) any longer.

Adding this snippet tells the browser to test whether the data has changed since a certain date, i.e.:

request.setRequestHeader( ‘If-Modified-Since’, ‘Thu, 06 Apr 2006 00:00:00 GMT’);
request.send( null );

A bit out of context here, but just one example of the kind of thing you’ll find in Beginning JavaScript with DOM Scripting and Ajax.

Comments

4 Responses to “Beginning JavaScript with DOM Scripting and Ajax”

  1. Shanti’s Dispatches - Practical Javascript, DOM Scripting, and Ajax Projects on December 15th, 2007 3:50 pm

    […] Javascript, DOM Scripting, and Ajax Projects picks up where Beginning JavaScript with DOM Scripting and Ajax left […]

  2. Practical Javascript, DOM Scripting, and Ajax Projects : Ajax Blog on December 20th, 2007 3:51 pm

    […] Javascript, DOM Scripting, and Ajax Projects picks up where Beginning JavaScript with DOM Scripting and Ajax left […]

  3. Ajax Girl » Blog Archive » Practical Javascript, DOM Scripting, and Ajax Projects on December 20th, 2007 4:49 pm

    […] Javascript, DOM Scripting, and Ajax Projects picks up where Beginning JavaScript with DOM Scripting and Ajax left […]

  4. Javascript News » Blog Archive » Practical Javascript, DOM Scripting, and Ajax Projects on December 21st, 2007 2:12 am

    […] Javascript, DOM Scripting, and Ajax Projects picks up where Beginning JavaScript with DOM Scripting and Ajax left […]

Got something to say?





Bottom