Our Latest News
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...