SSWI — When in doubt, buff it out.

Oh and one more Hack,

Written in Frisco, TX on February 24, 2004 and tagged with .

0 Comments, 0 Tweets, why not add one?

My Flickr Stream

Here is a tiny Wordpress hack that I wrote for myself that some other mac users out there might like to use.

This hack will take the file created by Kung-Tunes and parse it.  Just add this to your my-hacks.php.

function display_tunes() { $fp=fopen("trackinfo.txt","r"); $track=fgets($fp,1024); echo "$track"; fclose($fp); }

Pretty easy really.  Make sure to change the name of the file being called if it isn’t trackinfo.txt.

Here is a handy dandy plugin file for WordPress 1.2+

If you post about this on Twitter, please use the hashtag #silly306.