Archive for the ‘Site’ Category

3rd July 2008 (2 days ago)

Beta Version Of My Plugins Updated To WordPress 2.6

Thursday, July 3rd, 2008

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 (21 votes, average: 3.48 out of 5)
Loading ... Loading ...

13th June 2008 (4 weeks ago)

WP-PostRatings 1.31 Beta 1

Friday, June 13th, 2008

WP-PostRatings is my only plugin left which still uses an external Javascript file in .php instead of .js.

Finally, I have gotten rid of .php and now the only two Javascript files in WP-PostRatings are in .js and best of all, they are packed using Dean Edward’s Packer. This will not only reduce the size of the Javascript file but also lessen the load on the server as .js files can be served as static files which requires no overhead in processing.

Changelog:

NEW: Renamed postratings-admin-js.php To postratings-admin-js.js and Move The Dynamic Javascript Variables To The PHP Pages
NEW: Renamed postratings-js.php To postratings-js.js and Move The Dynamic Javascript Variables To The PHP Pages
NEW: Uses postratings-js-packed.js And postratings-admin-js-packed.js

I need you guys to help me test WP-PostRatings 1.31 to ensure that it is working like normal as before.

Upgrading from WP-PostRatings 1.30 to WP-PostRatings 1.31 Beta 1 is very easy, just overwrite all the files will do. You do not need to run anything.

Thank You

  WP-PostRatings 1.31 Beta 1 (unknown, 4,957 hits)

PS: I have upgraded this site to WP-PostRatings 1.31 Beta 1, if there is any bug in the rating systems do let me know.

Tags: , ,

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

1 Star2 Stars3 Stars4 Stars5 Stars (111 votes, average: 3.82 out of 5)
Loading ... Loading ...

5th June 2008 (5 weeks ago)

lesterchan.net Version 3.0

Thursday, June 5th, 2008

I have updated lesterchan.net to version 3.0. Do check it out =)

Tags:

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

1 Star2 Stars3 Stars4 Stars5 Stars (47 votes, average: 3.68 out of 5)
Loading ... Loading ...

26th April 2008

WordPress 2.5.1

Saturday, April 26th, 2008

WordPress 2.5.1 has been released. It includes a number of bug fixes, performance enhancements, and one very important security fix.

If you are interested in only the security fixes, just replaced the following files.

  1. /wp-includes/pluggable.php
  2. /wp-admin/includes/media.php
  3. /wp-admin/media.php

There are more than 70 bugs and performance fixes in 2.5.1, here is an outline of it:

  • Performance improvements for the Dashboard, Write Post, and Edit Comments pages.
  • Better performance for those who have many categories
  • Media Uploader fixes
  • An upgrade to TinyMCE 3.0.7
  • Widget Administration fixes
  • Various usability improvements
  • Layout fixes for IE

Tags: ,

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

1 Star2 Stars3 Stars4 Stars5 Stars (112 votes, average: 3.72 out of 5)
Loading ... Loading ...

29th March 2008

WordPress 2.5

Saturday, March 29th, 2008

WordPress 2.5 has been released and WordPress.org has a refreshed look based on WordPress 2.5 new redesigned administration backend.

New User Features in WordPress 2.5

  • Cleaner, faster, less cluttered dashboard
  • Dashboard Widgets
  • Multi-file upload with progress bar
  • Bonus: EXIF extraction
  • Search posts and pages
  • Tag management
  • Password strength meter
  • Concurrent editing protection
  • Few-click plugin upgrades
  • Friendlier visual post editor
  • Built-in galleries

New Developer Features in WordPress 2.5

  • Salted passwords
  • Secure cookies
  • Easy taxonomy and URL creation
  • Inline documentation
  • Database optimization
  • $wpdb->prepare()
  • Media buttons
  • Shortcode API

Download: WordPress 2.5

I have upgraded this site to WordPress 2.5.

Tags: ,

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

1 Star2 Stars3 Stars4 Stars5 Stars (29 votes, average: 3.86 out of 5)
Loading ... Loading ...

18th March 2008

WordPress 2.5 RC 1

Tuesday, March 18th, 2008

The time I have been waiting for to test my plugins on WP 2.5 is finally here.

Some features in WordPress 2.5 taken from WordPress.org:

