1. Microformats

    Data Formats That Put Humans First

    2007 April 30Lando 4204, The Venetian, Las Vegas, NV
    Tantek Çelik Chief Technologist Technorati
  2. (cc) Creative Commons BY
  3. Disclosure / Past Affiliations

  4. Technorati Contact page

  5. hCard markup example

    
    
                               http://tantek.com/
                               Tantek 
                                Çelik
    
    
  6. hCard markup example

    
    <div              > 
     <a                  href="http://tantek.com/">
      <span                   >Tantek</span> 
      <span                    >Çelik</span>
     </a>
    </div>
    
  7. hCard markup example

    
    <div class="vcard"> 
     <a class="url fn n" href="http://tantek.com/">
      <span class="given-name">Tantek</span> 
      <span class="family-name">Çelik</span>
     </a>
    </div>
    
  8. hCard markup example

    
    <div class="vcard">
     <a class="url fn n" href="http://tantek.com/">
      <span class="given-name">Tantek</span> 
      <span class="family-name">Çelik</span>
     </a>
    </div>
    
  9. microformats - how did we get here?

  10. microformats - common content first

  11. BarCamp home page

  12. Example: hCalendar

    
    
    
               http://tantek.com/presentations/... 
    
                             Microformats: for Humans
    
        2007 April 30
    
    
    
    
    
  13. Example: hCalendar

    
    <ol                  >
     <li               >
      <a href="http://tantek.com/presentations/..." 
                    >
       <span                >Microformats: for Humans</span>
    
        2007 April 30
    
      </a>
     </li>
    </ol>
    
  14. Example: hCalendar

    
    <ol class="vcalendar">
     <li class="vevent">
      <a href="http://tantek.com/presentations/..." 
         class="url">
       <span class="summary">Microformats: for Humans</span>
       <abbr class="dtstart" title="2007-04-30T13:30-0700">
        2007 April 30
       </abbr>
      </a>
     </li>
    </ol>
    
  15. Example: hCalendar

    
    <ol class="vcalendar">
     <li class="vevent">
      <a href="http://tantek.com/presentations/..." 
         class="url">
       <span class="summary">Microformats: for Humans</span>
       <abbr class="dtstart" title="2007-04-30T13:30-0700">
        2007 April 30
       </abbr>
      </a>
     </li>
    </ol>
    
  16. What are Microformats?

  17. microformats - just better markup?

  18. Microformats Principles

  19. Microformats Principles

  20. Microformats Principles

  21. Microformat: linked license

  22. Example: rel-license

    
    
             http://creativecommons.org/licenses/by/3.0/
             Some rights reserved. CC by-3.0.
    
    
  23. Example: rel-license

    
    <a 
       href="http://creativecommons.org/licenses/by/3.0/">
             Some rights reserved. CC by-3.0.
    </a>
    
  24. Example: rel-license

    
    <a rel="license"
       href="http://creativecommons.org/licenses/by/3.0/">
             Some rights reserved. CC by-3.0.
    </a>
    
  25. Example: rel-license

    
    <a rel="license"
       href="http://creativecommons.org/licenses/by/3.0/">
             Some rights reserved. CC by-3.0.
    </a>
    
  26. rel-license support

  27. Microformats: 2004 → 2007

  28. Microformats: 2004 → 2007

  29. Recently released...

  30. Operator Demo

  31. Microformats Community

  32. Microformat Exercise for the Reader

  33. Colophon

  34. Thanks!

  35. Extra stuff

  36. semantic markup history