Archive for February, 2005

Appcasting

Thursday, February 24th, 2005

Fraser Speirs has a good idea:

Podcasting is, technologically, nothing more than using the enclosure field of an item in an RSS 2.0 feed to deliver the URL of an MP3 file which your aggregator then downloads for you.

I was thinking about setting up a development blog for FlickrExport when it occurred to me that you could use exactly the same feature of RSS 2.0 to deliver updates to an application.

I think I’ll set this up for HyperEdit, and perhaps some of my other endeavors.

del.ico.us Smart Tagging Version 1.1

Wednesday, February 16th, 2005

As you may be able to see from looking at my blog, I’ve finally gotten around to making some improvements to the del.icio.us Smart Tagging Plugin for WordPress. Version 1.1 of the plugin has the following changes:

  • Link image is less saturated, unless you are mousing over the link (Daniel J. Wilson’s suggestion)
  • It only links to the first occurrence of a particular tag per post (Jason’s suggestion)
  • It does not link inside <a> tags.
  • The cache file for tags is simply called “deliciousTagCache.txt” now.
  • Other parsing fixes.

I think it works a lot better and is much less visually distracting. This version is a little slower than the previous version, however. Also a word of warning: if del.icio.us happens to go down, then your blog may become inaccessible once the tag cache expires. It may also take a while to build the tag cache if you have lots lof links/tags. You can always disable the plugin from the wp-admin interface if this happens for an extended period of time.

Installation Instructions

  1. Download deliciousTagging.zip.
  2. Edit lines 12 and 13 of deliciousTagging.php so it has your del.icio.us username and password.
  3. Place the contents (not the folder itself) of the deliciousTagging folder in your wp-content/plugins. This is 5 files.
  4. Make sure the deliciousTagCache.txt file has write permissions. If you have command-line access, you can type:
    chmod 766 deliciousTagCache.txt
  5. Activate the plugin in Wordpress through the Plugins tab of the wp-admin interface!

As always, feedback is welcome!

Site Update

Wednesday, February 16th, 2005

I’ve updated the look of my blog. The halftone pattern on the sides only shows up in Safari right now, but hopefully I’ll be able to fix that for other browsers soon. I came accross this cool tool for making the little web badges.

I also updated the HyperEdit site a few weeks ago.