JavaScript and JSON essentials : successfully build advanced JSON-fueled web applications with this practical, hands-on guide /
The book follows a tutorial-based approach and will teach you how to work with JSON tools, design JSON objects, and how to use different techniques to handle JSON data. This book is a great resource for developers who would like to learn more about JSON and who wish to apply it in their own projects...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2013.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
Tabla de Contenidos:
- Cover
- Copyright
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Table of Contents
- Preface
- Chapter 1: JavaScript Basics
- Variables in JavaScript
- Arrays
- Objects
- The Carousel application
- Summary
- Chapter 2: Getting Started with JSON
- Hello World program with JSON
- Datatypes in JSON
- Languages that support JSON
- PHP
- Python
- Summary
- Chapter 3: Working with Real-time JSON
- Accessing objects in JSON
- Performing complex operations
- Modifying JSON
- Summary
- Chapter 4: AJAX Calls with JSON DataRequirements for AJAX
- Hosting JSON
- Making your first AJAX call
- Parsing JSON data
- Summary
- Chapter 5: Cross-domain Asynchronous Requests
- Making GET & POST AJAX calls with JSON data
- What is the problem with cross-domain AJAX calls?
- Introduction to JSONP
- Implementation of JSONP
- Summary
- Chapter 6: Building the Carousel Application
- Setting up the application
- Building the JSON file for the Carousel application
- Creating the Carousel application with jQuery Cycle
- Summary
- Chapter 7: Alternate Implementations of JSONDependency management
- JSON for storing metadata
- Comparisons with YAML
- Summary
- Chapter 8: Debugging JSON
- Using the developer tools
- Validating JSON
- Formatting JSON
- Summary
- Index