Seems like it might be a decent book, but without an excerpt, or some reviews by people I trust, I can't really tell. And at $15, it's priced above my 'Ah, why not?' line.
I think there is a surplus of books out there on JavaScript fundamentals, the language itself being quite simple. Maybe I (or somebody) ought to put something out on using the DOM effectively, the ignorance of which I think is most responsible for the "black box" syndrome decried in the introduction. Flanagan's book is decent in that regard, but has never done a good job of talking about practical use, browser/version differences, etc.
Really? Eloquent JavaScript is the only (concise) JS fundamentals book I can think of- there seems to be a surplus of web programming cookbooks and AJAX guides.
I agree there is a surplus. I tried to write a book that had not been written before. Or more so, a book that was written in a systematic fashion breaking down the nature of the JavaScript object. I've not seen this done before. Most JS books ignore the object nature because they don't believe most people will follow along.
I actually want/plan to follow this book up with a modern day DOM JavaScript book without mention of a library. However, I first believe the masses need to understand objects.
This is a great book. But its more broad than it is specific. Its extremely wide in its purpose. The intention of JavaScript Enlightenment" is to focus in on the nature of objects and the native workings of JavaScript objects. I don't see these books sharing the same purpose.
A free preview chapter and review is coming...I'm still working out the details.
And...while JavaScript is the same...breaking down the nature of objects into small conceptual sections supported by executable code (jsfiddle.net) is anything but old hat. IMO!
15 comments
[ 456 ms ] story [ 129 ms ] threadFor what it's worth, "jQuery Enlightenment" is a good book and I trust Kyle Simpson and Ben Nadel as technical editors.
I actually want/plan to follow this book up with a modern day DOM JavaScript book without mention of a library. However, I first believe the masses need to understand objects.
http://eloquentjavascript.net/
It's free or $14 on kindle. And it's brilliant.
And...while JavaScript is the same...breaking down the nature of objects into small conceptual sections supported by executable code (jsfiddle.net) is anything but old hat. IMO!