Microformats and Standardized Markup
Quite some time ago there was discussion on many web development sites on standardizing various forms of markup. One thing that has come about are microformats.
Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns (e.g. XHTML, blogging).
In essence it is just xhtml markup standardized so that it can be easily parsed. Most likely you've already used some such as rel="tag" for your tags. If you read my Getting Things Done post then you may have noticed that my book review also had special markup. This markup is the hReview format.
The power of these formats are more apparent when you see some of the applications. For example you can use a XSLT file to transform hCalendar and hCards into their respective iCalendar/vCard formats which then can be used with your favorite desktop app. Some popular sites such as Odeo and Upcoming.org already use microformats. With a handy greasemonkey script you can easily subscribe to events on any site that uses the format. Some example sites are Lesser Known Holidays and even a conference schedule. If your designing a site for an upcoming conference you might want to think about using such formats to help people reuse your data. To get an idea of what is really possible then you should take a look at MagicLine for greasemonkey which takes advantage of these formats to create a searchable cache of information.
The possible uses of this in library land are already coming up such as the COinS and OpenURL as discussed on Outgoing. If your redesigning your library website you might also look into using microformats for your event list or even your contact information so people can easily download it. Just one more way of easily pushing services.
Technorati Tags: library, marketing, microformats, services