Hands-on Microformats

Denise R. Jacobs

PapillonEffect.com

Who is Denise?

Starting with teaching herself HTML in 1996 (and dreaming in it for a while), Denise R. Jacobs has worked at creating and maintaining websites, web application localization, web project management, and teaching web design/development since then.

Currently, Denise is a Web Solutions Consultant with her company PapillonEffect.com in Miami, Florida. She helps individuals and businesses increase their web knowledge, transform their web presence, and bring their websites into the 21st century with standards-based markup, web 2.0 tools, and the use of Social Media.

What are Microformats?

Microformats are small patterns of HTML to represent commonly published things like people, events, blog posts, reviews and tags in web pages.

Great. So what good does that do?

Microformats are a way of adding simple markup to human-readable data items such as events, contact details or locations, on web pages, so that the information in them can be extracted by software and indexed, searched for, saved, cross-referenced or combined.

In other words…

Microformats capitalize on the way people already work with and use the web, and add an additional layer of information that enhances functionality and use of the content on your pages.

Microformats are not

The Basis of Microformats

Shhhhh! Here’s a secret:

Source: http://microformats.org/wiki/implement

What can microformats do for you?

Why use Microformats?

Why were microformats developed?

Source: http://presentations.lawver.net/standards/power_of_microformats/, http://microformats.org/wiki/introduction

Microformats currently supported

Microformats coming in the not-so-distant future

[any material that should appear in print but not on the slide]

Microformats coming in the not-so-distant future (contd)

[any material that should appear in print but not on the slide]

That’s all well and good, but nobody uses them, right?

Actually, some big names are using microformats:

Sources: http://tantek.com/presentations/2006/03/what-are-microformats/, http://microformats.org/wiki/notable-users

More big names using microformats:

Sources: http://tantek.com/presentations/2006/03/what-are-microformats/, http://microformats.org/wiki/notable-users

Hands-on: Something you may have done already

xfn on your blog

[any material that should appear in print but not on the slide]

Hands-on: Something you can do tonight

Put an hcard on your website

vCard Example

  1. BEGIN:VCARD
  2. N:Jacobs;Denise;;;
  3. FN:Denise Jacobs
  4. EMAIL;type=INTERNET;type=WORK;denise@papilloneffect.com
  5. END:VCARD

This is a simple version of a vCard, exported from Apple's Address book. Definitely machine readable only.

Hands-on: Something you can do tonight (cont'd)

hCard, the markup:

  1. <div class="vcard">
  2. <span class="fn">Denise Jacobs </span>
  3. <span class="email">
  4. <span class="type">work</span>
  5. <a class="value" href="mailto:denise@papilloneffect.com">denise@papilloneffect.com</a>
  6. </span>
  7. </div>

This is a simple version of a vCard, exported from Apple's Address book. Definitely machine readable only.

Hands-on: Something you can do in upcoming months

Your personal website(s)/ blog(s)

Sources: http://microformats.org/wiki/what-are-microformats

Hands-on: Something you can do in upcoming months

Your company/organization’s website

Sources: http://microformats.org/wiki/what-are-microformats

Don't wait! Get in on the trend.

"...Do you just use your browser to browse? That's so 20th century." -- Mark Pilgrim

[any material that should appear in print but not on the slide]

Questions?

Anyone? Anyone?

You can always contact me later if you need to: denise (at) denisejacobs (dot) com

Or follow me on Twitter: @denisejacobs

[any material that should appear in print but not on the slide]

Resources & Acknowledgements