tma going mobile

34
Carol Jones/ Chapter Brian Healy/ Tincan Going mobile

Upload: tincanpippip

Post on 15-Jan-2015

169 views

Category:

Technology


0 download

DESCRIPTION

A bit of background as to the growth and how we use mobile plus a web developers perspective for going mobile for a non-technical audience. Primarily for an arts/ cultural and ticketing audience.

TRANSCRIPT

Page 1: TMA Going Mobile

Carol Jones/ ChapterBrian Healy/ Tincan

Going mobile

Page 2: TMA Going Mobile

In 2012 the number of smartphones sold will exceed the number of PCs sold

Annual Sales Volume(in millions)

Estimate

Page 3: TMA Going Mobile

It's not the strongest species that survives, nor the most intelligent but the ones most responsive to change ...

Page 4: TMA Going Mobile

Smartphone demographicsby age and income

Page 5: TMA Going Mobile

So what do people do on mobile ...

Page 6: TMA Going Mobile

...they consume content

Page 7: TMA Going Mobile

AND they shop

They listen to music, use social media

Page 8: TMA Going Mobile

4 out of 5 consumers use smartphones to shop

Fandango sold 68,000 tickets in an hour on the opening day of ‘The Avengers’ on their mobile site and app

Page 9: TMA Going Mobile

How can we convert all this mobile usage into tickets sales?

So the big question:

Page 10: TMA Going Mobile

“Your chance of converting all that traffic into ticket sales without a mobile sales tool is very low.”

Mashable, Oct 2012

Page 11: TMA Going Mobile

Solutions + Examples: A Web Developers PerspectiveNative app

Other end of the spectrum - platform specific,

downloaded via store (Apple App Store/ Android

Marketplace). A completely different experience for the

user

Web appMobile web as an app - in looks if nothing else tho

this is changing. Accessed via the browser. No app

store download, tho initial visit can take time.

Mobile webWebsites that are mobile

friendlyTypically the same website as what you see via your desktop, it’s responsive and adapts to the users

device

Hybrid appCombines Native + Web. Native app provides shell, downloaded via app store, means all device features

(e.g. camera) available. Web delivers ‘live content’

Page 12: TMA Going Mobile

Device Access

Speed Costs(Dev + Ongoing)

Approval Process

Richness of experience

Audience Reach

NativeNative FullFull Very FastVery Fast ExpensiveExpensiveMandatoryMandatoryHighHigh LowLow

HybridHybrid FullFull Native speed Native speed as necessaryas necessary

ModerdateModerdateLow Low overheadoverheadMediumMedium MediumMedium

Web Web AppApp PartialPartial FastFast ModerateModerateNoneNoneMediumMedium MediumMedium

Mobile Mobile WebWeb LowLow FastFast BestBestNoneNoneLowLow HighHigh

Page 13: TMA Going Mobile

Which solution?

Solutions

•Native app•Hybrid app•Web app•Mobile web

Questions ...

•Business needs/ user goals•Your audience•Your content•Experience you want to deliver

Strategic questions

Page 14: TMA Going Mobile

Which solution?

Solutions

•Native app•Hybrid app•Web app•Mobile web

Questions ...

•Business needs/ user goals•Your audience•Your content•Experience you want to deliver

Strategic questions

Page 15: TMA Going Mobile

5%

Page 16: TMA Going Mobile

• Went live Dec 2011, refined and further improved over 2-3 weeks

Build it

Analyse + Workshop it

Get buy in

Identify: Business goals

Launch, measure, test, refine

Understand: Users, offering• Users: 20-35 yrs; high rates mobile usage• No obvious reason why audience not using the site on

mobile

• Extend reach: Increase mobile audience• Maintain efficiencies: Same site/ content/

db

• New management: Keen to do MORE

• User data, stats analysis, content audit, workshops, games and mobile exercises, produced prototypes

• 4 week development

Process

Page 17: TMA Going Mobile

Workshops

Wireframes

Prototypes

Launch

Set Resizing<meta name="viewport" content="width=device-width; initial- scale=1.0; maximum-scale=1.0;">

App/Home Icon<link rel="apple-touch-icon" href="icons/regular_icon.png"/> <link rel="apple-touch-icon" sizes="114x114" href="icons/ retina_icon.png"/>

Separate Mobile Site/Web AppJavascriptif((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://mobile.yoursitehere.com"; }

PHPif(strstr($_SERVER['HTTP_USER_AGENT'],'iPhone') || strstr($_SERVER ['HTTP_USER_AGENT'],'iPod')) {header('Location: http://mobile.yoursitehere.com'); exit();}

Remove Safari Address/Status Bars (top/bottom)<meta name="apple-mobile-web-app-capable" content="yes" />

Development

Improving UX

(for all)

Improving UX

(for all)

Sell(Tickets, Events,

Products)

Sell(Tickets, Events,

Products)

Communicate

(Brand Values)

Communicate

(Brand Values)

Events

(Developing + Engaging)

Events

(Developing + Engaging)

Analysis

Page 18: TMA Going Mobile

http://www.ica.org.uk

Page 19: TMA Going Mobile

Desktop

•Four column layout

•Full content experience

Tablet

•Four column layout, automatically adapts to two column layout for portrait

•Assets dynamically resized (e.g. images, calendar)

•Some content types replaced (e.g. footer)

Smartphone

•Single column layout

•Assets dynamically resized (e.g. nav)

•More content types removed (e.g. calendar, image carousel)

Page 20: TMA Going Mobile

Results

•Mobile rate increased by 250% in 3 months

•Dwell time, number of pages visited and returning visitors, all increased (and faster than the non-mobile figures)

•Mobile bounce rate reduced by 5% (vs no change for the non-mobile figures)

•We know there’s more to do ...

Page 21: TMA Going Mobile

Results

•Mobile rate increased by 400% in 12 months

•Dwell time, number of pages visited and returning visitors, all increased (and faster than the non-mobile figures)

•Mobile bounce rate reduced by 10% more than desktop (50% vs 40%)

•There’s always more to do ...

Page 22: TMA Going Mobile

Open and Supported API

Adaptive versioning (e.g. dynamic resizing of

images)

HTML5 (No Flash -e.g. SYOS)

Other business tools ...

i.e. your ticketing system

Page 23: TMA Going Mobile

“Will I have to redo our website?”

Honestly?

Page 24: TMA Going Mobile

Chapter and what we’re up to

Page 25: TMA Going Mobile

QR Codes

Page 26: TMA Going Mobile

Chapter App

Page 27: TMA Going Mobile

Chapter App

Page 28: TMA Going Mobile

Chapter App

Page 29: TMA Going Mobile

Chapter App

Page 30: TMA Going Mobile

Chapter App

Page 31: TMA Going Mobile

Has a high retention rate

Whatever mobile tool you use has to provide information/booking ... faster and easier

Reminders, social media sharing, push notifications

Page 32: TMA Going Mobile

And what we’re up to next ... week

Page 33: TMA Going Mobile

And what we’re up to next ... week

Page 34: TMA Going Mobile

Resources

Test your site:http://www.responsinator.com/http://www.studiopress.com/responsive/http://codebomber.com/jquery/resizer/

See some nice examples of sites using media queries:http://mediaqueri.es/

Good reading that will help make friends with your web developer/ web agency:http://bradfrostweb.com/blog/web/responsive-web-design-missing-the-point/http://mobile.smashingmagazine.com/http://cssgrid.net/