8
Prasad Narasimhan - Technical Architect HTML5 (looks ready for everything)

Html5 (looks ready for everything)

Embed Size (px)

DESCRIPTION

HTML 5 armored with Websocket, workerthread, GEO-location, Canvas, HTML5 Form fields

Citation preview

Page 1: Html5 (looks ready for  everything)

Prasad Narasimhan - Technical Architect

HTML5 (looks ready for everything)

Page 2: Html5 (looks ready for  everything)

If the functionality and certain logic are enabled at the Html level would enable quicker development and redundant piece of code.

The Standardization of practice would happen as we see progress , slider logic gets scattered in each application in each of places.

GEO-Location was also kind of barrier now made simpler programmers would love playing with it.

Canvas easing out cross platform development

HTML5 – Trend setter

Page 3: Html5 (looks ready for  everything)

Websocket feature in HTML5 enables to open socket connection to any URL. The URL if it can accept information and push the data in data formats like JSON/JSONP.

This would seamless connection between the browser and server side.

On the Server side REST based development with data been exposed.

WebSocket

Page 4: Html5 (looks ready for  everything)

The usage of worker thread enables to open parallel threads of job which could be assigned to workers which can make server side connections and complete the job and synchronize the results

Worker Thread concept

Page 5: Html5 (looks ready for  everything)

Canvas facility enabled cross browsers and mobile based development.

This provides consistent look and feel.

The back end services can be connected through HTML front end which leads to one service catered by different applications

Canvas facility

Page 6: Html5 (looks ready for  everything)

This facility allows to pass on the current coordinates to different map utilities which helps to show where we are and the map corresponding to location.

Some of the application can use the location data in more sensible manner to customize preferences based on location

GEO-Location

Page 7: Html5 (looks ready for  everything)

Forms Element such as email, date, number , progress with required parameters would help in making the form development much more easier.

Script validation would be more of custom business validations

HTML5 - Forms element

Page 8: Html5 (looks ready for  everything)

Thanks