SlideShare una empresa de Scribd logo
1 de 38
Descargar para leer sin conexión
How to
make
(more)
money
on the
web?
Dec 2015
Google Confidential and Proprietary
Mobile browser traffic is 2X bigger than app traffic
Source: VB Sep 2015
Images: Morgan Stanley
And growing faster!
How do
you nail
Forms?
Image Credit: https://www.flickr.
com/photos/russell_darnell/5547532092
Every page in
commerce is
trying to
convert.
+Ido Green
@greenido
ido-green.appspot.com
Forms
in
General
How
Design efficient
form
eCommerce
Autofill rocks!
Next
Gold Elements!
How?!
Take
advantage of
the device
Tell the user
WHY
● Use existing data to
pre-populate fields
● Ensure forms are
auto-fillable by
browsers
● Show users how far
along they are
● Don’t break the
“back” button
Provide visual
calendars when
selecting dates
How to
choose
the best
input
type?
HTML5 input types
url emailTel
More types: https://goo.gl/i0vY1M
Offer suggestions during input with datalist
Live example: codepen.io/greenido/pen/ZbPWOa
<label for="frmFavChocolate">Type of Chocolate</label>
<input type="text" name="fav-choc" id="frmChocolate"
list="chocType">
<datalist id="chocType">
<option value="white">
<option value="milk">
<option value="dark">
</datalist>
(!) The datalist values are provided as suggestions. Users are not restricted to the suggestions provided.
Optimize text
entry
Let the
browser help
you on-board
users
Dropdowns Should be the UI of Last Resort
Luke Wroblewski - http://goo.gl/7ZmQ4J
Better password form fields
More: https://aerotwist.com/blog/better-password-form-fields/
Label and Name Inputs
More: auto-complete-attribute-will-improve-your-profit
● Use labels on form
inputs, and make them
visible.
● Use placeholders to
provide guidance.
<label for="frmAddressS">Address</label>
<input type="text" name="ship-address"
required id="frmAddressS"
placeholder="123 Any Street"
autocomplete="shipping street-address">
Label and Name Inputs
Leverage the browser’s ability to Autofill
the form
a. Use established name's for
elements
b. Include the autocomplete
attribute.
More: auto-complete-attribute-will-improve-your-profit
Provide real-time validation
Leverage the browser's built-in validation attributes like:
● pattern - <input type="text" pattern="^d{5,6}(?:[-s]d{4})?$" ...>
● required - <input type="text" required pattern= "^...$" ...>
● min / max - <input type="number" min="1" max="13" step="0.5" ...>
More: codepen.io/greenido/pen/XmpgBr
Provide real-time validation
● Use JavaScript and the
Constraints Validation API
for complex validation.
● manage focus when
validation fails.
● Autocorrect when you can!
Provide real-time validation
● Show validation errors in
real time: bit.ly/form-
validation
● If the user tries to submit
an invalid form, show all
fields they need to fix.
eCommerce
Google Confidential and Proprietary
Mobile browser traffic is 2X bigger than app traffic
Google Confidential and Proprietary
Source: VB Sep 2015
Images: Morgan Stanley
And growing faster!
Google Confidential and Proprietary
94%
of users look to
take commercial
action via the
mobile web
Reach more users looking to spend money
Source: Google/Ipsos 2014
use
autocomplete
types
30% increase in form fill speed
when using Autofill
(*Chrome usage data)
Optimize for
Autofill
More: https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill
25% increase
in form
submissions
when autofill
enabled!
30% increase
in form fill
speed when
using Autofill
*Chrome usage data
TL;DR
Optimize for
Autofill
Use
Autocomplete
More: https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill
4x Increase
in
conversion
66-93% of
Mobile
Commerce
Mobile
Optimized
sites
*Flurry & Business Insider *Forbes - goo.gl/pIbSlz
Forms are the ‘gatekeeper’ for anything (=signup, payment, information etc’)
The Future?!
Web
Components
Web Components - Save you leg work!
● Custom elements can bake in best practices, cutting down
on boilerplate and missed opportunities
● Polymer has built a dedicated set of ECommerce
elements, a.k.a. “Gold Elements” which you can use in
any application
● Live Example
github.com/notwaldorf/polymer-gold-elements-demo
<gold-cc-input name=”cc”></gold-cc-input>
<label for="frmCCNum">Card Number</label>
<input name="cc" id="frmCCNum"
autocomplete="cc-number">
Functionally
equivalent
<gold-cc-input name=”cc” error-message=”Try again” auto-validate></gold-cc-input>
● Built-in support for auto-fill
● Auto-validation attributes
● Display card types
● Custom error messages
Resources
25 Principles
goo.gl/5MbvDK
Resources
bit.ly/pagespeedinsights
bit.ly/mobilefriendlytest
developers.google.com/web/
Ido Green
@greenido
+GreenIdo
ido-green.appspot.com
Thank
you!

