responsive design

162
Responsive Design LVL Studio UX Soirée at Station C November 21, 2012 in Montreal, Quebec Clarissa Peterson @clarissa

Upload: clarissa-peterson

Post on 27-Jan-2015

11.997 views

Category:

Design


1 download

DESCRIPTION

Presentation by Clarissa Peterson for LVL Studio's UX Soiree, November 21, 2012, in Montreal, Quebec. Overview of responsive design with focus on user experience.

TRANSCRIPT

Page 1: Responsive Design

Responsive DesignLVL Studio UX Soirée at Station CNovember 21, 2012 in Montreal, Quebec

Clarissa Peterson@clarissa

Page 2: Responsive Design

A Little History

Page 3: Responsive Design

Fixed-width Site

Page 4: Responsive Design
Page 5: Responsive Design
Page 6: Responsive Design

Separate Mobile Site

Page 7: Responsive Design
Page 8: Responsive Design
Page 9: Responsive Design

One Website

Page 10: Responsive Design
Page 11: Responsive Design
Page 12: Responsive Design
Page 13: Responsive Design
Page 14: Responsive Design
Page 15: Responsive Design
Page 16: Responsive Design
Page 17: Responsive Design
Page 18: Responsive Design

Before

Page 19: Responsive Design
Page 20: Responsive Design

After

Page 21: Responsive Design

Photo credit: Brad Frost via Creative Commons http://flic.kr/p/cfQwL7

Page 22: Responsive Design

Responsive Web Design

Page 23: Responsive Design

Responsive Web Design http://www.abookapart.com/products/responsive-web-design/

Page 24: Responsive Design

Responsive web design offers us a way forward, finally allowing us to “design for the ebb and flow of things.”

- Ethan Marcotte

Page 25: Responsive Design

How It Works

Page 26: Responsive Design

1. Flexible Grid2. Flexible Images/Media

3. Media Queries

Page 27: Responsive Design

1. Flexible Grid2. Flexible Images/Media

3. Media Queries

Page 28: Responsive Design
Page 29: Responsive Design
Page 30: Responsive Design
Page 31: Responsive Design
Page 32: Responsive Design

#content {! width: 90%;}

Page 33: Responsive Design

img { ! max-width: 100%;}

Page 34: Responsive Design

1. Flexible Grid2. Flexible Images/Media

3. Media Queries

Page 35: Responsive Design

http://www.unitedpixelworkers.com/

Page 36: Responsive Design

http://www.unitedpixelworkers.com/

Page 37: Responsive Design

http://www.unitedpixelworkers.com/

Page 38: Responsive Design

http://www.unitedpixelworkers.com/

Page 39: Responsive Design

http://www.unitedpixelworkers.com/

Page 40: Responsive Design

http://www.unitedpixelworkers.com/

Page 41: Responsive Design

@media screen and (min-width: 640px) { .section1, .section2 { float: left; width: 50%; }}

Page 42: Responsive Design

@media screen and (min-width: 640px) { .section1, .section2 { float: left; width: 50%; }}

Page 43: Responsive Design

@media screen and (min-width: 40em) { .section1, .section2 { float: left; width: 50%; }}

Page 44: Responsive Design

Why?

Page 45: Responsive Design

Mobile

Page 46: Responsive Design

45% of American adults

own a smartphone

http://pewinternet.org/Reports/2012/Smartphone-Update-Sept-2012.aspx

Page 47: Responsive Design

40%have a cell phone that’s

not a smartphone

http://pewinternet.org/Reports/2012/Smartphone-Update-Sept-2012.aspx

Page 48: Responsive Design

17%do most of their online browsing

on their phone

http://pewinternet.org/Reports/2012/Smartphone-Update-Sept-2012.aspx

Page 49: Responsive Design

Content Parity

Page 51: Responsive Design
Page 52: Responsive Design
Page 53: Responsive Design
Page 54: Responsive Design

The beauty of the web is its openness. Don’t arbitrarily lock people out because of browser, device or configuration.

- Brad Frost@brad_frost

Page 55: Responsive Design

http://www.geico.com/

Page 56: Responsive Design
Page 57: Responsive Design
Page 58: Responsive Design
Page 59: Responsive Design
Page 60: Responsive Design
Page 61: Responsive Design
Page 62: Responsive Design
Page 63: Responsive Design

Access

Page 64: Responsive Design

http://www.unheap.com/

Page 65: Responsive Design

Future-Friendly

Page 66: Responsive Design

Illustration credit: Anna Debenham via Creative Commons http://flic.kr/p/dtMQTL

Page 67: Responsive Design

Photo Credit: Rafel Miro via Creative Commons http://flic.kr/p/8KSGt7

Page 68: Responsive Design

Sony PSP-1000, Photo credit: Anna Debenham via Creative Commons http://flic.kr/p/dpGnUj

