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...
Showing posts with label html5. Show all posts
Showing posts with label html5. Show all posts
Friday, December 28, 2012
Wednesday, December 26, 2012
Published 10:14 PM by Google Map with 0 comment
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...
Published 9:38 PM by Google Map with 0 comment
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.
ΙΕ...
Wednesday, December 12, 2012
Published 12:47 AM by Google Map with 0 comment

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;
...
Subscribe to:
Posts (Atom)