Showing posts with label html5. Show all posts
Showing posts with label html5. Show all posts

Friday, December 28, 2012

Published 12:22 AM by with 0 comment

HTML5 Web Storage

HTML5 Web Storage HTML5 web storage, a better local storage than cookies. What is HTML5 Web Storage? With HTML5, web pages can store data locally within the user's browser. Earlier, this was done with cookies. However, Web Storage is more secure and faster. The data is not included with...
Read More
    email this       edit

Wednesday, December 26, 2012

Published 10:14 PM by with 0 comment

HTML5 Server-Sent Events

What is the Web workers   A server-sent event is when a web page automatically gets updates from a server. This was also possible before, but the web page would have to ask if any updates were available. With server-sent events, the updates come automatically. Examples: Facebook/Twitter...
Read More
    email this       edit
Published 9:38 PM by with 0 comment

HTML5 Web Workers

What is the Web workers   A web worker is a JavaScript that runs in the background, independently of other scripts, without affecting the performance of the page. You can continue to do whatever you want: clicking, selecting things, etc., while the web worker runs in the background.  ΙΕ...
Read More
    email this       edit

Wednesday, December 12, 2012

Published 12:47 AM by with 0 comment

html5 Figure & Figcaption

this is the figure caption figure { margin: 1.5em 0; position: relative; } figure img { background: none repeat scroll 0 0 #FFFFFF !important; border: 1px solid #999999 !important; display: block !important; height: auto !important; max-width: 97% !important; ...
Read More
    email this       edit