Announcement
Posted by Lester Chan at 17:33 in Testing, WP-Sticky - Announcement
Want to know what is the difference between Announcement Posts and Sticky Posts? Check it out here.
DO NOT POST support questions in the comments, please use http://forums.lesterchan.net instead.
BUT before you do that, please make sure you have read the plugins online readme and NOTE the tabs at the top. That is the exact same readme.html that is included in the zip file of each plugin.
105 Comments | 17,111 views

Loading ...
15th August 2008 (2 weeks ago)
Posted by Lester Chan at 13:32 in Site, WordPress
WordPress 2.6.1 has been released and it is a very minor release. Not security flaws has been found and hence WordPress 2.6.1 is not a security fix so if you are comfortable with WordPress 2.6 like me, you don’t have to upgrade.
2.6.1 offers several improvements for international users. Styling of the admin for right-to-left languages is much improved thanks to the efforts of the Farsi and Hebrew translation teams, and a mysterious gettext bug caused by certain PHP configurations is now fixed. For IIS users, 2.6.1 fixes several permalink problems. Image insertion problems in the Press This feature experienced by IE users are also fixed. Of note to everyone is a fix for a performance bug in the admin where those with a lot of plugins would experience slowness on some pages.
I am so looking forward to WordPress 2.7 as lots of features which are available as plugin will be built into the core.
Download WordPress 2.6.1
*UPDATE* I decided to upgrade to stopped the nagging upgrading message to appear.
Tags: 2.6, release
9 Comments | 573 views

Loading ...
14th August 2008 (2 weeks ago)
Posted by Lester Chan at 15:13 in WP-Sticky, WordPress
It is confirmed that WordPress 2.7 will have the Sticky Post feature built into the core. It is a simplified version of my plugin, WP-Sticky, in which it has just one style which is “sticky” as compared to two styles in WP-Sticky which basically sticks all the post that are marked sticky on the front page. If I am not wrong if there are 2 posts that are marked sticky, the 2 posts will be sorted by date in descending order (latest first).
I decided to retire WP-Sticky as WordPress 2.7 has that built it into the core. Now my plugin count has been reduce to 14.
Tags: 2.7, sticky
4 Comments | 620 views

Loading ...
2nd August 2008 (4 weeks ago)
Posted by Lester Chan at 14:05 in WordPress
Weblog Tools Collection has put up a list of features that will be in the upcoming WordPress 2.7 which I think will be released before the end of the year.
Here is the list of the planned features:
- Comments API
- Keyboard shortcuts for comment moderation
- Theme Update API
- One Click Plugin Installs
- WordPress core updates
- Default Sitemaps
- Admin Panel Comment Replies
- Comment Threading
- Subscribe to Comments
- Widgets for Dashboard and Write Box
- Batch Editing of Posts
Check out WLTC: Features Planned for WordPress 2.7
Tags: 2.7
Comments Off | 1,256 views

Loading ...
26th July 2008
Posted by Lester Chan at 19:48 in Plugins
I have tied up with my partners at FRRO to offer 30% discount to all Shared as well as Reseller webhosting plans to help promote my WordPress plugins as well as FRRO Webhosting.
You can check out FRRO’s Shared Hosting as well as FRRO’s Reseller Hosting.
The coupon code to use is: LESTERWORDPRESSPLUGINS
Interested? Sign up with FRRO now.
FRRO’s servers are located in Reach Datacenter in Singapore.
Tags: FRRO
1 Comment | 685 views

Loading ...
22nd July 2008
Posted by Lester Chan at 18:02 in WordPress
WordPress App for iPhone and iPod Touch has been officially release. At the moment, it is only available in the US iTunes Store, give it some time for it to propagate to the rest of the iTunes stores.
It is a free app and I recommend everyone who is using WordPress and has a iPhone or iPod Touch to get it.
Here is what it does (taken from Weblog Tools Collection):
- Support for WP.com blogs and self-installed blogs version 2.5.1 and higher
- Embedded Safari for true previews of posts
- Full tag and category support
- Photo support for both camera pictures as well as library photos
- Support for multiple blogs
- Ability to password protect a post, save as a draft, or mark the post for later review
- Auto-recovery. This will recover posts which have been interrupted by phone calls
Check out WordPress for iPhone or you can view/download the app in iTunes Store.
Tags: app, Apple, iPhone, iPod Touch
2 Comments | 883 views

