Learn how to create a custom auto complete view in vanilla Javascript. Auto complete view is a feature in which an input field predicts the…
We are going to implement a custom sort using jQuery UI, which helps you to customize the order of data being displayed on your website.…
Learn how to get feedback from your website users using emoji ratings. We will be using plain Javascript. No external library has been used in…
We will teach you how you can create a bootstrap modal that handles multiple file upload and save them in MySQL database. Download Bootstrap FileDialog…
Convert time to different timezones Learn how to show progress of download with remaining time in Javascript. We will be creating a simple bootstrap progress…
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…