1. Microformats Intro

    27 September 2006 The New Context Conference 2006

    Tantek Çelik Chief Technologist Technorati
  2. (cc) Creative Commons BY
  3. Technorati Contact page

  4. hCard markup example

    
    
                               http://tantek.com/
                               Tantek 
                                Çelik
    
                         Chief Technologist
                          http://technorati.com/
       Technorati
    
    
  5. hCard markup example

    
    <div              > 
     <a                  href="http://tantek.com/">
      <span                   >Tantek</span> 
      <span                    >Çelik</span>
     </a>
     <span              >Chief Technologist</span>
     <a             href="http://technorati.com/">
       Technorati</a>
    </div>
    
  6. 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>
     <span class="title">Chief Technologist</span>
     <a class="org" href="http://technorati.com/">
       Technorati</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>
     <span class="title">Chief Technologist</span>
     <a class="org" href="http://technorati.com/">
       Technorati</a>
    </div>
    
  8. What are Microformats?

  9. Microformat: linked license

  10. Example: rel-license

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

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

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

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

  15. Microformats Principles

  16. Microformats Principles

  17. Microformats Principles

  18. Microformats: 2004 → 2006

  19. Microformats: 2004 → 2006

  20. Recently released...

  21. Microformats Community

  22. Microformat Exercise for the Reader

  23. Colophon

  24. Thanks!

  25. Extra stuff

  26. semantic markup history