How to implement drop down menu using jQuery

In this session we will study how to implement drop down menu with the help of jQuery.Here we will create some tabs where each...

Implementing Camera API in Phonegap

In this exercise today we will be implementing camera API in Phonegap where we will create two buttons namely Take Photo and Get Photo...

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

Implementing your application on RippleEmulator

0
In this tutorial we will learn to implement your app on ripple emulator , which will work as an online simulator of mobile where...

Design HTML Tables and Lists practically

0
Hi friends, I am back again with HTML tutorial. We learned HTML tables and lists theoretically earlier. Now we are going to study it practically. Before starting, I...

HTML5 and Mobile Phones/Mobile Apps

Last time we learned about Application Cache and its uses. Today we are going to learn something about HTML5 with mobile apps. There is a...

HTML5 Feature Detection and Drag and Drop – Part 1

0
In this tutorial we are going to learn about two things. Feature Detection Drag and Drop First let’s see “Feature Detection”. What is Feature Detection? Feature Detection is...

Implementing events in javascript

0
In this session we will study functioning of some events in an java script. When the page loads, that is an event,When the user...
drawing text in SVG

Drawing text in SVG

0
SVG, a W3C recommendation, is an image format. Instead of using JPEG, PNG, and GIF images for your website, you can use SVG images....

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