Html file: [sourcecode] <!doctype html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css"> <script type="text/javascript" src="gauge.js"></script> </head> <body> <canvas id="mycanvas" width="300" height="300"></canvas>...
We describe the cakephp syntax for html tag. We use the following cakephp syntax for the according html tag. This...
In my last part of tutorial i added a search field to search the content. Today i am going to...
Scroll to anchor point onclcik: I am going to describe some way to scroll to anchor point when you click...
By using the following process you can make custom slider if you are not able to use plugin for slider....
There are many ways to redirect a page to another page using javascript. And this is very simple to use...
Today we describe a simple code to open or close div slowly on mouse hover. Suppose we have a div....