Html5
Web Sockets
Html5
Html5 Home
Audio
Introduction
Adding HTML5 Audio
Manipulating the Audio Stream
Custom controls using Java Script
Generate audio using JavaScript
Visualizing audio Using canvas
SVG
Alternate ways to create SVG
Drag & Drop
Introduction
Checking for Support with User's browser
Making Elements Draggable
The DataTransfer Object
Drag and Drop Events
Creating a D&D Application
Geolocation
About Geolocation
Checking for Support with User's browser
Geolocation API Methods
Retrieving the Current Position
Offline Web App
About Offline Web App
Setting Up Your Site to Work Offline
Setting the Content Type on Your Server
Pointing Your HTML to the Manifest File
Updating the cache
Caching the Cache
Using the manifest to detect connectivity
Web Storage
Introduction
Browser Support Test
Web Storage Types
Manipulating Storage Data
Web Storage API Methods
Web Storage Limits
Text
Video
Introduction
Adding HTML5 Video
Setting Video Dimensions
Custom controls using Javascript
Media Elements API
Generate audio using JavaScript
Manipulating Video With canvas
Web Sockets
Introduction
Testing the Browser Support
Creating a Web Socket application
Web Socket Instances
Events fired by Websocket Instances
Web Workers
Introduction
Browser Support for Web Workers
Creating and working with workers
Importing scripts and libraries to your worker
Sharing a load with SharedWorkers
Micro Data
Introduction
The Microdata Syntax
Understanding Name-Value Pairs
Microdata Namespaces
Local Files
History
Html5
Html5 Home
Audio
Introduction
Adding HTML5 Audio
Manipulating the Audio Stream
Custom controls using Java Script
Generate audio using JavaScript
Visualizing audio Using canvas
SVG
Alternate ways to create SVG
Drag & Drop
Introduction
Checking for Support with User's browser
Making Elements Draggable
The DataTransfer Object
Drag and Drop Events
Creating a D&D Application
Geolocation
About Geolocation
Checking for Support with User's browser
Geolocation API Methods
Retrieving the Current Position
Offline Web App
About Offline Web App
Setting Up Your Site to Work Offline
Setting the Content Type on Your Server
Pointing Your HTML to the Manifest File
Updating the cache
Caching the Cache
Using the manifest to detect connectivity
Web Storage
Introduction
Browser Support Test
Web Storage Types
Manipulating Storage Data
Web Storage API Methods
Web Storage Limits
Text
Video
Introduction
Adding HTML5 Video
Setting Video Dimensions
Custom controls using Javascript
Media Elements API
Generate audio using JavaScript
Manipulating Video With canvas
Web Sockets
Introduction
Testing the Browser Support
Creating a Web Socket application
Web Socket Instances
Events fired by Websocket Instances
Web Workers
Introduction
Browser Support for Web Workers
Creating and working with workers
Importing scripts and libraries to your worker
Sharing a load with SharedWorkers
Micro Data
Introduction
The Microdata Syntax
Understanding Name-Value Pairs
Microdata Namespaces
Local Files
History
Testing the Browser Support
To test if the browser supports Web Sockets, use the following feature-detect for the WebSocket API.
var websockets_support = !!window.WebSocket;
Related Tutorial
1
Introduction
2
Testing the Browser Support
3
Creating a Web Socket application
4
Web Socket Instances
5
Events fired by Websocket Instances
Follow Us
Try it
http://codeamaze.com
Share this tutorial
Contents
+