Improvisational JavaScript

Actor improvisation rules are a good approach to dealing with the unexpected in comedy or anything else. Error handling in JavaScript, for example. The way JavaScript deals with exceptions is already a little unpredictable. Instead of fighting that, let’s take advantage of it to create better user experiences, more powerful …

The jQuery Essentials

jQuery is rapidly becoming the most widely used JavaScript library for DOM manipulation, Ajax, events and effects in the world. For developers who work on the front-end but could use better JavaScript skills, it’s an essential piece of your toolkit that will almost certainly make your job more easy. In …