I spoke about Developing Plugins For WordPress on Wednesday, 18th June 2008 at the Singapore PHP User Group, June 2008 meetup. This is the second time I am speaking at the user group. The first time was in December 2007 meetup where I spoke about…
I have downloaded WordPress 2.6 Beta 1 and installed it. Not much difference from WordPress 2.5 in terms of the layout. Now on the extreme top menu on the extreme right, there is a link called “Speed up!” which links to Google Gears. In the…
Ryan has announced the availability of WordPress 2.6 Beta 1. The final release of WordPress 2.6 should happen between 7th July 2008 to 14th July 2008 according to WordPress Trac’s Roadmap. WordPress 2.6 is not a big release compared to WordPress 2.5, but hopefully it…
WP-PostRatings is my only plugin left which still uses an external Javascript file in .php instead of .js. Finally, I have gotten rid of .php and now the only two Javascript files in WP-PostRatings are in .js and best of all, they are packed using…
If you are using PHP 4 and using some of my plugins, the error message “Warning: cannot yet handle MBCS in html_entity_decode” will get displayed on your page. This is not a bug in my plugin but a bug in PHP 4 itself. My recommendation…