Crop image in round shape

How to crop image in round shape by using Cropper.js

In this blog we will create live example to crop an image in round shape and download that image. Also we will upload that image on your server. We are… Read more
How to make a spinning wheel game in javascript

How to make a spinning wheel game in JavaScript with full source code

We will create one live example for spinning wheel by using JavaScript code. Spin it with click on SPIN NOW button. More you will click on it, more it’ll spin… Read more
webcam-photo-capture

How to capture image from webcam in JavaScript and PHP?

In this blog we will create one demo to capture an image by using webcam. You can also capture an image from mobile camera. We are using webcam.js JavaScript library… Read more
Jquery Form Validation

Form validation using jquery with examples

In this tutorial we will validate all the form controls like Input Text, Radio button, Checkbox, File upload and Select box etc. Validate forms like you’ve never validated before! Using… Read more
JS

Cover all the javascript validations in one html form

First of all, the form must be checked to make sure all the mandatory fields are filled in. It would require just a loop through each field in the form and… Read more
How to create an event calendar in html

How to create an event calendar in html

By using FullCalendar’s code you can setup event calendar on your page. Now if you want to setup then follow some simple steps. Step 1: First create one simple html… Read more