Más contenido relacionado

La actualidad más candente

Slides from FIPP (global magazine association) webinar on 2016 mobile report
Slides from FIPP (global magazine association) webinar on 2016 mobile reportSlides from FIPP (global magazine association) webinar on 2016 mobile report
Slides from FIPP (global magazine association) webinar on 2016 mobile reportJohnny Ryan
 
Why You Should Be In The Mobile Apps Business!
Why You Should Be In The Mobile Apps Business!Why You Should Be In The Mobile Apps Business!
Why You Should Be In The Mobile Apps Business!Bobby Wan
 
3 th mobile leadership program mobile assets
3 th mobile leadership program   mobile assets3 th mobile leadership program   mobile assets
3 th mobile leadership program mobile assetsRein Mahatma
 
So you want to build an app
So you want to build an appSo you want to build an app
So you want to build an appRyan Allen
 
Mobile Trends, Strategy &amp; Sites 2012 - DGA
Mobile Trends, Strategy &amp; Sites 2012 - DGAMobile Trends, Strategy &amp; Sites 2012 - DGA
Mobile Trends, Strategy &amp; Sites 2012 - DGADanielle Leitch
 
Competitive analysis for mobile apps.pptx
Competitive analysis for mobile apps.pptxCompetitive analysis for mobile apps.pptx
Competitive analysis for mobile apps.pptxComboApp, Inc
 
I Google Gadgets For Marketers
I Google Gadgets For MarketersI Google Gadgets For Marketers
I Google Gadgets For MarketersQuirk
 
Agile and data driven product development oleh Dhiku VP Product KMK Online
Agile and data driven product development oleh Dhiku VP Product KMK OnlineAgile and data driven product development oleh Dhiku VP Product KMK Online
Agile and data driven product development oleh Dhiku VP Product KMK OnlineRein Mahatma
 
Top 10 Trends in Mobile Apps Ecosystem: India in 2015
Top 10 Trends in Mobile Apps Ecosystem: India in 2015Top 10 Trends in Mobile Apps Ecosystem: India in 2015
Top 10 Trends in Mobile Apps Ecosystem: India in 2015Deepak Abbot
 
Everything you Need to Know about Tablet Advertising
Everything you Need to Know about Tablet AdvertisingEverything you Need to Know about Tablet Advertising
Everything you Need to Know about Tablet AdvertisingCrisp Media
 
Growth Hacking Mobile App
Growth Hacking Mobile AppGrowth Hacking Mobile App
Growth Hacking Mobile AppEmpatika
 
Once You Track, You Never Go Back: Becoming a Success Story on Facebook
Once You Track, You Never Go Back: Becoming a Success Story on FacebookOnce You Track, You Never Go Back: Becoming a Success Story on Facebook
Once You Track, You Never Go Back: Becoming a Success Story on FacebookForestView
 
What users want from mobile - Equation Research - July 2011
What users want from mobile  - Equation Research - July 2011What users want from mobile  - Equation Research - July 2011
What users want from mobile - Equation Research - July 2011Romain Fonnier
 
Mobile SEO Updates for websites & apps
Mobile SEO Updates for websites & appsMobile SEO Updates for websites & apps
Mobile SEO Updates for websites & appsMonica Samuel
 
How to Develop an App? 6 Ways to Do It Right
How to Develop an App? 6 Ways to Do It RightHow to Develop an App? 6 Ways to Do It Right
How to Develop an App? 6 Ways to Do It RightSamyak Online Services
 
