Category: Tutorial

Create CSS3 proportion Circle mistreatment jQuery percircle.js Plugin

It is a Plugin to form pure CSS primarily based proportion circle designed with jQuery. you’ll use this plugin to show proportion primarily based report conjointly this plugin support circular time progress and custom enumeration. largely you’ll use this plugin to show circular proportion progress bar. Integrate CSS3 proportion Circle Follow below steps to integrate

PHP: Get Values of Multiple Checked Checkboxes

Our concern is to urge values of multiple checked checkboxes mistreatment PHP as follows: to get Value of a checked checkbox : <form action="#" method="post"> <input type="checkbox" name="gender" value="Male">Male</input> <input type="checkbox" name="gender" value="Female">Female</input> <input type="submit" name="submit" value="Submit"/> </form> <?php if (isset($_POST['gender'])){ echo $_POST['gender']; // Displays value of checked checkbox. } ?>   <form action="#" method="post">

PHP Login Form with Sessions

Sessions variables are used to maintain states at HTTP address, which is store individual clients’ information at the web server. Here I explain how you enable to create sessions in PHP via PHP Login form and how the web server responds according to client’s request. For start a PHP Session: <?php session_start(); // Do Something

Track HTML5 Video Views with Google Analytic

Today we are talking about Track HTML5 Video Views with Google Analytic HTML & JavaScript Code &lt;script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"&gt;&lt;/script&gt; &lt;script&gt; $(document).ready(function(){ ...... ...... ...... }); &lt;/script&gt;   //HTML Code &lt;video id="video" width="100%" controls&gt; &lt;source src="video.mp4" type="video/mp4"&gt; &lt;/video&gt;&lt;script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"&gt;&lt;/script&gt; &lt;script&gt; $(document).ready(function(){ ...... ...... ...... }); &lt;/script&gt; //HTML Code &lt;video id="video" width="100%" controls&gt; &lt;source src="video.mp4" type="video/mp4"&gt; &lt;/video&gt; Google