SlideShare une entreprise Scribd logo
1  sur  21
Télécharger pour lire hors ligne
YouTube Mobile WebApp
On the Edge of HTML5




    Google Confidential and Proprietary
Google Confidential and Proprietary
Meet the HTML5 Webapps!




Google Confidential and Proprietary
Meet the HTML5 Webapps!



                                      but screenshots don't
                                          do it justice!

                                         m.youtube.com




Google Confidential and Proprietary
HTML5: YouTube is all about <video>
  ● Playback Options
          ○ Fullscreen Video Playback
          ○ Inline Playback experience
  ● Video Playback Events
          ○ timeupdate
          ○ play / pause / stop




Google Confidential and Proprietary
HTML5: Side Perks used
  ● LocalStorage
          ○ AJAX Cache
          ○ Persistent Settings
  ● Canvas
          ○ Lighter than images
          ○ Dynamic Backgrounds




Google Confidential and Proprietary
HTML5: Side Perks used
  ● Navigator Online Status
          ○ Detection whether on 3G or Wifi
          ○ Offline detection
  ● Touch Events
          ○ Faster than clicks
          ○ Mobile App-like interactions




Google Confidential and Proprietary
HTML5: Faster than a Website
  ● Hybrid Application Cache
          ○ No Internet needed to start
          ○ Internet access needed for everything else
          ○ Cut loading time by 40%
  ● Single-Page WebApp
          ○ No page loads
          ○ Limited by Javascript speed of the device




Google Confidential and Proprietary
Tools for the sane
 otherwise, we'll be all nuts...




  Google Confidential and Proprietary
Google Confidential and Proprietary
Large-Scale Javascript Development
  Google Closure
  ● Optionally Compiled + Obviously Minified




Google Confidential and Proprietary
Large-Scale Javascript Development
  Google Closure
  ● Optional Types and Static Compiler Checking
  ● Compiled in DOM Templating




Google Confidential and Proprietary
Large-Scale Javascript Development
  Google Closure
  ● CSS Name Mangling




Google Confidential and Proprietary
Debugging & Testing Flow
 1. Google Chrome + Web Inspector
 2. Safari
 3. iOS Simulator + iWebInspector
                               [important]
 4. Devices
          ○ iPhone/iPad
          ○ Android Browser / Android Chrome




Google Confidential and Proprietary
HTML5 + CSS3: Interactions gets transitions

  ● CSS Transforms                    rotate skew translate




Google Confidential and Proprietary
HTML5 + CSS3: Interactions gets transitions

  ● CSS Transitions




Google Confidential and Proprietary
Why did we do it?
 If you had to pick between App vs WebApp




  Google Confidential and Proprietary
Google Confidential and Proprietary
All Depends:
  Pick WebApp When
 1. Need to support as many platforms as possible.
          ○ The least common denominator


 2. Super Snazzy not a real requirement.
          ○ CSS 3 is usually enough.


 3. Access to Device via Toolkits (PhoneGap)


 4. Some leeway on look and feel

Google Confidential and Proprietary
Challenge yourself!
 Coz fame and fortune doesn't come easy...




  Google Confidential and Proprietary
Google Confidential and Proprietary
We have awesome skills & ideas




  ● Work with Google Apps Script or Google Drive API
  ● Win Chromebooks or US$ 20,000.


Google Confidential and Proprietary
● Compete with South East Asia region


  ● Build Apps in any of these Categories:
         a. Enterprise / Small Business Solutions
         b. Social / Personal Productivity / Games / Fun
         c. Education / Not for Profit / Water / Food & Hunger /
                  Health



Google Confidential and Proprietary
● If Bragging Rights ain't enough:
          ○ up to 30 SEA Semi-Finalists get:
                  ■ Chromebooks
                  ■ US$ 1,000 for Students
                  ■ US$ 1,000 for Highlight Female Innovations
          ○ up to 3 SEA Winners get:
                  ■ US$ 20,000
                  ■ + US$ 18,000 (for their Department)


Google Confidential and Proprietary
● Links
          ○ http://developers.google.com/drive
          ○ http://developers.google.com/google-apps
          ○ http://developers.google.com/apps-script
          ○ http://script.google.com




Google Confidential and Proprietary

Contenu connexe

Tendances

GoCoding.Today For Rails - Episode1
GoCoding.Today For Rails - Episode1GoCoding.Today For Rails - Episode1
GoCoding.Today For Rails - Episode1Brian Hu
 