How to Acquire Mobile Users using Facebook by Stephanie Shum
How to Acquire Mobile Users using Facebook by Stephanie Shum How to Acquire Mobile Users using Facebook by Stephanie Shum
How to Acquire Mobile Users using Facebook by Stephanie Shum Edith Yeung
 
Mobile growth #RARRA - @thomasbcn at TheFamily Berlin
Mobile growth #RARRA - @thomasbcn at TheFamily BerlinMobile growth #RARRA - @thomasbcn at TheFamily Berlin
Mobile growth #RARRA - @thomasbcn at TheFamily BerlinThomasBCN
 
Digital advertising – enriching experiences with Progressive Web Apps
Digital advertising – enriching experiences with Progressive  Web AppsDigital advertising – enriching experiences with Progressive  Web Apps
Digital advertising – enriching experiences with Progressive Web AppsDcrypt Digital
 
The Business Value of APIs - "Bringing the world together via APIs at Eventbr...
The Business Value of APIs - "Bringing the world together via APIs at Eventbr...The Business Value of APIs - "Bringing the world together via APIs at Eventbr...
The Business Value of APIs - "Bringing the world together via APIs at Eventbr...Renaud Visage
 

La actualidad más candente (19)

Slides from FIPP (global magazine association) webinar on 2016 mobile report
Slides from FIPP (global magazine association) webinar on 2016 mobile reportSlides from FIPP (global magazine association) webinar on 2016 mobile report
Slides from FIPP (global magazine association) webinar on 2016 mobile report
 
Why You Should Be In The Mobile Apps Business!
Why You Should Be In The Mobile Apps Business!Why You Should Be In The Mobile Apps Business!
Why You Should Be In The Mobile Apps Business!
 
3 th mobile leadership program mobile assets
3 th mobile leadership program   mobile assets3 th mobile leadership program   mobile assets
3 th mobile leadership program mobile assets
 
So you want to build an app
So you want to build an appSo you want to build an app
So you want to build an app
 
Mobile Trends, Strategy &amp; Sites 2012 - DGA
Mobile Trends, Strategy &amp; Sites 2012 - DGAMobile Trends, Strategy &amp; Sites 2012 - DGA
Mobile Trends, Strategy &amp; Sites 2012 - DGA
 
Competitive analysis for mobile apps.pptx
Competitive analysis for mobile apps.pptxCompetitive analysis for mobile apps.pptx
Competitive analysis for mobile apps.pptx
 
I Google Gadgets For Marketers
I Google Gadgets For MarketersI Google Gadgets For Marketers
I Google Gadgets For Marketers
 
Agile and data driven product development oleh Dhiku VP Product KMK Online
Agile and data driven product development oleh Dhiku VP Product KMK OnlineAgile and data driven product development oleh Dhiku VP Product KMK Online
Agile and data driven product development oleh Dhiku VP Product KMK Online
 
Top 10 Trends in Mobile Apps Ecosystem: India in 2015
Top 10 Trends in Mobile Apps Ecosystem: India in 2015Top 10 Trends in Mobile Apps Ecosystem: India in 2015
Top 10 Trends in Mobile Apps Ecosystem: India in 2015
 
Everything you Need to Know about Tablet Advertising
Everything you Need to Know about Tablet AdvertisingEverything you Need to Know about Tablet Advertising
Everything you Need to Know about Tablet Advertising
 
Growth Hacking Mobile App
Growth Hacking Mobile AppGrowth Hacking Mobile App
Growth Hacking Mobile App
 
Once You Track, You Never Go Back: Becoming a Success Story on Facebook
Once You Track, You Never Go Back: Becoming a Success Story on FacebookOnce You Track, You Never Go Back: Becoming a Success Story on Facebook
Once You Track, You Never Go Back: Becoming a Success Story on Facebook
 
What users want from mobile - Equation Research - July 2011
What users want from mobile  - Equation Research - July 2011What users want from mobile  - Equation Research - July 2011
What users want from mobile - Equation Research - July 2011
 
Mobile SEO Updates for websites & apps
Mobile SEO Updates for websites & appsMobile SEO Updates for websites & apps
Mobile SEO Updates for websites & apps
 
