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

The Shift to Mobile

Ammar
March 06, 2012

The Shift to Mobile

A talk I gave at DevCon.

Developing websites that adapt to mobile can be tricky. Here's what you need to know.

Ammar

March 06, 2012
Tweet

More Decks by Ammar

Other Decks in Programming

Transcript

  1. The Problems it’s different it’s harder it’s challenging it’s a

    new way of thinking “OMG the screen is so small”
  2. The Problems it’s different it’s harder it’s challenging it’s a

    new way of thinking “OMG the screen is so small” Not really problems
  3. think mobile first content first focus on core features develop

    for the lowest common factor AND THEN progressively enhance with media queries
  4. the code “the absence of a media query is in

    fact the first media query” All styles here will target screens with a width more than 480px;