SlideShare a Scribd company logo
Jquerymobile ppt
¿Que es?
Mobile Framework usa jQuery.

Multibrowser.

Multiplataforma.

Crear aplicaciones web que se sienten tan cerca como
las aplicaciones nativas.
Plataformas
iOS, Android, Windows Mobile
Blackberry, Symbian, webOS
Firefox Mobile (Fennec), Opera Mobile /
Mini
Meego, bada, Maemo...
Phonegap!
Elementos básicos de
<!doctype html>
                 página
<html>
 <head>
 <title>Page Title</title>
 <link rel="stylesheet" href="jquery.mobile.css" />
 <script src="jquery.js"></script>
 <script src="jquery.mobile.js"></script>
</head>
<body>

<div data-role="page">

 <div data-role="header">
  <h1>Page Title</h1>
 </div>

 <div data-role="content">
  <p>Page content goes here.</p>
 </div>

 <div data-role="footer">
  <h4>Page Footer</h4>
 </div>
</div>

</body>
</html>
Jquerymobile ppt
2 Paginas
<div data-role="page" id="page1">
 <div data-role="header">
  <h1>Page 1</h1>
 </div>
 <div data-role="content">
  <a href="#page2" data-role="button">Go to Page 2</a>
 </div>
</div>

<div data-role="page" id="page2">
 <div data-role="header">
  <h1>Page 2</h1>
 </div>
 <div data-role="content">
  <a href="#page1" data-role="button">Go to Page 1</a>
 </div>
</div>
Jquerymobile ppt
Fixed Footer Navigation
<div data-role="footer" data-id="myfooter" data-position="fixed">
 <div data-role="navbar">
  <ul>
    <li><a href="footer.html" class="ui-btn-active">One</a></li>
    <li><a href="footer2.html">Two</a></li>
    <li><a href="footer3.html">Three</a></li>
  </ul>
 </div>
</div>

// Second page
<div data-role="footer" data-id="myfooter" data-position="fixed">
  <div data-role="navbar">
   <ul>
    <li><a href="footer.html">One</a></li>
    <li><a href="footer2.html" class="ui-btn-active">Two</a></li>
    <li><a href="footer3.html">Three</a></li>
   </ul>
  </div>
</div>

// Third page
<div data-role="footer" data-id="myfooter" data-position="fixed">
  <div data-role="navbar">
   <ul>
    <li><a href="footer.html">One</a></li>
    <li><a href="footer2.html">Two</a></li>
    <li><a href="footer3.html" class="ui-btn-active">Three</a></li>
   </ul>
  </div>
</div>
Jquerymobile ppt
<a href="galeria.html" rel="external" data-
         transition="slide"></a>
Formulario
http://codiqa.com/
http://jquerymobile.com/themeroll
               er/
Recursos
Jquery Mobile Gallery




    http://www.jqmgallery.com/
Test




   http://www.mozilla.org/en-
   US/mobile/
Sitios Recomendados
http://jquerymobile.com/

http://detectmobilebrowsers.com/

http://net.tutsplus.com/tag/jquery-mobile/

http://revolucion.mobi/

http://www.ibm.com/developerworks/web/library/wa-
jqmobile/
Ad

More Related Content

What's hot (14)

jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作
yoshikawa_t
 
Javascript4
Javascript4Javascript4
Javascript4
mozks
 
Concevoir un thème pour Wordpress
Concevoir un thème pour WordpressConcevoir un thème pour Wordpress
Concevoir un thème pour Wordpress
Jean-Luc Houedanou
 
Polymer - все, що Ви повинні знати про Polymer.
Polymer - все, що Ви повинні знати про Polymer.Polymer - все, що Ви повинні знати про Polymer.
Polymer - все, що Ви повинні знати про Polymer.
Stfalcon Meetups
 
Amp html blogger templates
Amp html blogger templatesAmp html blogger templates
Amp html blogger templates
Ryan steve
 
programacion
programacionprogramacion
programacion
ke10neth
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
Arulmurugan Rajaraman
 
WordPress Customizer
WordPress CustomizerWordPress Customizer
WordPress Customizer
slicejack
 
Django user permissions in your templates
Django  user permissions  in your templatesDjango  user permissions  in your templates
Django user permissions in your templates
Anton Pirker
 
スマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobileスマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobile
Manabu Uekusa
 
