I’ve been writing more unit tests of late and have been running into some interesting issues when working with WordPress plugins.…
Kategori: Development
Tidigare inlägg
The Hipster Stack: WordPress on Nginx, HHVM, MariaDB over SSL
Nginx + PHP-FPM is a great web server for WordPress (or probably anything PHP for that matter). It’s especially great if you…
5 column grid in bootstrap
Here at the Shipyard we now use Bootstrap for basically all our projects (especially now there’s an official sass port).…
jQuery fix for icon fonts in IE 8
IE 8 is rapidly becoming the bane of modern web development, but at around 10% market share we realistically can’t…
Apache port of Varying Vagrant Vagrants
I love Vagrant. I’ve been using it as my development environment for several months now although I do still have…
Another useful WordPress function, remove_accents
In the long list of useful functions that WordPress provides for your development pleasure, remove_accents is a handy function that…
3 little gems: home_url(), admin_url() and plugins_url()
There are some really useful functions for URLs in WordPress, in particular home_url(), admin_url() and plugins_url(). home_url() home_url() takes two…