SlideShare a Scribd company logo
jQuery Mobile!

Dutch Mobile Conference 2012!
           June 9!
Introduction!
•  Joris Graaumans!
•  Lecturer @ Fontys University of Applied
   Sciences!
•  Bachelor's program ICT & Media Design!
    –  web development!
    –  interaction & visual design!
    –  media strategy!
!
What	
  keeps	
  me	
  busy?	
  
Agenda	
  
•  Teaching	
  web	
  development	
  
•  What	
  is	
  jQuery	
  Mobile?	
  
•  jQuery	
  Mobile	
  Demo	
  
Teaching	
  Web	
  Development	
  
•    HTML	
  /	
  CSS	
  /	
  JavaScript	
  
•    PHP	
  /	
  Web	
  APIs	
  
•    Mobile	
  web	
  
•    Augmented	
  /	
  Virtual	
  Reality	
  
•    Flash	
  AcJonScript	
  3.0	
  
What is jQuery Mobile?
	
  
       "A	
  unified	
  user	
  interface	
  system	
  that	
  works	
  
       seamlessly	
  across	
  all	
  popular	
  mobile	
  device	
  
       pla4orms,	
  built	
  on	
  the	
  rock-­‐solid	
  jQuery	
  and	
  jQuery	
  
       UI	
  foundaJon."	
  
	
  
•  Started	
  in	
  August	
  2010	
  
•  Current	
  version:	
  1.1.0	
  –	
  April	
  13,	
  2012	
  
•  jquerymobile.com	
  

                                                                                    6	
  
Design	
  principles	
  
•  User	
  Interface	
  System	
  
   –  Mobile	
  Web	
  ApplicaJons	
  
   –  HTML5	
  based	
  
•  One	
  single	
  app	
  or	
  site	
  
   –  All	
  popular	
  mobile	
  device	
  plaorms	
  
   –  Tested	
  on	
  a	
  large	
  set	
  of	
  devices	
  and	
  plaorms	
  
Design	
  principles	
  
•  "Super	
  easy	
  to	
  use"	
  
    –  SemanJc	
  markup	
  
    –  Use	
  regular	
  HTML	
  with	
  data-­‐*	
  a^ributes	
  
•  Flexible	
  
    –  Themes	
  
    –  CSS	
  styles	
  
    –  ScripJng	
  
Examples ...!
jQuery	
  Mobile	
  Examples	
  
m.venraybloeit.nl/test	
  
cultuurbewust.nl	
  
All platforms?!
Test	
  setup	
  ...	
  
Cultuurbewust.nl	
  
test.bertvanelswijk.nl	
  
jQuery Mobile How To!
jQuery	
  How	
  To	
  
•  pages	
  
       –  content	
  
       –  header	
  
       –  footer	
  
•      list	
  views	
  
•      page	
  transiJons	
  
•      navigaJon	
  bars	
  
•      forms	
  
•      events	
  
	
  
index.html	
  
•  Simple	
  page	
  
•  Fixed	
  header	
  and	
  footer	
  
•  Theming	
  	
  
index2.html	
  
Typically	
  used	
  for	
  navigaJon	
  between	
  pages	
  
•  Basic	
  <ul>	
  and	
  <li>	
  elements	
  	
  
•  Listviews	
  
   –  data-­‐role="listview"	
  
   –  inset	
  appearance:	
  data-­‐inset="true"	
  
•  Listheaders	
  
   –  data-­‐divider-­‐theme	
  (on	
  the	
  <ul>	
  element)	
  
index3.html	
  
•  TransiJons	
  between	
  pages	
  
•  Links:	
  	
  <a href="#idOfThePage"> ... </a>!
•  Links	
  are	
  loaded	
  with	
  Ajax	
  by	
  JQM	
  
    –  page	
  transiJons	
  
•  Dialogs:	
  no	
  history	
  &	
  pop-­‐up	
  
•  Different	
  transiJon	
  types	
  (pop,	
  slide,	
  etc)	
  
index4.html	
  
•  NavigaJon	
  bar:	
  data-role="navbar"	
  
•  NavigaJon	
  bu^ons,	
  Go	
  back,	
  Go	
  Home	
  
•  Icons	
  
   –  data-­‐icon="home"	
  
   –  	
  data-­‐icon="arrow-­‐l"	
  
   –  data-­‐icon="plus"	
  
   –  data-­‐icon="back"	
  
   –  etc.	
  