How to Develop an App? 6 Ways to Do It Right
How to Develop an App? 6 Ways to Do It RightHow to Develop an App? 6 Ways to Do It Right
How to Develop an App? 6 Ways to Do It Right
 
How to Acquire Mobile Users using Facebook by Stephanie Shum
How to Acquire Mobile Users using Facebook by Stephanie Shum How to Acquire Mobile Users using Facebook by Stephanie Shum
How to Acquire Mobile Users using Facebook by Stephanie Shum
 
Mobile growth #RARRA - @thomasbcn at TheFamily Berlin
Mobile growth #RARRA - @thomasbcn at TheFamily BerlinMobile growth #RARRA - @thomasbcn at TheFamily Berlin
Mobile growth #RARRA - @thomasbcn at TheFamily Berlin
 
Digital advertising – enriching experiences with Progressive Web Apps
Digital advertising – enriching experiences with Progressive  Web AppsDigital advertising – enriching experiences with Progressive  Web Apps
Digital advertising – enriching experiences with Progressive Web Apps
 
The Business Value of APIs - "Bringing the world together via APIs at Eventbr...
The Business Value of APIs - "Bringing the world together via APIs at Eventbr...The Business Value of APIs - "Bringing the world together via APIs at Eventbr...
The Business Value of APIs - "Bringing the world together via APIs at Eventbr...
 

Destacado

Startups Best Practices
Startups Best PracticesStartups Best Practices
Startups Best PracticesIdo Green
 
Building a Progressive Web App
Building a  Progressive Web AppBuilding a  Progressive Web App
Building a Progressive Web AppIdo Green
 
What a Long, Strange Trip it Is
What a Long, Strange Trip it IsWhat a Long, Strange Trip it Is
What a Long, Strange Trip it IsVanessa Sabino
 
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013Francesco Baruffi
 
Disability Income Protection: A Step-by-Step Guide
Disability Income Protection: A Step-by-Step GuideDisability Income Protection: A Step-by-Step Guide
Disability Income Protection: A Step-by-Step GuideDougIngram
 
Presentazione del Tecnopolo di Modena presso Unione Terre di Castelli
Presentazione del Tecnopolo di Modena presso Unione Terre di CastelliPresentazione del Tecnopolo di Modena presso Unione Terre di Castelli
Presentazione del Tecnopolo di Modena presso Unione Terre di CastelliFrancesco Baruffi
 
Add virt-network-rhel7-kvm
Add virt-network-rhel7-kvmAdd virt-network-rhel7-kvm
Add virt-network-rhel7-kvmAlaa Hega
 
Web并发模型粗浅探讨
Web并发模型粗浅探讨Web并发模型粗浅探讨
Web并发模型粗浅探讨Robbin Fan
 
Future Success Web 2 Overview
Future Success Web 2 OverviewFuture Success Web 2 Overview
Future Success Web 2 Overviewpapin0
 
Cymphonix Launches iPhone App and New Version of Network Composer Software
Cymphonix Launches iPhone App and New Version of Network Composer SoftwareCymphonix Launches iPhone App and New Version of Network Composer Software
Cymphonix Launches iPhone App and New Version of Network Composer SoftwareJulie Tangen
 
Innova day motorsporttech_eng_b
Innova day motorsporttech_eng_bInnova day motorsporttech_eng_b
Innova day motorsporttech_eng_bFrancesco Baruffi
 
liceo paola cs
liceo paola csliceo paola cs
liceo paola csgueroz4
 
Draft presentazione innova_day
Draft presentazione innova_dayDraft presentazione innova_day
Draft presentazione innova_dayFrancesco Baruffi
 
Come fare un Pitch a Innova Day
Come fare un Pitch a Innova DayCome fare un Pitch a Innova Day
Come fare un Pitch a Innova DayFrancesco Baruffi
 

Destacado (20)

Startups Best Practices
Startups Best PracticesStartups Best Practices
Startups Best Practices
 
Building a Progressive Web App
Building a  Progressive Web AppBuilding a  Progressive Web App
Building a Progressive Web App
 
What a Long, Strange Trip it Is
What a Long, Strange Trip it IsWhat a Long, Strange Trip it Is
What a Long, Strange Trip it Is
 
