If we’re executing shell commands via PHP we need to know if the server is running Windows or Linux. Thanks to a magic constant in PHP we can find out like this: echo PHP_OS; This will give us a single...
Learn MoreHow to install Mac OS X onto an external drive http://support.apple.com/kb/ht5911 http://support.apple.com/kb/ph11273 http://www.hongkiat.com/blog/clean-install-mountain-lion/
Learn MoreI love the WP Code Highlight plugin by BoLiQuan. It brings well deserved colour to code blocks wrapped in PRE tags. I use them a lot, but until I discovered this plugin they all looked grey and bland. Since...
Learn MoreI’ve decided to start using Google Plus more in 2014. Thanks to JetPack 2.7 it’s a breeze to publish my posts on Google Plus without having to share them manually. What I’ve noticed though...
Learn MoreSometimes you want to tell the user that something’s happening behind the scenes and that there’s no need to panic. While your process is happening you can display a “spinning gear” in...
Learn More