Make your website ux rock
Make your website ux rockMake your website ux rock
Make your website ux rockStephen Abram
 
Do google entity stacking permanent contextual links
Do google entity stacking permanent contextual linksDo google entity stacking permanent contextual links
Do google entity stacking permanent contextual linksKevinMax
 
Beyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web applicationBeyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web applicationPete Smith
 
Android Developer Tips & Tricks
Android Developer Tips & TricksAndroid Developer Tips & Tricks
Android Developer Tips & TricksEvgeny Shishkin
 
How to create an event video
How to create an event videoHow to create an event video
How to create an event videoChris Sparshott
 
5 unspoke rules of contributing to open source software
5 unspoke rules of contributing to open source software5 unspoke rules of contributing to open source software
5 unspoke rules of contributing to open source softwareMike Nelson
 
Case Study Upgrading Joomlagov.info to Joomla 2.5 with responsive design
Case Study  Upgrading Joomlagov.info to Joomla 2.5 with responsive design Case Study  Upgrading Joomlagov.info to Joomla 2.5 with responsive design
Case Study Upgrading Joomlagov.info to Joomla 2.5 with responsive design Joomla Day South Africa
 

Tendances (8)

GoCoding.Today For Rails - Episode1
GoCoding.Today For Rails - Episode1GoCoding.Today For Rails - Episode1
GoCoding.Today For Rails - Episode1
 
Make your website ux rock
Make your website ux rockMake your website ux rock
Make your website ux rock
 
Do google entity stacking permanent contextual links
Do google entity stacking permanent contextual linksDo google entity stacking permanent contextual links
Do google entity stacking permanent contextual links
 
Beyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web applicationBeyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web application
 
Android Developer Tips & Tricks
Android Developer Tips & TricksAndroid Developer Tips & Tricks
Android Developer Tips & Tricks
 
How to create an event video
How to create an event videoHow to create an event video
How to create an event video
 
5 unspoke rules of contributing to open source software
5 unspoke rules of contributing to open source software5 unspoke rules of contributing to open source software
5 unspoke rules of contributing to open source software
 
Case Study Upgrading Joomlagov.info to Joomla 2.5 with responsive design
Case Study  Upgrading Joomlagov.info to Joomla 2.5 with responsive design Case Study  Upgrading Joomlagov.info to Joomla 2.5 with responsive design
Case Study Upgrading Joomlagov.info to Joomla 2.5 with responsive design
 

Similaire à YouTube Mobile Webapp: On the edge of Html5

Introduction to Google Drive API
Introduction to Google Drive APIIntroduction to Google Drive API
Introduction to Google Drive APIJomar Tigcal
 
Droidcon 2013 accessible android apps sharma_google
Droidcon 2013 accessible android apps sharma_googleDroidcon 2013 accessible android apps sharma_google
Droidcon 2013 accessible android apps sharma_googleDroidcon Berlin
 
Tools and libraries for common problems (Early Draft)
Tools and libraries for common problems (Early Draft)Tools and libraries for common problems (Early Draft)
Tools and libraries for common problems (Early Draft)rc2209
 
Mobile Web App & Google Apps Script
Mobile Web App & Google Apps ScriptMobile Web App & Google Apps Script
Mobile Web App & Google Apps ScriptIdo Green
 
Mobile Web Rock
Mobile Web RockMobile Web Rock
Mobile Web RockIdo Green
 
You tube api overview
You tube api overviewYou tube api overview
You tube api overviewfirenze-gtug
 
Google Platform Overview (April 2014)
Google Platform Overview (April 2014)Google Platform Overview (April 2014)
Google Platform Overview (April 2014)Ido Green
 
Android accessibility till_kitkat_nov2013_andevcon
Android accessibility till_kitkat_nov2013_andevconAndroid accessibility till_kitkat_nov2013_andevcon
Android accessibility till_kitkat_nov2013_andevconsonia1sh
 
Hles 2021 Digital transformation - How to use digital tools to improve our ev...
Hles 2021 Digital transformation - How to use digital tools to improve our ev...Hles 2021 Digital transformation - How to use digital tools to improve our ev...
Hles 2021 Digital transformation - How to use digital tools to improve our ev...Henning Spjelkavik
 
Android accessibility 9th_april_droidcon
Android accessibility 9th_april_droidconAndroid accessibility 9th_april_droidcon
Android accessibility 9th_april_droidconsonia1sh
 
