I have been doing a lot of work with Wordpress lately and have been working on a number of custom plugins that I already use with my own Wordpress blogs. My latest plugin is Strictly System Check which is basically a site monitoring plugin that allows webmasters to check that their Wordpress site is running at scheduled intervals. Not only does it check that the site is running, it will monitor the servers current load and investigate database problems which may result in missing content. The plugin is very customisable and runs totally independently from the Worpdress codebase so that if the site is down for whatever reason no more load is created from including the tens of files that the blog uses.
You can check out the plugin at its homepage - Strictly System Check
Another one of these plugins that I find very useful is AutoTags which automatically detects words within new posts to use as tags.
Unlike other smart tag plugins that add lots of functionality to manage existing tags this plugin only attempts to find relevant and useful words within posts to use as tags by utilising the power of regular expressions and some simple logic to determine which words and sentences are relevant to the post.
You can check out the plugin at its homepage - Strictly AutoTags.




