Skip to content
// writing

Posts on development — Page 14

A mix of technical deep-dives, career reflections, and dispatches from the road.

Shortcode API You're Doing It Wrong thumbnail
developmentJul 25, 2015· 5 min
Shortcode API You're Doing It Wrong
A look at the WordPress shortcode API changes in the 4.2.3 security release — why some common patterns were never correct to begin with, and the right way to think about shortcode attributes and nesting.
read more →
WordCamp USA City Chosen thumbnail
developmentJul 23, 2015· 1 min
WordCamp USA City Chosen
Thoughts on Philadelphia being selected as the host city for the first WordCamp USA — and whether it's worth the trip when WordCamp San Francisco is already an annual tradition.
read more →
My 5ish Favorite Atom Plugins thumbnail
developmentJul 19, 2015· 4 min
My 5ish Favorite Atom Plugins
A roundup of the top Atom editor plugins worth installing — covering code beautification, docblock generation, linting integration, file icons, and a few other productivity boosters after switching from Sublime Text.
read more →
Check Out Ghost Inspector thumbnail
developmentJul 18, 2015· 1 min
Check Out Ghost Inspector
An introduction to Ghost Inspector, a record-and-replay browser regression testing tool that makes automated UI testing more accessible for small teams without writing Selenium tests by hand.
read more →
WP Better Attachments v1.3.11 Released thumbnail
developmentJul 18, 2015· 1 min
WP Better Attachments v1.3.11 Released
Release notes for WP Better Attachments v1.3.11 — adding a use_caption_for_title option, a second attachments button at the bottom of the meta box, and a PHP warning fix.
read more →
WPBA Thoughts and Road Map thumbnail
developmentJul 18, 2015· 4 min
WPBA Thoughts and Road Map
A candid look at the WP Better Attachments rewrite — the settings architecture debt, the case for spinning off the crop editor as an add-on, and thoughts on how to sustainably support an open-source plugin with thousands of active installs.
read more →
Setup Vhosts in MAMP thumbnail
developmentJul 16, 2015· 3 min
Setup Vhosts in MAMP
How to configure Apache Virtual Hosts in MAMP so each local project is accessible via its own custom .dev domain instead of navigating subdirectories of localhost.
read more →
Display PHP Errors in MAMP thumbnail
developmentJul 15, 2015· 1 min
Display PHP Errors in MAMP
A quick tip for enabling PHP error display in MAMP by flipping display_errors to On in php.ini — so you get real error messages instead of the white screen of death.
read more →
Moving From Sublime to Atom thumbnail
developmentJul 12, 2015· 3 min
Moving From Sublime to Atom
A comparison of Atom and Sublime Text after switching editors — where Atom shines with active development and HTML/CSS/JS extensibility, and where Sublime still wins on speed and search.
read more →
// the newsletter
Don't miss the next one