Archive for the 'wordpress' Category


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


Updated:FCKEditor for wordpress version 2.4

FCKEditor for WordPress has been upgraded to version 2.4.

this version upgrade FCKEditor to the newest version 2.6.and fixed the wpMore issue.

it compatible with WordPress 2.5.you can download it from here

April 24th, 2008 in wordpress | 8 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


Blog.35.com alpha launched today

image Blog.35.com alpha launched today,it’s a free blog hosting service based on the popular WordPress blogging platform that allows you to set up and maintain your own blog site,quickly and effortlessly.

October 26th, 2007 in 35.com, wordpress | 3 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


Fix:case sensitivity problem in resource manager

The previous version of FCKeditor for wordpress(version1.x-2.0) upload images to /uploads/Image directory(the first letter of ‘Image" is upcase).the newer version changes the directory to /uploads/image(all lowercase).

June 18th, 2007 in wordpress | 1 comment