SlideShare una empresa de Scribd logo
1 de 30
TM




             Touch & Mobile Friendly
            Websites with jQuery Mobile




                              Brett Adler
                      FieldSync Mobile Solutions
                      www.FieldSyncMobile.com
3/16/2013                                          1
TM




 What is jQuery Mobile?

 An open-source framework that makes building
     touch-friendly sites quicker and easier.

                 A single JavaScript file (.js)
            A single Cascading Style Sheet (.css)



3/16/2013                                           2
TM




 Core Features/Benefits
• Broad cross browser support
• Touch-friendly user interface
• Themable and customizable
• AJAX navigation
• Animated transitions
• Events & Methods
• Open source
• Based on jQuery and jQuery UI
• Lightweight

3/16/2013                         3
TM




 Example – FieldSync App




3/16/2013        source: www.FieldSyncMobile.com   4
TM




 Example – Boise Valley Tech




3/16/2013        source: www.BoiseValleyTech.com   5
TM




 Example – Beacon Guides




3/16/2013        source: www.BeaconGuides.com   6
TM




 Examples




3/16/2013        source: www.jqmgallery.com   7
TM




 Examples




3/16/2013        source: www.jqmgallery.com   8
TM




 Getting Started
Simply add this to the <head> of your HTML page and you’re ready to start using it…

<!– jQuery Mobile CSS -->
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />

<!– jQuery -->
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>

<!– jQuery Mobile JavaScript -->
<script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>




(you can also download the files and host them locally)


3/16/2013                                                                                     9
TM




 Minimal Markup For Mobile/Touch
Step #1: Define Type     Step #2: Set Attributes

data-role = “listview”   data-theme = “b”
data-role = “button”     data-inset = “true”
data-role = “navbar”     data-iconpos = “bottom”
data-role = “popup”      data-icon = “delete”
etc....                  etc…



3/16/2013                                          10
TM




 Minimal Markup




3/16/2013         11
TM




 Minimal Markup




3/16/2013         12
TM




 Header Bars




3/16/2013        13
TM




 Navigation Bars




3/16/2013          14
TM




 Buttons




3/16/2013        15
TM




 Lists




3/16/2013        16
TM




 Forms




3/16/2013        17
TM




 Accordions




3/16/2013        18
TM




 Side Panel




3/16/2013        19
TM




 Responsive Tables




3/16/2013            20
TM




 Responsive Grids




3/16/2013           21
TM




 Search with Autocomplete




3/16/2013                   22
TM




 Popups




3/16/2013        23
TM




 Photo Lightbox




3/16/2013         24
TM




 Themable




3/16/2013        25
TM




 Events
jQuery Mobile provides a variety of events to help with development.

•     Tap / Taphold
•     Swipe / Swipe Left / Swipe Right
•     Mouse Over / Mouse Up / Mouse Down
•     Orientation Change
•     Scroll Start / Scroll Stop
•     Page Hide / Page Show
•     Page Load / Page Before Load / Page Load Failed
•     Page Change / Page Before Change / Page Change Failed
•     Page Create / Page Before Create / Page Init


3/16/2013                                                              26
TM




 Event Examples
Before the Page is Created                             After the Page Shows
$("#Home").live( 'pagebeforecreate',function(event){   $("#Home").live( 'pageshow',function(event){

      var html = „<ul id=“participantList”                   showStatus(„Loading…‟);
                   data-role=“listview”></ul>‟;
                                                             var dataSet = getData();
      $(„#Home‟).html(html);                                 var listElements = „‟;

});                                                          $.each( dataSet, function(index, row) {
                                                                 listElements += „<li>‟ + row.title + „</li>‟;
                                                             });

                                                             $(„#participantList‟).html(listElements ).listview(„refresh‟);

                                                             hideStatus();

                                                       });




3/16/2013                                                                                                                     27
TM




 Event Examples
Swipes & Taps
$(“#Home").bind("swiperight",function(){
    $.mobile.changePage("participant_info.html“, {transition: ”fade”});
});

$(“#Home").bind("swiperight",function(){
    $.mobile.changePage(“logs.html“, {transition: ”slide”});
});

$(“#Home").bind(“tap",function(){
    $.mobile.changePage(“participant_info.html“, {transition: ”slideup”});
});

$(“#Home").bind(“taphold",function(){
    $.mobile.changePage(“logs.html“, {transition: ”none”});
});


3/16/2013                                                                    28
TM




 Resources
• www.jQueryMobile.com
• api.jquerymobile.com
• view.jquerymobile.com/1.3.0




