Book Review: JavaScript Step by Step
JavaScript Step by Step by Steve Suehring is a good "plain-English" book for beginners. Although it lacks both breadth & depth, it covers topics that are relevant to current client side Web development. Out of the 19 chapters, 3 are dedicated to AJAX. The author's explanation of HTTP headers & how they can be manipulated with the XMLHttpRequest object is pretty interesting. I found a couple of sentences in the book ridiculous Obtaining an MSDN account from Microsoft will give you access to legacy products, including older versions of Internet Explorer, so that you can see how your site reacts to a visit from Internet Explorer 4. IE4? Should anyone go out to please someone with a IE4 browser? addEventListener() is defined as a " cross-browser (except for Microsoft Windows Internet Explorer) event handler method " Now, that's a funny definition of cross-browser - excluding the most popular of browsers. IE4, by the way reminded me of the first Javascri...