Browsing archives for 'WordPress'

WordPress 3.1 is Django Reinhardt

WordPress 24 February 2011 | 0 Comments

Django Reinhardt was a gypsy jazz guitarist active in the 30′s and 40′s. He played his amazingly fast paced guitar solos with only two fingers (due to injury, the other two were unusable). WordPress 3.1 is named Reinhardt in honor of Django. In honor of the release, and in pure cheezburger fashion, I present you [...]

Tagged in

WordPress 2.5

News,WordPress 9 April 2008 | 3 Comments

Mere days after upgrading to WordPress 2.3.3, I’ve now upgraded to WordPress 2.5. Sean brought out that due to a security vulnerability, Technorati stopped indexing compromised blogs and strongly encouraged all 2.3.3 users to upgrade to 2.5. Say what! The new 2.5 Dashboard is a lot slicker and web 2.0ish. Lots of Ajax and/or Javascript [...]

Slivers

WordPress 25 February 2008 | 0 Comments

I have this slivers category which essentially mimes Kottke’s remaindered links. Often a title is moot, so I leave it blank, which left this design all wonky. I altered the template by hard coding some UGly if in_category() checks in the template pages. Ultimately, down the road, I’d like to write a plug-in that will [...]

Resolve issue with cache.php

WordPress 9 November 2006 | 3 Comments

According to this discussion forum, a site with the following error message has a cache issue: Fatal error: Maximum execution time of 60 seconds exceeded in c:\your-site-path\wp-includes\cache.php on line 344 To resolve the issue, disable caching in wp-config.php. Add the following line: define(‘DISABLE_CACHE’, true);