From the publisher: Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that’s more reliable, readable, and maintainable than the language as a whole-a subset you can use to create truly extensible and efficient code.
Read moreCSS: The Definitive Guide, 3rd Edition
To be an effective web developer, one needs firm command of the cascading style sheets (CSS) specification. Although this book is now ten years old, it remains (as does its author, Eric Meyer) the definite reference on the topic. No matter whether you are new to CSS or have been using it for years and think you understand it, this book is worth a read.
Read morejQuery: Write less, do more
jQuery is an absolute requirement for any browser-based application or site. Why write 100 lines of DOM manipulation code using the W3C API when you can do the same work in 3 lines of jQuery? Plus, there are hundreds if not thousands of jQuery-based plugins available, many either free or modestly priced. These plugins solve common problems so that you don't have to.
Read more