Vote 5

Java Application Security Through Static Analysis

June 28th, 2008

Extendable (by plugins, ) Static Analysis tools like FindBugs can enhance the security of your Java applications (web as well as standalone or client-servers applications) in several significant ways.

Read more (379 words) »

Vote 5

5 Ways To Block A Spammer & Splogger By IP Address From WordPress Blogs

June 28th, 2008

For regular spammers and sploggers, banning their IP address is a simple and effective way to get rid of them. I will describe three methods here with the simplest at the very end. Let's take a simple case study. ntoolz.net has been copying my posts with an automated content creation tool and then blessing me with a pingback for his splog content! So I decided to ban him.

Read more (693 words) »

Vote 1

How To Safely Redirect /index.php To / Using .htaccess / Apache

June 28th, 2008

Any PHP based software like WordPress, Mambo, Joomla, Drupal, MODx etc. will serve pages both from http://your-site.com as well as http://your-site.com/index.php. This creates duplicate content for search engines, which may then decide to penalize your site for duplicate content. You can safely prevent duplicate content with the following apache code / directive added to your .htaccess file (or in httpd.conf):

Read more (215 words) »