Focus sur les PWA par Loic de Saint-Andrieu de Google
Focus sur les PWA par Loic de Saint-Andrieu de GoogleFocus sur les PWA par Loic de Saint-Andrieu de Google
Focus sur les PWA par Loic de Saint-Andrieu de GoogleThiga
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform UpdateIdo Green
 
Google Associate Cloud Engineer Certification Tips
Google Associate Cloud Engineer Certification TipsGoogle Associate Cloud Engineer Certification Tips
Google Associate Cloud Engineer Certification TipsDaniel Zivkovic
 
Coding Google... you can do it!
Coding Google... you can do it!Coding Google... you can do it!
Coding Google... you can do it!wesley chun
 
WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)
WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)
WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)ivan so
 
Making money with android applications
Making money with android applicationsMaking money with android applications
Making money with android applicationssonia1sh
 
Google Chromebook for the Enterprise: Yeah or Meh?
Google Chromebook for the Enterprise: Yeah or Meh?Google Chromebook for the Enterprise: Yeah or Meh?
Google Chromebook for the Enterprise: Yeah or Meh?Ericom Software
 
Introduction google glass en - rev 20 - codemotion
Introduction google glass   en - rev 20 - codemotionIntroduction google glass   en - rev 20 - codemotion
Introduction google glass en - rev 20 - codemotionCodemotion
 

Similaire à YouTube Mobile Webapp: On the edge of Html5 (20)

Introduction to Google Drive API
Introduction to Google Drive APIIntroduction to Google Drive API
Introduction to Google Drive API
 
Frontend SPOF
Frontend SPOFFrontend SPOF
Frontend SPOF
 
Google Developers Overview Deck 2015
Google Developers Overview Deck 2015Google Developers Overview Deck 2015
Google Developers Overview Deck 2015
 
Droidcon 2013 accessible android apps sharma_google
Droidcon 2013 accessible android apps sharma_googleDroidcon 2013 accessible android apps sharma_google
Droidcon 2013 accessible android apps sharma_google
 
Tools and libraries for common problems (Early Draft)
Tools and libraries for common problems (Early Draft)Tools and libraries for common problems (Early Draft)
Tools and libraries for common problems (Early Draft)
 
Mobile Web App & Google Apps Script
Mobile Web App & Google Apps ScriptMobile Web App & Google Apps Script
Mobile Web App & Google Apps Script
 
Mobile Web Rock
Mobile Web RockMobile Web Rock
Mobile Web Rock
 
You tube api overview
You tube api overviewYou tube api overview
You tube api overview
 
Google Platform Overview (April 2014)
Google Platform Overview (April 2014)Google Platform Overview (April 2014)
Google Platform Overview (April 2014)
 
Android accessibility till_kitkat_nov2013_andevcon
Android accessibility till_kitkat_nov2013_andevconAndroid accessibility till_kitkat_nov2013_andevcon
Android accessibility till_kitkat_nov2013_andevcon
 
Hles 2021 Digital transformation - How to use digital tools to improve our ev...
Hles 2021 Digital transformation - How to use digital tools to improve our ev...Hles 2021 Digital transformation - How to use digital tools to improve our ev...
Hles 2021 Digital transformation - How to use digital tools to improve our ev...
 
Android accessibility 9th_april_droidcon
Android accessibility 9th_april_droidconAndroid accessibility 9th_april_droidcon
Android accessibility 9th_april_droidcon
 
Focus sur les PWA par Loic de Saint-Andrieu de Google
Focus sur les PWA par Loic de Saint-Andrieu de GoogleFocus sur les PWA par Loic de Saint-Andrieu de Google
Focus sur les PWA par Loic de Saint-Andrieu de Google
 
Google Cloud Platform Update
Google Cloud Platform UpdateGoogle Cloud Platform Update
Google Cloud Platform Update
 
Google Associate Cloud Engineer Certification Tips
Google Associate Cloud Engineer Certification TipsGoogle Associate Cloud Engineer Certification Tips
Google Associate Cloud Engineer Certification Tips
 
Coding Google... you can do it!
Coding Google... you can do it!Coding Google... you can do it!
Coding Google... you can do it!
 
WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)
WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)
WordPress 網上直播工作坊:如何從沒有編程知識直到建立一個網店 (廣東話)
 