Loading ...
17th July 2008
Posted by Lester Chan at 00:29 in WordPress
One of the irritating feature for me in WordPress 2.6 is the post revision. I am the only author of my blog and hence this feature is useless to me.
Just in case you are wondering how post revision works, whenever a post is edited, a new row will be created in wp_posts table. Hence if your posts or pages got edited 10 times, you will have 10 new rows in wp_posts table.
In no time your wp_posts table will be filled up and the post ID will be huge.
To turn off this feature, add this following code to wp-config.php:
1
| define('WP_POST_REVISIONS', false); |
You can also delete all post revisions by running this query in phpMyAdmin:
1
2
3
4
5
| DELETE a,b,c
FROM wp_posts a
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
WHERE a.post_type = 'revision' |
Be sure to backup your database first before performing any queries in phpMyAdmin.
*UPDATE* Auto Saves does not create a revision of the post.
*UPDATE 2* Updated SQL query from Andrei Neculau as the previous query does not delete from wp_postmeta and wp_term_relationships tables.
Tags: disable, off, revision
105 Comments | 3,837 views

Loading ...
15th July 2008
Posted by Lester Chan at 22:50 in WP-Ban, WP-DBManager, WP-DownloadManager, WP-EMail, WP-PageNavi, WP-PluginsUsed, WP-Polls, WP-PostRatings, WP-PostViews, WP-Print, WP-RelativeDate, WP-ServerInfo, WP-Stats, WP-Sticky, WP-UserOnline
Here is my July 2008 WordPress plugins update containing all my
15 WordPress plugins. All of them should work on WordPress 2.5 as well as WordPress 2.6. It is not tested for any version below that.
In general, most of the updates are bug fixes. These updates in theory should be able to work till WordPress 2.7 when it comes out end of this year.
My new semester will begin on 2nd week August 2008, and hence I will be busy with my school work. So no updates to my plugins will be out till the end of this year unless it is a critical bug or a security issue.
Be sure to read the readme.html and checkout the changelog for more information and most importantly NOTE THE TABS AT THE TOP
WP-Ban 1.31
» Readme/Changelog
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-DBManager 2.31
» Readme/Changelog
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-DownloadManager 1.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-EMail 2.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-PageNavi 2.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-PluginsUsed 1.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-Polls 2.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-PostRatings 1.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-PostViews 1.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-Print 2.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-RelativeDate 1.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-ServerInfo 1.31
» Readme/Changelog
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-Sticky 1.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-Stats 2.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
WP-Useronline 2.31
» Readme/Changelog
» Demo
» Download Mirror #1
» Download Mirror #2
» Support Forum
If you like or love my plugins a lot, do consider making a donation to me. My Paypal email address is lesterchan AT gmail DOT com. Thank you =D
Tags: 2.6, release
24 Comments | 1,670 views

Loading ...
Posted by Lester Chan at 14:49 in Plugins, Site
I have updated this site to WordPress 2.6 along with the latest versions of my plugins. Do report any bug you find =)
I will release all my plugins updates tomorrow.
Tags: 2.6
6 Comments | 758 views

Loading ...
Posted by Lester Chan at 14:16 in WordPress
WordPress 2.6 has been released.
Here are some new features of WordPress 2.6:
- Post Revisions: Wiki-like tracking of edits
- Press This!: Post from wherever you are on the web
- Shift Gears: Turbo-speed your blogging
- Theme Previews: See it before your audience does
- Word count
- Image captions under your image
- Bulk management of plugins
- A completely revamped image control to allow for easier inserting, floating, and resizing. It’s now fully integrated with the WYSIWYG
- Drag-and-drop reordering of Galleries
- Plugin update notification bubble
- Customizable default avatars
- You can now upload media when in full-screen mode
- Remote publishing via XML-RPC and APP is now secure (off) by default
- Full SSL support in the core, and the ability to force SSL for security
- You can now have many thousands of pages or categories with no interface issues
- Ability to move your wp-config file and wp-content directories to a custom location, for “clean” SVN checkouts
- Select a range of checkboxes with “shift-click.”
- You can toggle between the Flash uploader and the classic one
- A number of proactive security enhancements, including cookies and database interactions
- Stronger better faster versions of TinyMCE, jQuery, and jQuery UI
2.6 is pretty much identical to 2.5 from a plugin and theme compatibility point of view, so upgrades from 2.5 should be pretty painless. The 2.5 branch will no longer be maintain so everyone is encouraged to upgrade.
» Download WordPress 2.6
PS: The current version of my plugins should work well with WordPress 2.6 except WP-DownloadManager. Nevertheless, I will release updates to all of them tomorrow.
Tags: 2.6, release, WordPress
1 Comment | 1,650 views

Loading ...