Vision
VisionVision
Vision
 
PHOTOGRAPHY
PHOTOGRAPHYPHOTOGRAPHY
PHOTOGRAPHY
 
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013Innova day 5^ ed   Nanotech - Biomed - Biotech 18 Oct. 2013
Innova day 5^ ed Nanotech - Biomed - Biotech 18 Oct. 2013
 
Temple romà
Temple romàTemple romà
Temple romà
 
Disability Income Protection: A Step-by-Step Guide
Disability Income Protection: A Step-by-Step GuideDisability Income Protection: A Step-by-Step Guide
Disability Income Protection: A Step-by-Step Guide
 
Sony Xperia V LT25i
Sony Xperia V LT25iSony Xperia V LT25i
Sony Xperia V LT25i
 
Presentazione del Tecnopolo di Modena presso Unione Terre di Castelli
Presentazione del Tecnopolo di Modena presso Unione Terre di CastelliPresentazione del Tecnopolo di Modena presso Unione Terre di Castelli
Presentazione del Tecnopolo di Modena presso Unione Terre di Castelli
 
Add virt-network-rhel7-kvm
Add virt-network-rhel7-kvmAdd virt-network-rhel7-kvm
Add virt-network-rhel7-kvm
 
Web并发模型粗浅探讨
Web并发模型粗浅探讨Web并发模型粗浅探讨
Web并发模型粗浅探讨
 
Future Success Web 2 Overview
Future Success Web 2 OverviewFuture Success Web 2 Overview
Future Success Web 2 Overview
 
Debt Taxes
Debt TaxesDebt Taxes
Debt Taxes
 
Cymphonix Launches iPhone App and New Version of Network Composer Software
Cymphonix Launches iPhone App and New Version of Network Composer SoftwareCymphonix Launches iPhone App and New Version of Network Composer Software
Cymphonix Launches iPhone App and New Version of Network Composer Software
 
Innova day motorsporttech_eng_b
Innova day motorsporttech_eng_bInnova day motorsporttech_eng_b
Innova day motorsporttech_eng_b
 
liceo paola cs
liceo paola csliceo paola cs
liceo paola cs
 
Draft presentazione innova_day
Draft presentazione innova_dayDraft presentazione innova_day
Draft presentazione innova_day
 
Startup_10_Mosse_140215
Startup_10_Mosse_140215Startup_10_Mosse_140215
Startup_10_Mosse_140215
 
Come fare un Pitch a Innova Day
Come fare un Pitch a Innova DayCome fare un Pitch a Innova Day
Come fare un Pitch a Innova Day
 

Similar a How to make (more) money on the web?

BlueSnap Digital Summit 2019 Seattle
BlueSnap Digital Summit 2019 SeattleBlueSnap Digital Summit 2019 Seattle
BlueSnap Digital Summit 2019 SeattleKimberly Rowell
 
WordCamp London 2019 - Content monetisation platforms with WordPress
WordCamp London 2019 - Content monetisation platforms with WordPressWordCamp London 2019 - Content monetisation platforms with WordPress
WordCamp London 2019 - Content monetisation platforms with WordPressAngry Creative (UK)
 
Ensure Your Mobile Channels Generate Revenue on Holiday Peak Days
Ensure Your Mobile Channels Generate Revenue on Holiday Peak DaysEnsure Your Mobile Channels Generate Revenue on Holiday Peak Days
Ensure Your Mobile Channels Generate Revenue on Holiday Peak DaysBitbar
 
TBLA 2015 - Team Steelions
TBLA 2015 - Team SteelionsTBLA 2015 - Team Steelions
TBLA 2015 - Team SteelionsAmbarish Ambuj
 
Web Marketing Week1
Web Marketing Week1Web Marketing Week1
Web Marketing Week1cghb1210
 
New Technologies to Watch 2014
New Technologies to Watch 2014New Technologies to Watch 2014
New Technologies to Watch 2014Dawn Yankeelov
 
Data driven mobile UX - UX insight 2017, uxinsight.nl
Data driven mobile UX -  UX insight 2017, uxinsight.nlData driven mobile UX -  UX insight 2017, uxinsight.nl
Data driven mobile UX - UX insight 2017, uxinsight.nlJorden Lentze
 