Making money with android applications
Making money with android applicationsMaking money with android applications
Making money with android applications
 
Google Chromebook for the Enterprise: Yeah or Meh?
Google Chromebook for the Enterprise: Yeah or Meh?Google Chromebook for the Enterprise: Yeah or Meh?
Google Chromebook for the Enterprise: Yeah or Meh?
 
Introduction google glass en - rev 20 - codemotion
Introduction google glass   en - rev 20 - codemotionIntroduction google glass   en - rev 20 - codemotion
Introduction google glass en - rev 20 - codemotion
 

Plus de SMART DevNet

INTERNET.ORG CHALLENGE for AngelHack Manila Hackers
INTERNET.ORG CHALLENGE for AngelHack Manila HackersINTERNET.ORG CHALLENGE for AngelHack Manila Hackers
INTERNET.ORG CHALLENGE for AngelHack Manila HackersSMART DevNet
 
How to Install HERE SDK for ANDROID
How to Install HERE SDK for ANDROIDHow to Install HERE SDK for ANDROID
How to Install HERE SDK for ANDROIDSMART DevNet
 
#AngelHackMNL 2014 Bit pay challenge
#AngelHackMNL 2014 Bit pay challenge#AngelHackMNL 2014 Bit pay challenge
#AngelHackMNL 2014 Bit pay challengeSMART DevNet
 
AngelHack Manila 2014 Welcome Slides
AngelHack Manila 2014 Welcome SlidesAngelHack Manila 2014 Welcome Slides
AngelHack Manila 2014 Welcome SlidesSMART DevNet
 
Hackers Guidelines for AngelHack Manil 2014
Hackers Guidelines for AngelHack Manil 2014Hackers Guidelines for AngelHack Manil 2014
Hackers Guidelines for AngelHack Manil 2014SMART DevNet
 
AngelHack Manila 2014 - Pre-Event Slides
AngelHack Manila 2014 - Pre-Event SlidesAngelHack Manila 2014 - Pre-Event Slides
AngelHack Manila 2014 - Pre-Event SlidesSMART DevNet
 
Readysaster Hack - Opening Remarks
Readysaster Hack - Opening RemarksReadysaster Hack - Opening Remarks
Readysaster Hack - Opening RemarksSMART DevNet
 
SMART Devnet Lightning talk @ DevCon Summit 2013
SMART Devnet Lightning talk @ DevCon Summit 2013SMART Devnet Lightning talk @ DevCon Summit 2013
SMART Devnet Lightning talk @ DevCon Summit 2013SMART DevNet
 
AppHack Davao Welcome Slides
AppHack Davao Welcome SlidesAppHack Davao Welcome Slides
AppHack Davao Welcome SlidesSMART DevNet
 
Welcome remarks to SYNC:Music+Tech
Welcome remarks to SYNC:Music+TechWelcome remarks to SYNC:Music+Tech
Welcome remarks to SYNC:Music+TechSMART DevNet
 
AngelHack Manila 2013 Event Flow
AngelHack Manila 2013 Event FlowAngelHack Manila 2013 Event Flow
AngelHack Manila 2013 Event FlowSMART DevNet
 
Anson's Building Houserules
Anson's Building Houserules Anson's Building Houserules
Anson's Building Houserules SMART DevNet
 
AngelHack Manila Pre-Event Slides
AngelHack Manila Pre-Event SlidesAngelHack Manila Pre-Event Slides
AngelHack Manila Pre-Event SlidesSMART DevNet
 
SMART DevNet: The Elevator Pitch (Cebu Edition)
SMART DevNet: The Elevator Pitch (Cebu Edition)SMART DevNet: The Elevator Pitch (Cebu Edition)
SMART DevNet: The Elevator Pitch (Cebu Edition)SMART DevNet
 
Webgeek Keynote: Mobile Developers Rock!
Webgeek Keynote: Mobile Developers Rock!Webgeek Keynote: Mobile Developers Rock!
Webgeek Keynote: Mobile Developers Rock!SMART DevNet
 
Cross Platform HTML5 Mobile Development and the Firefox OS
Cross Platform HTML5 Mobile Development and the Firefox OSCross Platform HTML5 Mobile Development and the Firefox OS
Cross Platform HTML5 Mobile Development and the Firefox OSSMART DevNet
 
SMART DevNet: The Elevator Pitch
SMART DevNet: The Elevator PitchSMART DevNet: The Elevator Pitch
SMART DevNet: The Elevator PitchSMART DevNet
 
