SlideShare a Scribd company logo
Andreas Bjärlestam2011-05-25
Web vs AppsReferral traffic is lost with AppsGoogle does not index AppsCustomers are already going to the websiteCross deviceApps are in the hands of platform vendors
FrameworksFrameworksFrameworks
For building mobile applications with web technologyFor building mobile friendly websitesSencha TouchjQuery Mobiledojox.mobileSproutCorejQTouch
FeaturesHTML5 basedProgressive enhancementWorks in less capable browsers but with limited featuresAccessibilityDesigned to work with screen readersWAI-ARIA
jQuery means JavaScript right?
Well… not in this casejQuery-mobile development is mostly about markup
Pages
Mobile web with jQuery Mobile
Simple page example<div data-role="page" id="home">  <div data-role="header">    <h1>Page header</h1>  </div>  <div data-role="content">    <h3>Hi!</h3>    <p>This is a simple page made with jquery mobile</p>  </div>  <div data-role="footer">    <h4>Page Footer</h4>  </div></div>
Page navigation
UI elementsList viewsCheckboxesButtonsSlidersPopup menusDialogs
<form action="form.php" method="post"><label for="slider">Slider: </label>    <input type="number" data-type="range”name="slider" id="slider" min="40" max="80" value="50"/>    <label for="q">Search: </label>    <input data-type="search" name="q" id="q"/>    <fieldset data-role="controlgroup">      <legend>Choose many:</legend>      <input type="checkbox" name="checkbox-1" id="checkbox-1" />      <label for="checkbox-1">Option 1</label>      <input type="checkbox" name="checkbox-2" id="checkbox-2" />      <label for="checkbox-2">Option 2</label>      <input type="checkbox" name="checkbox-3" id="checkbox-3" />      <label for="checkbox-3">Option 3</label>    </fieldset>    <label for=”switch">Flip switch:</label>    <select name=”switch" id=”switch" data-role="slider">      <option value="off">Off</option>      <option value="on">On</option>    </select> </form>
Page transitionsSlideFadePopFlipSlide upSlide down
How are these nice effects done?
CSS transformsGPU acceleratedCompact code = efficientCurrently only implemented for webkit
 .flip {    -webkit-animation-name: flipinfromleft;    -webkit-animation-timing-function: ease-in-out;    -webkit-animation-duration: 2s;}  @-webkit-keyframesflipinfromleft{      from { -webkit-transform: rotateY(180deg); }to { -webkit-transform: rotateY(0); }  }
Howcan we handleall these phones?
Progressive Enhancement
Mobile web with jQuery Mobile
Performance in the mobile environment
Bandwidth vs Latency
BandwidthLatencysource: http://www.belshe.com/2010/05/24/more-bandwidth-doesnt-matter-much/
Latency is bad for wireless
Reduce roundtrips to fight latency
How does jQuery Mobile handle this?
How jQuery fights LatencyGradients and shadows with CSS3No background-images to loadImage icons in css-spriteAnd…
Remember WAP and WML?The Card Deck
jQuery mobile supports multiple pages in a single html document
JavaScript Event-listenerstapswipetapholdswipeleftswiperightorientationchangescrollstartscrollstop
Events - examples$('#tapMe').tap(function(e) {alert('tap!' ); });$('#home').swipeleft(function(e) {alert('swipe left!' ); });
ThemingObject oriented CSSSimilar to jQuery-UICSS3 to minify footprintRounded cornersShadowsGradientsColor “swatches”A theme includes several color schemes that can be applied on different content
data-theme=“b”data-theme=“a”data-theme=“e”
Andreas Bjärlestammailto:andreas@bjarlestam.comhttp://twitter.com/bjarlestam
Attributionhttp://www.flickr.com/photos/brdavids/2699221787http://www.slideshare.net/bryanrieger/rethinking-the-mobile-web-by-yiibuhttp://www.belshe.com/2010/05/24/more-bandwidth-doesnt-matter-much

More Related Content

PPT
Html5: What is it?
PPTX
Using HTML5 and CSS3 today
PPT
Ajax
PPTX
jQuery SUG Group Introduction
PPT
HTML5 Overview
PPT
Html5 Overview
PPT
Ajax ons2
PPT
jQuery Mobile
Html5: What is it?
Using HTML5 and CSS3 today
Ajax
jQuery SUG Group Introduction
HTML5 Overview
Html5 Overview
Ajax ons2
jQuery Mobile

What's hot (20)

