I found this site via Development Gateway. It compares economies and offers rankings to quantify how easy it is to set up or shut down a business:
Doing Business in Malawi
Day: July 28, 2007
-
Exploring economies
-
Adding the SEO Title Tag plugin
Here are my short notes on new WordPress plugins I’m trying out at Chiperoni.ch:
SEO Title Tag
I read about this in a WordCamp 2007 report last weekend. The corresponding plugin web page is here.
If you’re using K2, open
header.phpand replace everything within thetitletag with this:
< ?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { wp_title(''); ?> < ?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> at < ?php } ?> < ?php bloginfo('name'); } ?>
e voilà :

Bad behavior
According to the website:
Bad Behavior complements other link spam solutions by acting as a gatekeeper, preventing spammers from ever delivering their junk, and in many cases, from ever reading your site in the first place. This keeps your site’s load down, makes your site logs cleaner, and can help prevent denial of service conditions caused by spammers.
And yes, my logs are cleaner. Less spam is slipping thru into the comment moderation queue.

Stats plugin
I’ve been using Counterize II for a couple of months and can recommend it.
If you’re in a hosted setup like WordPress.com, you could use a service like Sitemeter, Statcounter, or Google Analytics.