Of code and color
Musings on software and front-end development
Testing Wordpress plugins with PHPUnit
Notes on test-driven development in PHP
Styling HTML tables: frozen rows and columns
Here's a CSS riddle: can we have frozen rows and columns on an HTML <table> element?
PastShots: Visual Regression Testing in Pull Requests
Improving the front-end development workflow by visually highlighting changes in Pull Requests
Automatic package release channels with semantic-prerelease
How to improve your NPM package releases by shipping NPM packages automatically on different release channels.
Encoding data in CSS
The Holy Grail of reusable style frameworks is to provide ways to change colors easily. After all, sites need to match the brand identity. Exposing SASS variables like Bootstrap's $brand-color, Foundation's $primary-color, and Kendo UI's $accent allow this. But what if scripts need the values of these variables?