HTML5 data and services cookbook over one hundred website building recipes utilizing all the modern HTML5 features and techniques!

Take the fast track to the rapidly growing world of HTML5 data and services with this brilliantly practical cookbook. Whether building websites or web applications, this is the handbook you need to master HTML5. Understand the concepts of collective code review using Gerrit through a set of simple e...

Descripción completa

Detalles Bibliográficos
Autor principal: Kosev, Gorgi (-)
Otros Autores: Mitreski, Mite
Formato: Libro electrónico
Idioma:Inglés
Publicado: Birmingham [England] : Packt Publishing 2013.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627670406719
Tabla de Contenidos:
  • Cover
  • Copyright
  • Credits
  • About the Authors
  • About the Reviewers
  • www.PacktPub.com
  • Table of Contents
  • Preface
  • Chapter 1: Display of Textual Data
  • Introduction
  • Rounding numbers for display
  • Padding numbers
  • Displaying metric and imperial measurements
  • Displaying formatted dates in the user's time zone
  • Displaying the dynamic time that has elapsed
  • Displaying Math
  • Creating an endless scrolling list
  • Creating a sortable paginated table
  • Creating multiple-choice filters
  • Creating range filters
  • Creating combined complex filters
  • Displaying code in HTML
  • Rendering Markdown
  • Auto updating fields
  • Chapter 2: Display of Graphical Data
  • Introduction
  • Creating a line chart
  • Creating a bar chart
  • Creating a pie chart
  • Creating an area chart
  • Displaying combined charts
  • Creating a bubble chart
  • Showing a map with a marked location
  • Showing a map with a path
  • Displaying gauges
  • Displaying a tree
  • LED scoreboard using web fonts
  • Chapter 3: Animated Data Display
  • Introduction
  • Making a motion chart
  • Displaying a force directed graph
  • Making a live range chart filter
  • Making an image carousel
  • Zooming and panning a chart
  • Using the web notifications API
  • Creating interactive Geo charts from a dataset
  • Chapter 4: Using HTML5 input components
  • Introduction
  • Using the text input field
  • Using text area
  • Inputting dates
  • Inputting time
  • Telephone input
  • Range input field
  • Color picker input
  • Using single-choice dropdowns
  • Using multiple-choice select lists
  • Getting geographical location input
  • Using file inputs on the client side
  • Using a drag-and-drop file area
  • Chapter 5: Custom Input Components
  • Introduction
  • Using contentEditable for basic rich text input
  • Advanced rich text input
  • Creating a drop-down menu
  • Creating.
  • Creating autocomplete for input
  • Creating a custom single-selection list
  • Creating a multiple selection list
  • Geographic location input using maps
  • Chapter 6: Data Validation
  • Introduction
  • Validating text by length
  • Validating numbers by range
  • Using the built-in pattern validation
  • Advanced use of built-in constraints and custom validations
  • Calculating password strength
  • Validating US zip codes
  • Using asynchronous server-side validation
  • Combining client-side and server-side validation
  • Chapter 7: Data Serialization
  • Introduction
  • Deserializing JSON to JavaScript objects
  • Serializing objects to JSON string
  • Decoding base64 encoded binary data
  • Encoding binary data or text into base64
  • Serializing binary data into JSON
  • Serializing and deserializing cookies
  • Serializing a form into request strings
  • Reading XML documents with DOMParser
  • Serialization of XML document at the client side
  • Chapter 8: Communicating With Servers
  • Creating an HTTP GET request to fetch JSON
  • Creating a request with custom headers
  • Versioning your API
  • Fetching JSON data with JSONP
  • Reading XML data from server
  • Using the FormData interface
  • Posting a binary file to the server
  • Creating an SSL connection with Node.js
  • Making real-time updates with Ajax Push
  • Exchanging real-time messages using WebSockets
  • Chapter 9: Client-side templates
  • Introduction
  • Rendering objects using Handlebars
  • Rendering objects using EJS
  • Rendering objects using Jade
  • Rendering arrays using Handlebars
  • Rendering arrays using EJS
  • Rendering arrays using Jade
  • Simplifying templates with helpers in Handlebars
  • Reusing templates with partials in Handlebars
  • Reusing templates with partials in EJS
  • Using filters in Jade
  • Using mixins in Jade
  • Using layouts and blocks in Jade.
  • Chapter 10: Data Binding Frameworks
  • Introduction
  • Creating a basic Angular view with data binding
  • Rendering lists and using Angular controllers
  • Routing, filters, and backend services in Angular
  • Using Angular's client-side validation
  • Making a chart component with Angular directives
  • Structuring applications for Meteor.js
  • Reactive programming and data in Meteor.js
  • Live HTML and user-specific data in Meteor
  • Security mechanisms in Meteor.js
  • Chapter 11: Data Storage
  • Introduction
  • Data URI
  • Session and local storage
  • Reading data from files
  • Using IndexedDB
  • Limits of the storage and how to ask for more
  • Manipulating the browser history
  • Chapter 12: Multimedia
  • Introduction
  • Playing audio files
  • Playing video files
  • Customizing controls for media elements
  • Adding text to your video
  • Embedding multimedia
  • Converting text to speech using HTML5 audio
  • Appendix A: Installing node.js and Using npm
  • Introduction
  • Installing node.js
  • Using npm
  • Appendix B: Community and Resources
  • WHATWG
  • World Wide Web Consortium
  • Other resources
  • Index.