SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Going mobile
Carol Jones/ Chapter
Brian Healy/ Tincan
Annual Sales Volume
                       (in millions)




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


                                         Estimate
It's not the strongest species
that survives, nor the most
intelligent but the ones most
responsive to change ...
Smartphone
demographics
by age and
income
So what do people do on
mobile ...
...they consume content
They listen to music, use social media




                                         AND
                                         they shop
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
So the big question:

 How can we convert all this
 mobile usage into tickets
 sales?
“Your chance of converting all that
traffic into ticket sales without a
mobile sales tool is very low.”
                          Mashable, Oct 2012
Solutions + Examples: A Web Developers Perspective
      Mobile web                             Web app                              Hybrid app                            Native app
Websites that are mobile friendly   Mobile web as an app - in looks if     Combines Native + Web. Native           Other end of the spectrum -
  Typically the same website as      nothing else tho this is changing.   app provides shell, downloaded via     platform specific, downloaded via
 what you see via your desktop,     Accessed via the browser. No app      app store, means all device features   store (Apple App Store/ Android
it’s responsive and adapts to the    store download, tho initial visit       (e.g. camera) available. Web           Marketplace). A completely
           users device                       can take time.                     delivers ‘live content’         different experience for the user
Richness of                                       Approval        Costs          Audience
                        Device Access       Speed
          experience                                        Process      (Dev + Ongoing)    Reach




 Native      High           Full          Very Fast        Mandatory      Expensive          Low


                                        Native speed as                                    Medium
 Hybrid    Medium           Full                          Low overhead   Moderdate
                                          necessary


Web App    Medium          Partial           Fast            None         Moderate         Medium


 Mobile
             Low            Low              Fast            None            Best           High
 Web
Which solution?   Strategic questions

  Solutions        Questions ...

                   •Business needs/ user goals
  •Native app
                   •Your audience
  •Hybrid app      •Your content
  •Web app         •Experience you want to
  •Mobile web      deliver
Strategic questions            Which solution?

 Questions ...                   Solutions
 •Business needs/ user goals
                                 •Native app
 •Your audience
 •Your content
                                 •Hybrid app
 •Experience you want to         •Web app
 deliver                         •Mobile web
5%
Process

                                       •   Extend reach: Increase mobile audience
      Identify: Business goals         •   Maintain efficiencies: Same site/ content/ db

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


                  Get buy in           •   New management: Keen to do MORE


                                       •   User data, stats analysis, content audit, workshops, games and mobile exercises, produced
     Analyse + Workshop it                 prototypes


                      Build it         •   4 week development