3/16/2013                       29
TM




                               Brett Adler
                               Software Developer

                               Work
                               Brett.Adler@FieldSyncMobile.com
                               www.FieldSyncMobile.com

                               Personal
                               Brett@BeaconGuides.com
                               www.BeaconGuides.com

 Get this presentation:

 http://slidesha.re/111jfw5

 http://www.slideshare.net/BrettAdler1/touchmobile-websites-with-jquery-mobile-boise-code-camp-2013


3/16/2013                                                                                             30

Más contenido relacionado

Destacado

Inf.artritler (fazlası için www.tipfakultesi.org)
Inf.artritler (fazlası için www.tipfakultesi.org)Inf.artritler (fazlası için www.tipfakultesi.org)
Inf.artritler (fazlası için www.tipfakultesi.org)www.tipfakultesi. org
 
02 meme ide
02 meme ide02 meme ide
02 meme idememeapps
 
Forschergruppe Klostermedizin (English)
Forschergruppe Klostermedizin (English)Forschergruppe Klostermedizin (English)
Forschergruppe Klostermedizin (English)Tobias Niedenthal
 
Group Web Presentation: Week 10
Group Web Presentation: Week 10Group Web Presentation: Week 10
Group Web Presentation: Week 10Tarou
 
인터넷마케팅 과제
인터넷마케팅 과제인터넷마케팅 과제
인터넷마케팅 과제hyunjung89
 
Scholarly crew story book survey results
Scholarly crew story book survey resultsScholarly crew story book survey results
Scholarly crew story book survey resultsXiaofangZhang
 
Mfv ren ch.4
Mfv ren ch.4Mfv ren ch.4
Mfv ren ch.465swiss
 
Equilibrio, la solucion a la crisis
Equilibrio, la solucion a la crisisEquilibrio, la solucion a la crisis
Equilibrio, la solucion a la crisisCarlota de Dios
 
21,5” LED Widescreen WVA (I2276)
21,5” LED Widescreen WVA (I2276)21,5” LED Widescreen WVA (I2276)
21,5” LED Widescreen WVA (I2276)AOC do Brasil
 
3 proj plan notes
3 proj plan notes3 proj plan notes
3 proj plan notesTony
 
Ficha de leitura - Joana Priscila
Ficha de leitura - Joana PriscilaFicha de leitura - Joana Priscila
Ficha de leitura - Joana Priscila12º A Golegã
 
Actividad semana santa
Actividad semana santaActividad semana santa
Actividad semana santaDaniel0017
 

Destacado (17)

Inf.artritler (fazlası için www.tipfakultesi.org)
Inf.artritler (fazlası için www.tipfakultesi.org)Inf.artritler (fazlası için www.tipfakultesi.org)
Inf.artritler (fazlası için www.tipfakultesi.org)
 
02 meme ide
02 meme ide02 meme ide
02 meme ide
 
Forschergruppe Klostermedizin (English)
Forschergruppe Klostermedizin (English)Forschergruppe Klostermedizin (English)
Forschergruppe Klostermedizin (English)
 
Group Web Presentation: Week 10
Group Web Presentation: Week 10Group Web Presentation: Week 10
Group Web Presentation: Week 10
 
인터넷마케팅 과제
인터넷마케팅 과제인터넷마케팅 과제
인터넷마케팅 과제
 
Scholarly crew story book survey results
Scholarly crew story book survey resultsScholarly crew story book survey results
Scholarly crew story book survey results
 
Mfv ren ch.4
Mfv ren ch.4Mfv ren ch.4
Mfv ren ch.4
 
Equilibrio, la solucion a la crisis
Equilibrio, la solucion a la crisisEquilibrio, la solucion a la crisis
Equilibrio, la solucion a la crisis
 
21,5” LED Widescreen WVA (I2276)
21,5” LED Widescreen WVA (I2276)21,5” LED Widescreen WVA (I2276)
21,5” LED Widescreen WVA (I2276)
 
Expo anna
Expo annaExpo anna
Expo anna
 
M3 Sistema de rastreo vehicular
M3 Sistema de rastreo vehicularM3 Sistema de rastreo vehicular
M3 Sistema de rastreo vehicular
 
La vida de hitler
La vida de hitlerLa vida de hitler
La vida de hitler
 
Jusurupp
JusuruppJusurupp
Jusurupp
 
3 proj plan notes
3 proj plan notes3 proj plan notes
3 proj plan notes
 
Desigualdades raciales
Desigualdades racialesDesigualdades raciales
Desigualdades raciales
 
Ficha de leitura - Joana Priscila
Ficha de leitura - Joana PriscilaFicha de leitura - Joana Priscila
Ficha de leitura - Joana Priscila
 
Actividad semana santa
Actividad semana santaActividad semana santa
Actividad semana santa
 

Similar a Touch/Mobile Websites with jQuery Mobile - Boise Code Camp 2013

Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...OPITZ CONSULTING Deutschland
 
