Programming
CSS Gradient text effect
Add a Pop of Color to Your Text with CSS Gradient Text Effect
How to Create CSS Gradient Text Effect:
Are you looking to add ...
[Resolved] the error PHP Max Input Vars max_input_vars wordpress htaccess
PHP max input vars
Are you encountering the dreaded 'PHP max input vars' error in WordPress? This common issue can prevent you from ...
Embedding HTML, CSS, and JavaScript in WordPress: Building a Custom Plugin Tutorial
Creating a custom plugin to embed your HTML, CSS, and JavaScript application in WordPress is a robust and flexible solution. Here's how...
Text shortner function with js that end with ‘…’
You want a JavaScript function that shortens text and adds an ellipsis ("...") to the end. Here's a simple function that does that:
...
How to center a div <div>
There are 3 Methods to centralize a div in css
HTML
<body>
<div class="parent">
<div class="child">...
Ultimate Guide: How to Embed Google Map in HTML [Step-By-Step Guide]
"The content has been copied by HubSpot."
Want to know how to add a Google Map in HTML or how to embed google map in HTML for your ...
Question: how to know the count of every character in string
Some times your interviewer ask you that count the every character in the string
const str = "how are you";
const objt = {}
for(let ...
JavaScript One-Liners to Use in Every Project
"Disclaimer: This article draws inspiration from and aims to provide a fresh perspective on js. While we have used information from a...
How to make a loader in HTML CSS
CodePen Embed Fallback
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta h...
Make your website/app memorable with tiny js interaction
JS code for changing the title of a webpage when the user interacts with the page or switching away from it
window.addEventListe...