principles: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(drafted (finally) by moving content from microformats)
 
m (added quotes)
Line 1: Line 1:
<h1>microformats principles</h1>
<h1>microformats principles</h1>
{{TOC-right}}
A key differentiating factor between [[microformats]] and other formats are the principles upon which microformats have been researched, designed, and developed.


A key differentiating factor between [[microformats]] and other formats are the principles upon which microformats have been researched, designed, and developed.
;author/editor : [[User:Tantek|Tantek Çelik]]


== summary of key principles ==
== summary of key principles ==
Line 33: Line 35:
** Not repeating yourself (following DRY) - means there are fewer chances for inconsistency
** Not repeating yourself (following DRY) - means there are fewer chances for inconsistency
** Multi-language integrity.  Perhaps not a principle, but many of those involved with microformats have found that consistently [[using-utf-8|using UTF-8]] helps ensure that the human text content itself is not corrupted, especially when using non-ASCII7 characters.
** Multi-language integrity.  Perhaps not a principle, but many of those involved with microformats have found that consistently [[using-utf-8|using UTF-8]] helps ensure that the human text content itself is not corrupted, especially when using non-ASCII7 characters.
== quotes ==
quotes relating to the principles.
=== simple ===
"The trick.... is to make sure that each limited mechanical part of the Web, each application, is within itself composed of simple parts that will never get too powerful." — Tim Berners-Lee, Weaving The Web
"The beauty of this is its simplicity. If the plan gets too complex something always goes wrong." — [http://www.imsdb.com/scripts/Big-Lebowski,-The.html John Goodman's character "Walter"]
=== modular ===
"...if I had insisted everyone use HTTP, this would also have been against the principle of minimal constraint. ... the Web would come as a set of ideas that could be adopted individually in combination with existing or future parts." — Tim Berners-Lee, Weaving The Web


== related ==
== related ==
Many of the principles were/are based on explicitly [http://tantek.com/log/2007/08.html#d31t2354 inverting assumptions] from typical technology / format development.
Many of the principles were/are based on explicitly [http://tantek.com/log/2007/08.html#d31t2354 inverting assumptions] from typical technology / format development.

Revision as of 16:16, 3 September 2007

microformats principles

A key differentiating factor between microformats and other formats are the principles upon which microformats have been researched, designed, and developed.

author/editor
Tantek Çelik

summary of key principles

  • solve a specific problem
  • start as simple as possible
    • solve simpler problems first
    • make evolutionary improvements
  • design for humans first, machines second
    • be presentable and parsable
    • visible data is much better for humans than invisible metadata
    • adapt to current behaviors and usage patterns, e.g. (X)HTML, blogging
    • ease of authoring is important
  • reuse building blocks from widely adopted standards
  • modularity / embeddability
    • design to be reused and embedded inside existing formats and microformats
  • enable and encourage decentralized and distributed development, content, services
    • explicitly encourage the original "spirit of the Web"

related principles

Related Principles we re-use from other design paradigms:

  • DRY (Don't Repeat Yourself)
  • Least Surprise
  • Pareto Principle (80/20)
  • Data Integrity. One of the common objectives which many of the principles help achieve is data integrity.
    • Visible data = more accurate data. By designing for humans first and making the data presentable (thus viewed and verified by humans), the data is inevitably more accurate not only to begin with (as errors are easily/quickly noticed by those viewing the pages/sites), but over time as well, in that changes are noticed, and if data becomes out-of-date or obsolete, that's more liklely to be noticed as well. This is in direct contrast to "side files" and invisible data like that contained in <meta> tags.
    • Not repeating yourself (following DRY) - means there are fewer chances for inconsistency
    • Multi-language integrity. Perhaps not a principle, but many of those involved with microformats have found that consistently using UTF-8 helps ensure that the human text content itself is not corrupted, especially when using non-ASCII7 characters.

quotes

quotes relating to the principles.

simple

"The trick.... is to make sure that each limited mechanical part of the Web, each application, is within itself composed of simple parts that will never get too powerful." — Tim Berners-Lee, Weaving The Web

"The beauty of this is its simplicity. If the plan gets too complex something always goes wrong." — John Goodman's character "Walter"

modular

"...if I had insisted everyone use HTTP, this would also have been against the principle of minimal constraint. ... the Web would come as a set of ideas that could be adopted individually in combination with existing or future parts." — Tim Berners-Lee, Weaving The Web

related

Many of the principles were/are based on explicitly inverting assumptions from typical technology / format development.