You Are Viewing Monthly Archive: February 2023

Web3-Social-Media-Platforms

Best Web3 Social Media Platforms In 2023

Social media is a common source of enjoyment for most internet users globally. Given the variety of alternatives, what are the top web3 social media platforms of 2023 that you should be on the lookout for? The well-known social media platforms we use daily are part of the second evolution of the int...
Solutions-To-Crypto-Scam-And-Fraud-Needed-For-Recovery

More Aggressive Solutions To Crypto Scam And Fraud Needed For Recovery

Cryptocurrency has become an increasingly popular form of investment, and as such, the number of scams targeting unsuspecting investors is on the rise. Crypto scams can come in many forms, from fake ICOs to Ponzi schemes and exit scams. Unfortunately, victims of these types of fraud have few options...
Pure-Vanilla-JavaScript-Custom-Form-Validation-In-HTML-Forms

Pure Vanilla JavaScript Custom Form Validation In HTML Forms

This JavaScript code snippet helps you to create a form validation feature on the form submission. It validates username, email, and password and displays the inline error message in case of invalid input. You can integrate this vanilla JavaScript code for registration/signup forms to validate input...
Pure-Vanilla-JavaScript-Carousel-Slider-With-Navigation-Control

Pure Vanilla JavaScript Carousel Slider With Navigation Control

This pure JavaScript code snippet helps you to create a carousel slider. It comes with arrow navigation to smoothly navigate the next and previous images. Besides this, it uses an interval function to play slides automatically. You can also place content over images and customize the slider with its...
Pure-Vanilla-JavaScript-Image-Lightbox-With-Custom-Controls

Pure Vanilla JavaScript Image Lightbox With Custom Controls

A simple, lightweight (10kb unminified), and mobile-friendly pure JavaScript lightbox to show images in a popup box with a close button. This vanilla JavaScript lightbox plugin doesn’t require any external framework or library to work. Easy to initialize. Responsive, fully mobile friendly. Debounc...
Drag-And-Drop-Reorder-List-&-DIV-Using-Pure-JavaScript

Drag And Drop Reorder List & DIV Using Pure JavaScript

This lightweight JavaScript code snippet helps you to create drag-and-drop reorder list functionality. It allows you to rearrange any elements within a parent node with a class name “drag-sort-enable” or anything with an event function handleDrag() and handleDrop(). This code snippet doe...
Emoji-Picker-For-HTML-Input-Field-Using-Pure-Vanilla-JavaScript

Emoji Picker For HTML Input Field Using Pure Vanilla JavaScript

Picmo (formerly Emoji Button) is a pure JS emoji picker where the users can quickly search and select emojis from a categorized emoji picker popup. It also provides a Recent Used tab that shows the recently picked emoji. Supports both native emoji and Tweemoji library. Use PicMo to add a rich emoji ...