Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

BUILDING CROSS-PLATFORM MOBILE AND WEB APPS FOR ENGINEERS AND SCIENTISTS
Título:
BUILDING CROSS-PLATFORM MOBILE AND WEB APPS FOR ENGINEERS AND SCIENTISTS
Subtítulo:
Autor:
LINGRAS, P
Editorial:
CENGAGE
Año de edición:
2016
Materia
PROGRAMACION INTERNET
ISBN:
978-1-305-63796-2
Páginas:
368
76,95 €

 

Sinopsis

This powerful new book introduces cross-platform app design as an excellent starting point for mastering app development. The book contains numerous applications that you can adapt to different projects. You can use this book for independent study or for your project courses. The book introduces HTML5, CSS3, JavaScript, jQuery Mobile, Node.js, JSON, localStorage, sessionStorage, NoSQL using MongoDB, SQL using MySQL, templating using handlebars, and maps. A strong app-centric view emphasizes appropriate subsets of these technologies to help you develop non-trivial apps. While apps continue to evolve and change, the technologies presented form the backbone of future cross-platform app development. You will learn to work with all major mobile and web platforms using the book´s active learning approach that has you typing code in parallel as the apps are developed. Exercises further encourage you to make changes to the code and evaluate resulting app behavior.

Features

UNIQUE APPROACH EMPHASIZES CROSS-PLATFORM APP DEVELOPMENT. Students gain a solid understanding of effective app design and development with this book´´s strong cross-platform starting point.
ACTIVE LEARNING APPROACH ENCOURAGES HANDS-ON CODING. The chapters build upon one another to engage learners with an interactive presentation. Students type code in parallel to developing incremental app features.
INTERACTIVE EXERCISES PROMPT MODIFICATION AND EXPERIMENTATION WITH CODE. These exercises encourage students to make changes to the code and examine the resulting app behavior as well as the impact to other app-projects.
BOOK ADDRESSES TODAY´´S MOST POPULAR TECHNOLOGIES. The authors have covered the apps that are likely to be key in app development for the foreseeable future. The book addresses HTML5, CSS3, JavaScript, jQuery Mobile, Node.js, JSON, localStorage, sessionStorage, NoSQL using MongoDB, SQL using MySQL, templating using handlebars, and maps.
BOOK´´S APP-CENTRIC VIEW GUIDES LEARNERS IN MASTERING KEY SKILLS AND DEVELOPMENT TECHNIQUES. Using an effective app-driven focus throughout, the authors assist students in identifying the manageable subsets of key technologies.
BOOK PRESENTS APPS THAT CAN SERVE AS MODELS FOR APP DEVELOPMENT. The apps throughout provide exceptional models for apps that can work in a variety of application domains.



