1. Microformats-01

    2008-01-24 Transcontinental Media

    Sarven Capadisli
  2. Creative Commons

    (cc) Creative Commons BY
  3. Humans & machines: one of those love/hate stories

  4. What's up with HTML?

  5. Where we are and where we would like to be

  6. A way of thinking about data

  7. What's up with microformats?

  8. hCard markup example

    
    
                               http://csarven.ca/
                               Sarven 
                                Capadisli
    
  9. hCard markup example

    
    <div              > 
     <a                  href="http://csarven.ca/">
      <span                   >Sarven</span> 
      <span                    >Capadisli</span>
     </a>
    </div>
    
  10. hCard markup example

    
    <div class="vcard"> 
     <a class="url fn n" href="http://csarven.ca/">
      <span class="given-name">Sarven</span> 
      <span class="family-name">Capadisli</span>
     </a>
    </div>
    
  11. hCard markup example

    
    <div class="vcard">
     <a class="url fn n" href="http://csarven.ca/">
      <span class="given-name">Sarven</span> 
      <span class="family-name">Capadisli</span>
     </a>
    </div>
    
  12. Example: hCalendar

    
    
    
               http://csarven.ca/presentations/... 
    
                             Microformats at Transcontinental Media
    
        2008 January 24
    
    
    
    
    
  13. Example: hCalendar

    
    <ol                  >
     <li               >
      <a href="http://csarven.ca/presentations/..." 
                    >
       <span                >Microformats at Transcontinental Media</span>
    
        2008 January 24
    
      </a>
     </li>
    </ol>
    
  14. Example: hCalendar

    
    <ol class="vcalendar">
     <li class="vevent">
      <a href="http://csarven.ca/presentations/..." 
         class="url">
       <span class="summary">Microformats at Transcontinental Media</span>
       <abbr class="dtstart" title="2008-01-24T1200-05:00">
        2008 January 24
       </abbr>
      </a>
     </li>
    </ol>
    
  15. Example: hCalendar

    
    <ol class="vcalendar">
     <li class="vevent">
      <a href="http://csarven.ca/presentations/..." 
         class="url">
       <span class="summary">Microformats at Transcontinental Media</span>
       <abbr class="dtstart" title="2008-01-24T1200-05:00">
        2008 January 24
       </abbr>
      </a>
     </li>
    </ol>
    
  16. Microformats: 2004 → 2007

  17. Tools

  18. Cool stuff

  19. Cost and benefits

  20. Adaptation

  21. Good development process

  22. Microformats Community

  23. Colophon

  24. Thanks!