Html5
Web Sockets
Html5
Introduction
13
About Html5
The Doctype
The html Element
The head Element
<header>
<nav>
<aside>
<aside>
<section>
<footer>
<article>
boolean attributes
Closing tags in Html5
Forms
6
Introduction
HTML5 Form Attributes
HTML5 New Form Input Types
New Form controls in Html5
Changes in Existing Form Controls and Attribute
Overriding browser defaults
Audio
6
Introduction
Adding HTML5 Audio
Manipulating the Audio Stream
Custom controls using Java Script
Generate audio using JavaScript
Visualizing audio Using canvas
Canvas
0
SVG
3
Introduction
Drawing in SVG
Alternate ways to create SVG
Drag & Drop
6
Introduction
Checking for Support with User's browser
Making Elements Draggable
The DataTransfer Object
Drag and Drop Events
Creating a D&D Application
Geolocation
4
About Geolocation
Checking for Support with User's browser
Geolocation API Methods
Retrieving the Current Position
Offline Web App
7
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
6
Introduction
Browser Support Test
Web Storage Types
Manipulating Storage Data
Web Storage API Methods
Web Storage Limits
Text
1
Accessibility Through WAI-ARIA
Video
7
Introduction
Adding HTML5 Video
Setting Video Dimensions
Custom controls using Javascript
Media Elements API
Generate audio using JavaScript
Manipulating Video With canvas
Web Sockets
5
Introduction
Testing the Browser Support
Creating a Web Socket application
Web Socket Instances
Events fired by Websocket Instances
Web Workers
5
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
4
Introduction
The Microdata Syntax
Understanding Name-Value Pairs
Microdata Namespaces
Local Files
1
Read Image Files with File Reader API
History
1
Manage Url History
Web Sockets
Introduction
Testing the Browser Support
Creating a Web Socket application
Web Socket Instances
Events fired by Websocket Instances
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