Angular directive filter and routing
Angular directive filter and routingAngular directive filter and routing
Angular directive filter and routingjagriti srivastava
 
Jquery Best Practices
Jquery Best PracticesJquery Best Practices
Jquery Best Practicesbrinsknaps
 
jQuery Mobile and JavaScript
jQuery Mobile and JavaScriptjQuery Mobile and JavaScript
jQuery Mobile and JavaScriptGary Yeh
 
Lessons Learned: Migrating Tests to Selenium v2
Lessons Learned: Migrating Tests to Selenium v2Lessons Learned: Migrating Tests to Selenium v2
Lessons Learned: Migrating Tests to Selenium v2rogerjhu1
 
Intro to Web Apps using HTML5 and Javascript
Intro to Web Apps using HTML5 and JavascriptIntro to Web Apps using HTML5 and Javascript
Intro to Web Apps using HTML5 and JavascriptBrian Hogg
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5madhurpgarg
 
Mobile HTML, CSS, and JavaScript
Mobile HTML, CSS, and JavaScriptMobile HTML, CSS, and JavaScript
Mobile HTML, CSS, and JavaScriptfranksvalli
 
HTML5 and Mobile
HTML5 and MobileHTML5 and Mobile
HTML5 and Mobiledoodoofish
 
Jquery optimization-tips
Jquery optimization-tipsJquery optimization-tips
Jquery optimization-tipsanubavam-techkt
 
Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010Patrick Lauke
 
jQuery Performance Rules
jQuery Performance RulesjQuery Performance Rules
jQuery Performance Rulesnagarajhubli
 
JavaScript & Dom Manipulation
JavaScript & Dom ManipulationJavaScript & Dom Manipulation
JavaScript & Dom ManipulationMohammed Arif
 
A Rich Web experience with jQuery, Ajax and .NET
A Rich Web experience with jQuery, Ajax and .NETA Rich Web experience with jQuery, Ajax and .NET
A Rich Web experience with jQuery, Ajax and .NETJames Johnson
 
#NewMeetup Performance
#NewMeetup Performance#NewMeetup Performance
#NewMeetup PerformanceJustin Cataldo
 
Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010
Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010
Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010Sergey Ilinsky
 
A Rich Web Experience with jQuery, Ajax and .NET
A Rich Web Experience with jQuery, Ajax and .NETA Rich Web Experience with jQuery, Ajax and .NET
A Rich Web Experience with jQuery, Ajax and .NETJames Johnson
 

Similar a Touch/Mobile Websites with jQuery Mobile - Boise Code Camp 2013 (20)

Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
Design Patterns for JavaScript Web Apps - JavaScript Conference 2012 - OPITZ ...
 
Angular directive filter and routing
Angular directive filter and routingAngular directive filter and routing
Angular directive filter and routing
 
Jquery Best Practices
Jquery Best PracticesJquery Best Practices
Jquery Best Practices
 
jQuery Mobile and JavaScript
jQuery Mobile and JavaScriptjQuery Mobile and JavaScript
jQuery Mobile and JavaScript
 
jQuery Mobile
jQuery MobilejQuery Mobile
jQuery Mobile
 
Lessons Learned: Migrating Tests to Selenium v2
Lessons Learned: Migrating Tests to Selenium v2Lessons Learned: Migrating Tests to Selenium v2
Lessons Learned: Migrating Tests to Selenium v2
 
Intro to Web Apps using HTML5 and Javascript
Intro to Web Apps using HTML5 and JavascriptIntro to Web Apps using HTML5 and Javascript
Intro to Web Apps using HTML5 and Javascript
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5
 
Mobile HTML, CSS, and JavaScript
Mobile HTML, CSS, and JavaScriptMobile HTML, CSS, and JavaScript
Mobile HTML, CSS, and JavaScript
 
HTML5 and Mobile
HTML5 and MobileHTML5 and Mobile
HTML5 and Mobile
 
Jquery optimization-tips
Jquery optimization-tipsJquery optimization-tips
Jquery optimization-tips
 
Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010Making your site mobile-friendly - DevCSI Reading 21.07.2010
Making your site mobile-friendly - DevCSI Reading 21.07.2010
 
jQuery Performance Rules
jQuery Performance RulesjQuery Performance Rules
jQuery Performance Rules
 
JavaScript & Dom Manipulation
JavaScript & Dom ManipulationJavaScript & Dom Manipulation
JavaScript & Dom Manipulation
 
A Rich Web experience with jQuery, Ajax and .NET
A Rich Web experience with jQuery, Ajax and .NETA Rich Web experience with jQuery, Ajax and .NET
A Rich Web experience with jQuery, Ajax and .NET
 
