Tech Library
Core HTML5 Canvas: Graphics, Animation, and Game Development *****
David Geary
One of HTML5's most exciting features, Canvas provides a powerful 2D graphics API that lets you implement everything from word processors to video games. In Core HTML5 Canvas, best-selling author David Geary presents a code-fueled, no-nonsense deep d...
JQuery in Action ****
Bear Bibeault and Yehuda Katz
A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professionals alike-fall in love with jQuery the minute the...
JQuery: Novice to Ninja ****
Earle Castledine and Craig Sharkie
jQuery: Novice to Ninja is a compilation of best-practice jQuery solutions to meet the most challenging JavaScript problems. In this question-and-answer book on jQuery, you'll find a cookbook of ready-to-go solutions to help breathe life into your we...
Node: Up and Running: Scalable Server-Side Code With JavaScript ***
Tom Hughes-Croucher and Mike Wilson
This book introduces you to Node, the new web development framework written in JavaScript. You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same languag...
OpenLayers 2.10 Beginner's Guide ****
Erik Hazzard
Web mapping is the process of designing, implementing, generating, and delivering maps on the World Wide Web and its products. OpenLayers is a powerful, community driven, open source, pure JavaScript web mapping library. With it, you can easily creat...
Programming in CoffeeScript *****
Mark Bates
Use CoffeeScript to Write Better JavaScript Code Than Ever Before!If you can do it in JavaScript, you can do it better in CoffeeScript. And, since CoffeeScript “compiles down” to JavaScript, your code will fit neatly into virtually any web environmen...
Programming Ruby: The Pragmatic Programmers' Guide ****
David Thomas and Chad Fowler and Andrew Hunt
Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the scene in the Western world, the Pragmatic Program...
Web Workers: Multithreaded Programs in JavaScript ***
Ido Green
Web apps would run much better if heavy calculations could be performed in the background, rather than compete with the user interface. With this book, you’ll learn how to use Web Workers to run computationally intensive JavaScript code in a thread p...