web workers
Web Worker Implementation: Generating Time triggered event
PUBLISHED
Introduction
Web worker is a JavaScript that runs in background, independently of other scripts, without affecting the performance of an HTML page. User can continue to do whatever he/she wants: clicking, selecting things, etc., while the web worker runs in background.
The HTML5 Web Worker defines an API for spawning background scripts in a web application. Web Worker allows doing things like: fire up long-running scripts to handle computationally intensive tasks without blocking the UI or other scripts to handle user interactions.
- Read more about Web Worker Implementation: Generating Time triggered event
HTML5 Features on Tizen
PUBLISHED
1 Why HTML5 on Tizen?
In 2008 the W3C (World Wide Web Consortium) has started to work on HTML5 standard specification. In that time only PC browsers had implemented parts of HTML5 working draft. There were very little mobile devices that offered support for web based applications. The main reasons for that situation were: