Posts Tagged ‘wordpress’


wp-comments-notifier:a wordpress comments notifier

wp-comments-notifier is an open source application written in QT/C++ that alerts you when new comments are posted on your WordPress blog (works well with WordPress MU too), It displays an icon in your system tray to let you know if you have new comments,It also includes features that allow you to manage/reply/edit your comments directly from your desktop.screenshort

January 22nd, 2010 in projects | 68 comments


upgraded:FCKEditor for wordpress version 3.2

FCKEditor for wordpress has been upgraded to version 3.2 with support for wordpress’s “Read more” feature:
image

October 26th, 2009 in wordpress | 8 comments


FCKEditor for wordpress has been upgraded to version 3.1

FCKEditor for wordpress has been upgraded to version 3.1 to  work with the lastest  version of FCKEditor : CKEditor 3.0.1.you can try the demo of CKEditor here: http://ckeditor.com/demo

image

October 18th, 2009 in wordpress | 6 comments


YAAPC has upgraded to version 1.1.3 with SEO Enhanced

This version adds a feature that can automatically generate “noindex,follow” meta tag in your paged comments page to avoid duplicate content in search engine.Many thanks to Hank’s for his great comment and advice to YAAPC:

Isn’t that causeing a lot of duplicate content? Do i’ve to stop all “?p=x&cp=x#comments” pages from being indexed via .htaccess/robot.txt or is there a switch to mark them “noindex” in robots meta tag? Every click on another comments page is counted as real pageview, right?

October 8th, 2008 in wordpress | 5 comments


Boost your WordPress performance on Windows IIS 6 with FastCGI and eAccelerator in 5 minutes

First,download and install the FastCgi Extension for IIS 6 from microsoft.The FastCGI protocol enables PHP applications to be hosted on the IIS web server in a high-performance and reliable way.FastCGI re-uses CGI processes for multiple requests, which provides a significant performance boost as compared to CGI.

October 4th, 2008 in wordpress | 5 comments


Yet another Ajax paged comments plugin for wordpress (YAAPC)

This Plugin provides Ajax enabled comments system with paging,posting and form validation to your WordPress blog.

image

Features:

  • Ajax page navigation

    When the user navigate through the comments via page selector,only the comments area will be send back to the client and refreshed,not the full page.This actually save your server load and bandwidth thus making your blog faster and more responsive. The paging system works even if JavaScript is disabled.

  • SEO friendly

    Pagination can cause a duplicate content issue with search engines.YAAPC can automatically generate “noindex,follow” meta tag in your paged comments page to avoid duplicate content in search engines that may hurt your rankings.(many thanks for Hank’s great comment and advice)

  • Ajax comment posting

    Posting comments via Ajax,without page refreshing.

  • Comment form validation

    validate the user input in comment form before sending to server. 

September 28th, 2008 in wordpress | 158 comments


The problem about Permalinks Migration Plugin

Some people told me that they can’t redirect from default permalinks structure (/?p=#) to a new one via Permalinks Migration plugin.Revenuenets sent me a message a few days ago:

hi Dean,i think the problem that i’ve asked you previously is a wordpress 2.5 limitation,without using any plugins, wordpress itself can’t even redirect /%postname%/ to /%category%/%postname%/ .
any comments on that?

August 7th, 2008 in wordpress | 31 comments


WordPress 2.5 Error on Windows IIS:Undefined index: PATH_INFO

After upgrading to WordPress version 2.5 on Windows IIS,you may get the following errors:

Notice: Undefined index: PATH_INFO in (path)\wp-settings.php on line 74
Notice: Undefined index: PATH_INFO in (path)\wp-settings.php on line 77 

to solve this problem,open file wp-settings.php,goto line 71 and replace the following code:

April 24th, 2008 in wordpress | 4 comments


Updated:FCKEditor for wordpress version 2.3

FCKEditor for wordpress has been upgraded to version 2.3.

this version upgrade FCKEditor to the newest version 2.5.1,you can download it from here.

January 3rd, 2008 in wordpress | 28 comments


URL rewriting for WordPress on IIS upgraded to version 2.0

URL rewriting for WordPress on IIS version 2.0 is now available.

the new version includes improved features and performance,ability to automatically generate URL rewriting rules for each WordPress sites  on the same server.know more about version 2.0…

August 21st, 2007 in wordpress | No comments yet


Howto:Configure Spell Check with FCKEditor Plugin for Wordpress

There is a good guide to configuring spell check with dean’s fckeditor plugin for wordpress at : blog.dotkam.com

May 14th, 2007 in wordpress | 2 comments


Update:dean’s fckeditor wordpress (v2.0)

dean’s fckeditor for wordpress has been totally rewritten, with some new features added.

New feautures provided in this version:

May 12th, 2007 in Site news, wordpress | 9 comments