index5.html	
  
•  Forms	
  
•  Use	
  regular	
  HTML5	
  Forms	
  
•  Improve	
  styling	
  
    –  data-­‐role="fieldcontain"	
  
•  Group	
  a	
  set	
  of	
  controls	
  
    –  data-­‐role="controlgroup"	
  
ScripJng	
  
•    Pageinit	
  /	
  pageshow	
  events	
  
•    Form	
  submit	
  
•    Page	
  transiJon	
  
•    index6.html	
  
LimitaJons	
  of	
  jQuery	
  Mobile	
  
•  Try	
  it	
  and	
  find	
  out	
  
•  Performance	
  
•  jQuery	
  Mobile	
  does	
  not	
  try	
  to	
  mimic	
  
    –  iOS	
  
    –  Android	
  
    –  Windows	
  	
  
•  NaJve	
  app?	
  
    –  Use	
  PhoneGap	
  as	
  a	
  wrapper.	
  
Conclusions	
  
•  jQuery	
  Mobile	
  is	
  super	
  easy	
  to	
  use	
  
    –  declaraJve	
  style	
  
    –  not	
  very	
  different	
  from	
  wriJng	
  regular	
  HTML	
  
•  Builds	
  on	
  HTML	
  /	
  JQuery	
  /	
  jQuery	
  UI	
  
•  Go	
  and	
  give	
  it	
  a	
  try!	
  
References	
  
•  h^p://jquerymobile.com/demos/1.1.0/docs/
   about/gemng-­‐started.html	
  

•  h^p://jquerymobile.com/themeroller/	
  

•  Tool	
  for	
  a	
  quick	
  GUI	
  setup:	
  h^p://codiqa.com/	
  
Please	
  fill	
  in	
  this	
  survey	
  




                           h^p://Jnyurl.com/appuex	
  
Contact	
  
•  j.graaumans@fontys.nl	
  
•  @JorisGraaumans	
  

More Related Content

What's hot (15)

jQuery for Drupal
jQuery for DrupaljQuery for Drupal
jQuery for Drupal
jhamiltoorion
 
Responsive Design Overview for UB CIT
Responsive Design Overview for UB CITResponsive Design Overview for UB CIT
Responsive Design Overview for UB CIT
Adrian Roselli
 
Web Accessibility - A feature you can build
Web Accessibility - A feature you can buildWeb Accessibility - A feature you can build
Web Accessibility - A feature you can build
Monika Piotrowicz
 
Specialisation 1-jquery-basics
Specialisation 1-jquery-basicsSpecialisation 1-jquery-basics
Specialisation 1-jquery-basics
Darren Woodiwiss
 
Front End Web Development Basics
Front End Web Development BasicsFront End Web Development Basics
Front End Web Development Basics
Tahir Shahzad
 
Accessibility - A feature you can build
Accessibility - A feature you can buildAccessibility - A feature you can build
Accessibility - A feature you can build
Monika Piotrowicz
 
CSS for Mobile
CSS for MobileCSS for Mobile
CSS for Mobile
Daniel Ryan
 
Inclusive design 24 (gaad)
Inclusive design 24 (gaad)Inclusive design 24 (gaad)
Inclusive design 24 (gaad)
Mike Gifford
 
What is jQuery?
What is jQuery?What is jQuery?
What is jQuery?
tina3reese7
 
Coding - iPhone Frameworks for Museum Tours
Coding - iPhone Frameworks for Museum ToursCoding - iPhone Frameworks for Museum Tours
Coding - iPhone Frameworks for Museum Tours
Chris Alexander
 
Intro to jQuery for Drupal
Intro to jQuery for DrupalIntro to jQuery for Drupal
Intro to jQuery for Drupal
jhamiltoorion
 
Web Standards and Accessibility
Web Standards and AccessibilityWeb Standards and Accessibility
Web Standards and Accessibility
Karl Dawson
 
Find your path in the web industry
Find your path in the web industryFind your path in the web industry
Find your path in the web industry
Jon Thomas
 
Front end-design and best practices
Front end-design and best practicesFront end-design and best practices
Front end-design and best practices
Mario Hernandez
 
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile FrameworkBuilding a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
St. Petersburg College
 
