Cargando…

JQuery mobile web development essentials : learn to use the touch-optimized, cross-device, cross-platform jQM web framework for smartphones and tablets /

Learn to use the touch-optimized, cross-device, cross-platform jQM web framework for smartphones and tablets.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Camden, Raymond
Otros Autores: Matthews, Andy, 1956-2014
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2012.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Preparing your First jQuery Mobile Project; Important preliminary points; Building an HTML page; Getting jQuery Mobile; Implementing jQuery Mobile; Working with data attributes; Summary; Chapter 2: Working with jQuery Mobile Pages; Important preliminary points; Adding multiple pages to one file; jQuery Mobile, links, and you; Working with multiple files; jQuery Mobile and URLs; Additional customization; Page titles; Prefetching content; Changing page transitions; Summary
  • Chapter 3: Enhancing Pages with Headers, Footers, and ToolbarsImportant preliminary points; Adding headers; Icon sneak peak; Working with back buttons; Working with footers; Creating fixed and full screen headers and footers; Full screen positioning; Working with navigation bars; Persisting navigation bar footers across multiple pages; Summary; Working with Lists; Creating lists; Working with list feature; Creating Inset lists; Creating list dividers; Creating lists with count bubbles; Using thumbnails and icons; Creating Split Button lists; Using a search filter; Summary
  • Chapter 5: Getting Practical
  • Building a Simple Hotel Mobile SiteWelcome to the Hotel Camden; The home page; Finding the hotel; Listing the hotel rooms; Contacting the hotel; Summary; Chapter 6: Working with Forms and jQuery Mobile; Before you begin; What jQuery Mobile does with forms; Working with radio buttons and checkboxes; Working with select menus; Search, toggle, and slider fields; Search fields; Flip toggle fields; Slider fields; Using native form controls; Working with ""mini"" fields; Summary; Chapter 7: Creating Modal Dialogs, Grids, and Collapsible Blocks; Creating dialogs
  • Laying out content with gridsWorking with collapsible content; Summary; Chapter 8: jQuery Mobile Configuration, Utilities, and JavaScript methods; Configuring jQuery Mobile; Using jQuery Mobile utilities; Page methods and utilities; Path and URL related utilities; Miscellaneous utilities; jQuery widget and form utilities; Summary; Chapter 9: Working with Events; Working with physical events; Handling page events; What about (document).ready?; Creating a real example; Summary; Chapter 10: Moving further with the Notekeeper Mobile Application; What is a mobile application?
  • Designing your first mobile applicationListing out the requirements; Building your wireframes; Designing the add note wireframe; Display notes wireframe; View note/delete button wireframe; Writing the HTML; Adding functionality with JavaScript; Storing Notekeeper data; Using localStorage; Effective use of boilerplates; Building the Add Note feature; Adding bindings; Collecting and storing the data; Building the Display Notes feature; Dynamically adding notes to our listview; Viewing a note; Using the Live function; Dynamically creating a new page; Deleting a note; Summary