Category: Coding
-
WordPress network on Dreamhost
Recently I have started deploying more and more versions of the WordPress code base for different projects that I have been working on, and a couple of them have been network (multisite) installs. For those who dont know what a multisite install is, well it allows you to run several instances of wordpress off a…
-
Phonegap and jQuery mobile
This weekend I’ve been playing with Phonegap and jQuery Mobile and I have to say that I am fairly impressed.
-
Updating PHPUnit
I recently updated my Ubuntu VM to 11.04, and PHPUnit stopped working. This is the error that I was getting. PHP Warning: require_once(PHP/CodeCoverage/Filter.php): failed to open stream: No such file or directory in /usr/bin/phpunit on line 38 PHP Fatal error: require_once(): Failed opening required ‘PHP/CodeCoverage/Filter.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /usr/bin/phpunit on line 38 There were lots of…