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

Edición de bolisillo: la web en dispositivos móviles

Swwweet
January 25, 2012

Edición de bolisillo: la web en dispositivos móviles

Swwweet

January 25, 2012
Tweet

More Decks by Swwweet

Other Decks in Programming

Transcript

  1. a Web Móvil no existe. Sólo existe La Web, y

    la vemos de distintas formas. Tampoco existe la Web de Escritorio. Ni la Web de Tablet. Gracias. L Stephen Hay - There is no Movile Web
  2. La era de detectar el navegador ha muerto. Llega la

    era de detectar las capacidades.
  3. responsive web design #container .column{ width: 31.12164296%; margin-right: 3.3175355%; }

    .img-container img{ max-width: 100%; } http://www.alistapart.com/articles/responsive-web-design
  4. video / audio <video controls> <source src="vid.mp4" > <source src="vid.ogv"

    > <!-- Puedes añadir un reproductor Flash --> </video>
  5. formularios <input type=”email” /> <input type=”url” /> <input type=”number” />

    <input type=”search” /> <input type=”date” /> <input type=”color” />
  6. AGRADECIMIENTOS Y CRÉDITOS 1 BRUCE LAWSON . . . http://brucelawson.co.uk

    2 PETER-PAUL KOCH . . . http://quirksmode.org 3 ETHAN MARCOTTE . . http://unstoppablerobotninja.com 4 JEREMY KEITH . . . http://adactio.com 5 LUKE WROBLEWSKY . . http://lukew.com 6 STEPHEN HAY . . . http://the-haystack.com