A customizable dashboard, multi-file upload, built-in galleries, one-click plugin upgrades, tag management, built-in Gravatars, full text feeds, and faster load times.

Do take a look at WordPress.org’s blog - Sneak Peak on WordPress 2.5.

Download: WordPress 2.5 Release Candidate 1

*UPDATE* Just updated this site to WordPress 2.5 RC1, apparently all my plugins seems to be working fine. Just that some alignment and colour scheme maybe a little off. I will try to fix it latest during my summer holidays.

Tags: ,

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

1 Star2 Stars3 Stars4 Stars5 Stars (13 votes, average: 3.92 out of 5)
Loading ... Loading ...

5th February 2008

WordPress 2.3.3

Tuesday, February 5th, 2008

WordPress 2.3.3 has been released and this release includes a security fix (xmlrpc.php) and 3 minor bug fixes.
3 bug fixes as follows (Ctrl C + Ctrl V from WordPress Trac):

  • gettext fails to determine byteorder on 64bit systems with php5.2.1
  • some registration emails fail in 2.3.1 b/c of “callout verification”
  • maybe_create_table call to config.php issue

5 files changed (Thanks to whooami):

  • /wp-admin/install-helper.php
  • /wp-includes/gettext.php
  • /wp-includes/pluggable.php
  • /wp-includes/version.php
  • /xmlrpc.php

Get WordPress 2.3.3 now.

Tags: ,

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

1 Star2 Stars3 Stars4 Stars5 Stars (129 votes, average: 3.53 out of 5)
Loading ... Loading ...

30th December 2007

WordPress 2.3.2

Sunday, December 30th, 2007

WordPress 2.3.2 has been released and this release includes a number of changes including one security fix.

  • Performance improvements for post sanitization when raw content is required.
  • Changes to is_admin() to ensure that it is only true for admin pages thereby protecting against exposing draft posts.
  • Suppression of database errors unless WP_DEBUG is true.
  • Check for valid database connection information during install and display and error if the install fails due to database rights.
  • Support for a custom database down page to be displayed on database connection errors.
  • Changes to make sure we are more selective in what we make clickable, this introduces different rules for different uri types.
  • Changes to wp-mail.php to escape the error messages when displaying them to avoid a possible XSS attack.
  • Changes to ensure that the post password is only exposed by the xmlrpc method metaWeblog.getRecentPosts to users with rights to edit a post.
  • Changes to the information exposed the wp.getAuthors xmlrpc method to reduce the information exposed and add a capabilites check.
  • Addition of extra capabilites checks to xmlrpc methods.
  • Addition of extra capabilites checks to APP server.
  • Changes to validate_file() to improve its traversal attempt detection when running on windows.

Get yours today.

Tags: ,

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

1 Star2 Stars3 Stars4 Stars5 Stars (130 votes, average: 3.61 out of 5)
Loading ... Loading ...

25th December 2007

Merry Christmas 2007

Tuesday, December 25th, 2007

I wish all my WordPress Plugins Users a Merry Christmas, hope you all have received your Christmas presents =D

Rest assured I have not stopped developing my plugins. I am going to revamp WP-Ban and have some minor features to WP-PostRatings =)

Tags:

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

1 Star2 Stars3 Stars4 Stars5 Stars (81 votes, average: 3.98 out of 5)
Loading ... Loading ...

14th December 2007

Kila Morton Wrote About Me

Friday, December 14th, 2007

Kila Morton of PureBlogic has written an article about me and the article is being submitted to digg.

Lester Chan is a student. While attending school, he decided to start developing Wordpress plug-ins to support himself. These plug-ins offer great functionality that extend the Wordpress platform. For instance, at the bottom of this blog there is a rating system. Where did that come from boys and girls? Lester Chan! Need polls for your blog? Who can you turn to? Lester Chan! In fact, Lester has developed over a dozen plug-ins for Wordpress users. These are plug-ins that make it easier for people like you and I to blog about what we love and make money blogging .

THANK YOU Kila Morton!

View: Lester Chan Makes Great Wordpress Plug-ins For Your Blog

Tags: , , ,

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

1 Star2 Stars3 Stars4 Stars5 Stars (42 votes, average: 3.57 out of 5)
Loading ... Loading ...

 

Page 1 of 41234»