Launch, measure, test, refine          •   Went live Dec 2011, refined and further improved over 2-3 weeks
Set Resizing
                                                                                  <meta name="viewport"
                                                                                  content="width=device-width;
                                                                                  initial- scale=1.0; maximum-
                                  Sell                                            scale=1.0;">
                                   Sell
                                (Tickets,
                                 (Tickets,
                                 Events,
                                  Events,
                                Products)                                         App/Home Icon
                                 Products)
                                                                                  <link rel="apple-touch-icon"
                                                                                  href="icons/regular_icon.png"/>
                                                                                  <link rel="apple-touch-icon"
                                                                                  sizes="114x114" href="icons/
                                                                                  retina_icon.png"/>
            Improving
             Improving                        Events
                                               Events
               UX
                UX
                                             (Developing
                                              (Developing                         Separate Mobile Site/Web App
              (for all)                      ++Engaging)
                (for all)                       Engaging)                         Javascript
                                                                  Launch          if((navigator.userAgent.match(/i
                                                                                  Phone/i)) ||
                                                                                  (navigator.userAgent.match(/iPod
                                                                                  /i))) {
                      Analysis Communica
                                Communica                                         if
                                   te
                                    te                                            (document.cookie.indexOf("iphone
                                (Brand                                            _redirect=false") == -1)
                                 (Brand                                           window.location = "
                                Values)
                                 Values)
                                                                                  http://mobile.yoursitehere.com";
                                                                                  }


                                                                                  PHP
                                                                                  if(strstr($_SERVER['HTTP_USER_AG
                                                                                  ENT'],'iPhone') ||
                                                                           Development
                                                                                  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" />

                                                             Prototypes


Workshops




                                                Wireframes
http://www.ica.org.uk
Desktop                    Tablet
                                                                                     Smartphone
•Four column layout        •Four column layout, automatically adapts to two column
                                                                                     •Single column layout
                           layout for portrait
•Full content experience                                                             •Assets dynamically
                           •Assets dynamically resized (e.g. images, calendar)
                                                                                     resized (e.g. nav)
                           •Some content types replaced (e.g. footer)
                                                                                     •More content types
                                                                                     removed (e.g. calendar,
                                                                                     image carousel)
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 ...
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 ...
Other business tools ...
    i.e. your ticketing system

               Open and Supported API

              Adaptive versioning (e.g.
             dynamic resizing of images)

           HTML5 (No Flash -e.g. SYOS)
“Will I have to redo our website?”


           Honestly?
Chapter and what we’re up to
QR Codes
Chapter App
Chapter App
Chapter App
Chapter App
Chapter App
Has a high retention rate

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

Reminders, social media sharing,
push notifications
And what we’re up to next ... week
And what we’re up to next ... week
Resources
Test your site:
http://www.responsinator.com/
http://www.studiopress.com/responsive/
http://codebomber.com/jquery/resizer/

See some nice examples of s
ites 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/

Weitere ähnliche Inhalte

Was ist angesagt?

Quasar cases
Quasar casesQuasar cases
Quasar casesQuasar
 
Your Mobile Strategy Can't Be HTML5
Your Mobile Strategy Can't Be HTML5Your Mobile Strategy Can't Be HTML5
Your Mobile Strategy Can't Be HTML5Theresa Neil
 
A research on i pad device & experience design
A research on i pad   device & experience designA research on i pad   device & experience design
A research on i pad device & experience designVinny Wu
 
Road to mobile w/ Sinatra, jQuery Mobile, Spine.js and Mustache
Road to mobile w/ Sinatra, jQuery Mobile, Spine.js and MustacheRoad to mobile w/ Sinatra, jQuery Mobile, Spine.js and Mustache
Road to mobile w/ Sinatra, jQuery Mobile, Spine.js and MustacheBrian Sam-Bodden
 
SAP and Mobility 2012 - A Developer's Perspective
SAP and Mobility 2012 - A Developer's PerspectiveSAP and Mobility 2012 - A Developer's Perspective
SAP and Mobility 2012 - A Developer's PerspectiveJohn Moy
 
Mobile Marketing Techniques
Mobile Marketing TechniquesMobile Marketing Techniques
Mobile Marketing TechniquesJason Ary
 
Mobile Breakfast Briefing June 2012
Mobile Breakfast Briefing June 2012Mobile Breakfast Briefing June 2012
Mobile Breakfast Briefing June 2012User Vision
 
Cpg iitm mar_29_2012_final
Cpg iitm mar_29_2012_finalCpg iitm mar_29_2012_final
Cpg iitm mar_29_2012_finaldiscoversudhir
 
openTrends Mobile Solutions brochure
openTrends Mobile Solutions brochureopenTrends Mobile Solutions brochure
openTrends Mobile Solutions brochureopenTrends
 
2nd Annual International UX Awards, May 2012
2nd Annual International UX Awards, May 20122nd Annual International UX Awards, May 2012
2nd Annual International UX Awards, May 2012Oxford Tech + UX
 
dsyer s2gx2011 idm
dsyer s2gx2011 idmdsyer s2gx2011 idm
dsyer s2gx2011 idmDave Syer
 
Session 9-10 - UI/UX design for iOS 7 application
Session 9-10 - UI/UX design for iOS 7 applicationSession 9-10 - UI/UX design for iOS 7 application
Session 9-10 - UI/UX design for iOS 7 applicationVu Tran Lam
 
From Desktop to Mobile: Application Functionality for Small Screens
From Desktop to Mobile: Application Functionality for Small ScreensFrom Desktop to Mobile: Application Functionality for Small Screens
From Desktop to Mobile: Application Functionality for Small ScreensJoseph Labrecque
 
Layar introduction for developers
Layar introduction for developersLayar introduction for developers
Layar introduction for developersLayar
 
The Challenge of Touchscreen Clutter - v2 - 9.26.2012
The Challenge of Touchscreen Clutter - v2 - 9.26.2012The Challenge of Touchscreen Clutter - v2 - 9.26.2012
The Challenge of Touchscreen Clutter - v2 - 9.26.2012www.webhub.mobi by Yuvee, Inc.
 
Briding the Gap between Desktop and Mobile publishing
Briding the Gap between Desktop and Mobile publishingBriding the Gap between Desktop and Mobile publishing
Briding the Gap between Desktop and Mobile publishingTom Deryckere
 
Floyd brad mobile_presentation
Floyd brad mobile_presentationFloyd brad mobile_presentation
Floyd brad mobile_presentationbrfloyd
 
iOS Human Interface Guidelines (HCI)
iOS Human Interface Guidelines (HCI)iOS Human Interface Guidelines (HCI)
iOS Human Interface Guidelines (HCI)Mohammad Khalil
 

Was ist angesagt? (19)

Quasar cases
Quasar casesQuasar cases
Quasar cases
 
Your Mobile Strategy Can't Be HTML5
Your Mobile Strategy Can't Be HTML5Your Mobile Strategy Can't Be HTML5
Your Mobile Strategy Can't Be HTML5
 
A research on i pad device & experience design
A research on i pad   device & experience designA research on i pad   device & experience design
A research on i pad device & experience design
 
Road to mobile w/ Sinatra, jQuery Mobile, Spine.js and Mustache
Road to mobile w/ Sinatra, jQuery Mobile, Spine.js and MustacheRoad to mobile w/ Sinatra, jQuery Mobile, Spine.js and Mustache
Road to mobile w/ Sinatra, jQuery Mobile, Spine.js and Mustache
 
SAP and Mobility 2012 - A Developer's Perspective
SAP and Mobility 2012 - A Developer's PerspectiveSAP and Mobility 2012 - A Developer's Perspective
SAP and Mobility 2012 - A Developer's Perspective
 
Mobile Marketing Techniques
Mobile Marketing TechniquesMobile Marketing Techniques
Mobile Marketing Techniques
 
Mobile Breakfast Briefing June 2012
Mobile Breakfast Briefing June 2012Mobile Breakfast Briefing June 2012
Mobile Breakfast Briefing June 2012
 
Cpg iitm mar_29_2012_final
Cpg iitm mar_29_2012_finalCpg iitm mar_29_2012_final
Cpg iitm mar_29_2012_final
 
openTrends Mobile Solutions brochure
openTrends Mobile Solutions brochureopenTrends Mobile Solutions brochure
openTrends Mobile Solutions brochure
 
iAxil Lunch Talk - Lean UX
iAxil Lunch Talk - Lean UXiAxil Lunch Talk - Lean UX
iAxil Lunch Talk - Lean UX
 
2nd Annual International UX Awards, May 2012
2nd Annual International UX Awards, May 20122nd Annual International UX Awards, May 2012
2nd Annual International UX Awards, May 2012
 
dsyer s2gx2011 idm
dsyer s2gx2011 idmdsyer s2gx2011 idm
dsyer s2gx2011 idm
 
Session 9-10 - UI/UX design for iOS 7 application
Session 9-10 - UI/UX design for iOS 7 applicationSession 9-10 - UI/UX design for iOS 7 application
Session 9-10 - UI/UX design for iOS 7 application
 
From Desktop to Mobile: Application Functionality for Small Screens
From Desktop to Mobile: Application Functionality for Small ScreensFrom Desktop to Mobile: Application Functionality for Small Screens
From Desktop to Mobile: Application Functionality for Small Screens
 
Layar introduction for developers
Layar introduction for developersLayar introduction for developers
Layar introduction for developers
 
The Challenge of Touchscreen Clutter - v2 - 9.26.2012
The Challenge of Touchscreen Clutter - v2 - 9.26.2012The Challenge of Touchscreen Clutter - v2 - 9.26.2012
The Challenge of Touchscreen Clutter - v2 - 9.26.2012
 
Briding the Gap between Desktop and Mobile publishing
Briding the Gap between Desktop and Mobile publishingBriding the Gap between Desktop and Mobile publishing
Briding the Gap between Desktop and Mobile publishing
 
Floyd brad mobile_presentation
Floyd brad mobile_presentationFloyd brad mobile_presentation
Floyd brad mobile_presentation
 
iOS Human Interface Guidelines (HCI)
iOS Human Interface Guidelines (HCI)iOS Human Interface Guidelines (HCI)
iOS Human Interface Guidelines (HCI)
 

Andere mochten auch

The Future of Social Recruiting
The Future of Social RecruitingThe Future of Social Recruiting
The Future of Social Recruitingdigitalwerk
 
Pdhpe wiki pres
Pdhpe wiki presPdhpe wiki pres
Pdhpe wiki presaidancoates
 
IMPERIA H2O PREMERIA-9650163000
IMPERIA H2O PREMERIA-9650163000IMPERIA H2O PREMERIA-9650163000
IMPERIA H2O PREMERIA-9650163000mass2class
 
Energy Harvesting Shoes - Matching 2012
Energy Harvesting Shoes -  Matching 2012Energy Harvesting Shoes -  Matching 2012
Energy Harvesting Shoes - Matching 2012Emanuele Frontoni
 
Chemistry paper-3&4
Chemistry paper-3&4Chemistry paper-3&4
Chemistry paper-3&4korada Ravindra
 

Andere mochten auch (6)

The Future of Social Recruiting
The Future of Social RecruitingThe Future of Social Recruiting
The Future of Social Recruiting
 
Dear mom
Dear momDear mom
Dear mom
 
Pdhpe wiki pres
Pdhpe wiki presPdhpe wiki pres
Pdhpe wiki pres
 
IMPERIA H2O PREMERIA-9650163000
IMPERIA H2O PREMERIA-9650163000IMPERIA H2O PREMERIA-9650163000
IMPERIA H2O PREMERIA-9650163000
 
Energy Harvesting Shoes - Matching 2012
Energy Harvesting Shoes -  Matching 2012Energy Harvesting Shoes -  Matching 2012
Energy Harvesting Shoes - Matching 2012
 
Chemistry paper-3&4
Chemistry paper-3&4Chemistry paper-3&4
Chemistry paper-3&4
 

Ähnlich wie TMA Going Mobile

Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without CodingJack Molisani
 
Key Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility SolutionKey Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility Solutionroshanjk
 
QuickSoft Mobile Tips & Tricks 11-03-10
QuickSoft Mobile Tips & Tricks 11-03-10QuickSoft Mobile Tips & Tricks 11-03-10
QuickSoft Mobile Tips & Tricks 11-03-10Almog Koren
 
ACA-Mobile - Creating Enterprise Apps with MADP
ACA-Mobile - Creating Enterprise Apps with MADPACA-Mobile - Creating Enterprise Apps with MADP
ACA-Mobile - Creating Enterprise Apps with MADPACA IT-Solutions
 
Building & Managing The Lifecycle of Mobile Apps For The Enterprise
Building & Managing The Lifecycle of Mobile Apps For The EnterpriseBuilding & Managing The Lifecycle of Mobile Apps For The Enterprise
Building & Managing The Lifecycle of Mobile Apps For The EnterpriseApperian
 
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPIntroduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPKeyLimeTie
 
Codestrong 2012 breakout session leveraging titanium as part of your mobile...
Codestrong 2012 breakout session   leveraging titanium as part of your mobile...Codestrong 2012 breakout session   leveraging titanium as part of your mobile...
Codestrong 2012 breakout session leveraging titanium as part of your mobile...Axway Appcelerator
 
Engage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsEngage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsWebtrends
 
Mobile Apps 101
Mobile Apps 101Mobile Apps 101
Mobile Apps 101MotionMobs
 
Mobile Design for Instructional Designers
Mobile Design for Instructional DesignersMobile Design for Instructional Designers
Mobile Design for Instructional DesignersBrandon Carson
 
Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...
Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...
Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...Lee Roberson
 
ďżźVisual design - a key part of mobile apps
ďżźVisual design - a key part of mobile appsďżźVisual design - a key part of mobile apps
ďżźVisual design - a key part of mobile appsHenrik Hedegaard
 
Engage 2013 - Mobile Measurement Workshop
Engage 2013 - Mobile Measurement WorkshopEngage 2013 - Mobile Measurement Workshop
Engage 2013 - Mobile Measurement WorkshopWebtrends
 
5 Starting Apps for Your Business and How to Roll Them Out
5 Starting Apps for Your Business and How to Roll Them Out5 Starting Apps for Your Business and How to Roll Them Out
5 Starting Apps for Your Business and How to Roll Them OutApperian
 
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dreamweaver CS6, jQuery, PhoneGap, mobile designDreamweaver CS6, jQuery, PhoneGap, mobile design
Dreamweaver CS6, jQuery, PhoneGap, mobile designDee Sadler
 
Being a mobile entrepreneur
Being a mobile entrepreneurBeing a mobile entrepreneur
Being a mobile entrepreneurgetsocialize
 
Tincan - Mobile Elephant
Tincan - Mobile ElephantTincan - Mobile Elephant
Tincan - Mobile ElephantBen Holliday
 

Ähnlich wie TMA Going Mobile (20)

Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without Coding
 
Key Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility SolutionKey Architectural Aspects of a Enterprise Mobility Solution
Key Architectural Aspects of a Enterprise Mobility Solution
 
QuickSoft Mobile Tips & Tricks 11-03-10
QuickSoft Mobile Tips & Tricks 11-03-10QuickSoft Mobile Tips & Tricks 11-03-10
QuickSoft Mobile Tips & Tricks 11-03-10
 
ACA-Mobile - Creating Enterprise Apps with MADP
ACA-Mobile - Creating Enterprise Apps with MADPACA-Mobile - Creating Enterprise Apps with MADP
ACA-Mobile - Creating Enterprise Apps with MADP
 
Building & Managing The Lifecycle of Mobile Apps For The Enterprise
Building & Managing The Lifecycle of Mobile Apps For The EnterpriseBuilding & Managing The Lifecycle of Mobile Apps For The Enterprise
Building & Managing The Lifecycle of Mobile Apps For The Enterprise
 
Dial2Do ICIN 09
Dial2Do ICIN 09Dial2Do ICIN 09
Dial2Do ICIN 09
 
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOPIntroduction to iPhone App Development - midVentures DESIGN+DEVELOP
Introduction to iPhone App Development - midVentures DESIGN+DEVELOP
 
Codestrong 2012 breakout session leveraging titanium as part of your mobile...
Codestrong 2012 breakout session   leveraging titanium as part of your mobile...Codestrong 2012 breakout session   leveraging titanium as part of your mobile...
Codestrong 2012 breakout session leveraging titanium as part of your mobile...
 
Engage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement TacticsEngage 2013 - Mobile Measurement Tactics
Engage 2013 - Mobile Measurement Tactics
 
Mobile Apps 101
Mobile Apps 101Mobile Apps 101
Mobile Apps 101
 
test
testtest
test
 
Mobile Design for Instructional Designers
Mobile Design for Instructional DesignersMobile Design for Instructional Designers
Mobile Design for Instructional Designers
 
Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...
Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...
Here Today, Here Tomorrow: Mobile Devices - Northwestern University Web Steer...
 
ďżźVisual design - a key part of mobile apps
ďżźVisual design - a key part of mobile appsďżźVisual design - a key part of mobile apps
ďżźVisual design - a key part of mobile apps
 
Engage 2013 - Mobile Measurement Workshop
Engage 2013 - Mobile Measurement WorkshopEngage 2013 - Mobile Measurement Workshop
Engage 2013 - Mobile Measurement Workshop
 
5 Starting Apps for Your Business and How to Roll Them Out
5 Starting Apps for Your Business and How to Roll Them Out5 Starting Apps for Your Business and How to Roll Them Out
5 Starting Apps for Your Business and How to Roll Them Out
 
Dreamweaver CS6, jQuery, PhoneGap, mobile design
Dreamweaver CS6, jQuery, PhoneGap, mobile designDreamweaver CS6, jQuery, PhoneGap, mobile design
Dreamweaver CS6, jQuery, PhoneGap, mobile design
 
Being a mobile entrepreneur
Being a mobile entrepreneurBeing a mobile entrepreneur
Being a mobile entrepreneur
 
Tincan - Mobile Elephant
Tincan - Mobile ElephantTincan - Mobile Elephant
Tincan - Mobile Elephant
 
Neev mobile offerings
Neev mobile offeringsNeev mobile offerings
Neev mobile offerings
 

KĂźrzlich hochgeladen

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel AraĂşjo
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 

KĂźrzlich hochgeladen (20)

Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 

TMA Going Mobile

  • 1. Going mobile Carol Jones/ Chapter Brian Healy/ Tincan
  • 2. Annual Sales Volume (in millions) In 2012 the number of smartphones sold will exceed the number of PCs sold Estimate
  • 3. It's not the strongest species that survives, nor the most intelligent but the ones most responsive to change ...
  • 5. So what do people do on mobile ...
  • 7. They listen to music, use social media AND they shop
  • 8. 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
  • 9. So the big question: How can we convert all this mobile usage into tickets sales?
  • 10. “Your chance of converting all that traffic into ticket sales without a mobile sales tool is very low.” Mashable, Oct 2012
  • 11. Solutions + Examples: A Web Developers Perspective Mobile web Web app Hybrid app Native app Websites that are mobile friendly Mobile web as an app - in looks if Combines Native + Web. Native Other end of the spectrum - Typically the same website as nothing else tho this is changing. app provides shell, downloaded via platform specific, downloaded via what you see via your desktop, Accessed via the browser. No app app store, means all device features store (Apple App Store/ Android it’s responsive and adapts to the store download, tho initial visit (e.g. camera) available. Web Marketplace). A completely users device can take time. delivers ‘live content’ different experience for the user
  • 12. Richness of Approval Costs Audience Device Access Speed experience Process (Dev + Ongoing) Reach Native High Full Very Fast Mandatory Expensive Low Native speed as Medium Hybrid Medium Full Low overhead Moderdate necessary Web App Medium Partial Fast None Moderate Medium Mobile Low Low Fast None Best High Web
  • 13. Which solution? Strategic questions Solutions Questions ... •Business needs/ user goals •Native app •Your audience •Hybrid app •Your content •Web app •Experience you want to •Mobile web deliver
  • 14. Strategic questions Which solution? Questions ... Solutions •Business needs/ user goals •Native app •Your audience •Your content •Hybrid app •Experience you want to •Web app deliver •Mobile web
  • 15. 5%
  • 16. Process • Extend reach: Increase mobile audience Identify: Business goals • Maintain efficiencies: Same site/ content/ db • Users: 20-35 yrs; high rates mobile usage Understand: Users, offering • No obvious reason why audience not using the site on mobile Get buy in • New management: Keen to do MORE • User data, stats analysis, content audit, workshops, games and mobile exercises, produced Analyse + Workshop it prototypes Build it • 4 week development Launch, measure, test, refine • Went live Dec 2011, refined and further improved over 2-3 weeks
  • 17. Set Resizing <meta name="viewport" content="width=device-width; initial- scale=1.0; maximum- Sell scale=1.0;"> Sell (Tickets, (Tickets, Events, Events, Products) App/Home Icon Products) <link rel="apple-touch-icon" href="icons/regular_icon.png"/> <link rel="apple-touch-icon" sizes="114x114" href="icons/ retina_icon.png"/> Improving Improving Events Events UX UX (Developing (Developing Separate Mobile Site/Web App (for all) ++Engaging) (for all) Engaging) Javascript Launch if((navigator.userAgent.match(/i Phone/i)) || (navigator.userAgent.match(/iPod /i))) { Analysis Communica Communica if te te (document.cookie.indexOf("iphone (Brand _redirect=false") == -1) (Brand window.location = " Values) Values) http://mobile.yoursitehere.com"; } PHP if(strstr($_SERVER['HTTP_USER_AG ENT'],'iPhone') || Development 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" /> Prototypes Workshops Wireframes
  • 19. Desktop Tablet Smartphone •Four column layout •Four column layout, automatically adapts to two column •Single column layout layout for portrait •Full content experience •Assets dynamically •Assets dynamically resized (e.g. images, calendar) resized (e.g. nav) •Some content types replaced (e.g. footer) •More content types removed (e.g. calendar, image carousel)
  • 20. 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 ...
  • 21. 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 ...
  • 22. Other business tools ... i.e. your ticketing system Open and Supported API Adaptive versioning (e.g. dynamic resizing of images) HTML5 (No Flash -e.g. SYOS)
  • 23. “Will I have to redo our website?” Honestly?
  • 24. Chapter and what we’re up to
  • 31. Has a high retention rate Whatever mobile tool you use has to provide information/booking ... faster and easier Reminders, social media sharing, push notifications
  • 32. And what we’re up to next ... week
  • 33. And what we’re up to next ... week
  • 34. Resources Test your site: http://www.responsinator.com/ http://www.studiopress.com/responsive/ http://codebomber.com/jquery/resizer/ See some nice examples of s ites 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/

Hinweis der Redaktion

  1. camera/ images/ video, accelerometer, geolocation,
  2. ICA had a 5% mobile rate plus a mobile bounce rate 33% higher than the non-mobile rate and extremely low page view and dwell times for mobile
  3. We applied the same good thinking and web governance to it
  4. What were the results ... remember measurable business goals!
  5. What were the results ... remember measurable business goals!
  6. Mobile web isn’t a bolt-on to your existing site and it can’t be added to it as such. At some level it requires a fundamental re-evaluation of your site (goals, audience insight, content review and overall strategy) So whilst you don’t HAVE to revamp your entire site, you and your web developer will be putting in a substantial amount of effort anyway and the closer to a revamp of your site you move, the more it will really help be a better solution AND deliver better results