link rot

Too Bad The Hanzo Archives WordPress Plugin Is Caput

The Hanzo Archives WordPress plugin is something I’d be very excited to use. Ironically, it’s disappeared from the web (though the blog post hasn’t):

We’ve released a WordPress Plugin which automatically archives anything you link to in your blog posts; it also adds a ‘perma-permalink’ for the archived version adjacent to each original link.

An Amazon Web Services case study put me on to Hanzo a while ago, and in May 2008 I actually spoke with Mark Middleton (the markm who posted the entry above). Mark revealed that community take-up on the plugin and other general purpose web archiving services was below expectations. The company has since refocused on legal matters (even their blog tag-line has changed to “web archiving for compliance and e-discovery”).

I wonder if, now that the number of people and companies that have been blogging for years has grown, there might be more of a market for such a service.

Detecting Broken Images in JavaScript

We’ve become accustomed to link rot and broken images in nearly all corners of the web, but is there a way to keep things a bit cleaner? K.T. Lam of Hong Kong University of Science and Technology came up with this sweet trick using jQuery and readyState to find and replace broken images: jQuery('span#gbs_'+info.bib_key).parents('ul').find('img.bookjacket[@readyState*="uninitialized"]').replaceWith('<img src="'+info.thumbnail_url+'" […] » about 200 words

Linkrot? We Don’t Have Any Steenking Linkrot!

Allen asked, via the web4lib list:

I’m interested in how others handle linkrot in library blogs. Do you fix broken links? Remove them if they can’t be fixed? Do nothing?

Michael answered:

I deal with link rot on blogs as I would with any other publication, print or otherwise: do nothing. The post is dated and users should be aware that links from two years ago may no longer work.

We need to understand that the web is a living, breathing, and sometimes dying organism. The forrest will renew itself.

Dropping the metaphor, link rot is frustrating, but deleting links is deleting history. Fixing links (if possible) or adding updates is another matter, but it’s really only something I’d do for active content.