Email PHP Errors Plugin
February 23rd, 2010I wrote a plugin that notifies me of PHP errors in my WordPress sites. I set it initially to send everything up to E_NOTICE and received over 500 messages in two minutes. If you want to use this, the first thing you want to do is turn on PHP5. WordPress will work with PHP4 in [...]
Plugin in 5 minutes
February 23rd, 2010I wrote a plugin for Steve this morning that took less than 5 minutes to write and check. It was 3 lines of core code and a few lines to load the action. Most of this was cut and paste. The plugin forces comments open every time a post is published. Steve’s system somehow has [...]
BB Open in new window plugin
February 17th, 2010It turns out my open in new window plugin was easily translated to bbPress. I had to change only one line. The javascript loads in the head now because I could not find the hook for the footer, but it works just fine. Just put the files in your my-plugins dir and it is done. [...]
CSS Zen Garden as a Blog
February 3rd, 2010I made css zen garden as a test blog to see how it does. Mostly it fails due to fixed size blocks for text that does not have enough room for blog entries. Interesting stuff though. I am pretty sure that www.csszengarden.com will block me for stealing their bandwidth once a few people try this. [...]