Sie sind auf Seite 1von 1

----> no plugin required for audio n video write one and run on any device HTML5 = html+CSS+JS.

JS = brain behind ur application

h5 makes web platform more pwerful. offline data content. offline data storage support for 3D/graphics h5 has semantics - header, nav, aside, footer (with this layout manager is more optimized) it also has links to link to some file form type - can specify wht type of letter it is, keyboard will wrk accordingly URL ---> jsfiddle.net/maninc/Dn55C Aptana Studio 3 for html development caniuse.com -- a website for chking source tag within video tags then u can play video in any browser. if none of so urce tag is wrkng then error will come

WebStorage ---- URL (http://goo.gl/XFg2m) localstore - open browser again n values will be there Session storage - browser session and only for domain tht stored it WS can directly store a object instead of having key-value pair better to use Json objects then using key-value pair GeoLocation API can be integrated

WebSockets: CP socket

provides bi-directional, full-duplex communication channel over T both clients and sever shld support web sockets uses 80 and 443 ports which are allowed by many proxies

ws:// wss://

--- web socket - 80 port --- secure WS - 443 port

web socket is supported only by firefox and chrome

Das könnte Ihnen auch gefallen