adapting to responsive design - london web - feb 2015

68
ADAPTING TO A RESPONSIVE WEB DESIGN

Upload: matt-gibson

Post on 21-Apr-2017

19.931 views

Category:

Design


0 download

TRANSCRIPT

Page 1: Adapting to Responsive Design - London Web - Feb 2015

ADAPTING TO A RESPONSIVE WEB DESIGN

Page 2: Adapting to Responsive Design - London Web - Feb 2015

HOW DO WE DEFINE RESPONSIVE?

Page 3: Adapting to Responsive Design - London Web - Feb 2015

To react quickly and positively.

http://goo.gl/hMFzFm

Page 4: Adapting to Responsive Design - London Web - Feb 2015

Responsive web design is a design approach that aims to create interfaces that react quickly and positively to the user’s conditions.

Page 5: Adapting to Responsive Design - London Web - Feb 2015

PEOPLE WILL ACCESS OUR WEBSITES IN WAYS WE HAVEN’T EVEN CONSIDERED YET

Image Copyright: Walt Disney Pictures & Tim Burton Pictures

Page 6: Adapting to Responsive Design - London Web - Feb 2015

THE PREVIOUS STATE(S) OF OUR OWN WEBSITE

“DESKTOP” SITE (2011)

“TABLET” SITE (LATER 2011)

*Not to scale :)

“MOBILE” SITE (2012)

Page 7: Adapting to Responsive Design - London Web - Feb 2015

OUR SEPARATE MOBILE WEBSITES: A STOP-GAP STRATEGY

Page 8: Adapting to Responsive Design - London Web - Feb 2015

SO WHY GO RESPONSIVE?

Page 9: Adapting to Responsive Design - London Web - Feb 2015

3 FACTORS

Image Copyright: L.A. Films & Home Box Office (HBO)

Page 10: Adapting to Responsive Design - London Web - Feb 2015

MULTIPLE CODE BASES 1

CONTENT STRATEGY2

KNOWN UNKNOWNS3

Page 11: Adapting to Responsive Design - London Web - Feb 2015
Page 12: Adapting to Responsive Design - London Web - Feb 2015

SETTING 4 GOALS FOR A RESPONSIVE DESIGN

Image Copyright: Chartoff-Winkler Productions & United Artists

Page 13: Adapting to Responsive Design - London Web - Feb 2015

CONTENT PARITY

Credit: http://wtfmobileweb.com/

THE SAME CONTENT SHOULD BE AVAILABLE ON ALL PLATFORMS

1

Page 14: Adapting to Responsive Design - London Web - Feb 2015

SPEED MATTERSBECAUSE PERFORMANCE AFFECTS EVERYONE

2

Image Copyright: Universal Pictures

Page 15: Adapting to Responsive Design - London Web - Feb 2015

FUTURE FRIENDLY

See: http://futurefriend.ly/

CUT DOWN ON MAINTENANCE AND SUPPORT KNOWN UNKNOWNS

3

Image Copyright: Universal TV

Page 16: Adapting to Responsive Design - London Web - Feb 2015

ACCESSIBILITYSTYLES, BACKGROUNDS AND JAVASCRIPT ARE PROGRESSIVE ENHANCEMENTS

4

Photo Credit: Neil McKenzie: http://www.flickr.com/photos/furbyx4/2968376257/

Page 17: Adapting to Responsive Design - London Web - Feb 2015

CONTENT PARITY

1

Page 18: Adapting to Responsive Design - London Web - Feb 2015

ASSUMPTION IS THE ENEMY OF A GOOD CONTENT

STRATEGY

1

Image Copyright: BBC

Page 19: Adapting to Responsive Design - London Web - Feb 2015

1

Image Copyright: BBC

Page 20: Adapting to Responsive Design - London Web - Feb 2015

You don't get to decide which device people use to access

your website.

KAREN MCGRANE

Source: http://alistapart.com/article/your-content-now-mobile

Photo credit: Eirik Helland Urke: http://www.flickr.com/photos/webdagene/6149954950/

1

Page 21: Adapting to Responsive Design - London Web - Feb 2015

1

Page 22: Adapting to Responsive Design - London Web - Feb 2015

Credit: http://xkcd.com/773/

1

Page 23: Adapting to Responsive Design - London Web - Feb 2015

1

Page 24: Adapting to Responsive Design - London Web - Feb 2015

