WordPress 2.3 Beta 1 Released...August 30th, 2007 WordPress team has released version 2.3 after 3 months of "feverish" work. It is obviously targeted for the adventurous and savvy to test and provide feedback for the final release.
Is there a need to upgrade beyond WordPress 1.5.1.2 in near future?June 20th, 2005 I looked at the proposed feature set summary for WordPress 1.6. Mostly UI changes, few extra plugin hooks etc.
Translator Plugin Pro Translating Even Admin Pages: Bug or Feature?November 27th, 2006 Today I received an email from our QA engineer. Translator Plugin Pro 4.0 (WordPress plugin to automatically translate your blog to 10 or more languages) is translating even WordPress admin pages correctly.
WordPress Plugin for Permanent Redirection of Posts - Angsuman's Permanent Redirector PluginJuly 5th, 2005 Angsuman's Permanent Redirector Plugin
Overview
This plugin allows you to redirect (permanent redirect using HTTP status 301) any of your posts or pages to a different URL. This enables you to transfer Google rank of your post or page (static page of WordPress) to a new page.
How To Get Free Copy of Translator Plugin Pro?June 14th, 2007 Weblog tools collection has announced a WordPress plugins competition. The competition began on 1st June (2007) and will last till the end of July.
Introducing Prologue for Corporate CommunicationsFebruary 6th, 2008 Many of us have a distributed work force which often leaves people wondering what others are doing. Twitter is a great service for updating status.
New Forum for 3 Column widgetized Anaconda Theme ( WordPress )March 22nd, 2008 A new forum for 3 column widgetized Anaconda Theme is now open. It is a highly popular free WordPress theme with tons of functionality built-in and a cool look.
Top 10 WordPress SEO PluginsSeptember 21st, 2009 In the ever-increasing crowd of blogs it takes some SEO techniques to set out your blog from the rest of the pack. Fortunately, bloggers on WordPress blogs have easy access to SEO plugins that can streamline the search engine optimization process.
How to Backup & Restore MySQL DatabaseMay 13th, 2005 Note: My WordPress database name is wordpress. I will use it in the example below.
Simplest Way To Backup WordPress From BrowserJune 8th, 2008 Traditionally WordPress is backed up by backing the database and the files separately, if required. WordPress 2.5.1 introduces a much simpler way to backup the database in xml format on your desktop.
Will the Karma pains never end? This time it is Referrer KarmaJune 3rd, 2005 Diatribe against Referrer Karma, a WordPress plugin gone wild.
For "WordPress Users Only" Section StartedJuly 12th, 2005 I have started a page dedicated to WordPress users only. Here you will find links to latest WordPress plugins, news, information, tips, how-to and guidelines.
WordPress 2.0.3 ReleasedJune 1st, 2006 The new features / fixes are:
Small performance enhancements
Movable Type / Typepad importer fix
Enclosure (podcasting) fix
Bugtraq reported issue & backporting of security enhancements from 2.1 (nonces)
Misc. fixes etc....
How To Add Single Quotes In WordPress PostsSeptember 3rd, 2006 Single quotes are a royal pain when using WordPress to post your code. WordPress, in its infinite wisdom, does some really bad things to it.
Translator Plugin Gold Affiliate Program Introduced (30$ per Sale)June 26th, 2008 I am happy to announce an affiliate marketing program for Translator Plugin Gold. Now you can sell your favorite WordPress plugin and earn 30% of the proceeds, a cool 30$ per sale.
February 6th, 2008 at 12:41 pm
Yes, canonical URLs are “built-in” to WordPress 2.3+, however, as you mention, the redirection is happening at the PHP level, which is slower and requires more server resources than if it were happening directly through Apache. This built-in PHP redirection is perhaps good for users of WordPress 2.3 who don’t have access to httpd.conf/htaccess, but for users of older versions of WordPress, or for those of us who prefer to handle URL redirection via Apache, there is a much better solution for permalink canonicalization.
February 7th, 2008 at 12:15 am
If you’re interested, Mark Jaquith has a full writeup on the Canonical URL feature here.