Generate barcode

How to generate and download barcode with jQuery free

By using JsBarcode JavaScript library we will generate barcode and this is a customizable barcode generator which is helpful to create your barcode. You can also download this barcode in… Read more
load more data on scroll

How to load data on scroll for web and mobile?

In this blog we will fetching data from database when we scroll the page and also this code works fine on desktop browsers and mobile browsers. Whenever the page scrolling at end of… Read more

How to create Google login for your website by using Firebase Authentication

In this tutorial we will create a Google Sign-In button for your website. Here we will create live demo example for login with google and in this demo we will… Read more
Scroll Back To Top Button

How To Create a Scroll Back To Top Button with Live Example

When your page have lots of content and you will scroll the page down to see all these content and if you want to go to top of the page… Read more
AJAX LOADER

How to display loading image or loader when Ajax call is in progress?

When you call Ajax and you need to display loading image or loader then you must have to follow this blog. In this blog we will create live example to… Read more
Sweet alert box

How do you implement a sweet alert?

In this blog we will create live example for sweet alert. Sweet Alert is a method to customize alerts in your applications, websites and games. A beautiful, responsive, customizable and accessible… Read more
add dynamic event calendar

How to add event dynamically in fullcalendar with PHP and MySQL live example

In this blog we will create live example to add an event on calendar dynamically and save that event into the database. We will display all the events from the… 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
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
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