IdeaSpace-DLSU Presentation
IdeaSpace-DLSU PresentationIdeaSpace-DLSU Presentation
IdeaSpace-DLSU PresentationSMART DevNet
 
Smart DevNet presents: The Mobile Apps Ecosystem
Smart DevNet presents: The Mobile Apps EcosystemSmart DevNet presents: The Mobile Apps Ecosystem
Smart DevNet presents: The Mobile Apps EcosystemSMART DevNet
 

Plus de SMART DevNet (20)

INTERNET.ORG CHALLENGE for AngelHack Manila Hackers
INTERNET.ORG CHALLENGE for AngelHack Manila HackersINTERNET.ORG CHALLENGE for AngelHack Manila Hackers
INTERNET.ORG CHALLENGE for AngelHack Manila Hackers
 
How to Install HERE SDK for ANDROID
How to Install HERE SDK for ANDROIDHow to Install HERE SDK for ANDROID
How to Install HERE SDK for ANDROID
 
#AngelHackMNL 2014 Bit pay challenge
#AngelHackMNL 2014 Bit pay challenge#AngelHackMNL 2014 Bit pay challenge
#AngelHackMNL 2014 Bit pay challenge
 
AngelHack Manila 2014 Welcome Slides
AngelHack Manila 2014 Welcome SlidesAngelHack Manila 2014 Welcome Slides
AngelHack Manila 2014 Welcome Slides
 
Hackers Guidelines for AngelHack Manil 2014
Hackers Guidelines for AngelHack Manil 2014Hackers Guidelines for AngelHack Manil 2014
Hackers Guidelines for AngelHack Manil 2014
 
AngelHack Manila 2014 - Pre-Event Slides
AngelHack Manila 2014 - Pre-Event SlidesAngelHack Manila 2014 - Pre-Event Slides
AngelHack Manila 2014 - Pre-Event Slides
 
Readysaster Hack - Opening Remarks
Readysaster Hack - Opening RemarksReadysaster Hack - Opening Remarks
Readysaster Hack - Opening Remarks
 
20 phnet beyond
20 phnet beyond20 phnet beyond
20 phnet beyond
 
SMART Devnet Lightning talk @ DevCon Summit 2013
SMART Devnet Lightning talk @ DevCon Summit 2013SMART Devnet Lightning talk @ DevCon Summit 2013
SMART Devnet Lightning talk @ DevCon Summit 2013
 
AppHack Davao Welcome Slides
AppHack Davao Welcome SlidesAppHack Davao Welcome Slides
AppHack Davao Welcome Slides
 
Welcome remarks to SYNC:Music+Tech
Welcome remarks to SYNC:Music+TechWelcome remarks to SYNC:Music+Tech
Welcome remarks to SYNC:Music+Tech
 
AngelHack Manila 2013 Event Flow
AngelHack Manila 2013 Event FlowAngelHack Manila 2013 Event Flow
AngelHack Manila 2013 Event Flow
 
Anson's Building Houserules
Anson's Building Houserules Anson's Building Houserules
Anson's Building Houserules
 
AngelHack Manila Pre-Event Slides
AngelHack Manila Pre-Event SlidesAngelHack Manila Pre-Event Slides
AngelHack Manila Pre-Event Slides
 
SMART DevNet: The Elevator Pitch (Cebu Edition)
SMART DevNet: The Elevator Pitch (Cebu Edition)SMART DevNet: The Elevator Pitch (Cebu Edition)
SMART DevNet: The Elevator Pitch (Cebu Edition)
 
Webgeek Keynote: Mobile Developers Rock!
Webgeek Keynote: Mobile Developers Rock!Webgeek Keynote: Mobile Developers Rock!
Webgeek Keynote: Mobile Developers Rock!
 
Cross Platform HTML5 Mobile Development and the Firefox OS
Cross Platform HTML5 Mobile Development and the Firefox OSCross Platform HTML5 Mobile Development and the Firefox OS
Cross Platform HTML5 Mobile Development and the Firefox OS
 
SMART DevNet: The Elevator Pitch
SMART DevNet: The Elevator PitchSMART DevNet: The Elevator Pitch
SMART DevNet: The Elevator Pitch
 
IdeaSpace-DLSU Presentation
IdeaSpace-DLSU PresentationIdeaSpace-DLSU Presentation
IdeaSpace-DLSU Presentation
 
