How to send web notifications in HTML5

In our blog today we will write a simple program to send web notifications from a server to a web page. We can use...

Local Storage in HTML5

In our blog today we will discuss the use of local storage in HTML5. Using local storage features we can store values within our...

How to use Drag and Drop in HTML5

Drag and Drop is one of the coolest feature of HTML5 and I personally like it a lot. You will learn its use in...

How to use Location API and Google maps in HTML5

In our blog today we will write a small little program to invoke the location API of HTML5. The HTML5 uses Geolocation API to...
Chess Board

How to draw a chess board using HTML5 Canvas

In our blog today we will draw a simple chess board using HTML5 Canvas. We will draw simple black and white boxes to create...

How to draw shapes using SVG in HTML5

We know SVG or scalable vector graphics is a powerful way to represent graphics in browser. In our blog today we will create various...

How to draw a Sine Wave using SVG in HTML5

In our blog today you will learn to create a Sine wave image using SVG. SVG stands for Scalable Vector Graphics. These are defined...
Input types

Usage of new Input types in HTML5

We will be using the new input types introduced in the HTML5 specification. We will be using color date datetime email list range online Search telephone number time url All of them have specific input...

Using Iframe tag in HTML

Our blog post today is showing a simple use of Iframe tag. You can define a frame height and width and present a image,...

New tags in HTML5

In our blog today we will deal with some of the new tags introduced in HTML5 specification. We will talk about the following today <article>...