microformats

18
MICROFORMATS By VENKATESWARAN P

Upload: venkat-eswaran

Post on 14-Dec-2014

341 views

Category:

Education


2 download

DESCRIPTION

what you can do with Microformats

TRANSCRIPT

Page 1: Microformats

MICROFORMATS

ByVENKATESWARAN P

Page 2: Microformats

Introduction

Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards. Instead of throwing away what works today, microformats intend to solve simpler problems first by adapting to current behaviors and usage patterns

Page 3: Microformats

Microformats

Definition

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

• Microformats enable the publishing of higher fidelity information on the Web; the fastest and simplest way to provide feeds and APIs for the information in your website.

Page 4: Microformats

Micoformats Are Not

 A new language.

Infinitely extensible and open-ended

An attempt to get everyone to change their behavior and rewrite their tools.

A whole new approach that throws away what already works today.

A panacea for all taxonomies, ontologies, and other such abstractions. 

Page 5: Microformats

The Microformats Principles

 Solve a specific problem.

Start as simple as possible.

Design for humans first, machines secondReuse building blocks from widely adopted standards.

Modularity / embed ability.

Enable and encourage. decentralized 

Page 6: Microformats

Tag Attributes

Three important attributes:

class - Allows developers to identify similar elements across several Web documentsrel - Describes the relationship of a linked document to the current documentrev - Describes the reverse of rel: The relationship of the current document to a linked document

Page 7: Microformats

Application

hCard ,XFN

hCalendar

rel-license

rel-tag

Xoxo

Page 8: Microformats

hCard

<address>      <p>Sir Pochkhanwala Road,</p>      <p>Mumbai,</p>     <p>Maharashtra </p>     <p>107</p></address>

Page 9: Microformats

hCard Microformats

<address class="adr">    <p class ="street - address">Sir Pochkhanwala Road</p>    <p class ="locality" > Mumbai </p>    <p class ="region"> Maharashtra  </p>    <p class="postal-code"> 107 </p></address>

Page 10: Microformats

 

 Sir Pochkhanwala Road, WorliMumbai, Maharashtra 107

Page 11: Microformats

Map the Location

 

Page 12: Microformats

Orc Site

Page 13: Microformats

Operator Toolbar

Page 14: Microformats

 Mapping

Page 15: Microformats

hCalendar

Page 16: Microformats

Drafts

• Adr 

• geo

• hAtom 

• hAudio

• hMedia 

• hProduct

• hRecipe 

• hResume 

• hReview • creator• rel-directory • rel-enclosure • rel-home • rel-payment• robots exclusion• xFolk

Page 17: Microformats

Conclusion

The microformats are going to change the working of web search engines and make the user to find the data what they are looking for much faster then before.

Page 18: Microformats

Thank You!