Month of January, 2006

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.

TeamSpeex

If you play videogames on OSX one of the most frustrating things has been the lack of a proper client for TeamSpeak.

Wondering what TeamSpeak is?

TeamSpeak is a Voice over IP application used by alot of gamers to communicate with each other with voice. The TeamSpeak client is available for Windows and Linux users.

Well due to the lack of a client for OSX (even though one was promised approx. 18 months ago) an enterprising developer in the Netherlands has developed TeamSpeex.

TeamSpeex is a Voice over IP application for OSX that communicates with TeamSpeak servers It is fully compatible with existing TeamSpeak servers, and with PC and Linux users using the official clients. It's called TeamSpeex because it only supports the Speex codec which is acceptable.

You can go download it here.

Copyright 2002-2008 Damage Studios