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

Responsive Web Apps

Avatar for Nick Pettit Nick Pettit
October 10, 2011

Responsive Web Apps

At the Future of Web Apps London 2011, I gave a talk about responsive web design. Specifically, I talked about how responsive design applies to web applications, as opposed to a more typical informational or content-based website. I also introduced an idea that I call responsive patterns, which I hope will help map desktop design patterns to the patterns that have been developed across mobile websites and operating systems.

Avatar for Nick Pettit

Nick Pettit

October 10, 2011
Tweet

Other Decks in Technology

Transcript

  1. target ÷ context = result 300px ÷ 960px = 31.25%

    #myDiv { width: 300px; } #myDiv { width: 31.25%; }
  2. Fluid Images Media Queries • Images that fit into a

    fluid grid • Very simple... sort of
  3. @media screen and (min-width: 320px) { // CSS declarations here...

    } @media screen and (min-width: 480px) { // CSS declarations here... } @media screen and (min-width: 600px) { // CSS declarations here... }
  4. • Mobile first • Adjust the scale • Adjust the

    layout • Make it vertical • Use a visual
  5. • Mobile first • Adjust the scale • Adjust the

    layout • Make it vertical • Use a visual • Make it "responsive-ish"
  6. • Mobile first • Adjust the scale • Adjust the

    layout • Make it vertical • Use a visual • Make it "responsive-ish" • Just get rid of it
  7. 5

  8. 4. Data Tables First Name Last Name Username Ryan Carson

    ryancarson Nick Pettit nickrp Jim Hoskins jimrhoskins
  9. 4. Data Tables First Name Last Name Username Ryan Carson

    ryancarson Nick Pettit nickrp Jim Hoskins jimrhoskins
  10. 4. Data Tables First Name Last Name Username First Name

    Last Name Username First Name Last Name Username Ryan Carson ryancarson Nick Pettit nickrp Jim Hoskins jimrrhoskins
  11. ...you put water in a cup, it becomes the cup;

    You put water into a bottle it becomes the bottle; You put it in a teapot it becomes the teapot. Now water can flow or it can crash. Be water, my friend. - Bruce Lee