How To Increase Your WordPress Site Performance (Without Losing Functionality) by 10 TimesDecember 31st, 2006 WordPress bloggers often engorge themselves with tons of plugins which are freely available (free wordpress plugins we provide). However quality is not assured with most of the free plugins out there in the wild and often they end up significantly slowing the site.
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.
Translator Plugin Pro Fully Supported On WordPress 2.x, 2.1.x, 2.2.x & 2.3.x (development)June 8th, 2007 Angsuman's Translator Plugin Pro is fully supported on all the latest versions of WordPress viz. WordPress 2.0.x, 2.1.x, 2.2.x Release versions as well as WordPress 2.3 development version.
Angsuman's Translator Plugin Pro Compatible With WordPress 2.1January 24th, 2007 WordPress just released version 2.1. We have tested Translator Plugin Pro with 2.1 release and it works perfectly out of the box.
Paid Content Plugin For WordPress New Version - Request for SuggestionsSeptember 15th, 2006 We are working on a new version of Authenticated plugin. Please let me know the features you would like in the comments or email it to me at angsuman[at]taragana[dot]com.
Translator Plugin Pro / Gold Fully Compatible With Wordpress 2.6July 19th, 2008 Translator Plugin Pro & Translator Plugin Gold (provides automatic machine translation for WordPress blogs) is fully compatible with WordPress 2.6. Existing customers of Translator Plugin Pro & Gold can upgrade to the latest version of WordPress without any concerns wrt.
Free WordPress Plugin To Remove Generator Meta Tag / Version Information From WordPress BlogsJune 30th, 2008 WordPress, in recent versions, have forces the display of WordPress as the generator in meta tags along with the version information in the header of your WordPress blogs -. Unlike previous versions there is not easy way to remove it.
Congratulations WordPress Plugin Contest Winners & Translator Pro WinnerAugust 26th, 2007 The WordPress plugin contest results were just announced by Mark Ghosh. We sponsored a copy of Translator Pro 5.0 plugin for the competition.
How to Backup & Restore MySQL DatabaseMay 13th, 2005 Note: My WordPress database name is wordpress. I will use it in the example below.
Important: Angsuman's Translator Plugin Pro & Angsuman's Translator Plugin Gold Moving...August 14th, 2008 The business of Angsuman's Translator Plugin Pro and Angsuman's Translator Plugin Gold has been transferred over to Wordpress Translator. All future news and updates on Translator Plugin Pro & Translator Plugin Gold will be available from the new site.
Translator Plugin Pro / Gold Fully Compatible With Wordpress 2.5April 3rd, 2008 Translator Plugin Pro & Translator Plugin Gold is fully compatible with WordPress 2.5. Existing customers of Translator Plugin Pro & Gold can upgrade to the latest version of WordPress without any concerns wrt.
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 2.2 Release FixesMay 14th, 2007 WordPress 2.2 is about to be released. Currently the release candidate 2 has the following features:
PHP 5.2.2 fixes:
WP importer now works in PHP 5.2.2
Workaround for PHP 5.2.2 bug that breaks XMLRPC
Fixed fatal error in cache.php by flushing output buffers during shutdown.
Free WordPress Plugin To Disable wlw_manifest & EditURI Link From WordPress Blog HeaderJune 29th, 2008 Newer versions of WordPress (2.3.1 and above) adds two extra lines to your blog header. They are:
You need them to use Windows Live Writer to write to your WordPress blog.
One Reason Why WordPress Plugin Activation Causes Fatal ErrorJanuary 29th, 2008 When you declare a function in your plugin code which has already been declared previously in either WordPress code or in one of the plugins. To prevent this you should declare your functions like this:
if(!function_exists('your_function_name')) {
function your_function_name() {
//....
January 31st, 2006 at 6:00 am
It seems to me that the problem was that with WP’s gzip turned on, it was caching the zipped output. I edited wp-cache-phase1.php and put in the following:
if( extension_loaded('zlib') ) ob_start('ob_gzhandler');right above this line:
foreach ($meta-»headers as $header) {And it seems to work beautifully. That caches the plaintext, but gzips the text before delivering on cached hits. Might work for people you can’t mess with server configuration files.
October 22nd, 2006 at 8:14 am
[...] Compressing php output with wp-cache2 WordPress Plugin [...]
January 5th, 2007 at 9:34 am
When using mod_deflate do I get the benefits of mod_gzip, i.e. saved bandwidth?
January 5th, 2007 at 8:56 pm
Yes and it is faster too.
January 6th, 2007 at 8:55 am
mod_deflate is a module specific to the Apache 2.0 series, so I can’t install it as it’s not compatible with cpanel yet :-(.
I’ve had to turn WP-cache2 off temporarily anyway, because v2.20 isn’t refreshing when new comments or posts are bad
May 25th, 2009 at 1:18 pm
I’ve had to turn WP-cache2 off temporarily anyway, because v2.20 isn’t refreshing when new comments or posts are bad