WordPress 2.7.1
WordPress 2.7.1 has been release. There are a total of 68 fixed tickets and lots of changed files. Download: WordPress 2.7.1
Lester Chan's WordPress Plugins
Lester Chan's WordPress Plugins Development Blog
WordPress 2.7.1 has been release. There are a total of 68 fixed tickets and lots of changed files. Download: WordPress 2.7.1
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…
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…
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…
Only 5 of my plugins (WP-Polls, WP-PostRatings, WP-Email, WP-ServerInfo and WP-UserOnline) use JavaScript. The JavaScripts are packed using Dean Edward’s Packer and the only framework use just for AJAX is TW-Sack or Simple AJAX Code-Kit (SACK). TW-Sack is extremely lightweight and easy to use but…