triptic

Weblog by triptic | Online Communication in Eindhoven

Moving wordpress using the ezmigrate plugin

29 March 2010

Following up on my rather complex post about how the ezmigrate plugin came to life, this will be a simpler tutorial style post in which I will explain how to actually use the ezmigrate plugin to move or migrate your wordpress installation.

Read more »

Simulating closures in php versions prior to php 5.3

28 March 2010

Now that PHP 5.3 has closure and lambda function support, we all would like to use it. However, not all of us are able to do so because we are still stuck with hosting providers not able or willing to upgrade to PHP 5.3. Wanting to use closures myself on servers that only support PHP 5.2 I came up with a solution to be able to use closures in PHP 5 versions prior to 5.3:

Read more »

ezMigrate plugin for Wordpress

3 March 2010

While setting up a development environment last month for an extensive blog using Wordpress I once more encountered a problem which I ran up against every single time I had worked with Wordpress. The absolute urls stored in constants, options and post contents got in my way again. Now it was the time to find a solution for this and take matters into my own hands.

Read more »