You Are Viewing Monthly Archive: December 2022

Pure-Vanilla-JavaScript-Responsive-Image-Slider-With-Text-Over-It

Pure Vanilla JavaScript Responsive Image Slider With Text Over It

This JavaScript code snippet helps you to create a responsive image slider with text. It renders a dynamic image carousel with a title, subtitle, background URL, and call to action link in each slide’s template. The image slider comes with arrow buttons to navigate the next and previous images wit...
Pure-Vanilla-JavaScript-Stop-Watch-With-Controls-In-Milliseconds

Pure Vanilla JavaScript Stop Watch With Controls In Milliseconds

This Vanilla JavaScript code snippet helps you to create a stopwatch with real-time updating seconds and milliseconds. It comes with three buttons to start, stop and reset the stopwatch. The code is based on a simple idea to convert milliseconds to seconds using a timer function. There are many code...
Pretty-Print-JSON-Data-Formatter-In-HTML-Using-PHP

Pretty Print JSON Data Formatter In HTML Using PHP

So many times we are required to print the JSON in a pretty format because it is easy to read and understood. As we know JSON (JavaScript object notation) is a lightweight data-interchange format. It is easy for humans to read and write. This tutorial shows how to pretty print JSON data in HTML usin...
Steps-To-A-Traffic-Generating-SEO-Strategy-For-2023

Steps To A Traffic-Generating SEO Strategy For 2023

The majority of you have probably seen the phrase “SEO” used in connection with online commerce, digital marketing, or internet circles in general. You’d be surprised to learn how few individuals comprehend what those three letters signify, preferring instead to merely remember the...
Referral-Marketing-Strategy-And-Everything-You-Need-To-Know-About

Referral Marketing Strategy And Everything You Need To Know About

Referral marketing for e-commerce is a strategy to promote a product or service through referrals from current customers to their friends and family. Although similar, it is not the same as the term cost. Referral marketing leverages your customer relationships to grow your business, get leads, and ...
[FIX]-WordPress-Your-Theme-Does-Not-Support-Navigation-Menus-Or-Widgets

[FIX] WordPress: Your Theme Does Not Support Navigation Menus Or Widgets

There is a common and new error in WordPress that “your theme does not support navigation menus or widgets” and you also can’t see the option Appearance > Menus option in your WordPress. Unfortunately, it doesn’t allow me or even gives me the option to create a menu. A message...
How-To-Convert-TXT-File-To-PDF-And-Keep-The-Formatting-And-Lines

How To Convert TXT File To PDF And Keep The Formatting And Lines?

The common problem is that I have a large .txt file that I would like to convert to .pdf.  I have tried to print the file and choose Adobe PDF but the output is just a mess.  I lose all the formatting and get blank pages every so often.  Does anyone know if is possible […]...