Quantcast
Channel: Blogging About HTML5 APPS » firefox
Browsing all 3 articles
Browse latest View live

HTML5 localStorage Demo

A simple test of the localStorage feature in HTML5 API Simple code example: localStorage.setItem('test', 'testing'); localStorage.getItem('test'); localStorage.removeItem('test');

View Article



HTML5 GeoLocation Demo

A simple test of the GeoLocation feature in HTML5 API Simple code example: if(!navigator.geolocation) { alert('error'); } else { navigator.geolocation.getCurrentPosition(function(position) {...

View Article

Do you want to know which platform is better, HTML 5 or Flash?

Both were tested on Mac and Windows in different web browsers, like Safari, Google Chrome and Firefox, in order to analyze some aspects in each one of them, such as how efficient they are and CPU...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images