1. INTRODUCTION.
World of Mobile Computing. Tour of the Apps Developed in the Book.
2. DEVELOPING, INSTALLING, AND TESTING FIRST APP.
Choice of Programming Platform. How to Create a Simple HTML5 Web Page. How to Put an HTML5 Web Page on the Internet. More HTML5 Formatting. Unordered and Ordered Lists. HTML5 Tables. Cascading Style Sheets (CSS). Quick Facts/Buzzwords. Self-test exercises.
3. MAKING APPS MORE INTERACTIVE THROUGH DATA INPUT.
Embedding JavaScript in an HTML5 Document. Designing Our Apps. Quick Facts/Buzzwords. Self-test exercises.
4. MAKING APPS DO SIGNIFICANT COMPUTING.
Temperature Converter App Design. Simple JavaScript Calculations for Temperature Conversion App. Projectile App to Calculate Distance and Height of a Projectile. Validating Input Values in an App Using Boolean Expressions in JavaScript. Calculation of Distance and Height of a Projectile Using JavaScript Math Object. JavaScript Arrays for Storing Distances and Heights over Time of a Projectile. JavaScript for Loop for Repeating Computations. Dynamically Adding Rows and Cells in a Table Using JavaScript. Quick Facts/Buzzwords. Self-test exercises.
5. A MENU-DRIVEN APP TO MONITOR IMPORTANT INDICATORS.
Thyroid App Design. Overview of the Functionality of the Thyroid App. Numeric Pad for Password Entry. Disclaimer and Help Pages. User Information Entry Form. Navigation with a Menu. Record Display and Update Page. Page to Add a Record. Use of Canvas and Panels for Graphical Display. Quick Facts/Buzzwords. Self-test exercises.
6. STORING DATA LOCALLY ON A DEVICE FOR LONG-TERM USE.
Managing Numeric Pad for Password Entry. Local Storage. JSON Objects for Thyroid App. Managing JSON Objects for User Information. Exception/Error Handling in JavaScript. Displaying User Information. Managing Records Page. Adding a Record. Displaying All the Records/History. Editing a Record. Deleting a Record. Deleting all the Records/History. Quick Facts/Buzzwords. Self-test exercises.
7. GRAPHICS ON HTML5 CANVAS.
Introduction to Canvas Drawing. Frequently Used Methods and Properties of Canvas Element. Adding Advice and Gauge Meter in the Thyroid App Using RGraph. Drawing Line Graphs in the Thyroid App Using RGraph. Making the Output of Projectile App Graphical Using RGraph. Creating an Icon on the Home Screen. Running an App Locally without the Internet. Quick Facts/Buzzwords. Self-test exercises.
8. USING SERVERS FOR SHARING AND STORING INFORMATION.
Introduction. Designing the Server-Based Thyroid App. Signing Up to a Server-Based App. Syncing the Records between the Device and the Server. Programming with Node.js. Launching a Node.js App Server. Modified Navigation in Server-Based Thyroid App. Modified User Form Management in Server-Based Thyroid App. Implementing the Syncing of Records in Server-Based Thyroid App. Quick Facts/Buzzwords. Self-test exercises.
9. USING MONGODB SERVER FOR SHARING AND STORING INFORMATION.
Emergence of NoSQL Database Models. Introduction to mongoDB. Modeling a NoSQL Database. Modeling a NoSQL Database for the Thyroid App. Launching the mongoDB Server for the Thyroid App. Saving New User on the mongoDB Server for the Thyroid App. Processing Login with the mongoDB Server for the Thyroid App. Updating User Data in the mongoDB Server for the Thyroid App. Downloading Records from the mongoDB Server for the Thyroid App. Uploading Records to the mongoDB Server for the Thyroid App. Quick Facts/Buzzwords. Self-test exercises.
10. USING A RELATIONAL DATABASE SERVER FOR SHARING INFORMATION.
Relational Databases. Modeling a Relational Database. SQL. Launching the MySQL Server for the Thyroid App. Saving a New User on the MySQL Server for the Thyroid App. Processing Login with the MySQL Server for the Thyroid App. Updating User Data in the MySQL Server for the Thyroid App. Downloading Records from the MySQL Server for the Thyroid App. Uploading Records to the MySQL Server for the Thyroid App. Quick Facts/Buzzwords. Self-test exercises.
11. JAVASCRIPT TEMPLATING.
JavaScript Templating. Explorador App. Explorador Design. Introduction to JavaScript Templating Using Handlebar. Iteration and Arrays in Handlebars. Conditional Statements in Handlebar. Quick Facts/Buzzwords. Self-test exercises.
12. MAPS, LOCATION, MULTIMEDIA DATABASES.
Introduction. Setting up the Environment in the Explorador App. Specifying Express Routes. Querying MongoDB. Client Side JavaScript. Quick Facts/Buzzwords. Self-test exercises.
13. CROSS-PLATFORM AND NATIVE APP DEVELOPMENT AND TESTING.
Native Mobile Apps. Setting Up the Explorador App for Apple iOS and Android Platforms. Building iOS A