Site/WordPress

WordPress 2.8 Beta 1

WordPress 2.8 Beta 1 has been released. For all the new features, refer to the WordPress 2.8 in Codex. I am going to upgrade this site now. This site is running the development versions of all my plugins, so it should work with WordPress 2.8.…

(127 votes, average: 3.50 out of 5)
Plugins/WordPress

New WP_Widget Class In WordPress 2.8

In WordPress 2.8, there is a new WP_Widget class, which personally I like it very much as now the multi-instances of widgets is handled by WordPress, all you need to do is just to extends the WP_Widget class and overwrite 3 of the functions namely…

(179 votes, average: 3.89 out of 5)
WordPress

Loading JavaScript In Footer In WordPress 2.8

As you may all know by now, WordPress 2.8 will have some optimization done on JavaScript as well as CSS. That includes concatenating the scripts/styles, minifying it instead of packing as well as gzipping. I have been paying much attention to the development of WordPress…

(134 votes, average: 3.90 out of 5)
Site/WordPress/WP-EMail/WP-Polls/WP-PostRatings/WP-ServerInfo/WP-UserOnline

JavaScript In My Plugins II

I have completed the “update” process to my 5 of my plugins (WP-Polls, WP-PostRatings, WP-Email, WP-ServerInfo and WP-UserOnline) which use JavaScript. WP-Polls and WP-PostRatings uses JavaScript on the frontend as well as the backend WP-Email and WP-UserOnline uses JavaScript on the frontend only WP-ServerInfo uses…

(184 votes, average: 4.03 out of 5)