SlideShare une entreprise Scribd logo
1  sur  17
¿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>
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>
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>
<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/

Contenu connexe

Tendances

jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作yoshikawa_t
 
Javascript4
Javascript4Javascript4
Javascript4mozks
 
Concevoir un thème pour Wordpress
Concevoir un thème pour WordpressConcevoir un thème pour Wordpress
Concevoir un thème pour WordpressJean-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 templatesRyan steve
 
programacion
programacionprogramacion
programacionke10neth
 
WordPress Customizer
WordPress CustomizerWordPress Customizer
WordPress Customizerslicejack
 
Django user permissions in your templates
Django  user permissions  in your templatesDjango  user permissions  in your templates
Django user permissions in your templatesAnton Pirker
 
スマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobileスマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobileManabu Uekusa
 
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!将一 深見
 

Tendances (14)

jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作jQuery Mobileではじめるモバイルサイト/アプリ制作
jQuery Mobileではじめるモバイルサイト/アプリ制作
 
Javascript4
Javascript4Javascript4
Javascript4
 
Concevoir un thème pour Wordpress
Concevoir un thème pour WordpressConcevoir un thème pour Wordpress
Concevoir un thème pour Wordpress
 
Polymer - все, що Ви повинні знати про Polymer.
Polymer - все, що Ви повинні знати про Polymer.Polymer - все, що Ви повинні знати про Polymer.
Polymer - все, що Ви повинні знати про Polymer.
 
Amp html blogger templates
Amp html blogger templatesAmp html blogger templates
Amp html blogger templates
 
programacion
programacionprogramacion
programacion
 
jQuery for beginners
jQuery for beginnersjQuery for beginners
jQuery for beginners
 
WordPress Customizer
WordPress CustomizerWordPress Customizer
WordPress Customizer
 
Django user permissions in your templates
Django  user permissions  in your templatesDjango  user permissions  in your templates
Django user permissions in your templates
 
スマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobileスマホウェブの本命 jQueryMobile
スマホウェブの本命 jQueryMobile
 
Asp .net Jquery
Asp .net JqueryAsp .net Jquery
Asp .net Jquery
 
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
必要な知識はJavascriptだけ!さくっと作ろうAPIサーバ!
 
Tools20121015
Tools20121015Tools20121015
Tools20121015
 
JQuery primer
JQuery primerJQuery primer
JQuery primer
 

En vedette

Introduction to jQuery Mobile
Introduction to jQuery MobileIntroduction to jQuery Mobile
Introduction to jQuery Mobileejlp12
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5madhurpgarg
 
jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5Todd 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 frameworksSunuk 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 개발과 ArchitectJongKwang 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 trendsArawn 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 ProtocolSenthil Kanth
 

En vedette (20)

Introduction to jQuery Mobile
Introduction to jQuery MobileIntroduction to jQuery Mobile
Introduction to jQuery Mobile
 
jQuery Mobile
jQuery MobilejQuery Mobile
jQuery Mobile
 
jQuery Mobile with HTML5
jQuery Mobile with HTML5jQuery Mobile with HTML5
jQuery Mobile with HTML5
 
jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5jQuery Mobile: Progressive Enhancement with HTML5
jQuery Mobile: Progressive Enhancement with HTML5
 
진도와켄도모바일
진도와켄도모바일진도와켄도모바일
진도와켄도모바일
 
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
XE 레이아웃 제작 실무 노하우 1 - XECon2014 by 고진화
 
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
Dreamweaver CS5.5 를 이용한 jQueryMobile 개발
 
Nikit
NikitNikit
Nikit
 
Patterns for effectviely documenting frameworks
Patterns for effectviely documenting frameworksPatterns for effectviely documenting frameworks
Patterns for effectviely documenting frameworks
 
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
카톡, CGV, 네이버 등 히트 앱 UI/UX 쪼개기(분석)
 
제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
 제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴 제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
제 3회 DGMIT UI&UX 컨퍼런스 : UI디자이너에게 유용한 툴
 
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
[별천지 세미나] 세션1 Sencha로 끝장내는 Front-End 개발과 Architect
 
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
 
Advanced JQuery Mobile tutorial with Phonegap
Advanced JQuery Mobile tutorial with Phonegap Advanced JQuery Mobile tutorial with Phonegap
Advanced JQuery Mobile tutorial with Phonegap
 
Bucket sort
Bucket sortBucket sort
Bucket sort
 
모바일 웹/앱 UI & UX 설계 이론(2)
모바일 웹/앱 UI & UX 설계 이론(2)모바일 웹/앱 UI & UX 설계 이론(2)
모바일 웹/앱 UI & UX 설계 이론(2)
 
모바일 웹/앱 UI & UX 설계 이론(1)
모바일 웹/앱 UI & UX 설계 이론(1)모바일 웹/앱 UI & UX 설계 이론(1)
모바일 웹/앱 UI & UX 설계 이론(1)
 
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)
 
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
HTML5 관점에서 2015년 웹 앱 개발 동향과 사례 및 2016년 발전 방향 저...
 
WAP- Wireless Application Protocol
WAP- Wireless Application ProtocolWAP- Wireless Application Protocol
WAP- Wireless Application Protocol
 

Plus de Willy Aguirre

Rust, el nuevo lenguaje de Mozilla
Rust, el nuevo lenguaje de MozillaRust, el nuevo lenguaje de Mozilla
Rust, el nuevo lenguaje de MozillaWilly Aguirre
 
Encuesta final final
Encuesta final finalEncuesta final final
Encuesta final finalWilly 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 PeruanaWilly Aguirre
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isilWilly Aguirre
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isilWilly Aguirre
 
Examenes certificacion
Examenes certificacionExamenes certificacion
Examenes certificacionWilly Aguirre
 
como registrase en SAI
como registrase en SAIcomo registrase en SAI
como registrase en SAIWilly Aguirre
 
Diseño de Interfaces
Diseño de InterfacesDiseño de Interfaces
Diseño de InterfacesWilly Aguirre
 

Plus de 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
 
Marketplace slide
Marketplace slideMarketplace slide
Marketplace slide
 
Juegos html5
Juegos html5Juegos html5
Juegos html5
 
Encuesta final final
Encuesta final finalEncuesta final final
Encuesta final final
 
Encuesta final
Encuesta finalEncuesta final
Encuesta final
 
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
 
Clase 2
Clase 2 Clase 2
Clase 2
 
Clase 1
Clase 1 Clase 1
Clase 1
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
 
Spring presentecion isil
Spring presentecion isilSpring presentecion isil
Spring presentecion isil
 
Examenes certificacion
Examenes certificacionExamenes certificacion
Examenes certificacion
 
como registrase en SAI
como registrase en SAIcomo registrase en SAI
como registrase en SAI
 
Sai peru loginguide
Sai peru loginguideSai peru loginguide
Sai peru loginguide
 
Diseño de Interfaces
Diseño de InterfacesDiseño de Interfaces
Diseño de Interfaces
 

Jquerymobile ppt