RESEARCHING CONTENT STRATEGY SPEAKING TO EXISTING CLIENTS

GOOGLE ANALYTICS

CRAZYEGG

LEAD TO SALES

1

Image Copyright: Warner Bros.

Page 25: Adapting to Responsive Design - London Web - Feb 2015

OUR CONTENT DEFINES THE LAYOUTS WE NEED

NOT THE OTHER WAY AROUND

1

Page 26: Adapting to Responsive Design - London Web - Feb 2015

11

MOBILE FIRST CONTENT STRATEGY

Page 27: Adapting to Responsive Design - London Web - Feb 2015

SPEED MATTERS

2

Page 28: Adapting to Responsive Design - London Web - Feb 2015

2

TRANSFER SIZE

2010 2015

700KB

1900KB

http://httparchive.org/trends.php

Page 29: Adapting to Responsive Design - London Web - Feb 2015

71% OF PEOPLE EXPECT WEBSITES TO LOAD AS QUICKLY (OR FASTER)

ON THEIR MOBILE PHONE

2

See: http://e-commercefacts.com/research/2011/07/what-usrs-want-from-mobil/19986_WhatMobileUsersWant_Wp.pdf

Page 30: Adapting to Responsive Design - London Web - Feb 2015

It’s time for us to treat performance as an essential design feature, not just as a technical best practice.

BRAD FROST

Photo credit: John Davey: http://www.flickr.com/photos/johndavey/8891059281/

Source: http://bradfrostweb.com/blog/post/performance-as-design/

2

Page 31: Adapting to Responsive Design - London Web - Feb 2015

PERFORMANCE AT THE HEART OF ALL DESIGN DECISIONS

2Copyright: Paramount Pictures, Robert Stigwood Organisation, Allan Car Production

Page 32: Adapting to Responsive Design - London Web - Feb 2015

SO, TO ENHANCE PERFORMANCE WE…

2

Page 33: Adapting to Responsive Design - London Web - Feb 2015

SET PERFORMANCE BUDGETS 2

timkadlec.com/2013/01/setting-a-performance-budget/Image Copyright: Twentieth Century Fox Film Corporation

Page 34: Adapting to Responsive Design - London Web - Feb 2015

To load the Facebook, Twitter and Google social media buttons for a total of 19 requests takes

246.7 KB in bandwidth.

http://zurb.com/article/883/small-painful-buttons-why-social-media-bu

2

Page 35: Adapting to Responsive Design - London Web - Feb 2015

OFF THE SHELF FRONT-END FRAMEWORKS

2

Page 36: Adapting to Responsive Design - London Web - Feb 2015

Photo credit: Don Shall: http://www.flickr.com/photos/donshall/3817115551/

2

CUT DOWN ON FRAMEWORK BLOAT

Page 37: Adapting to Responsive Design - London Web - Feb 2015

KNOWING YOUR CODE FROM TOP TO BOTTOM IS ESSENTIAL TO

HAVE TOTAL CONTROL OVER IT

2

Image credit: http://css-tricks.com/

Page 38: Adapting to Responsive Design - London Web - Feb 2015

http://cyber-duck.github.io/hoisin.scss/

WE CREATED A MINI-LIBRARY THAT IS SIMPLE, FLEXIBLE, LIGHT AND

DOESN’T MAKE DECISIONS FOR YOU

2

Page 39: Adapting to Responsive Design - London Web - Feb 2015

ONLY LOADING WHAT WE NEED

WHEN WE NEED IT.

2

Page 40: Adapting to Responsive Design - London Web - Feb 2015

JAVASCRIPT2

http://requirejs.org/

Page 41: Adapting to Responsive Design - London Web - Feb 2015

CSS2

http://sass-lang.com/

Page 42: Adapting to Responsive Design - London Web - Feb 2015

IMAGES2

BEGIN WITH OPTIMISATION

Page 43: Adapting to Responsive Design - London Web - Feb 2015

IMAGES2

THEN COMPRESSION

http://imageoptim.com/ https://tinypng.com/

Page 44: Adapting to Responsive Design - London Web - Feb 2015

FUTURE FRIENDLINESS

3

Page 45: Adapting to Responsive Design - London Web - Feb 2015

THE WEB DOESN’T HAVE A FIXED WIDTH

3

Page 46: Adapting to Responsive Design - London Web - Feb 2015

