Å·±¦ÓéÀÖ

Jump to ratings and reviews
Rate this book

Pro JavaScript Techniques

Rate this book
"Pro JavaScript Techniques" is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesnt waste any time looking at things you already know, like basic syntax and structures.Expert web developer and author John Resig concentrates on fundamental, vital topics what modern JavaScripting is (and isnt), the current state of browser support, and pitfalls to be wary of. The book is organized into four Modern JavaScript development using JavaScript the object-oriented way, creating reusable code, plus testing and debugging DOM scripting updating content and styles, plus events, and effect and event libraries How Ajax works, overcoming problems, and using libraries to speed up development of Ajax applications The future of JavaScript looking at cutting edge topics like JSON, HTML 5, and moreAll concepts are backed up by real-world examples and case studies, and John provides numerous reusable functions and classes to save you time in your development. There are also up-to-date reference appendixes for the DOM, events, browser support (including IE7), and frameworksso you can look up specific details quickly and easily.

Kindle Edition

First published January 1, 2006

18 people are currently reading
269 people want to read

About the author

John Resig

9Ìý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 () will provide a more thorough treatment of the subject.
Profile Image for Seto Elkahfi.
69 reviews21 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 . 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 reviews7 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 reviews19 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Ìý10 books6 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.