Three months on the Mac stack
It’s actually four months now – since May 1st – but I’ve been wanting to write this article for a month. Hence the – somewhat misleading – title. I bought my MacBook on May 1th after viewing a...
View ArticleHow to run multiple sites on OS X using Apache
Update 1: An automated way doing all the stuff in this post is using VirtualHostX – you might want to try that out. It’s free for up to three vhosts – after that it costs money. Update 2: Or even...
View ArticleInstalling SSH2 for PHP on Mac OS X
Install libssh2 using MacPorts: $ sudo port install libssh2 Install ssh2 to PHP: $ sudo pecl install channel://pecl.php.net/ssh2-0.11.2 When asked for libssh2 prefix, enter /opt/local and press Enter....
View ArticleCreating your own WordPress plugin database migration framework
So, how do you migrate changes to your database structure from one version to another (like you may know it from Ruby on Rails) when you are writing a WordPress plugin? Here’s one way to do it. Let’s...
View Article