Responsive Design Overview for UB CIT
Responsive Design Overview for UB CITResponsive Design Overview for UB CIT
Responsive Design Overview for UB CIT
Adrian Roselli
 
Web Accessibility - A feature you can build
Web Accessibility - A feature you can buildWeb Accessibility - A feature you can build
Web Accessibility - A feature you can build
Monika Piotrowicz
 
Specialisation 1-jquery-basics
Specialisation 1-jquery-basicsSpecialisation 1-jquery-basics
Specialisation 1-jquery-basics
Darren Woodiwiss
 
Front End Web Development Basics
Front End Web Development BasicsFront End Web Development Basics
Front End Web Development Basics
Tahir Shahzad
 
Accessibility - A feature you can build
Accessibility - A feature you can buildAccessibility - A feature you can build
Accessibility - A feature you can build
Monika Piotrowicz
 
Inclusive design 24 (gaad)
Inclusive design 24 (gaad)Inclusive design 24 (gaad)
Inclusive design 24 (gaad)
Mike Gifford
 
Coding - iPhone Frameworks for Museum Tours
Coding - iPhone Frameworks for Museum ToursCoding - iPhone Frameworks for Museum Tours
Coding - iPhone Frameworks for Museum Tours
Chris Alexander
 
Intro to jQuery for Drupal
Intro to jQuery for DrupalIntro to jQuery for Drupal
Intro to jQuery for Drupal
jhamiltoorion
 
Web Standards and Accessibility
Web Standards and AccessibilityWeb Standards and Accessibility
Web Standards and Accessibility
Karl Dawson
 
Find your path in the web industry
Find your path in the web industryFind your path in the web industry
Find your path in the web industry
Jon Thomas
 
Front end-design and best practices
Front end-design and best practicesFront end-design and best practices
Front end-design and best practices
Mario Hernandez
 
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile FrameworkBuilding a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
Building a Simple Mobile-optimized Web App Using the jQuery Mobile Framework
St. Petersburg College
 

Viewers also liked (6)

OSCON 2011 - Building An Application On The SugarCRM Platform
OSCON 2011 - Building An Application On The SugarCRM PlatformOSCON 2011 - Building An Application On The SugarCRM Platform
OSCON 2011 - Building An Application On The SugarCRM Platform
John Mertic
 
Creating An Integrated Social Media Strategy
Creating An Integrated Social Media StrategyCreating An Integrated Social Media Strategy
Creating An Integrated Social Media Strategy
pholbrook
 
Creating An Integrated Social Media Strategy
Creating An Integrated Social Media StrategyCreating An Integrated Social Media Strategy
Creating An Integrated Social Media Strategy
pholbrook
 
Social media integration #phpnw11
Social media integration #phpnw11Social media integration #phpnw11
Social media integration #phpnw11
Matthew Kellett
 
Powering your website with realtime data
Powering your website with realtime dataPowering your website with realtime data
Powering your website with realtime data
becoded
 
Social media integration
Social media integrationSocial media integration
Social media integration
Steven Van Belleghem
 
OSCON 2011 - Building An Application On The SugarCRM Platform
OSCON 2011 - Building An Application On The SugarCRM PlatformOSCON 2011 - Building An Application On The SugarCRM Platform
OSCON 2011 - Building An Application On The SugarCRM Platform
John Mertic
 
Creating An Integrated Social Media Strategy
Creating An Integrated Social Media StrategyCreating An Integrated Social Media Strategy
Creating An Integrated Social Media Strategy
pholbrook
 
Creating An Integrated Social Media Strategy
Creating An Integrated Social Media StrategyCreating An Integrated Social Media Strategy
Creating An Integrated Social Media Strategy
pholbrook
 
Social media integration #phpnw11
Social media integration #phpnw11Social media integration #phpnw11
Social media integration #phpnw11
Matthew Kellett
 
Powering your website with realtime data
Powering your website with realtime dataPowering your website with realtime data
Powering your website with realtime data
becoded
 

Similar to jQuery Mobile Introduction (20)

Responsive Web Design - Tom Robertshaw
Responsive Web Design - Tom RobertshawResponsive Web Design - Tom Robertshaw
Responsive Web Design - Tom Robertshaw
Meet Magento Spain
 
Multi screen HTML5
Multi screen HTML5Multi screen HTML5
Multi screen HTML5
Ron Reiter
 
