Found 469 Search results for the term "low weight".

Before After Image Slider Using Mouse Drag In Pure Vanilla JavaScript

This Vanilla JavaScript code snippet helps you to create before and after image comparison sliders. It comes with scrolling and touch support to slide the vertical slider over the image to see the bef...

Simple WYSIWYG Rich Text Editor Using Pure JavaScript

This JavaScript code snippet helps you to create a simple WYSIWYG-rich text editor with all basic commands.  It is purely built with HTML5, CSS, and JavaScript without using an additional library or ...

Pure JavaScript Voice To Text Recognition Code Snippet

The reason for speech recognition is for a PC or machine to effectively recognize the words verbally expressed by anybody. With this technique, there is no compelling reason to focus on more personal ...

Simple And Quickest PHP File Cache Example With Auto Expiry

In this article, you will learn about a simple file caching process using the PHP programming language. The cache is important because it improves the efficiency of data retrieval. It is a reserved s...

Google Maps With Multiple Markers And Info Windows Using JavaScript

Google Maps is an easy and best way to display location on the web page. A marker is used to identify a location on Google Maps and an Info Window displays some content over the map. With a marker and...

Stylish Multiple CSS3 Checkbox Styles Design CSS Code

This CSS code snippet comes with nine interactive checkbox-style examples. Basically, it has three concepts containing three variants of each. These concepts include slide, rounded and squared checkbo...

Multiple Images DragDrop Uploader With Preview Using Pure JavaScript

A couple of weeks ago, I work on a project that has a preview image feature for the user. Basically, the user wants to upload the image and we want the user to see whether the uploaded image actually ...