PPTX
Developer Grade SEO - part II
PPTX
Render v Rank SEO for JavaScript - SEMPDX EngagePDX 2019
PPT
Taking Advantage of Client Side / JavsScript Templates in Rich Internet Appli...
PPT
HTML5 with examples
PPTX
PPTX
HTML5 for Rich User Experience
PPTX
J Query Presentation
DOCX
Clave blanca
PDF
Microformats HTML to API
PPTX
Papers Please! A Non-Dystopian Look at Modern Authentication - Sam Bellen - D...
PPT
HTML Introduction
PDF
A non dystopian look at modern authentication - Devops Days Tel Aviv
PPTX
Technical Foundations of Successful Internationalization - SMX Munich
ODP
Optimizing Drupal for Mobile Devices
TXT
Yeni Metin Belgesi (3)
PDF
Findability Bliss Through Web Standards
PPTX
Brighton SEO July 2021 How JavaScript is preventing you from passing Core W...
PPT
Flex For Flash Developers Ff 2006 Final
PPT
SEO Structures by Yavor Milchev
Developer Grade SEO - part II
Render v Rank SEO for JavaScript - SEMPDX EngagePDX 2019
Taking Advantage of Client Side / JavsScript Templates in Rich Internet Appli...
HTML5 with examples
HTML5 for Rich User Experience
J Query Presentation
Clave blanca
Microformats HTML to API
Papers Please! A Non-Dystopian Look at Modern Authentication - Sam Bellen - D...
HTML Introduction
A non dystopian look at modern authentication - Devops Days Tel Aviv
Technical Foundations of Successful Internationalization - SMX Munich
Optimizing Drupal for Mobile Devices
Yeni Metin Belgesi (3)
Findability Bliss Through Web Standards
Brighton SEO July 2021 How JavaScript is preventing you from passing Core W...
Flex For Flash Developers Ff 2006 Final
SEO Structures by Yavor Milchev
Ad

Similar to Mobile web with jQuery Mobile (20)

PPT
Responsive web design & mobile web development - a technical and business app...
PPT
Skill Session - Web Multi Device
PPTX
Jquery mobile
PPTX
jQuery Mobile
PDF
Responsive Web Design and touch devices
PPTX
jQuery Mobile
PPTX
Jquery Mobile
PDF
jQuery Mobile and JavaScript
KEY
Js On Mobile Devices
PDF
Mobile web apps
PPTX
J query mobile tech talk
PPTX
Introduction to j query mobile framework
PPT
From jQuery to App Store in 30 Minutes
PDF
Pablo Villalba -
PPTX
jQuery Mobile
PPTX
10 Things To Make You a Great Mobile Web Developer
PPTX
10 Things To Make You a Great Mobile Web Developer
PPTX
10 things to make you a Great Mobile Web Developer
PDF
Mat Marquis - JQuery Mobile
PDF
Cm i padwebdev_lunch_learn
Responsive web design & mobile web development - a technical and business app...
Skill Session - Web Multi Device
Jquery mobile
jQuery Mobile
Responsive Web Design and touch devices
jQuery Mobile
Jquery Mobile
jQuery Mobile and JavaScript
Js On Mobile Devices
Mobile web apps
J query mobile tech talk
Introduction to j query mobile framework
From jQuery to App Store in 30 Minutes
Pablo Villalba -
jQuery Mobile
10 Things To Make You a Great Mobile Web Developer
10 Things To Make You a Great Mobile Web Developer
10 things to make you a Great Mobile Web Developer
Mat Marquis - JQuery Mobile
Cm i padwebdev_lunch_learn
Ad

More from Andreas Bjärlestam (7)

PDF
Climate compensate with a pull request (2).pdf
PPTX
Agile performance testing
PPTX
SPDY - or maybe HTTP2.0
PPT
Introduction to JAX-RS
Climate compensate with a pull request (2).pdf
Agile performance testing
SPDY - or maybe HTTP2.0
Introduction to JAX-RS

Recently uploaded (20)

PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Cloud computing and distributed systems.
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Encapsulation theory and applications.pdf
PDF
Machine learning based COVID-19 study performance prediction
Agricultural_Statistics_at_a_Glance_2022_0.pdf
MIND Revenue Release Quarter 2 2025 Press Release
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
The AUB Centre for AI in Media Proposal.docx
Mobile App Security Testing_ A Comprehensive Guide.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
NewMind AI Weekly Chronicles - August'25 Week I
Understanding_Digital_Forensics_Presentation.pptx
MYSQL Presentation for SQL database connectivity
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Programs and apps: productivity, graphics, security and other tools
Cloud computing and distributed systems.
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
20250228 LYD VKU AI Blended-Learning.pptx
Encapsulation theory and applications.pdf
Machine learning based COVID-19 study performance prediction

Mobile web with jQuery Mobile