Toutch Jquery Mobile
Toutch Jquery MobileToutch Jquery Mobile
Toutch Jquery Mobile
Jinlong He
 
Beginning jQuery Mobile
Beginning jQuery MobileBeginning jQuery Mobile
Beginning jQuery Mobile
Troy Miles
 
TOC Workshop 2013
TOC Workshop 2013TOC Workshop 2013
TOC Workshop 2013
Haig Armen
 
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
Jeremy Likness
 
Intro to Front-End Web Devlopment
Intro to Front-End Web DevlopmentIntro to Front-End Web Devlopment
Intro to Front-End Web Devlopment
damonras
 
Producing a mobile presence. Timeline: Yesterday...
Producing a mobile presence. Timeline: Yesterday...Producing a mobile presence. Timeline: Yesterday...
Producing a mobile presence. Timeline: Yesterday...
Nick DeNardis
 
Cross Platform Mobile Development
Cross Platform Mobile DevelopmentCross Platform Mobile Development
Cross Platform Mobile Development
Manesh Lad
 
Getting Started with Mobile Websites if You Don't Know Code
Getting Started with Mobile Websites if You Don't Know CodeGetting Started with Mobile Websites if You Don't Know Code
Getting Started with Mobile Websites if You Don't Know Code
Carli Spina
 
JQuery mobile
JQuery mobileJQuery mobile
JQuery mobile
Gary Yeh
 
Going mobile
Going mobileGoing mobile
Going mobile
KenticoCMS
 
Going mobile
Going mobileGoing mobile
Going mobile
KenticoCMS
 
Rise of the responsive single page application
Rise of the responsive single page applicationRise of the responsive single page application
Rise of the responsive single page application
Oren Shatken
 
A Smooth Transition to HTML5
A Smooth Transition to HTML5A Smooth Transition to HTML5
A Smooth Transition to HTML5
Chris Bannon
 
Creating Large-Scale Responsive Websites
Creating Large-Scale Responsive WebsitesCreating Large-Scale Responsive Websites
Creating Large-Scale Responsive Websites
Keith Doyle
 
Sai Sharan_UI_Resume
Sai Sharan_UI_ResumeSai Sharan_UI_Resume
Sai Sharan_UI_Resume
Sai Sharan Madisetty
 
Going Mobile with HTML5
Going Mobile with HTML5Going Mobile with HTML5
Going Mobile with HTML5
John Reiser
 
Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011
Nuxeo
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
Chris Morrell
 
Responsive Web Design - Tom Robertshaw
Responsive Web Design - Tom RobertshawResponsive Web Design - Tom Robertshaw
Responsive Web Design - Tom Robertshaw
Meet Magento Spain
 
Multi screen HTML5
Multi screen HTML5Multi screen HTML5
Multi screen HTML5
Ron Reiter
 
Toutch Jquery Mobile
Toutch Jquery MobileToutch Jquery Mobile
Toutch Jquery Mobile
Jinlong He
 
Beginning jQuery Mobile
Beginning jQuery MobileBeginning jQuery Mobile
Beginning jQuery Mobile
Troy Miles
 
TOC Workshop 2013
TOC Workshop 2013TOC Workshop 2013
TOC Workshop 2013
Haig Armen
 
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
Wintellect - Devscovery - Enterprise JavaScript Development 2 of 2
Jeremy Likness
 
Intro to Front-End Web Devlopment
Intro to Front-End Web DevlopmentIntro to Front-End Web Devlopment
Intro to Front-End Web Devlopment
damonras
 
Producing a mobile presence. Timeline: Yesterday...
Producing a mobile presence. Timeline: Yesterday...Producing a mobile presence. Timeline: Yesterday...
Producing a mobile presence. Timeline: Yesterday...
Nick DeNardis
 
Cross Platform Mobile Development
Cross Platform Mobile DevelopmentCross Platform Mobile Development
Cross Platform Mobile Development
Manesh Lad
 
Getting Started with Mobile Websites if You Don't Know Code
Getting Started with Mobile Websites if You Don't Know CodeGetting Started with Mobile Websites if You Don't Know Code
Getting Started with Mobile Websites if You Don't Know Code
Carli Spina
 
JQuery mobile
JQuery mobileJQuery mobile
JQuery mobile
Gary Yeh
 
