Category: Html5

Html5

Modern File Upload button

This was a problem that I recently faced, default file upload button is rendered differently in different browsers, example in one browser it renders as a button but another browser it renders as button and a text field this creates few problems for designers, one is we can’t have a consistent layout also when designing […]

Imal Perera 
Html5

HTML5 Storage / Web Storage

HTML5 Storage/ Web Storage often refer as “Local Storage” but what actually is HTML5 storage ? Simple answer is, a way of storing key/value pairs locally within the browser, so even if you close your browser and restart or refresh, the data will persists, but wait!! cookies also do the same so is this HTML5 […]

Imal Perera