Data analytic for mobile app development
Data analytic for mobile app developmentData analytic for mobile app development
Data analytic for mobile app developmentTrieu Nguyen
 
Data Analytics for Mobile App Development
Data Analytics for Mobile App DevelopmentData Analytics for Mobile App Development
Data Analytics for Mobile App DevelopmentBarcamp Saigon
 
Why Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your websiteWhy Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your websiteJason Grigsby
 
iFlyMobi Product Demonstration: Easily Build Mobile Websites
iFlyMobi Product Demonstration: Easily Build Mobile WebsitesiFlyMobi Product Demonstration: Easily Build Mobile Websites
iFlyMobi Product Demonstration: Easily Build Mobile WebsitesinterlinkONE
 
How digital marketing analytics is changing in 2015
How digital marketing analytics is changing in 2015 How digital marketing analytics is changing in 2015
How digital marketing analytics is changing in 2015 Edureka!
 
Ten Reasons for Companies to Use Mobile
Ten Reasons for Companies to Use MobileTen Reasons for Companies to Use Mobile
Ten Reasons for Companies to Use MobileAcquisio
 
Why Mobile Is The Future Of Customer Engagement
Why Mobile Is The Future Of Customer EngagementWhy Mobile Is The Future Of Customer Engagement
Why Mobile Is The Future Of Customer Engagementcandylabs
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass HowestEvelien De Mey
 
Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015
Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015
Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015Click Consult (Part of Ceuta Group)
 
10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms
10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms
10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms4Point Solutions
 
From AMP to PWA
From AMP to PWAFrom AMP to PWA
From AMP to PWAIdo Green
 
Optimize Your Business Results: A look into Site Conversion Optimization & Di...
Optimize Your Business Results: A look into Site Conversion Optimization & Di...Optimize Your Business Results: A look into Site Conversion Optimization & Di...
Optimize Your Business Results: A look into Site Conversion Optimization & Di...Cemal Buyukgokcesu
 

Similar a How to make (more) money on the web? (20)

Web forms the right way
Web forms the right wayWeb forms the right way
Web forms the right way
 
BlueSnap Digital Summit 2019 Seattle
BlueSnap Digital Summit 2019 SeattleBlueSnap Digital Summit 2019 Seattle
BlueSnap Digital Summit 2019 Seattle
 
WordCamp London 2019 - Content monetisation platforms with WordPress
WordCamp London 2019 - Content monetisation platforms with WordPressWordCamp London 2019 - Content monetisation platforms with WordPress
WordCamp London 2019 - Content monetisation platforms with WordPress
 
Ensure Your Mobile Channels Generate Revenue on Holiday Peak Days
Ensure Your Mobile Channels Generate Revenue on Holiday Peak DaysEnsure Your Mobile Channels Generate Revenue on Holiday Peak Days
Ensure Your Mobile Channels Generate Revenue on Holiday Peak Days
 
TBLA 2015 - Team Steelions
TBLA 2015 - Team SteelionsTBLA 2015 - Team Steelions
TBLA 2015 - Team Steelions
 
Web Marketing Week1
Web Marketing Week1Web Marketing Week1
Web Marketing Week1
 
New Technologies to Watch 2014
New Technologies to Watch 2014New Technologies to Watch 2014
New Technologies to Watch 2014
 
Data driven mobile UX - UX insight 2017, uxinsight.nl
Data driven mobile UX -  UX insight 2017, uxinsight.nlData driven mobile UX -  UX insight 2017, uxinsight.nl
Data driven mobile UX - UX insight 2017, uxinsight.nl
 
Data analytic for mobile app development
Data analytic for mobile app developmentData analytic for mobile app development
Data analytic for mobile app development
 
Data Analytics for Mobile App Development
Data Analytics for Mobile App DevelopmentData Analytics for Mobile App Development
Data Analytics for Mobile App Development
 
Why Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your websiteWhy Progressive Web Apps will transform your website
Why Progressive Web Apps will transform your website
 
