Dec 6 2009

Learning from your mistakes: mixed character sets in MySQL

Character sets are a big thing these days and luckily we’re slowly evolving to a world where UTF-8 rules. In the meanwhile we’re stuck in a transitional phase where the ISO-8859-1 encoding is still used.

MySQL followed this trend and introduced character set support in version 4.1. Importing data from older versions is easy and SET NAMES ‘utf8′ is quite useful to ensure special characters are correctly encoded in the new databases.

But I learned first hand that the SET NAMES ‘utf8 trick is not a cure for every disease.
Continue reading


Mar 3 2009

PHP UK Conference 2009 review

PHP UK Conference 2009

It’s been a while since I last attended an international conference. In fact, my last one was the unforgetable 2008 Dutch PHP Conference. It was also my first time at the London conference. It actually turned out to be a great one, hence this review.
Continue reading


Jan 10 2009

Hello world!

Hello world!

This seems like an “out of the box” post and you might be wondering where the “lorem ipsum” is. But no, this is my official hello to the world because my blog is online again and in this time I’ll do it in English for the logical purpose of reaching more people.Continue reading