-
Multiple Instances of the WordPress Media Uploader
The Javascript you need to know to programmatically control multiple instances of the WordPress media uploader in your plugin.
-

Source Maps and WordPress
Source maps are a tool that enables you to debug minified Javascript files more easily, and there’s no reason you can’t use them in your WordPress projects.
-
Using Sinon.JS Fake Timers with CasperJS
One incredibly useful feature of Sinon.JS is its fake timers API. But there’s something you should be aware of when using this API with CasperJS.