We should embrace the fact that the web doesn’t have the same constraints [as the printed page]

and design for this flexibility.

JOHN ALLSOPP

http://alistapart.com/article/dao/

Photo credit: TEDxNSW: http://www.flickr.com/photos/42645924@N02/3933255654/

3

Page 47: Adapting to Responsive Design - London Web - Feb 2015

3

Page 48: Adapting to Responsive Design - London Web - Feb 2015

LAYOUTS BASED ON CONTENT

RATHER THAN DEVICE

3

Page 49: Adapting to Responsive Design - London Web - Feb 2015

RESPONSIVE DESIGN WORKFLOW

3

Page 50: Adapting to Responsive Design - London Web - Feb 2015

SKETCH

3

Copyright: Twentieth Century Fox Film Corporation & Paramount Pictures

Page 51: Adapting to Responsive Design - London Web - Feb 2015

SKETCH

Page 52: Adapting to Responsive Design - London Web - Feb 2015

PROTOTYPE

3

Copyright: Paramount Pictures & Marvel Enterprises

Page 53: Adapting to Responsive Design - London Web - Feb 2015

http://styletil.es/

3

Page 54: Adapting to Responsive Design - London Web - Feb 2015

3

Page 55: Adapting to Responsive Design - London Web - Feb 2015

TEST, TEST AND TEST SOME MORECopyright: The Ladd Company & Shaw Brothers & Warner Bros. http://vanamco.com/ghostlab/

Page 56: Adapting to Responsive Design - London Web - Feb 2015

ACCESSIBILITY

4

Page 57: Adapting to Responsive Design - London Web - Feb 2015

7 QUICK WINS FOR ACCESSIBILITY

4Image Copyright: Paramount Pictures & Lucasfilm

Page 58: Adapting to Responsive Design - London Web - Feb 2015

1. DESIGN FOR TOUCH BY DEFAULT

4

ARE YOUR DESIGNS FINGER FRIENDLY?

ARE YOU RELYING TOO HEAVILY ON HOVER?

Page 59: Adapting to Responsive Design - London Web - Feb 2015

2. MAKE THE PURPOSE OF ALL LINKS AS CLEAR AND

DESCRIPTIVE AS POSSIBLE

IF YOUR LINKS SAY “CLICK HERE” YOU’RE DOING IT WRONG

4

Page 60: Adapting to Responsive Design - London Web - Feb 2015

3. MAKE URLS HUMAN READABLE AND PERMANENT

WHERE POSSIBLE

HTTP://ART.COM/ARTGALLERY/DEFAULT.ASP?ID=9DF4BC0580DF11D3ACB60090271E26A8&COMMAND=FREELIST

4

Page 61: Adapting to Responsive Design - London Web - Feb 2015

4. USE APPROPRIATE INPUT TYPES AND ATTRIBUTES ON

FORMS

4

Page 62: Adapting to Responsive Design - London Web - Feb 2015

5. CREATE A HIDDEN SKIP NAVIGATION LINK

4

Page 63: Adapting to Responsive Design - London Web - Feb 2015

6. DON’T USE PLACEHOLDERS AS A SUBSTITUTE FOR LABELS

ON FORMS

4

http://www.webaxe.org/placeholder-attribute-is-not-a-label/Image credit: Dave Bushell: http://dbushell.com/2013/11/08/form-label-design/

Page 64: Adapting to Responsive Design - London Web - Feb 2015

7. PROOF DESIGNS IN GREYSCALE TO CHECK COLOUR CONTRAST

4Related: http://24ways.org/2012/colour-accessibility/

Page 65: Adapting to Responsive Design - London Web - Feb 2015

THE RESULTS

Page 66: Adapting to Responsive Design - London Web - Feb 2015

SINCE LAUNCH:

200% INCREASE IN

MOBILE TRAFFIC

43% INCREASE IN

CONVERSION RATE

-4000% REDUCTION IN

HOMEPAGE EXIT RATE ON MOBILE

Page 67: Adapting to Responsive Design - London Web - Feb 2015

MUCH TO LEARN THERE ISCopyright: Lucasfilm

Page 68: Adapting to Responsive Design - London Web - Feb 2015

THANK YOU@duckymatt @cyberduck_uk

Copyright: Studio 37 & La Petite Reine & La Classe Américaine & JD Prod & France 3 Cinéma & Jouror Productions & uFilm