You Are Viewing Monthly Archive: February 2023

Best Web3 Social Media Platforms In 2023
February 14th, 2023 | 0 Comments | Guest Post / Internet / Internet Information | 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...
More Aggressive Solutions To Crypto Scam And Fraud Needed For Recovery
February 13th, 2023 | 0 Comments | Business Needs / Guest Post | 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
February 12th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | 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
February 11th, 2023 | 4 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | 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
February 10th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | 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
February 9th, 2023 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript Codes | 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...