Page 69: Responsive Design

Nokia 95-3, Photo credit: Jonathan Greene via Creative Commons http://flic.kr/p/4nGFUd

Page 70: Responsive Design

Responsive Design

Page 71: Responsive Design

Context of Use

Page 72: Responsive Design

Photo credit: Mith Huang via Creative Commons http://flic.kr/p/9B7A4c

Page 73: Responsive Design

Photo credit: Kai Chan Vong via Creative Commons http://flic.kr/p/5c4Sfv

Page 74: Responsive Design

Photo credit: Carlos Smith via Creative Commons http://flic.kr/p/8tLb4P

Page 75: Responsive Design

Photo credit: Pete Markham via Creative Commons http://flic.kr/p/2zvrrJ

Page 76: Responsive Design

Assumptions

Page 77: Responsive Design

Photo credit: Wendi Dunlap via Creative Commons http://flic.kr/p/vMJM6

Page 78: Responsive Design

Photo credit: Channy Yun via Creative Commons http://flic.kr/p/51QJr6

Page 79: Responsive Design

Photo credit: Matt Hamm via Creative Commons http://flic.kr/p/EyrLG

Page 80: Responsive Design

Mobile First

Page 81: Responsive Design
Page 82: Responsive Design
Page 83: Responsive Design
Page 84: Responsive Design

Mobile use case: I just transferred money at my desk using my phone because logging into my banking app requires fewer steps.

- Stephanie Rieger@stephanierieger

Page 85: Responsive Design

Make it work better for everybody.

Page 86: Responsive Design

Touchscreen

Page 87: Responsive Design

Touch

Page 88: Responsive Design

Hover

Page 89: Responsive Design

Swipe

Page 90: Responsive Design

Navigation

Page 91: Responsive Design

Top Navigation

Page 92: Responsive Design

http://www.gravitatedesign.com

Page 93: Responsive Design

http://www.gravitatedesign.com

Page 94: Responsive Design

http://www.tuj.ac.jp/

Page 95: Responsive Design

http://www.tuj.ac.jp/

Page 96: Responsive Design

Footer Navigation

Page 97: Responsive Design

http://contentsmagazine.com/

Page 98: Responsive Design

http://contentsmagazine.com/

Page 99: Responsive Design

<div id="site-nav">

<form> ... </form>

! <nav>

! ! <ul class="nav nav-primary">

! ! ! <li><a href="#">Archive</a></li>

! ! ! <li><a href="#">About</a></li>

! ! ! <li><a href="#">Write For Us</a></li>

! ! ! <li><a href="#">Subscribe</a></li>! ! !

! ! </ul>

! </nav>

</div>

Page 100: Responsive Design