iFlyMobi Product Demonstration: Easily Build Mobile Websites
iFlyMobi Product Demonstration: Easily Build Mobile WebsitesiFlyMobi Product Demonstration: Easily Build Mobile Websites
iFlyMobi Product Demonstration: Easily Build Mobile Websites
 
How digital marketing analytics is changing in 2015
How digital marketing analytics is changing in 2015 How digital marketing analytics is changing in 2015
How digital marketing analytics is changing in 2015
 
Ten Reasons for Companies to Use Mobile
Ten Reasons for Companies to Use MobileTen Reasons for Companies to Use Mobile
Ten Reasons for Companies to Use Mobile
 
Why Mobile Is The Future Of Customer Engagement
Why Mobile Is The Future Of Customer EngagementWhy Mobile Is The Future Of Customer Engagement
Why Mobile Is The Future Of Customer Engagement
 
Web analytics masterclass Howest
Web analytics masterclass HowestWeb analytics masterclass Howest
Web analytics masterclass Howest
 
Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015
Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015
Understanding The Mobile SEO Opportunity | Benchmark Search Conference 2015
 
10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms
10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms
10 reasons to upgrade from Adobe LiveCycle to Adobe Experience Manager Forms
 
From AMP to PWA
From AMP to PWAFrom AMP to PWA
From AMP to PWA
 
Optimize Your Business Results: A look into Site Conversion Optimization & Di...
Optimize Your Business Results: A look into Site Conversion Optimization & Di...Optimize Your Business Results: A look into Site Conversion Optimization & Di...
Optimize Your Business Results: A look into Site Conversion Optimization & Di...
 

Más de Ido Green

How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta Ido Green
 
Crypto 101 and a bit more [Sep-2022]
Crypto 101 and a bit more [Sep-2022]Crypto 101 and a bit more [Sep-2022]
Crypto 101 and a bit more [Sep-2022]Ido Green
 
The Future of Continuous Software Updates Is Here
The Future of Continuous Software Updates Is HereThe Future of Continuous Software Updates Is Here
The Future of Continuous Software Updates Is HereIdo Green
 
Open Source & DevOps Market trends - Open Core Summit
Open Source & DevOps Market trends - Open Core SummitOpen Source & DevOps Market trends - Open Core Summit
Open Source & DevOps Market trends - Open Core SummitIdo Green
 
DevOps as a competitive advantage
DevOps as a competitive advantageDevOps as a competitive advantage
DevOps as a competitive advantageIdo Green
 
Data Driven DevOps & Technologies (swampUP 2019 keynote)
Data Driven DevOps & Technologies (swampUP 2019 keynote)Data Driven DevOps & Technologies (swampUP 2019 keynote)
Data Driven DevOps & Technologies (swampUP 2019 keynote)Ido Green
 
Create An Amazing Apps For The Google Assistant!
Create An Amazing Apps For The Google Assistant!Create An Amazing Apps For The Google Assistant!
Create An Amazing Apps For The Google Assistant!Ido Green
 
Google Assistant - Why? How?
Google Assistant - Why? How?Google Assistant - Why? How?
Google Assistant - Why? How?Ido Green
 
The Google Assistant - Macro View (October 2017)
The Google Assistant - Macro View (October 2017)The Google Assistant - Macro View (October 2017)
The Google Assistant - Macro View (October 2017)Ido Green
 
Actions On Google - GDD Europe 2017
Actions On Google - GDD Europe 2017Actions On Google - GDD Europe 2017
Actions On Google - GDD Europe 2017Ido Green
 
Building conversational experiences with Actions on Google
Building conversational experiences with Actions on GoogleBuilding conversational experiences with Actions on Google
Building conversational experiences with Actions on GoogleIdo Green
 
Actions On Google - How? Why?
Actions On Google - How? Why?Actions On Google - How? Why?
Actions On Google - How? Why?Ido Green
 
Progressive Web Apps For Startups
Progressive Web Apps For StartupsProgressive Web Apps For Startups
Progressive Web Apps For StartupsIdo Green
 
How To Grow Your User Base?
How To Grow Your User Base?How To Grow Your User Base?
How To Grow Your User Base?Ido Green
 
Amp Overview #YGLF 2016
Amp Overview #YGLF 2016Amp Overview #YGLF 2016
Amp Overview #YGLF 2016Ido Green
 
