Lazy load images means loading images on websites asynchronously. Lazy loading is technique that defers loading of non-critical resources at page load time. Instead, these…
Generate sprite image Sprite is a computer graphics term for a two-dimensional bitmap that is integrated into a larger scene, most often in a 2D…
We will teach you how you can convert your <div> into an image using html2canvas library. Download html2canvas library First, you need to download the…
There is a jQuery ratings plugin called “Starrr”. It allows you to get feedback input from the user by displaying him stars. Lower stars means…
Following this tutorial, you will be able to do realtime chat in Firebase in your website. We will be using Javascript in this tutorial. Firebase…
You can get your YouTube channel statistics using YouTube Javascript SDK. You can also get comments of each video by providing its ID. YouTube Data…
By live CRUD with AJAX, we mean that you will be able to Create, Read, Update, Delete data without having to refresh the page. This…
Learn how you can show a “Load more” button using AJAX, PHP and MySQL. No external library has been used in this tutorial. What is…
Demo – Calculate difference between 2 dates Convert time to different timezones Calculating difference between 2 dates requires 2 calendars to pick dates or you…
In this tutorial, we are going to show you how you can upload file with AJAX. We will also be displaying a progress bar. We…