mobile first responsive web design

22
Mobile first & responsive design Andreas Schjønhaug Will Hindson Thursday, March 29, 12

Upload: will-hindson

Post on 15-Jan-2015

3.337 views

Category:

Technology


3 download

DESCRIPTION

A short talk about our process behind designing "Hva koster Tannlegen?" for multiple screen sizes with a mobile-first approach.

TRANSCRIPT

Page 1: Mobile first responsive web design

Mobile first &responsive design

Andreas SchjønhaugWill Hindson

Thursday, March 29, 12

Page 2: Mobile first responsive web design

Hva koster tannlegen?

Thursday, March 29, 12

Page 3: Mobile first responsive web design

Choosing a dentist

1 - Quality

2 - Price

3 - Location

Thursday, March 29, 12

Page 4: Mobile first responsive web design

Mobile first

Thursday, March 29, 12

Page 5: Mobile first responsive web design

Thursday, March 29, 12

Page 6: Mobile first responsive web design

Thursday, March 29, 12

Page 7: Mobile first responsive web design

Thursday, March 29, 12

Page 8: Mobile first responsive web design

Tech slide!

- HTML / SASS - COMPASS / JS

- Sinatra on Ruby

- Git

Thursday, March 29, 12

Page 9: Mobile first responsive web design

<---- RESPONSIVIZING! ---->

Thursday, March 29, 12

Page 10: Mobile first responsive web design

Thursday, March 29, 12

Page 11: Mobile first responsive web design

Thursday, March 29, 12

Page 12: Mobile first responsive web design

SASS TO THE RESCUE!

Thursday, March 29, 12

Page 13: Mobile first responsive web design

$width-colspan-one: percentage(340px / 1140px);$width-gutter: percentage(20px / 1140px);

.container { max-width: 1140px; width: 90%;

nav { width: $width-colspan-one; }}

Thursday, March 29, 12

Page 14: Mobile first responsive web design

Testing

Thursday, March 29, 12

Page 15: Mobile first responsive web design

Thursday, March 29, 12

Page 16: Mobile first responsive web design

Thursday, March 29, 12

Page 17: Mobile first responsive web design

DR. EVIL TECHNIQUE

Thursday, March 29, 12

Page 18: Mobile first responsive web design

DEMO

Thursday, March 29, 12

Page 19: Mobile first responsive web design

CONCLUSIONS

Thursday, March 29, 12

Page 20: Mobile first responsive web design

- Prioritisation & focus

- Avoid unnecessary content

- Avoid mobile as an “aerthought”

Pros MOBILE FIRST

- Different layouts with the same base

- Flexibility

RESPONSIVE LAYOUT

Thursday, March 29, 12

Page 21: Mobile first responsive web design

Cons- Easy to forget about larger screens

- Navigational conventions might not scale up

- Content can be very streamlined, difficult to fill space

- Loading unnecessary content

- Developing is time intensive

MOBILE FIRST

RESPONSIVE LAYOUT

Thursday, March 29, 12

Page 22: Mobile first responsive web design

thanks!@willhindson

@schjonhaug

Thursday, March 29, 12