@media screen and (min-width: 48em) {! #site-nav {! ! position: absolute;! ! top: -5em;! ! width: 100%;! ! z-index: 5;! }}

Page 101: Responsive Design

http://contentsmagazine.com/

Page 102: Responsive Design

Toggle Navigation

Page 103: Responsive Design

http://starbucks.com/

Page 104: Responsive Design

http://starbucks.com/

Page 105: Responsive Design

http://starbucks.com/

Page 106: Responsive Design

Left Nav Flyout

Page 107: Responsive Design

http://www.emerilsrestaurants.com

Page 108: Responsive Design

http://www.emerilsrestaurants.com

Page 109: Responsive Design

http://www.emerilsrestaurants.com

Page 110: Responsive Design

Breakpoints

Page 111: Responsive Design

Illustration credit: Ruth Leth Andersen via Creative Commons http://flic.kr/p/bmbZgo

Page 112: Responsive Design

Photo credit: Brad Frost via Creative Commons http://flic.kr/p/cfQwL7

Page 113: Responsive Design

Design Process

Page 114: Responsive Design

Design

Develop

Page 115: Responsive Design

Prototyping

Page 116: Responsive Design

Illustration credit: podluzny via Creative Commons http://flic.kr/p/cJJdzm

Page 117: Responsive Design

Frameworks

Page 118: Responsive Design

http://foundation.zurb.com/

Page 119: Responsive Design

http://foundation.zurb.com/

Page 120: Responsive Design

http://foundation.zurb.com/

Page 121: Responsive Design

http://foundation.zurb.com/

Page 128: Responsive Design

http://www.getswizzle.com/

Page 129: Responsive Design

http://www.getswizzle.com/

Page 130: Responsive Design

http://www.getswizzle.com/

Page 131: Responsive Design

Style Tiles

Page 132: Responsive Design

Communicate theessence of a visual brand

for the web

Page 133: Responsive Design

Style Tiles via Creative Commons http://styletil.es/

Page 134: Responsive Design

help form acommon visual languagebetween the designersand the stakeholders

Page 135: Responsive Design

Style Tiles via Creative Commons http://styletil.es/

Page 136: Responsive Design

Testing

Page 137: Responsive Design

Clarissa Peterson via Creative Commons (CC BY-NC-SA 2.0)

Page 138: Responsive Design

Examples

Page 139: Responsive Design

http://worldwildlife.org/

Page 140: Responsive Design

http://worldwildlife.org/

Page 141: Responsive Design

http://worldwildlife.org/

Page 142: Responsive Design

http://emerilsrestaurants.com/

Page 143: Responsive Design

http://emerilsrestaurants.com/

Page 144: Responsive Design

http://emerilsrestaurants.com/

Page 145: Responsive Design

http://emerilsrestaurants.com/

Page 146: Responsive Design

http://www.oxideinteractive.com.au/

Page 147: Responsive Design

http://www.oxideinteractive.com.au/

Page 148: Responsive Design

http://www.oxideinteractive.com.au/

Page 149: Responsive Design

http://www.wm.edu/

Page 150: Responsive Design

http://www.wm.edu/

Page 151: Responsive Design

http://www.wm.edu/

Page 152: Responsive Design

Responsive Web Design

1. Give everybody the same content

2. Displayed appropriately for their device

3. No matter what device they have

Page 153: Responsive Design

There is no Mobile Web. There is only The Web, which we view in different ways. There is also no Desktop Web. Or Tablet Web.

- Stephen Hay@stephenhay

Page 154: Responsive Design

Resources

Page 155: Responsive Design

A Few More Examples of Responsive Design

Boston Globe http://www.bostonglobe.com

Smashing Magazine http://www.smashingmagazine.com

People (mobile site) http://m.people.com

Disney http://disney.com/

Mashable (beta) http://beta.mashable.com/

Stuff & Nonsense http://www.stuffandnonsense.co.uk/

Google Nexus http://www.google.com/nexus/

Hotellweb http://www.hotellweb.no/?lang=en_US

Andersson-Wise Architects http://www.anderssonwise.com

WordPress Theme: Twenty Twelve http://twentytwelvedemo.wordpress.com/

Page 156: Responsive Design

Articles

Responsive Web Design - Ethan Marcotte (May 2010)http://www.alistapart.com/articles/responsive-web-design/

En français: Le Web Design Réactifhttp://gobanclub.net/2010/11/17/responsive_webdesign_ethan_marcotte_trad_fr/

How to Approach a Responsive Design (Boston Globe) - Tito Bottitta (Jan. 2012)http://upstatement.com/blog/2012/01/how-to-approach-a-responsive-design/

Presidential Smackdown Edition: Separate Mobile Website Vs.Responsive Website - Brad Frost (Aug. 2012)http://mobile.smashingmagazine.com/2012/08/22/separate-mobile-responsive-website-presidential-smackdown/

Page 157: Responsive Design

Prototyping & Design Process

Dive into Responsive Prototyping with Foundation (Jonathan Smiley) - April 2012http://www.alistapart.com/articles/dive-into-responsive-prototyping-with-foundation/

Design Process In The Responsive Age (Drew Clemons) - May 2012http://uxdesign.smashingmagazine.com/2012/05/30/design-process-responsive-age/

Responsive Web Design Sketch Sheetshttp://jeremypalford.com/arch-journal/responsive-web-design-sketch-sheets

Style Tileshttp://styletil.es/

Page 159: Responsive Design

Navigation

Responsive Navigation Patterns (Brad Frost) - February 2012http://bradfrostweb.com/blog/web/responsive-nav-patterns/

Complex Navigation Patterns for Responsive Design (Brad Frost) - August 2012http://bradfrostweb.com/blog/web/complex-navigation-patterns-for-responsive-design/

10 Tips How To Handle Responsive Navigation Menus Successfully (Sabina Idler) - October 2012http://blog.usabilla.com/10-tips-how-to-handle-responsive-navigation-menus-successfully/

10 Responsive Navigation Solutions and Tutorials - August 2012http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/

Page 160: Responsive Design

Other Websites & Misc.

@RWDlinks about responsive design (Ethan Marcotte)https://twitter.com/RWD

Future Friendlymaking things that are future-friendlyhttp://futurefriend.ly/

Brad Frostblog that covers responsive designhttp://bradfrostweb.com/blog/

Mediaqueri.esinspirational websites using media queries and responsive web designhttp://mediaqueri.es/

Page 161: Responsive Design

Books

Responsive Web DesignEthan Marcotte (2011)http://www.abookapart.com/products/responsive-web-design/

En françaishttp://www.editions-eyrolles.com/Livre/9782212133318/responsive-web-design

Mobile First Luke Wroblewski (2011)http://www.abookapart.com/products/mobile-first

En françaishttp://www.editions-eyrolles.com/Livre/9782212134063/mobile-first