Pro iOS and Android apps for business with jQuery Mobile, Node.js, and MongoDB

With Pro iOS and Android Apps for Business, you can take your web development experience and apply it toward creating a full-featured business app, from soup to nuts.  Frank Zammetti shows you how to create a client app using jQuery Mobile wrapped in PhoneGap, and how to create a node.js-based serve...

Descripción completa

Detalles Bibliográficos
Autor principal: Zammetti, Frank. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: New York : Apress 2013.
Edición:1st ed. 2013.
Colección:Gale eBooks
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629629906719
Tabla de Contenidos:
  • ""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewers ""; ""Acknowledgments""; ""Introduction""; ""Part 1: The Client""; ""Chapter 1: Designing My Mobile Organizer""; ""The Need for Organization""; ""Cross-Platform Considerations""; ""Using the Cloud""; ""What About Sunny Days?""; ""A PIM for All Seasons""; ""Home Screen, Header, and Navigational Footer""; ""More About Mocking Up Screens""; ""About Dialog""; ""Appointments""; ""Data Model""; ""List View Mock-Up""; ""Entry View Mock-Up""; ""Contacts""; ""Data Model""; ""List View Mock-Up""
  • ""Entry View Mock-Up""""Notes""; ""Data Model""; ""List View Mock-Up""; ""Entry View Mock-Up""; ""Tasks""; ""Data Model""; ""List View Mock-Up""; ""Entry View Mock-Up""; ""â€? and a Consistent Server-Side API for All""; ""Offline Access and Synchronization""; ""Technology Decisions""; ""Native or Mobile Web?""; ""Choosing a Mobile Web Library""; ""Server-Side Architecture""; ""What About the Database?""; ""Client-Server Communications""; ""Mobilizing the App""; ""Finally, We Have It: The Full-Stack""; ""Summary""; ""Chapter 2: Introducing jQuery and jQuery Mobile""
  • ""Itâ€?s All About the DOM""""jQuery Saves Your Brain from the DOM""; ""Effects Arenâ€?t Just for Movies""; ""Stuff Happens: Events""; ""Working with Forms""; ""Working with CSS""; ""Miscellaneous Niceties""; ""jQuery Isnâ€?t UI per se â€?jQuery Mobile Is!""; ""Unobtrusiveness and Progressive Enhancement Is Where Itâ€?s At""; ""Data-* Attributes""; ""The Page Paradigm""; ""Theme Support""; ""A Rich Set of Widgets""; ""Form Elements""; ""Collapsible Sections""; ""Some Other Goodies to Look Forward To""; ""Summary""; ""Chapter 3: Writing the Application with jQuery Mobile, Part I""
  • ""First Steps""""index.html""; ""About Panel""; ""Page Header""; ""Page Content""; ""Page Footer""; ""Info Dialog""; ""Confirm Clear All Data Dialog""; ""Appointment Page""; ""Menu""; ""Page Header""; ""Page Content""; ""List View""; ""Entry View""; ""Page Footer""; ""Contact Page""; ""Page Content""; ""List View""; ""Entry View""; ""Page Footer""; ""Note Page""; ""Page Content""; ""List View""; ""Entry View""; ""Page Footer""; ""Task Page""; ""Page Content""; ""List View""; ""Entry View""; ""Page Footer""; ""Summary""; ""Chapter 4: Writing the Application with jQuery Mobile, Part II""
  • ""Some Global Variables to Kick Things Off""""Start Here: The mobileinit Event Handler""; ""No Wait, Start Here: The ready Event Handler""; ""When Networks Fail: Showing a Message When No Connectivity Is Available""; ""Poor Manâ€?s Synchronization: Downloading Data from the Server""; ""Keep It Local: Getting Data from Local Storage""; ""A List Above: Showing a List View""; ""Saving Is Good: The doSave(â€?) Function""; ""A Form in Sheepâ€?s Clothing: Getting a Formâ€?s Data as JSON""; ""Everyone Needs Validation: Validating a Form Before Saving""
  • ""When You Gotta Go: The doDelete(â€?) Function""