Disclaimer
All content on this site are my own thoughts and opinions not those of my employer or projects I contribute to.
Archives
- Months
- December 2009 (2)
- October 2009 (2)
- September 2009 (1)
- July 2009 (1)
- June 2009 (1)
- May 2009 (1)
- April 2009 (2)
- March 2009 (4)
- February 2009 (1)
- January 2009 (3)
- Years
- Months
Category Archives: WordPress
WordPress archives
I’ve been running my blog since late 2005 as such my archives had been getting a little bit unwieldy in the sidebar and stretching the page to extraordinary heights. I’ve reduced this clutter with some very small changes. First I … Continue reading
WordPress Upgrade
I am currently enjoying the visual refresh WordPress has been given in version 2.5. Its quite cool.
Upgraded
I just upgraded this blog using a Subversion patch, seems to be working ok, will keep and eye out for any 404s see if I missed any new files and the like. I also started to burn my feed.
Posted in Site, Web, WordPress
Leave a comment
Akismet Sanitised
I made the Akismet plugin a little more sane after discovering it sent the entire $_SERVER array to akismets servers. I changed: $ignore = array( ‘HTTP_COOKIE’ ); foreach ( $_SERVER as $key => $value ) if ( !in_array( $key, $ignore … Continue reading
Posted in Web, WordPress
Leave a comment
Disabled Akismet, comments held for moderation.
I have made the decision to disable Akismet, after reading some hype about the new WordPress 2.3′s plugin version check API, which turned out to be negative but reveals something interesting with regards to Akismet. The following code is taken … Continue reading