Archive for July, 2008

26th July 2008

30% Discount Webhosting Plans From FRRO

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:

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (121 votes, average: 3.78 out of 5)
22nd July 2008

WordPress App For iPhone/iPod Touch

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: , , ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (103 votes, average: 3.61 out of 5)
17th July 2008

How To Turn Off Post Revision In WordPress 2.6

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: , ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (156 votes, average: 4.13 out of 5)
15th July 2008

Lester Chan’s WordPress Plugins July 2008 Update

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: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (78 votes, average: 4.13 out of 5)

Updated To WordPress 2.6

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:

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (30 votes, average: 3.97 out of 5)

WordPress 2.6 Release

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: , ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (18 votes, average: 4.06 out of 5)
11th July 2008

WordPress For iPhone

Posted by Lester Chan at 02:33 in WordPress

WordPress iPhone application is coming real soon. I don’t have an iPhone to play with, but I do have a 16GB iPod Touch.

Tags: , ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (46 votes, average: 4.02 out of 5)
9th July 2008

WP-Polls And WP-Sticky Mentioned

Posted by Lester Chan at 23:13 in WP-Polls, WP-Sticky

My WP-Polls and WP-Sticky have been mentioned in Mashable: 20+ Must-Have WordPress 2.5 Compatible Plugins.

This is the second time Mashable has mentioned my plugins.

Thank you Mashable!

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (32 votes, average: 3.84 out of 5)
3rd July 2008

Beta Version Of My Plugins Updated To WordPress 2.6

Posted by Lester Chan at 16:39 in Plugins, Site

Whenever WordPress releases a .1 update and it is during my school holidays (May to August) or (December to January). I am always able to get all my plugins compatible with it before it is actually released and have some buffer for testing.

I had spent the whole night yesterday making my plugins work wells with WordPress 2.6 and perhaps even WordPress 2.7 while maintaining the backward compatibility with WordPress 2.5.

All my 15 plugins are available at the Downloads Page under Beta Scripts. It used to be 16 plugins, but I stopped developing WP-Wap and hence it became 15.

Do help me test it out either on WordPress 2.5 or WordPress 2.6 Beta. They should work just fine for both versions.

This site is running all 15 of them and it is based on WordPress 2.5. If you found any of my plugins that are not working well on this site, do let me know as well. I will update this site to WordPress 2.6 when RC1 comes out.

If everything goes fine, I will release the updates 2 days after WordPress 2.6 is being released.

PS: My mom always nag at me to get a job especially during my 3 months (summer holidays) from May to August. But I told her by developing plugins, I can get donations as well. If you really like my plugins and appreciate my effort that I have put into it, do drop me a donation. My Paypal email is lesterchan AT gmail DOT com. Thank You =)

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (58 votes, average: 3.91 out of 5)
2nd July 2008

My Plugins With WordPress 2.6 Part 2

Posted by Lester Chan at 18:46 in Plugins, WordPress

My good friend Ozh has written an article entitled, What Plugin Coders Must Know About WordPress 2.6. It is a good read if you are a plugin developer for WordPress.

Both of us have came to a conclusion that if you move your /wp-content/ folder to elsewhere, you may need to manually specify the path to wp-config.php in the respective plugins that make use of them as there is no 100% way of guessing the path to wp-config.php.

So my recommendation is DO NOT MOVE the /wp-content/ folder. It is OK to move wp-config.php to a level higher, but try not to touch /wp-content/.

With regards to my plugins, I will release a .01 update bringing the version to 1.31 and 2.31 for the respective plugins. This update will make sure that the plugin will work for BOTH WordPress 2.5 and WordPress 2.6. That is right, I will maintain backward compatibility with WordPress 2.5 for the next update as WordPress 2.6 is just a minor release.

When WordPress 2.7 comes out in November 2008, I will bump all the versions to 1.40 and 2.40 respectively and I will remove the backward compatibility feature to WordPress 2.5.

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (36 votes, average: 3.94 out of 5)