WordPress 2.5.1 is Out

The latest stable release of WordPress (Version 2.5.1) is available in two formats from the links to your right. If you have no idea what to do with this download, we recommend signing up with one of our web hosting partners that offers a one click install of WordPress or getting a free account on […]

PirateBay blogging platform

Recently the guys behind The Pirate Bay conjured up a blogging platform on Wordpress 2.5 Mu. The main hook is free speech, the creators being known as the guys behind warez. If you can afford to buy islands and transform them into pro-warez countries, you can definitely guarantee free speech for  bloggers.  After numerous  trials […]

16 cool Wordpress plugins

I’ve managed to round up some of my favorite Wordpress plugins in one single post. I use many of them on several blogs and they have proven me great use.

Akismet
The best plugin available when it comes to stopping spam comments. You can get a free API key from wordpress.com. [get it]

All in one SEO pack
If […]

Wordpress.com vs. Blogger.com

Wordpress and blogger referred here are two hosting service for those who cannot afford webspace and domain for their blogs. Both of these sites have their own advantages and disadvantages. Here is a comparison for those who are wondering what chose. I`ll not give a solution to the wondering, but after you will read this, […]

8 Wordpress security tips

Protect your /wp-admin/ folder
Administration files are located in this folder. This means that protection is imperative. You can do that by configuring a .htaccess file where you can restrict access to the folder based on the originating IP address.
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName “Example Access Control”
AuthType Basic
<limit>
order deny,allow
deny from all
allow from xx.xx.xx.xx
allow from xx.xx.xxx.xx
</limit>

Hide your plugins folder
This […]