Asp .net Jquery
Asp .net JqueryAsp .net Jquery
Asp .net Jquery
umesh patil
 
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
将一 深見
 
Tools20121015
Tools20121015Tools20121015
Tools20121015
Frans Van Assche
 
JQuery primer
JQuery primerJQuery primer
JQuery primer
Marc Bächinger
 
jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作
yoshikawa_t
 
Javascript4
Javascript4Javascript4
Javascript4
mozks
 
Concevoir un thème pour Wordpress
Concevoir un thème pour WordpressConcevoir un thème pour Wordpress
Concevoir un thème pour Wordpress
Jean-Luc Houedanou
 
Polymer - все, що Ви повинні знати про Polymer.
Polymer - все, що Ви повинні знати про Polymer.Polymer - все, що Ви повинні знати про Polymer.
Polymer - все, що Ви повинні знати про Polymer.
Stfalcon Meetups
 
Amp html blogger templates
Amp html blogger templatesAmp html blogger templates
Amp html blogger templates
Ryan steve
 
programacion
programacionprogramacion
programacion
ke10neth
 
WordPress Customizer
WordPress CustomizerWordPress Customizer
WordPress Customizer
slicejack
 
Django user permissions in your templates
Django  user permissions  in your templatesDjango  user permissions  in your templates
Django user permissions in your templates
Anton Pirker
 
スマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobileスマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobile
Manabu Uekusa
 
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
将一 深見
 

Viewers also liked (20)

Introduction to jQuery Mobile
Introduction to jQuery MobileIntroduction to jQuery Mobile
Introduction to jQuery Mobile
ejlp12
 
jQuery Mobile
jQuery MobilejQuery Mobile
jQuery Mobile
Maximiliano Firtman
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5
madhurpgarg
 
jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5
Todd Anderson
 
진도와켄도모바일
진도와켄도모바일진도와켄도모바일
진도와켄도모바일
용성 양
 
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
Jinhwa Ko
 
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
JongKwang Kim
 
Nikit
NikitNikit
Nikit
Nikit Chinchghare
 
Patterns for effectviely documenting frameworks
Patterns for effectviely documenting frameworksPatterns for effectviely documenting frameworks
Patterns for effectviely documenting frameworks
Sunuk Park
 
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
mosaicnet
 
제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
 제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴 제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
dgmit2009
 
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
JongKwang Kim
 
Spring framework 3.2 > 4.0 — themes and trends
Spring framework 3.2 > 4.0 — themes and trendsSpring framework 3.2 > 4.0 — themes and trends
Spring framework 3.2 > 4.0 — themes and trends
Arawn Park
 
Advanced JQuery Mobile tutorial with Phonegap
Advanced JQuery Mobile tutorial with Phonegap Advanced JQuery Mobile tutorial with Phonegap
Advanced JQuery Mobile tutorial with Phonegap
Rakesh Jha
 
Bucket sort
Bucket sortBucket sort
Bucket sort
Hossain Md Shakhawat
 
모바일 웹/앱 UI & UX 설계 이론(2)
모바일 웹/앱 UI & UX 설계 이론(2)모바일 웹/앱 UI & UX 설계 이론(2)
모바일 웹/앱 UI & UX 설계 이론(2)
mosaicnet
 
모바일 웹/앱 UI & UX 설계 이론(1)
모바일 웹/앱 UI & UX 설계 이론(1)모바일 웹/앱 UI & UX 설계 이론(1)
모바일 웹/앱 UI & UX 설계 이론(1)
mosaicnet
 
Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)
Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)
Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)
Leinylson Fontinele
 
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
Sang Seok Lim
 
WAP- Wireless Application Protocol
WAP- Wireless Application ProtocolWAP- Wireless Application Protocol
WAP- Wireless Application Protocol
Senthil Kanth
 
Introduction to jQuery Mobile
Introduction to jQuery MobileIntroduction to jQuery Mobile
Introduction to jQuery Mobile
ejlp12
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5
madhurpgarg
 
jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5
Todd Anderson
 
진도와켄도모바일
진도와켄도모바일진도와켄도모바일
진도와켄도모바일
용성 양
 
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
Jinhwa Ko
 
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
JongKwang Kim
 
Patterns for effectviely documenting frameworks
Patterns for effectviely documenting frameworksPatterns for effectviely documenting frameworks
Patterns for effectviely documenting frameworks
Sunuk Park
 
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
mosaicnet
 