YUI 3
YUI 3YUI 3
YUI 3
 
#NewMeetup Performance
#NewMeetup Performance#NewMeetup Performance
#NewMeetup Performance
 
Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010
Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010
Building Complex GUI Apps The Right Way. With Ample SDK - SWDC2010
 
Jquery fundamentals
Jquery fundamentalsJquery fundamentals
Jquery fundamentals
 
A Rich Web Experience with jQuery, Ajax and .NET
A Rich Web Experience with jQuery, Ajax and .NETA Rich Web Experience with jQuery, Ajax and .NET
A Rich Web Experience with jQuery, Ajax and .NET
 

Último

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
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
 
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
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
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
 

Último (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
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...
 
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
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

Touch/Mobile Websites with jQuery Mobile - Boise Code Camp 2013

  • 1. TM Touch & Mobile Friendly Websites with jQuery Mobile Brett Adler FieldSync Mobile Solutions www.FieldSyncMobile.com 3/16/2013 1
  • 2. TM What is jQuery Mobile? An open-source framework that makes building touch-friendly sites quicker and easier. A single JavaScript file (.js) A single Cascading Style Sheet (.css) 3/16/2013 2
  • 3. TM Core Features/Benefits • Broad cross browser support • Touch-friendly user interface • Themable and customizable • AJAX navigation • Animated transitions • Events & Methods • Open source • Based on jQuery and jQuery UI • Lightweight 3/16/2013 3
  • 4. TM Example – FieldSync App 3/16/2013 source: www.FieldSyncMobile.com 4
  • 5. TM Example – Boise Valley Tech 3/16/2013 source: www.BoiseValleyTech.com 5
  • 6. TM Example – Beacon Guides 3/16/2013 source: www.BeaconGuides.com 6
  • 7. TM Examples 3/16/2013 source: www.jqmgallery.com 7
  • 8. TM Examples 3/16/2013 source: www.jqmgallery.com 8
  • 9. TM Getting Started Simply add this to the <head> of your HTML page and you’re ready to start using it… <!– jQuery Mobile CSS --> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" /> <!– jQuery --> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <!– jQuery Mobile JavaScript --> <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script> (you can also download the files and host them locally) 3/16/2013 9
  • 10. TM Minimal Markup For Mobile/Touch Step #1: Define Type Step #2: Set Attributes data-role = “listview” data-theme = “b” data-role = “button” data-inset = “true” data-role = “navbar” data-iconpos = “bottom” data-role = “popup” data-icon = “delete” etc.... etc… 3/16/2013 10
  • 22. TM Search with Autocomplete 3/16/2013 22
  • 26. TM Events jQuery Mobile provides a variety of events to help with development. • Tap / Taphold • Swipe / Swipe Left / Swipe Right • Mouse Over / Mouse Up / Mouse Down • Orientation Change • Scroll Start / Scroll Stop • Page Hide / Page Show • Page Load / Page Before Load / Page Load Failed • Page Change / Page Before Change / Page Change Failed • Page Create / Page Before Create / Page Init 3/16/2013 26
  • 27. TM Event Examples Before the Page is Created After the Page Shows $("#Home").live( 'pagebeforecreate',function(event){ $("#Home").live( 'pageshow',function(event){ var html = „<ul id=“participantList” showStatus(„Loading…‟); data-role=“listview”></ul>‟; var dataSet = getData(); $(„#Home‟).html(html); var listElements = „‟; }); $.each( dataSet, function(index, row) { listElements += „<li>‟ + row.title + „</li>‟; }); $(„#participantList‟).html(listElements ).listview(„refresh‟); hideStatus(); }); 3/16/2013 27
  • 28. TM Event Examples Swipes & Taps $(“#Home").bind("swiperight",function(){ $.mobile.changePage("participant_info.html“, {transition: ”fade”}); }); $(“#Home").bind("swiperight",function(){ $.mobile.changePage(“logs.html“, {transition: ”slide”}); }); $(“#Home").bind(“tap",function(){ $.mobile.changePage(“participant_info.html“, {transition: ”slideup”}); }); $(“#Home").bind(“taphold",function(){ $.mobile.changePage(“logs.html“, {transition: ”none”}); }); 3/16/2013 28
  • 29. TM Resources • www.jQueryMobile.com • api.jquerymobile.com • view.jquerymobile.com/1.3.0 3/16/2013 29
  • 30. TM Brett Adler Software Developer Work Brett.Adler@FieldSyncMobile.com www.FieldSyncMobile.com Personal Brett@BeaconGuides.com www.BeaconGuides.com Get this presentation: http://slidesha.re/111jfw5 http://www.slideshare.net/BrettAdler1/touchmobile-websites-with-jquery-mobile-boise-code-camp-2013 3/16/2013 30