Microformats are cool
I've talked about microfomats (MF) before but today I've started using them in anger, and man they are cool. If you don't have a microformat client (such as operator ) then you might not see the fun.
Take, for example, a web page that displays your contact details, or a list of contact details, your MF client can export contacts straight into your CRM system such as outlook.
Lets look at an example of creating a hCard for a contact page. Hcard is the MF contact format.
<a class="url fn" href="http://succor.co.uk">Succor</a>
<div class="org">TalkWebSolutions</div>
<a class="email" href="mailto:myEmail@email.com">myEmail@email.com</a>
<div class="adr">
<div class="street-address">My Villa</div>
<span class="locality">Hove</span> ,
<span class="region">East Sussex</span> ,
<span class="postal-code">bn3 3DD</span>
<span class="country-name">UK</span>
</div>
<div class="tel">+44(0)1273 589653</div>
</div>
Download the MF client, add the above code to a HTML page and view. You will see the contact bar highlight with various options. Click here to preview.
What other microfomats are people getting a buzz from?





http://www.ilovejackdaniels.com/cheat-sheets/micro...