Rise of the responsive single page application
Rise of the responsive single page applicationRise of the responsive single page application
Rise of the responsive single page application
Oren Shatken
 
A Smooth Transition to HTML5
A Smooth Transition to HTML5A Smooth Transition to HTML5
A Smooth Transition to HTML5
Chris Bannon
 
Creating Large-Scale Responsive Websites
Creating Large-Scale Responsive WebsitesCreating Large-Scale Responsive Websites
Creating Large-Scale Responsive Websites
Keith Doyle
 
Going Mobile with HTML5
Going Mobile with HTML5Going Mobile with HTML5
Going Mobile with HTML5
John Reiser
 
Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011Mobile ECM with JavaScript - JSE 2011
Mobile ECM with JavaScript - JSE 2011
Nuxeo
 
Mobile App Development
Mobile App DevelopmentMobile App Development
Mobile App Development
Chris Morrell
 

Recently uploaded (20)

The Changing Compliance Landscape in 2025.pdf
The Changing Compliance Landscape in 2025.pdfThe Changing Compliance Landscape in 2025.pdf
The Changing Compliance Landscape in 2025.pdf
Precisely
 
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
James Anderson
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Does Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should KnowDoes Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should Know
Pornify CC
 
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
BookNet Canada
 
AI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdfAI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdf
Precisely
 
Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...
BookNet Canada
 
Build With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdfBuild With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdf
Google Developer Group - Harare
 
AI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of DocumentsAI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of Documents
UiPathCommunity
 
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of ExchangesJignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah Innovator
 
Bepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firmBepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firm
Benard76
 
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier VroomAI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
UXPA Boston
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
CSUC - Consorci de Serveis Universitaris de Catalunya
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptxDevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
Justin Reock
 
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Markus Eisele
 
Agentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community MeetupAgentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community Meetup
Manoj Batra (1600 + Connections)
 
Q1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor PresentationQ1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor Presentation
Dropbox
 
The Changing Compliance Landscape in 2025.pdf
The Changing Compliance Landscape in 2025.pdfThe Changing Compliance Landscape in 2025.pdf
The Changing Compliance Landscape in 2025.pdf
Precisely
 
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
James Anderson
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Does Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should KnowDoes Pornify Allow NSFW? Everything You Should Know
Does Pornify Allow NSFW? Everything You Should Know
Pornify CC
 
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...Canadian book publishing: Insights from the latest salary survey - Tech Forum...
Canadian book publishing: Insights from the latest salary survey - Tech Forum...
BookNet Canada
 
AI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdfAI You Can Trust: The Critical Role of Governance and Quality.pdf
AI You Can Trust: The Critical Role of Governance and Quality.pdf
Precisely
 
Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...Transcript: Canadian book publishing: Insights from the latest salary survey ...
Transcript: Canadian book publishing: Insights from the latest salary survey ...
BookNet Canada
 
AI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of DocumentsAI Agents at Work: UiPath, Maestro & the Future of Documents
AI Agents at Work: UiPath, Maestro & the Future of Documents
UiPathCommunity
 
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of ExchangesJignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah - The Innovator and Czar of Exchanges
Jignesh Shah Innovator
 
Bepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firmBepents tech services - a premier cybersecurity consulting firm
Bepents tech services - a premier cybersecurity consulting firm
Benard76
 
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier VroomAI x Accessibility UXPA by Stew Smith and Olivier Vroom
AI x Accessibility UXPA by Stew Smith and Olivier Vroom
UXPA Boston
 
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025Zilliz Cloud Monthly Technical Review: May 2025
Zilliz Cloud Monthly Technical Review: May 2025
Zilliz
 
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent LasterAI 3-in-1: Agents, RAG, and Local Models - Brent Laster
AI 3-in-1: Agents, RAG, and Local Models - Brent Laster
All Things Open
 
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptxSmart Investments Leveraging Agentic AI for Real Estate Success.pptx
Smart Investments Leveraging Agentic AI for Real Estate Success.pptx
Seasia Infotech
 
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptxDevOpsDays SLC - Platform Engineers are Product Managers.pptx
DevOpsDays SLC - Platform Engineers are Product Managers.pptx
Justin Reock
 
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Enterprise Integration Is Dead! Long Live AI-Driven Integration with Apache C...
Markus Eisele
 
Q1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor PresentationQ1 2025 Dropbox Earnings and Investor Presentation
Q1 2025 Dropbox Earnings and Investor Presentation
Dropbox
 

