Our Latest News
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...
How to find out which WordPress plugin produces faulty output
Today I checked my homepage and found a faulty output in the header of the page. Viewing the page source I realized that the output was generated before the starting html tag. It looked like a comment from a PHP script: // ommit closing tag, to prevent unwanted...
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 was...