Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

62
Justin Taylor - Managing Director @JustinGraphitas design for mobile responsive or adaptive who cares?

description

Presentation delivered at the Digital Marketing Show 2013 (www.digitalmarketingshow.co.uk)

Transcript of Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

Page 1: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

Justin Taylor - Managing Director @JustinGraphitas

design for mobileresponsive or adaptive

who cares?

Page 2: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

responsive or

adaptive

Page 3: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

responsive

Page 4: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

adaptive

Page 5: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

so which is best?

Page 6: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

mobile stats

Page 7: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

2012201120102009

mobile internet usage

Page 8: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

mobile search with local intent

almost half

Page 9: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

of online sales for mothers day from mobile

Source: Westminister eForum 2012 - The future of mobile

Page 10: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

£13 billion mobile sales in 2013

Source: Bloomberg – http://graphit.as/13billion

Page 11: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

and thats just

Page 12: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

everfastest

mobile is the

growingplatform

Page 13: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

what we know about mobile

users

Page 14: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

users browse with intent

users are less tolerant

can’t find what they are looking for they’re off!

Page 15: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

responsive or

adaptivewho cares?

Page 16: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

users don’t care about technology

Page 17: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

users care about finding info

quickly and easily

Page 18: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

nhsdirect.nhs.uk

Page 19: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 20: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 21: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

click to callnot enabled

Page 22: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

<a href="tel:111“>Call 111</a>!

Page 23: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 24: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 25: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 26: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 27: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 28: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 29: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 30: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 31: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

<?php!!require_once '../Mobile_Detect.php';!$detect = new Mobile_Detect;!if($detect->isMobile() ) {!  //redirect to mobile site!  header ('HTTP/1.1 301 Moved Permanently');!  header ('Location: http://m.mobilesite.co.uk/');!}else{!  //load site normally!!}!!?>!!https://code.google.com/p/php-mobile-detect/ http://detectmobilebrowsers.com/

Page 32: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 33: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 34: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

getting it right

Page 35: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 36: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

simpleunclutteredinterface

Page 37: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

location services…yes please!!

Page 38: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

large hit areas

Page 39: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

users wantto sort by these

Page 40: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

autofill ONautocorrect OFF

Page 41: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

email specifickeyboard

Page 42: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

numeric keypadfor

number fields

Page 43: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 44: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 45: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 46: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 47: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Page 48: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

www.skinnyties.com www.worldwildlife.org www.bbc.co.uk

www.tb-groupe.fr www.subway.co.uk www.graphitas.co.uk :)

Page 49: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

5 tips in 5 mins

Page 50: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

design from a consumers perspective

tip 1

Page 51: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

establish users intent cut the clutter circumstances of user viewing site required outcome

Page 52: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

target your most popular

devices

tip 2

HT: Aleyda Solis @alyeda

Page 53: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

analytics > audience > mobile > devices

Page 54: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

analytics > audience > mobile > devices

Page 55: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

Opera Mobile Emulator

http://www.opera.com/developer/mobile-emulator

Page 56: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

enhance UX with mobile

specific html

tip 3

<meta name= ”format-detection”

content= ”telephone=no”> <input

DXWRFRUUHFW ¯RҬ¯�

DXWRFRPSOHWH ¯RҬ¯�

autocapitalize= ¯RҬ¯!�

Page 57: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

click to call view desktop site

click to sms

disable auto correct on name fields

disable automatic detection of numbers

location services

use relevant keyboard

Page 58: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

put usability first

31

2

tip 4

Page 59: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

put consumers requirements first

THEN worry about these things

responsive

dynamic servingparallel serving

adaptiveSEO

Page 60: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

tip 5

think like a consumer

HT: Dave Trott @davetrott

Page 61: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

@JustinGraphitas

think like a consumer

...NOT like the client

Page 62: Design for Mobile (Responsive or Adaptive, who cares?) by Justin Taylor

Justin Taylor @JustinGraphitas

thank you

www.graphitas.co.uk

www.slideshare.net/JustinGraphitas