Cropper JS Image

How to Crop Image Before Uploading using Cropper Js?

In this article, we will learn how to crop the image before uploading it with Cropper JS & PHP. We are using Cropper.js library this is a JavaScript library for cropping image.… 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
How to create dynamic Amchart Graph with MySQL , PHP and AJAX

How to create dynamic Amchart Graph with MySQL , PHP and AJAX

In this blog I make a call to the database, retrieve the results by converting it to a json format in PHP & then pass it to a graph to… Read more
How do I add a chart to my website?

How do I add a chart to my website?

In this demo, we create a simple column chart by using amCharts. Follow the steps to add a column chart on a webpage: Step 1 : Start with a simple basic… Read more
How to resize image before upload in jquery

How to resize image before upload in jquery

Image resize Read more
Validate that end date is greater than start date with jQuery

Validate that end date is greater than start date with jQuery

Here we validate end date should be greater than start date using jQuery. Most of time when we use date range, we always need to validate two dates. Step 1. Make… Read more
QR code generator

How to generate QR code using jquery

To generate a QR code, you just include the jQuery library and then pass the required parameters to the QRCode function, the text you want to encode as the QR code,… Read more
Ajax Live Database Search with PHP Codeigniter

Ajax Live Database Search with PHP Codeigniter 

You can create a simple live database search functionality utilizing the Ajax and PHP, where the search results will be displayed as you start typing some character in search input… Read more
How to add datepicker in jquery

How to add datepicker in jquery

The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Step 1. Make a… Read more
How to sort table columns with colspan by clicking on the header using jQuery

How to sort table columns with colspan by clicking on the header using jQuery

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. Firstly you need to include below two… Read more