-
-
Radical Speed Month
Last week, the company I work for rolled out an initiative called Radical Speed Month. The idea is that every engineer, designer and product person at Automattic teams up with a colleague close to their time zone, and spends a…
-
WordPress Block Theme Browser Testing Skill for Claude Code
·
I share a browser testing skill for Claude Code that is useful when making changes to a WordPress block theme to ensure there are no visual regressions.
-
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.
-

Book Review – The 12 Week Year
The 12 Week Year shows you how to get more done in 12 weeks than others do in 12 months.
-

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.
-

How to Network Like a Boss
Tips for introverts and ambiverts on how to network like a boss.
-
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.
-
Using PHP Variables Inside of a String
The secret to using PHP variables inside of a string? Double quotes.
-

Web Components and PhantomJS
Some of the challenges involved with using PhantomJS to test web apps that include the use of web components.
