wahid

  • How to make gauge chart using canvas and javascript

    Published on: April 27, 2026

    Author:


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

  • Cakephp syntax for some html tag

    Published on: April 27, 2026

    Author:


    We describe the cakephp syntax for html tag. We use the following cakephp syntax for the according html tag. This...

  • Angular Js Tutorial Part 4

    Published on: April 27, 2026

    Author:


    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 part 1

    Published on: April 27, 2026

    Author:


    Scroll to anchor point onclcik: I am going to describe some way to scroll to anchor point when you click...

  • Make Custom Slider

    Published on: April 27, 2026

    Author:


    By using the following process you can make custom slider if you are not able to use plugin for slider....

  • Redirect a page to another page using javascript

    Published on: April 27, 2026

    Author:


    There are many ways to redirect a page to another page using javascript. And this is very simple to use...

  • Published on: April 27, 2026

    Author:


  • Slowly open or close div

    Published on: April 27, 2026

    Author:


    Today we describe a simple code to open or close div slowly on mouse hover. Suppose we have a div....