Jump to ratings and reviews
Rate this book

Pro JavaScript Techniques

Rate this book
This book addresses today’s approach to JavaScript in modern browser support, including information on Internet Explorer 7; Object-Oriented JavaScript; testing and debugging; unobtrusive JavaScript techniques using DOM Scripting; Ajax; creating and using blocks of reusable code, and the future of JavaScript. All the concepts expressed in this up-to-the-minute reference are thoroughly backed up with real world examples and full-scale case studies. The book offers reusable functions for readers to use in their own projects, a significant time-saver. Also included are several reference sections that allow developers to look up details quickly and easily.

404 pages, Paperback

First published January 1, 2006

17 people are currently reading
272 people want to read

About the author

John Resig

8 books24 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
73 (37%)
4 stars
75 (38%)
3 stars
37 (18%)
2 stars
9 (4%)
1 star
3 (1%)
Displaying 1 - 14 of 14 reviews
Profile Image for Mark.
30 reviews
June 14, 2009
Chapters 2 and 3 are great. The rest is a review of many other sites on the internet.
4 reviews
September 24, 2018
It's ok for absolute beginners or maybe to refresh knowledge after long break.
Profile Image for Chris Wood.
42 reviews4 followers
September 28, 2012
Although slightly dated, Resig's Pro Javascript Techniques does an excellent job explaining many of the basic building blocks of modern javascript libraries: DOM interaction, code minimization techniques, debugging tools, rich interactivity with timed behavior, and basic AJAX techniques for non-blocking server access. This is a very helpful book for anyone wanting a quick and basic overview.

That said, this book, given its date, does not spend much time covering closures, execution context (e.g. this), and the Object prototypal chain which have today become pre-requisites for OO design techniques such as encapsulation and inheritance. If you are looking for the truly advanced javascript techniques, don't look here. Because of that, I'm expecting (and hoping) that Resig's next work (Secrets of the Javascript Ninja) will provide a more thorough treatment of the subject.
Profile Image for Seto Elkahfi.
70 reviews20 followers
December 29, 2016
OK, this pretty-old book is closing my 2016 Reading Challenge.

It's written before Google Chrome, in the early days of jQuery. Reading this book give me understanding how JavaScript framework -jQuery particularly, since the author is its creator- is working under the hood.

Nobody codes jQuery anymore, you might say. It is true. Ten years (since this book published) is like forever in software engineering fields. Today, the technique mentioned in this book can be easily done with the help of modern JS framework. But like I mentioned earlier, this book gives you an understanding on the deep level, beyond the framework, pure JS.

If you're expert on JS, maybe you'll get boring by the topics. But if you intermediate or beginner JS programmer and curious about how the language is constructed under the framework layer, this book worth to read.

P.S. i'm still improving my english :p
Profile Image for Craig Cecil.
Author 7 books13 followers
July 25, 2016
Let's get this straight right away: the author is John Resig, the creator of the jQuery library, so obviously this guy knows what he is talking about. And just like jQuery, Resig presents a solid base by describing how to write reusable, unobtrusive, object-oriented JavaScript code. Then, he gets right to it by providing chapter after chapter of real-world examples of how to build useful stuff from this base. While he doesn't use jQuery in his code examples, per se, along the way you will learn how and why jQuery was constructed. Lots of good stuff to learn here that you can directly apply to your own projects, no matter what library (if any) that you use.
Profile Image for Will Meurer.
4 reviews4 followers
March 26, 2010
Good if you want to see how JavaScript frameworks are thought out and created. Not so useful if you know the language and are looking for architectural techniques. Resig is a decently terse writer though, so it's not as long-winded as JavaScript: The Definitive Guide. There are some incidental techniques that Resig uses that were pretty cool tricks to pick up.
Profile Image for Rusty.
4 reviews4 followers
April 21, 2009
This was by far the best book I've read to explain the document object model and Javascript namespaces.

This is the only Javascript book I've read cover to cover, all others are used for reference.
Profile Image for Tom.
50 reviews5 followers
May 10, 2010
As someone with only mediocre JavaScript skills, I found the book to be quite helpful. It's just like the title suggests: a collection of recipes and best practices for writing better JavaScript. However, the book probably isn't as useful for more advanced JavaScript programmers.
Profile Image for Amit Saurav.
77 reviews4 followers
December 3, 2010
This book was simply awesome! Even if you know JavaScript as a language, this book teaches you how to harness the power of this language and take your projects to the next level. Totally loved it. Waiting for the next book by John Resig: Secrets of the JavaScript Ninjas. :)
Profile Image for Ilyá Belsky.
14 reviews
February 16, 2013
This book is too old.
Javascript techniques have a tendency to become old very quickly.
Today these techniques are hidden inside the libraries like jquery and an average front-end developer never uses them.
Profile Image for Nathan.
117 reviews23 followers
April 4, 2009
Written by the author of jQuery, the foremost library in use today. Advanced techniques that any JavaScript programmer should know.
Profile Image for Hazem Saleh.
Author 12 books5 followers
May 1, 2013
Excellent book about JavaScript Techniques by the jQuery Creator.
Displaying 1 - 14 of 14 reviews

Can't find what you're looking for?

Get help and learn more about the design.