AMP - Accelerated Mobile Pages
AMP - Accelerated Mobile PagesAMP - Accelerated Mobile Pages
AMP - Accelerated Mobile PagesIdo Green
 
Google Innovation 101
Google Innovation 101Google Innovation 101
Google Innovation 101Ido Green
 
סטארטאפ - איך? כמה? ולמה
סטארטאפ - איך? כמה? ולמהסטארטאפ - איך? כמה? ולמה
סטארטאפ - איך? כמה? ולמהIdo Green
 
איך להתחיל סטארטאפ 2016
איך להתחיל סטארטאפ 2016איך להתחיל סטארטאפ 2016
איך להתחיל סטארטאפ 2016Ido Green
 

Más de Ido Green (20)

How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta How to get things done - Lessons from Yahoo, Google, Netflix and Meta
How to get things done - Lessons from Yahoo, Google, Netflix and Meta
 
Crypto 101 and a bit more [Sep-2022]
Crypto 101 and a bit more [Sep-2022]Crypto 101 and a bit more [Sep-2022]
Crypto 101 and a bit more [Sep-2022]
 
The Future of Continuous Software Updates Is Here
The Future of Continuous Software Updates Is HereThe Future of Continuous Software Updates Is Here
The Future of Continuous Software Updates Is Here
 
Open Source & DevOps Market trends - Open Core Summit
Open Source & DevOps Market trends - Open Core SummitOpen Source & DevOps Market trends - Open Core Summit
Open Source & DevOps Market trends - Open Core Summit
 
DevOps as a competitive advantage
DevOps as a competitive advantageDevOps as a competitive advantage
DevOps as a competitive advantage
 
Data Driven DevOps & Technologies (swampUP 2019 keynote)
Data Driven DevOps & Technologies (swampUP 2019 keynote)Data Driven DevOps & Technologies (swampUP 2019 keynote)
Data Driven DevOps & Technologies (swampUP 2019 keynote)
 
Create An Amazing Apps For The Google Assistant!
Create An Amazing Apps For The Google Assistant!Create An Amazing Apps For The Google Assistant!
Create An Amazing Apps For The Google Assistant!
 
VUI Design
VUI DesignVUI Design
VUI Design
 
Google Assistant - Why? How?
Google Assistant - Why? How?Google Assistant - Why? How?
Google Assistant - Why? How?
 
The Google Assistant - Macro View (October 2017)
The Google Assistant - Macro View (October 2017)The Google Assistant - Macro View (October 2017)
The Google Assistant - Macro View (October 2017)
 
Actions On Google - GDD Europe 2017
Actions On Google - GDD Europe 2017Actions On Google - GDD Europe 2017
Actions On Google - GDD Europe 2017
 
Building conversational experiences with Actions on Google
Building conversational experiences with Actions on GoogleBuilding conversational experiences with Actions on Google
Building conversational experiences with Actions on Google
 
Actions On Google - How? Why?
Actions On Google - How? Why?Actions On Google - How? Why?
Actions On Google - How? Why?
 
Progressive Web Apps For Startups
Progressive Web Apps For StartupsProgressive Web Apps For Startups
Progressive Web Apps For Startups
 
How To Grow Your User Base?
How To Grow Your User Base?How To Grow Your User Base?
How To Grow Your User Base?
 
Amp Overview #YGLF 2016
Amp Overview #YGLF 2016Amp Overview #YGLF 2016
Amp Overview #YGLF 2016
 
AMP - Accelerated Mobile Pages
AMP - Accelerated Mobile PagesAMP - Accelerated Mobile Pages
AMP - Accelerated Mobile Pages
 
Google Innovation 101
Google Innovation 101Google Innovation 101
Google Innovation 101
 
סטארטאפ - איך? כמה? ולמה
סטארטאפ - איך? כמה? ולמהסטארטאפ - איך? כמה? ולמה
סטארטאפ - איך? כמה? ולמה
 
איך להתחיל סטארטאפ 2016
איך להתחיל סטארטאפ 2016איך להתחיל סטארטאפ 2016
איך להתחיל סטארטאפ 2016
 

Último

A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 

How to make (more) money on the web?