Using HTML5 Features

From HTML5 Builder
Jump to: navigation, search
Quick Start Guide

HTML5 brings a lot of new and amazing features into web development, and HTML5 Builder makes it easy for you to take advantage of them.

You can use the new Canvas component to draw interactive 2D and 3D images, the Geolocation component to keep track of your users’ location and be able to change your application accordingly, or the Media component to play songs and movies without relying on heavy third-party plugins that damage your application’s overall performance.

CanvasColorCircles.png GeolocationHideAndSeek.png

There are additional HTML5 features integrated into common components as well, such as the DataList component, that you can associate to input controls to provide them with a list of input suggestions.

HTML5 Builder provides also HTML and JavaScript support in its Code Insight functionality, to help you quickly implement other new features such as client-side storage.