Select Page
International PHP conference 2013 in Berlin

International PHP conference 2013 in Berlin

This week I attended the international PHP conference 2013 in Berlin. I always enjoy the four days full of workshops and sessions to keep me up to date with the latest technologies in web technology and PHP in particular. Most of the speakers are well known experts...

Using WordPress Plugin AdRotate with AdBlock Plus

Lately I have tested the plugin AdRotate for one of our projects. The ratings are good, it gets updated frequently and there is even a pro version, what I like because I can take the developer(s) seriously. But one thing freaked me out: After setting up everything, I...

Using PHP’s mysqli extension with WordPress

At the moment the database object implemented in WordPress (wpdb) relies on the mysql extension (mysql_connect). As PHP 5.5 will not support the mysql extension anymore and it’s highly recommended to use the mysqli extension with MySQL versions 4.1.3 or later, I...