Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Prototyping 1 — Tools

Prototyping 1 — Tools

A light introduction to the tools usable for prototyping in the browser.

Florian Plank

April 20, 2012
Tweet

More Decks by Florian Plank

Other Decks in Technology

Transcript

  1. “Even if your idea is worth stealing, the hard part

    is implementing the idea, not coming up with it.” — Guy Kawasaki on NDAs, 2008
  2. 2000 ENQUIRE 1980 HTML5 Draft 2008 1997 1999 2001 1995

    HTML 2.0 HTML 3.2 HTML 4.0 XHTML 1.0 HTML 4.01 XHTML 1.1
  3. CSS

  4. CSS

  5. div { -moz-box-shadow: 10px 10px 10px #333; -webkit-box-shadow: 10px 10px

    10px #333; -o-box-shadow: 10px 10px 10px #333; -ie-box-shadow: 10px 10px 10px #333; }
  6. article { font-size: 1em; } article h1 { font-size: 1.5em;

    } article h1 span { color: red; font-weight: bold; }
  7. Git