URL: http://domscripting.com/book/

DOM Scripting by Jeremy Keith I just finished reading DOM Scripting by Jeremy Keith to learn more about how to use the DOM (Document Object Model) to manipulate web content with JavaScript. The book teaches you how to write JavaScripts to create, change and animate content with scripts using document.createElement and stuff. The book starts with refresher on JavaScript which I must confess to reading much faster than I'm able to. However, it did explain the importance of declaring variables with var and why it matters well.

After chapter 4, you've been taught more or less everything there is to know about the DOM and the rest of the book is just big and explained exercises that iterate the importance of separating Structure (XHTML), Presentation (CSS), Behaviour (JavaScript) with examples and code from all three disciplines. By the way, don't worry when I say "exercises". You can read the book in the bath tub without having to do step-by-step exercises; Jeremy does all of that for you in the book.

In retrospect the book was probably a few thousand words "too simple" for me. I'm not an expert at DOM scripting but the XHTML, CSS and stuff was a bit basic. For example, I've already used AJAX, I didn't need to know what it is. Did that sound too cocky? Sorry, I hope you see what I mean.

If you're quite new to web standards, DOM scripting and AJAX and stuff; get this book! Or, you're an old-school web developer still using Flash, tables and popup windows; get this book!

Comments

Your email will never ever be published.

Previous:
"Groups" search on Google November 30, 2005 Politics
Next:
have or has? December 8, 2005 Wondering
Related by category:
The 4-hour Work Week by Timothy Ferris July 29, 2009 Books
Moby Dick (by Herman Melville) February 25, 2014 Books
God, No! by Penn Jillette November 9, 2014 Books
The Poincaré Conjecture April 22, 2013 Books
Related by keyword:
createElement('a') with a javascript href November 21, 2005 Web development
WebSockets vs. XHR 2019 May 5, 2019 Web development, Web Performance, JavaScript
Lazy loading below the fold October 26, 2013 Web development, JavaScript
setAttribute('style', ...) workaround for IE January 8, 2007 JavaScript