Smart DevNet presents: The Mobile Apps Ecosystem
Smart DevNet presents: The Mobile Apps EcosystemSmart DevNet presents: The Mobile Apps Ecosystem
Smart DevNet presents: The Mobile Apps Ecosystem
 

Dernier

Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 

Dernier (20)

Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
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...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 

YouTube Mobile Webapp: On the edge of Html5

  • 1. YouTube Mobile WebApp On the Edge of HTML5 Google Confidential and Proprietary Google Confidential and Proprietary
  • 2. Meet the HTML5 Webapps! Google Confidential and Proprietary
  • 3. Meet the HTML5 Webapps! but screenshots don't do it justice! m.youtube.com Google Confidential and Proprietary
  • 4. HTML5: YouTube is all about <video> ● Playback Options ○ Fullscreen Video Playback ○ Inline Playback experience ● Video Playback Events ○ timeupdate ○ play / pause / stop Google Confidential and Proprietary
  • 5. HTML5: Side Perks used ● LocalStorage ○ AJAX Cache ○ Persistent Settings ● Canvas ○ Lighter than images ○ Dynamic Backgrounds Google Confidential and Proprietary
  • 6. HTML5: Side Perks used ● Navigator Online Status ○ Detection whether on 3G or Wifi ○ Offline detection ● Touch Events ○ Faster than clicks ○ Mobile App-like interactions Google Confidential and Proprietary
  • 7. HTML5: Faster than a Website ● Hybrid Application Cache ○ No Internet needed to start ○ Internet access needed for everything else ○ Cut loading time by 40% ● Single-Page WebApp ○ No page loads ○ Limited by Javascript speed of the device Google Confidential and Proprietary
  • 8. Tools for the sane otherwise, we'll be all nuts... Google Confidential and Proprietary Google Confidential and Proprietary
  • 9. Large-Scale Javascript Development Google Closure ● Optionally Compiled + Obviously Minified Google Confidential and Proprietary
  • 10. Large-Scale Javascript Development Google Closure ● Optional Types and Static Compiler Checking ● Compiled in DOM Templating Google Confidential and Proprietary
  • 11. Large-Scale Javascript Development Google Closure ● CSS Name Mangling Google Confidential and Proprietary
  • 12. Debugging & Testing Flow 1. Google Chrome + Web Inspector 2. Safari 3. iOS Simulator + iWebInspector [important] 4. Devices ○ iPhone/iPad ○ Android Browser / Android Chrome Google Confidential and Proprietary
  • 13. HTML5 + CSS3: Interactions gets transitions ● CSS Transforms rotate skew translate Google Confidential and Proprietary
  • 14. HTML5 + CSS3: Interactions gets transitions ● CSS Transitions Google Confidential and Proprietary
  • 15. Why did we do it? If you had to pick between App vs WebApp Google Confidential and Proprietary Google Confidential and Proprietary
  • 16. All Depends: Pick WebApp When 1. Need to support as many platforms as possible. ○ The least common denominator 2. Super Snazzy not a real requirement. ○ CSS 3 is usually enough. 3. Access to Device via Toolkits (PhoneGap) 4. Some leeway on look and feel Google Confidential and Proprietary
  • 17. Challenge yourself! Coz fame and fortune doesn't come easy... Google Confidential and Proprietary Google Confidential and Proprietary
  • 18. We have awesome skills & ideas ● Work with Google Apps Script or Google Drive API ● Win Chromebooks or US$ 20,000. Google Confidential and Proprietary
  • 19. ● Compete with South East Asia region ● Build Apps in any of these Categories: a. Enterprise / Small Business Solutions b. Social / Personal Productivity / Games / Fun c. Education / Not for Profit / Water / Food & Hunger / Health Google Confidential and Proprietary
  • 20. ● If Bragging Rights ain't enough: ○ up to 30 SEA Semi-Finalists get: ■ Chromebooks ■ US$ 1,000 for Students ■ US$ 1,000 for Highlight Female Innovations ○ up to 3 SEA Winners get: ■ US$ 20,000 ■ + US$ 18,000 (for their Department) Google Confidential and Proprietary
  • 21. ● Links ○ http://developers.google.com/drive ○ http://developers.google.com/google-apps ○ http://developers.google.com/apps-script ○ http://script.google.com Google Confidential and Proprietary