Dec
23
Some of WordPress user needed a plugin to send an e-mail to a mailing list whenever a post was published to the blog. Here is a modified version of the “Post2Mail” plugin which can email the post to a mailing list or email address.
WordPress Post2Mail plugin allows you to automatically e-mail selected people when a [...]
Dec
18
Lester Chan develop a greate WordPress plugin - WP-PostViews, can enable user to display how many times a post/page had been viewed. It’s base on PHP. But if you active WP-Cache plugin, you will found that WP-PostViews not working. So I develop a new javascript version of WP-PostViews, that can work fine with WP-Cache or [...]
Dec
16
How To Turning Off WordPress Autosave
Filed Under development | 1 Comment
WordPress autosave is the best features which I hate in WordPress. My WordPress hosting is very slow, when I post new article, sometimes I got two saved post. The autosave features almost make me crazy. How can I turn off the autosave?
I finally patched core program post_new.php to disable autosave for a “new” post and [...]
Dec
10
WordPress Robots.txt For SEO
Filed Under development | 7 Comments
The robots.txt file is used to instruct search engine robots about what pages on your website should be crawled and consequently indexed. Most websites have files and folders that are not relevant for search engines (like images or admin files) therefore creating a robots.txt file can actually improve your website indexation.
Implementing an effective SEO robots.txt [...]
Dec
8
WordPress MU AdSense Plugin
Filed Under development | 8 Comments
WordPress MU AdSense Plugin is an easy-to-use plugin for WordPress MU 1.3+ (also including WordPress 2.3+) for quickly inserting Google or Yahoo! ads into all of the WordPress multi-user’s blog posts. Wordpress MU allows webmasters to easily integrate Google Adsense inside wordpress using this plugins. Google Adsense has become the most popular online contextual advertising [...]
Dec
4
WordPress Plugin: MySQL Server Crash Monitor
Filed Under development | 1 Comment
Since end of October our MySQL Server crashed on or two times a day. We don’t no exactly why. Maybe the Databases are to big. We run several WordPress system on this MySQL Server. but the MySQL services often crashed, then my WordPress can’t connect to MySQL server and show the error. So I develop [...]
Dec
2
Wordpress Plugin: Keyword Filter
Filed Under development | Leave a Comment
The WordPress keyword filter plugin plugin provided with WordPress. Not like the WordPress Comment Filter Plugin, the Keyword Filter Plugin aim at the post content. Keyword filter plugin works by creating a WordPress filter for the post contents. When the post get displayed, WordPress gives the post content to the keyword filter plugin and the [...]
Nov
30
Wordpress Plugin: Comment Filter
Filed Under development | 3 Comments
WordPress Comment Filter is a plugin that allows for filtering of bad words used during commenting. Comment filter plugin works by creating a WordPress filter for the comment contents. When the comments get displayed, WordPress gives the comment content to the comment filter plugin and the plugin returns some modified content. Replace the bad word [...]
Nov
22
Free Access to MySQL Database Converter
Filed Under development | 2 Comments
DB2MYSQL Converter is a totally free software that will convert Microsoft Access Databases to MySQL. It’s easy fast and accurate MS Access to MySQL Database Converter easily converts database records of Microsoft MS Access databases to MySQL server.
DB2MYSQL is very easy to use, just follow the simple screens and let the program automatically do all [...]
Aug
24
Wordpress Plugin: Chinese PinYin Slug
Filed Under development | 17 Comments
The Chinese PinYin Slug Wordpress plugin convert Chinese UTF-8 character into English PinYin character from a post slugs to improve search engine optimization.
For example, when you publish a post with a title like this:
“中文拼音”
Wordpress automatically assigns a long filename to your post, called a post slug:
/%e4%b8%ad%e6%96%87%e6%8b%bc%e9%9f%b3
PinYin Slug plugin convert Chinese character into PinYin character. With [...]