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 widgets(), update() and form(); Below is a sample code taken … Continue reading “New WP_Widget Class In WordPress 2.8”

WordPress PowerPoint Template

I googled and could not find any WordPress PowerPoint Template for me to use for my WordPress presentation entitled, Using WordPress as a blogging tool, which will take place during Blogout’09 on the 7th March 2009. So I thought, I must as well create it and share with those who needed a WordPress theme PowerPoint … Continue reading “WordPress PowerPoint Template”

WordPress Plugin Developer Day

Matt has announced today (28th January 2009, 29th in my timezone) to be WordPress Plugin Developer Day. WordPress by itself is very simple – what makes it compelling for most of its users is the wide array of plugins (and themes) available for WP. The average WordPress blog has about 5 plugins installed! Today we … Continue reading “WordPress Plugin Developer Day”

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 2.8 especially when it comes to JavaScripts. I have filed … Continue reading “Loading JavaScript In Footer In WordPress 2.8”

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 JavaScript on the backend only Unfortunately the changes require at … Continue reading “JavaScript In My Plugins II”