You Are Viewing Monthly Archive: January 2023

Add-A-Simple-Page-Scroll-Reader-Indicator-With-Pure-Vanilla-JavaScript

Add A Simple Page Scroll Reader Indicator With Pure Vanilla JavaScript

Reading progress indicators are generally used in long-form articles. They provide a visual clue for readers indicating how far they are from the end of an article. In this tutorial we’ll be creating a reading progress indicator that looks and functions like the following: Adding a progress bar to...
How-To-Fix-It-When-Android-File-Transfer-Is-Not-Working-On-Mac

100% Working Fix | Android File Transfer Is Not Working On Mac?

Google developed the free Android File Transfer app to help you get files off your Android phone and onto another device, including your Mac. That process can be finicky at times, so here’s how to fix it if Android File Transfer for Mac is not working correctly. Android File Transfer is famou...
Complete-List-Of-Timezones-In-Dropdown-Using-PHP

Complete List Of Timezones In Dropdown Using PHP

If you’ve ever had to deal with time and PHP before, chances are you’ve had to deal with time zones. Dealing with time is difficult enough, but once the time becomes variable based on the preferences of the user of your application, it becomes even more confusing. Why so confusing? I mean, it se...
Scratch-Card-Like-Example-For-Captcha-Or-Coupons-Using-Plain-JavaScript

Scratch Card Like Example For Captcha Or Coupons Using Plain JavaScript

Yet another code snippet to create a scratch card using JavaScript and HTML5 canvas. This Vanilla JavaScript plugin allows you to hide your coupon code or other winning code that will show on scratch. You can place any number/text behind the scratch area. Users can scratch with a cursor or touch swi...
JavaScript-Based-AutoComplete-DropDown-Using-Pure-Vanilla-JavaScript

JavaScript Based AutoComplete DropDown Using Pure Vanilla JavaScript

This Vanilla JavaScript code snippet helps you to create autocomplete suggestion dropdown. It uses JavaScript regular expression pattern to match the entered value on keyup event. After matching, it appends the result to the suggestions list and highlights both the first letter and all matches in th...
How-To-Use-Affiliate-Marketing-For-Your-eCommerce-Business

How To Use Affiliate Marketing For Your eCommerce Business?

Affiliate marketing has the potential to significantly increase sales and earn substantial profits. This arrangement is beneficial for both the brand and the affiliate marketers. Affiliate marketing is adaptable to the changing technological landscape of the advertising industry, despite being a dep...
How-To-Use-Pre-Request-Scripts-&-Tests-In-Postman-Using-For-Environment-Variables

How To Use Pre-Request Scripts & Tests In Postman Using For Environment Variables?

In analogy to the unit testing world, the pre-request script is nothing but the setup that will happen before a test is executed. Similarly in Postman, if you want to modify the request in a certain way, the pre-request script is the place to put that logic or code that guarantees before the request...