DOM Enlightenment Book Review
I joined the O'Reilly Blogger Review Program for books like DOM Enlightenment. It is an insightful and easy-to-read book about manipulating and traversing the DOM with JavaScript as opposed to an abstract library like jQuery. This is a great look at fundamentals and very useful for better understanding JavaScript libraries, like jQuery, Zepto, etc. In cases where you are creating an HTML 5 hybrid application that only targets a single browser, like Mobile Safari, you may prefer to work with the DOM purely via JavaScript. In these cases, DOM Enlightenment becomes an indispensable reference manual.
