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

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

Making WebPages(Part 2)-Styling Webpages using CSS

0
We are back today. We had completed some part of our practical assignment of making webpages. We had started with homepage containing some data,...

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

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

Learn to implement Capture API with Phonegap

In this tutorial we will learn to implement capture api with phonegap and create an application which will capture an image in your mobile...

Introduction to CSS

0
Hello friends, Today I have come up with an interesting topic that we had discussed to learn in some previous chapters. Yes, this session is...

WEB STORAGE Part – 2

Today we will learn how to use web storage practically. For this we will use our “Blue Developer Directory” website project. Let us get...

To design Tables and List on a HTML page

As we know HTML is a tag based language, so we can draw tables and List also using tags. In our blog today we...

HTML5 Feature Detection and Drag and Drop – Part 2

Last time we had an introduction to “Feature Detection” and “Drag and Drop”. Today we are going to try it practically. For “Feature Detection” we...