---
product_id: 23333049
title: "Pro JavaScript Techniques"
brand: "john resig"
price: "221 zł"
currency: PLN
in_stock: true
reviews_count: 8
url: https://www.desertcart.pl/products/23333049-pro-javascript-techniques
store_origin: PL
region: Poland
---

# Pro JavaScript Techniques

**Brand:** john resig
**Price:** 221 zł
**Availability:** ✅ In Stock

## Quick Answers

- **What is this?** Pro JavaScript Techniques by john resig
- **How much does it cost?** 221 zł with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.pl](https://www.desertcart.pl/products/23333049-pro-javascript-techniques)

## Best For

- john resig enthusiasts

## Why This Product

- Trusted john resig brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Description

Pro JavaScript Techniques

## Images

![Pro JavaScript Techniques - Image 1](https://m.media-amazon.com/images/I/71CsnZtwV1L.jpg)

## Customer Reviews

### ⭐⭐⭐⭐ 







  
  
    Finally, a JavaScript resource aimed at me
  

*by K***R on Reviewed in the United States on April 30, 2008*

Pro JavaScript Techniques by John Resig is probably the best resource on the language I've encountered to date.  I'm one of those web developers who has had something of a mental block when it comes to JavaScript.  Despite its ubiquity, it always seemed like a toy language to me.  It didn't help that JavaScript's syntax plays a bit fast and loose to my tastes, and that virtually all of the other resources on the language I've encountered barely scratched the surface on what the language can actually do.  If you're like me - familiar with the basics, but knowing that you're not proficient enough to use it in a professional setting - then this book is for you.First, the bad news.  Like all aPress books I've encountered, this one suffers from a few small, but glaring, editing errors.  Small things - variable names that change between examples for no good reason, in-text refrences to things the author didn't mention (no doubt something missed between drafts), that sort of thing - crop up.  It's not enough to break the book, but it is annoying.Also, the first section of the book moves at break-neck speed.  While some of it is review, for those of us who have been toiling in web tutorials and older books, a few re-reads are necessary to truly understand what's going on.  Thankfully, Resig addresses things in a logical manner, so each topic flows nicely into the next, making returning to those parts as painless as possible.Finally, in the chapter where he discusses public, private, and privledged object properties and methods, he completely glosses over how private properties and methods function.  Instead, he merely tells the user to visit Douglas Crockford's site on the matter.  It's a bit of a cop-out, and I figure that since I'm spending ~$30 on the book, the least he can do is briefly condence Crockford's ideas.All that said, though, the positives outweigh the negatives by far.Despite the quick pacing of the book, the information (ignoring editing inconsistencies) is delivered in a straightforward manner.  Resig addresses most, if not all, of those little things which are important in the real world (testing/debugging, how to work with libraries, how to ensure your code doesn't interfere with someone else's code, etc), but are often ignored in other resources.In particular, the early chapters (chapters 2 and 3) on dealing with JavaScript objects are well done.  While Resig doesn't go into all of the details (most notably with the link to Crockford's site I mentioned earlier), these chapters form the foundation of just about everything you'd want to do with the language.  Indeed, these chapters address most of the pitfalls that create those pesky JavaScript errors we've all dealt with before: scope, closures, and context.  Understanding how those three concepts work in unison is fundamental towards understanding modern, professional JavaScript as a whole.Being a JavaScript book, this particular volume visits topics we're most likely all familiar with: DOM scripting, event handling, and even a bit of AJAX.  Thanfully, Resig stays true to his mission of creating inobtrusive JavaScript, and keeps his HTML separated from the scripting code.  This is a far cry from other self-proclaimed professional tomes that embed their JavaScript function calls within their HTML tags.To conclude (and reiterate), Pro JavaScript Techniques is the perfect book for those developers caught in the middle.  It's a resource aimed at those of us who have had experience with the language, but have never been pointed in the right direction to use it in a professional manner.  Despite its annoying flaws, this book fills the rather large gap between beginner's JavaScripting and creating robust AJAX applications.  It's worth owning if you ever want to do serious work with the language.

### ⭐⭐⭐⭐⭐ 







  
  
    Take your understanding of Javascript to the next level
  

*by N***R on Reviewed in the United States on February 21, 2007*

Pro Javascript Techniques by John Resig was a very in depth look at Javascript and its capabilities. I loved this book for the simple fact that the first chapter started by introducing you to objects in Javascript. No time was wasted on the basics, you were diving in deep right from the beginning. Also, even though John is the creator and lead developer of the jQuery Javascript library, this book was not about pushing his framework. He did a great job of introducing many of the different frameworks and listing their strengths and purposes.The entire book had you building a library of usable scripts that allow for great portability while using Javascript in your applications (or even your personal website). Each chapter discussed the scripts, their functionality, their support, and giving great details to how they worked. Most chapters also gave you examples of the scripts in a working environment. A quick breakdown looks like this:The first part of the book discussed Object Oriented Javascript. This included information related to creating your own objects and extending the core javascript objects. He then moved on to discussing testing of your code and how to package it for distribution. This is especially helpful for those working in an environment with multiple developers/programmers. Thankfully, he discussed unobtrusive DOM scripting, which still may be new to some developers. The first part closed with discussions related to AJAX and browser support, both of which we would see more of later. All of part one was a brief introduction to what we would read through the rest of the bookPart two discussed Object Orient Javascript in more detail. This included things such as basics of objects, object creation, references, overloading, scope, and closures. I found this chapter to provide a solid foundation for the rest of the chapters to come, as well as very descriptive related to objects. The next few chapters discussed creating reusable code and shined some light on several of the libraries available. Also, we got a glimpse into the wonderful world of debugging javascript and were introduced to some great tools to help you as you build.Part three dives into unobtrusive Javascript and intricate details related to the DOM and how to manipulate the DOM. Once we learn how to properly manipulate and traverse the DOM, we move on to attaching events to elements. All of this was discussed in light of progressive enhancement and making sure content is always available. The last three chapters of this section discussed Javascript and CSS, how to improve forms (which is also a topic for another discussion), and a practical example of building an image gallery.Part four pushes ahead to AJAX. The first chapters discussed the history of AJAX and some of its common uses. With a foundation of understanding what AJAX is, the next chapters were spent with practical examples of enhancing your blog (quick access to all posts dynamically on scroll), building an autocomplete search field, and creating an AJAX Wiki. I found that the blog and autocomplete were a little more valuable than the Wiki.The final part looks to the future of Javascript. This section was very educational as we move forward. This is very important to be aware of what will be available in the near (hopefully) future.The appendixes were extremely valuable, and I will use it as a quick reference as I begin developing more Javascript. A full listing of the DOM reference, Events reference, and the Browsers.Overall, this book was an incredible read and is highly recommended for those who want to take their Javascript skills to the next level.

### ⭐⭐⭐⭐ 







  
  
    Good for the basics
  

*by C***D on Reviewed in the United States on September 27, 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.

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.pl/products/23333049-pro-javascript-techniques](https://www.desertcart.pl/products/23333049-pro-javascript-techniques)

---

*Product available on Desertcart Poland*
*Store origin: PL*
*Last updated: 2026-05-22*