While updating an inherited web project, I’ve been slowly introducing some well-defined libraries to the mix. My current favorite being Vuetify — designed to add some decent style standards to…Continue readingVuetify 12-Point Grid Layouts
Digging into Cypress.IO in a sprint to replace my almost-completely-useless stack of Selenium IDE tests for Store Locator Plus, I’ve run into some issues that seem to go beyond my lack…Continue readingCypress.IO Shortcomings — Pattern or Die
I’ve written articles on Jetpack Autoupdate before — you’ll find some of them in the Jetpack blog. For many neglected sites autoupdate of plugins is a good idea. Plugins…Continue readingWhy Jetpack Autoupdate Is A Bad Idea
If you are running your own Linux server — an AWS EC2 instance, perhaps, you may want to check that your etc daemon I’d not accessible. Read this ARS Technica…Continue readingRunning A Linux Server? Check etcd
After discussing projects over the past week, one of the guys at Automattic brought up CypressIO. If you’ve been following the recent posts on Lance.Bio you know that the path…Continue readingCypressIO Simplifies Web App Testing
A recent discussion with a tech guru at Automattic posed a great question — how does JavaScript asynchronous processing work on a single-threaded app? Great question, but before I found…Continue readingOptimizing JavaScript for Chrome
An unusually short article, for me, on basic WordPress plugin loader tricks. Basic setup Name the “loader” php file the same as the plugin directory. Text Domain must match the…Continue readingWordPress Plugin Loader Tricks