Book Review: Learning jQuery
I "discovered" jQuery a few months ago. jQuery is JavaScript on steroids. I've found it so useful, I've stayed hooked. The website Visual jQuery and the book Learning jQuery : Better Interaction Design and Web Development with Simple JavaScript Techniques by Karl Swedberg (a jQuery Evangelist) & Jonathan Chaffer have been extremely useful in helping me understand and appreciate the goodness of jQuery.
In my opinion, a good technical book has the following characteristics:
I wish the book came with a cheat-sheet or a map of all the important jQuery methods, properties and functions indexed to the detailed descriptions in the chapters.
I recommend this book to everyone getting started with jQuery.
In my opinion, a good technical book has the following characteristics:
- Is written in plain English with a conversational tone
- Has practical reusable examples with scenarios I can relate to
- Provides adequate background info on crucial concepts
Notice the use of a $ in the variable name, $speech. Since $ is a legal character in JavaScript variables, we can use it as a reminder that the variable is storing a jQuery object.
I wish the book came with a cheat-sheet or a map of all the important jQuery methods, properties and functions indexed to the detailed descriptions in the chapters.
I recommend this book to everyone getting started with jQuery.
Comments
Post a Comment