Blogging/CMS Tips

CSS Naked Day

Dustin Diaz: Welcome to the first annual CSS naked day which will be happening April5th, 2006. The idea behind this event is to promote Web Standards. Plain and simple. This includes proper use of (x)html, semantic markup, a good hierarchy structure, and; well, a fun play on words. I mean, who doesn’t want to get naked?

Upgraded Wordpress

I spent tonight upgrading to WordPress 2.0.1 and also updated a theme that I've been playing around with. I do believe that I'll be sticking with this theme for awhile although I will be making so additions and upgrades to it. Once more if anyone notices any weirdness drop a comment.

WordPress & Enclosures

One issue I've had with WordPress (2.0 and previous versions) is the way that it deals with enclosures and the enclosure element. Wordpress by default when you link to a .mp3 or a .mov file will automatically encapsulate the file and create an enclosure for it.

The issue I have with this is that this should be abstracted out into Administrator Options and you should have the ability to turn this On or Off. Unfortunately this isn't possible.

You can however go to line 1020 (Wordpress 2.0) and line 766 (WordPress 1.5.2) in wp-includes/functions.php and comment out that line completely. This line is responsible for "locating" any media file(s) linked in your post and by commenting it out then WordPress won't even search your posts to provide enclosure support.

So what you'll end up with is this:

Before:
preg_match_all("{\b http : [$any] +? (?= [$punc] * [^$any] | $)}x", $content, $post_links_temp);

After:
//preg_match_all("{\b http : [$any] +? (?= [$punc] * [^$any] | $)}x", $content, $post_links_temp);

New Layout/Theme

Once more I've found that I needed/wanted to change the look and feel of my blog. I'm running a modified version of the Squible theme and it's pretty much set already. If you see any weirdness fire off a comment.

WordPress 2.0 Call for Help

So Matt has put out a call for help in the development process of WordPress. If you can put in a few hours a month or whatever please sign up to assist. Not everyone's a developer but there are spots for testing/QA available.

Copyright 2002-2008 Damage Studios