summaryrefslogtreecommitdiff
path: root/old/published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt
blob: cad7a8460206fc6c58b50196d877aba027cfa07c (plain)
1
Yesterday we looked at creating semantically correct XHTML. Today's tutorial takes that idea and goes a step further into what's know as microformats.

Microformats are, to quote from the [microformats.org][2] website:

>*	a way of thinking about data
*	design principles for formats
*	adapted to current behaviors and usage patterns ("Pave the cow paths.")
*	highly correlated with semantic XHTML, AKA the real world semantics, AKA lowercase semantic web, AKA lossless XHTML
*	a set of simple open data format standards that many are actively developing and implementing for more/better structured blogging and web microcontent publishing in general.
*	An evolutionary revolution
*	all the above.

Microformats allow browsers and other user agents to "understand" certain chunks of data, for instance hCard, a microformat based on the vCard standard, tell a browser that the information contained within the hCard tags is an address card.

Right now Flickr, Yahoo and others are using microformats and Mozilla has said the next version of Firefox [will support][3] microformats.

For some background and to get started creating your own microformats code [head over the official site][1] and have a look at the various code generators and templates. Happy formating.

[1]: http://microformats.org/code/ "microformats.org - code"
[2]: http://microformats.org/about/ "About Microformats"
[3]: http://blog.wired.com/monkeybites/2007/01/firefox_3_to_su.html#more "Monkey Bites: Firefox 3 to support Microformats"