Title attributes
Most of my links now features title attributes. Hold your mouse over a link and you can see the title of the linked page. This is done via a PERL script that parses all my files before I copy them from my development site to my production site.
The perl script extracts all links using the HTML::TokeParser module. It then fetched the links with the LWP::UserAgent module.
The links on the blog pages are currently not title parsed. But try this page.
The site also features a cool image on all external links. External links means links that are not refering to gemal.dk. This is done entirely via CSS. You can check out the gemal.dk/css/style.css file and the search for link.gif to see how it's done! CSS rocks!
Ads:
2 Comments
tags has now been renamed to attributes.
Comment by Henrik Gemal at May 24, 2003 01:38 PM | Permalink
Those are title attributes, not title tags.
Comment by Jesse Ruderman at May 23, 2003 11:28 PM | Permalink