제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
 제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴 제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
dgmit2009
 
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
JongKwang Kim
 
Spring framework 3.2 > 4.0 — themes and trends
Spring framework 3.2 > 4.0 — themes and trendsSpring framework 3.2 > 4.0 — themes and trends
Spring framework 3.2 > 4.0 — themes and trends
Arawn Park
 
Advanced JQuery Mobile tutorial with Phonegap
Advanced JQuery Mobile tutorial with Phonegap Advanced JQuery Mobile tutorial with Phonegap
Advanced JQuery Mobile tutorial with Phonegap
Rakesh Jha
 
모바일 웹/앱 UI & UX 설계 이론(2)
모바일 웹/앱 UI & UX 설계 이론(2)모바일 웹/앱 UI & UX 설계 이론(2)
모바일 웹/앱 UI & UX 설계 이론(2)
mosaicnet
 
모바일 웹/앱 UI & UX 설계 이론(1)
모바일 웹/앱 UI & UX 설계 이론(1)모바일 웹/앱 UI & UX 설계 이론(1)
모바일 웹/앱 UI & UX 설계 이론(1)
mosaicnet
 
Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)
Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)
Pesquisa e Ordenação - Aula 07 - Métodos de Ordenação (Bin sort - Bucket sort)
Leinylson Fontinele
 
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
Sang Seok Lim
 
WAP- Wireless Application Protocol
WAP- Wireless Application ProtocolWAP- Wireless Application Protocol
WAP- Wireless Application Protocol
Senthil Kanth
 
Ad

More from Willy Aguirre (14)

Rust, el nuevo lenguaje de Mozilla
Rust, el nuevo lenguaje de MozillaRust, el nuevo lenguaje de Mozilla
Rust, el nuevo lenguaje de Mozilla
Willy Aguirre
 
Marketplace slide
Marketplace slideMarketplace slide
Marketplace slide
Willy Aguirre
 
Juegos html5
Juegos html5Juegos html5
Juegos html5
Willy Aguirre
 
Encuesta final final
Encuesta final finalEncuesta final final
Encuesta final final
Willy Aguirre
 
Encuesta final
Encuesta finalEncuesta final
Encuesta final
Willy Aguirre
 
Resultado de la encuesta "La Gastronomía Peruana
Resultado de la encuesta "La Gastronomía PeruanaResultado de la encuesta "La Gastronomía Peruana
Resultado de la encuesta "La Gastronomía Peruana
Willy Aguirre
 
Clase 2
Clase 2 Clase 2
Clase 2
Willy Aguirre
 
Clase 1
Clase 1 Clase 1
Clase 1
Willy Aguirre
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
Willy Aguirre
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
Willy Aguirre
 
Examenes certificacion
Examenes certificacionExamenes certificacion
Examenes certificacion
Willy Aguirre
 
como registrase en SAI
como registrase en SAIcomo registrase en SAI
como registrase en SAI
Willy Aguirre
 
Sai peru loginguide
Sai peru loginguideSai peru loginguide
Sai peru loginguide
Willy Aguirre
 
Diseño de Interfaces
Diseño de InterfacesDiseño de Interfaces
Diseño de Interfaces
Willy Aguirre
 
Rust, el nuevo lenguaje de Mozilla
Rust, el nuevo lenguaje de MozillaRust, el nuevo lenguaje de Mozilla
Rust, el nuevo lenguaje de Mozilla
Willy Aguirre
 
Encuesta final final
Encuesta final finalEncuesta final final
Encuesta final final
Willy Aguirre
 
Resultado de la encuesta "La Gastronomía Peruana
Resultado de la encuesta "La Gastronomía PeruanaResultado de la encuesta "La Gastronomía Peruana
Resultado de la encuesta "La Gastronomía Peruana
Willy Aguirre
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
Willy Aguirre
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
Willy Aguirre
 
Examenes certificacion
Examenes certificacionExamenes certificacion
Examenes certificacion
Willy Aguirre
 
como registrase en SAI
como registrase en SAIcomo registrase en SAI
como registrase en SAI
Willy Aguirre
 
Diseño de Interfaces
Diseño de InterfacesDiseño de Interfaces
Diseño de Interfaces
Willy Aguirre
 
Ad

Jquerymobile ppt