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...

WEBSTORAGE

Today we are going to learn a new topic, WEB STORAGE. The name itself tells us about storing data. So let’s learn in detail...

Capturing Audio in PhoneGap

In this tutorial we will be creating an app which will have the recording functionality , so we will have a record button which...

Application Cache

Today we are going forward to learn a new feature of HTML5 called Application Cache. This feature allows a user to work offline, without...

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,...

Implementing find and replace functionality in PHP

In this session today we will be implementing find and replace functionality in php.Here we will be creating a form which will have an...

Looping through JSON

We have gone through the theory of JSON in the previous session. Today we will learn how to create JSON objects and arrays practically...

SVG in HTML5 – Part 2

In this tutorial we are going to try drawing graphics in XML format. Certainly we are going to use XML format in SVG tags....

How to read directory from sdcard in phonegap

In this session we will learn how to read directory from sdcard in phonegap i.e we will read the directories present in the ...

Introduction to HTML5

0
We have learned to create a simple website using HTML4 and CSS. Today we are going to start with a new version of HTML, HTML5...