1. Microformats, Building Blocks, and You

    2007-06-07, Business Design Centre, 52 Upper Street, London
    Tantek Çelik Chief Technologist Technorati
  2. (cc) Creative Commons BY
  3. microformats

  4. why microformats

  5. microformats and internationalization

  6. building blocks: HTML & XHTML

  7. building blocks: POSH

  8. building blocks: why POSH?

  9. microformats and you

  10. microformats and you: contact info

  11. Contact markup example

    
    
                              
              http://technorati.com/  Technorati
                               
                                  665 3rd St.
                                    Suite 207
                             San Francisco
                           CA
                                94107
                                USA
    
    
  12. Contact markup example

    
    <div              > 
     <a                    
        href="http://technorati.com/">Technorati</a>
     <div            > 
      <div                       >665 3rd St.</div>
      <div                         >Suite 207</div>
      <span                 >San Francisco</span>
      <span               >CA</span>
      <span                    >94107</span>
      <div                     >USA</div>
     </div>
    </div>
    
  13. Contact markup example

    
    <div class="vcard"> 
     <a class="url fn org" 
        href="http://technorati.com/">Technorati</a> 
     <div class="adr"> 
      <div class="street-address">665 3rd St.</div>
      <div class="extended-address">Suite 207</div>
      <span class="locality">San Francisco</span>
      <span class="region">CA</span>
      <span class="postal-code">94107</span>
      <div class="country-name">USA</div>
     </div>
    </div>
    <a href="http://feeds.technorati.com/contacts/…">
     Add to Address Book</a>
    
  14. Contact markup example

    
    <div class="vcard">
     <a class="url fn org" 
        href="http://technorati.com/">Technorati</a>
     <div class="adr"> 
      <div class="street-address">665 3rd St.</div>
      <div class="extended-address">Suite 207</div>
      <span class="locality">San Francisco</span>
      <span class="region">CA</span>
      <span class="postal-code">94107</span>
      <div class="country-name">USA</div>
     </div>
    </div>
    <a href="http://feeds.technorati.com/contacts/…">
     Add to Address Book</a>
    
  15. microformats and you: people & businesses

  16. Person markup example

    
    
                               http://tantek.com/
                               Tantek 
                                Çelik            is 
                         Chief Technologist        at
                       Technorati       . 
    
  17. Person markup example

    
    <span              > 
     <a                  href="http://tantek.com/">
      <span                   >Tantek</span> 
      <span                    >Çelik</span></a> is
     <span              >Chief Technologist</span> at 
     <span            >Technorati</span>.
    </span>
    
  18. Person markup example

    
    <span class="vcard"> 
     <a class="url fn n" href="http://tantek.com/">
      <span class="given-name">Tantek</span> 
      <span class="family-name">Çelik</span></a> is 
     <span class="title">Chief Technologist</span> at 
     <span class="org">Technorati</span>.
    </span>
    
  19. Person markup example

    
    <span class="vcard">
     <a class="url fn n" href="http://tantek.com/">
      <span class="given-name">Tantek</span> 
      <span class="family-name">Çelik</span></a> is 
     <span class="title">Chief Technologist</span> at
     <span class="org">Technorati</span>.
    </span>
    

    Tantek Çelik is Chief Technologist at Technorati.

  20. microformats and you: user profiles

  21. Profile markup example

    
    <span class="vcard">
     <a class="url fn n" href="http://tantek.com/">
      <span class="given-name">Tantek</span> 
      <span class="family-name">Çelik</span></a> is 
     <span class="title">Chief Technologist</span> at
     <span class="org">Technorati</span>.
    </span>
    
  22. Profile markup example

    
    <span class="vcard"> 
     <a rel="me" 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> 
     <span class="org">Technorati</span>
    </span>
    
  23. Profile markup example

    
    <span class="vcard">
     <a rel="me" 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> 
     <span class="org">Technorati</span>
    </span>
    
  24. microformats and you: user profiles (cont'd)

  25. microformats and you: anything episodic

  26. microformats and you: event listings

  27. microformats and you: resumes

  28. microformats and you: user reviews

  29. Microformats: 2004 → 2007

  30. Microformats: 2004 → 2007

  31. Recently released...

  32. Microformats Community

  33. Microformat Exercise for the Reader

  34. Colophon

  35. Thanks!

  36. Extra stuff

  37. semantic markup history