summaryrefslogtreecommitdiff
path: root/published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2015-10-25 08:45:11 -0400
committerluxagraf <sng@luxagraf.net>2015-10-25 08:45:11 -0400
commit0531523b372cc251a8391f5a12447d62f53916a9 (patch)
tree7e9c54c11f6d0283accdf10028966ceeb8e9a2bf /published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt
initial commit
Diffstat (limited to 'published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt')
-rw-r--r--published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt b/published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt
new file mode 100644
index 0000000..cad7a84
--- /dev/null
+++ b/published/Webmonkey/Monkey_Bites/2007/01.01.05/Thu/tutorial.txt
@@ -0,0 +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" \ No newline at end of file