Murach's Javascript and Dom Scripting (book)

All development related reviews. Engines, Tutorials, books, ect.
Post Reply
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Murach's Javascript and Dom Scripting (book)

Post by Jackolantern »

I just finished reading this book, and I must say it is excellent. I went through a couple of different books while learning the basics of Javascript, but most of them presented JS basically in lists and tables, and left any real implementation up to the reader to figure out. Murach was very different. It went far beyond the "lists and tables" method, and even wrote up a fully-functional JS library in almost every chapter, covering everything from event standardization to cookie parsing. You would easily use almost nothing but these libraries for your first several JS projects. And the author breaks down each library to show you how they work and how they can be extended as well, so you are not just handed "little black boxes" to simply use. Each chapter ends with a small project that uses what you learned in common JS tasks.

The only downside I think is that it decided to leave out AJAX coverage, but there are hundreds of books written on that subject. All-in-all, easily a 5/5 book!
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12023
Joined: Wed Apr 22, 2009 11:29 pm

Re: Murach's Javascript and Dom Scripting (book)

Post by hallsofvallhalla »

awesome thanks for the review. May pick this one up.
dave3460
Posts: 117
Joined: Wed Jul 01, 2009 2:13 pm

Re: Murach's Javascript and Dom Scripting (book)

Post by dave3460 »

Cheers jack that will help a great deal
Post Reply

Return to “Development Related”