jQuery Mobile Introduction

  • 1. jQuery Mobile! Dutch Mobile Conference 2012! June 9!
  • 2. Introduction! •  Joris Graaumans! •  Lecturer @ Fontys University of Applied Sciences! •  Bachelor's program ICT & Media Design! –  web development! –  interaction & visual design! –  media strategy! !
  • 3. What  keeps  me  busy?  
  • 4. Agenda   •  Teaching  web  development   •  What  is  jQuery  Mobile?   •  jQuery  Mobile  Demo  
  • 5. Teaching  Web  Development   •  HTML  /  CSS  /  JavaScript   •  PHP  /  Web  APIs   •  Mobile  web   •  Augmented  /  Virtual  Reality   •  Flash  AcJonScript  3.0  
  • 6. What is jQuery Mobile?   "A  unified  user  interface  system  that  works   seamlessly  across  all  popular  mobile  device   pla4orms,  built  on  the  rock-­‐solid  jQuery  and  jQuery   UI  foundaJon."     •  Started  in  August  2010   •  Current  version:  1.1.0  –  April  13,  2012   •  jquerymobile.com   6  
  • 7. Design  principles   •  User  Interface  System   –  Mobile  Web  ApplicaJons   –  HTML5  based   •  One  single  app  or  site   –  All  popular  mobile  device  plaorms   –  Tested  on  a  large  set  of  devices  and  plaorms  
  • 8. Design  principles   •  "Super  easy  to  use"   –  SemanJc  markup   –  Use  regular  HTML  with  data-­‐*  a^ributes   •  Flexible   –  Themes   –  CSS  styles   –  ScripJng  
  • 18. jQuery  How  To   •  pages   –  content   –  header   –  footer   •  list  views   •  page  transiJons   •  navigaJon  bars   •  forms   •  events    
  • 19. index.html   •  Simple  page   •  Fixed  header  and  footer   •  Theming    
  • 20. index2.html   Typically  used  for  navigaJon  between  pages   •  Basic  <ul>  and  <li>  elements     •  Listviews   –  data-­‐role="listview"   –  inset  appearance:  data-­‐inset="true"   •  Listheaders   –  data-­‐divider-­‐theme  (on  the  <ul>  element)  
  • 21. index3.html   •  TransiJons  between  pages   •  Links:    <a href="#idOfThePage"> ... </a>! •  Links  are  loaded  with  Ajax  by  JQM   –  page  transiJons   •  Dialogs:  no  history  &  pop-­‐up   •  Different  transiJon  types  (pop,  slide,  etc)  
  • 22. index4.html   •  NavigaJon  bar:  data-role="navbar"   •  NavigaJon  bu^ons,  Go  back,  Go  Home   •  Icons   –  data-­‐icon="home"   –   data-­‐icon="arrow-­‐l"   –  data-­‐icon="plus"   –  data-­‐icon="back"   –  etc.  
  • 23. index5.html   •  Forms   •  Use  regular  HTML5  Forms   •  Improve  styling   –  data-­‐role="fieldcontain"   •  Group  a  set  of  controls   –  data-­‐role="controlgroup"  
  • 24. ScripJng   •  Pageinit  /  pageshow  events   •  Form  submit   •  Page  transiJon   •  index6.html  
  • 25. LimitaJons  of  jQuery  Mobile   •  Try  it  and  find  out   •  Performance   •  jQuery  Mobile  does  not  try  to  mimic   –  iOS   –  Android   –  Windows     •  NaJve  app?   –  Use  PhoneGap  as  a  wrapper.  
  • 26. Conclusions   •  jQuery  Mobile  is  super  easy  to  use   –  declaraJve  style   –  not  very  different  from  wriJng  regular  HTML   •  Builds  on  HTML  /  JQuery  /  jQuery  UI   •  Go  and  give  it  a  try!  
  • 27. References   •  h^p://jquerymobile.com/demos/1.1.0/docs/ about/gemng-­‐started.html   •  h^p://jquerymobile.com/themeroller/   •  Tool  for  a  quick  GUI  setup:  h^p://codiqa.com/  
  • 28. Please  fill  in  this  survey   h^p://Jnyurl.com/appuex  
  • 29. Contact   •  [email protected]   •  @JorisGraaumans