GETTING STARTED
HTML5 APPS 

HTML5 is a markup language used for structuring and presenting content for the World Wide Web and a core technology of the Internet. It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML 4 as of 1997) and, as of December 2012, is a candidate recommendation of the World Wide Web Consortium (W3C). Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers, etc.). HTML5 is intended to subsume not only HTML 4, but also XHTML 1 and DOM Level 2 HTML. - wikipedia

 

Polymer Polymer is a new type of library for the web, built on top of Web Components, and designed to leverage the evolving web platform on modern browsers.
Web Storage localStorage & sessionStorage.

 

html5rocks
About HTML5
Javascript Libraries
CSS
Responsive web frameworks
1blankspace namespace

 

 


DISTRIBUTED WEB APPS

     
  Key concept is that not every request to a http service will succeed.

The client needs to listen to the response status code and action as required, which may include a retry.

     
  USEFUL LINKS      
       
Help!