HTML

How to Display the Current Month by Name in JavaScript
This is how you can get and display the current month by name using… Read More
How to Pass Variables via get_template_part in WordPress
As a WordPress theme developer, sooner or later, you will encounter a situation… Read More
How to get the Current Year in JavaScript
To get the current year in JavaScript, we will use the built-in Date object.… Read More
How to Convert any Image into a Grayscale Image With CSS
This code snippet guide will show you how to change the color of an… Read More
How can I Change an HTML Element’s Class With JavaScript or JQuery?
In this practical HTML guide, we will show you how to change an HTML… Read More
How to Properly Set Cellspacing and Cellpadding for HTML Tables in CSS
Here will show you the correct way to set cellspacing and cellpadding in HTML… Read More
Tip: Properly Display an Unordered List in HTML Without any Bullets
This is a quick tip to show you the right way to display an… Read More
How to Change the Text of an HTML Button Using JQuery
This quick guide will show you how to change the text in any HTML… Read More
How to Use The PHP Ternary Operator With Examples
The PHP ternary operator contains three operands and is usually used as a… Read More
How to Change an HTML5 Input’s Placeholder Color With CSS
Yes, there is a way to change the color of the placeholder text in… Read More
How to Disable Text Selection Highlighting Using CSS
You can use CSS for many things and one the uses is to disable… Read More
PhpStorm 2020.3 Released with Support for PHP 8 and Tailwind CSS
PhpStorm 2020.3 has been released with full support for PHP 8, Tailwind CSS,… Read More
This is How to Add JavaScript to an HTML File
This is a simple guide that shows you how to add JavaScript to an… Read More
How to Allow Multiple File Uploads in HTML Forms
Here’s how to allow multiple file uploads using a single file input… Read More
How to Use The Meta Tag to Redirect an HTML Page
Ideally, you can use the Meta Tag to redirect an HTML web page to… Read More
jQuery 3.5.0 Release is now Available for Use
The latest jQuery 3.5.0 release has been announced for general availability and… Read More
HTML Color Codes
You can now view the cheat sheet below showing the table containing the HTML… Read More
How to use Integrity and Crossorigin in a WordPress Theme
In our previous article, we talked about how and why you should use Integrity… Read More
How do I Redirect to Another Webpage in JavaScript or jQuery?
It is not uncommon to find that in web development projects you can do… Read More
How to Change font height and width in CSS and HTML
One of the most straight forward thing to do when designing websites are to… Read More
Here’s How to Add Scrollbars to an iframe in HTML
Since back in the early days of the iframe, adding to it has always… Read More
You can Detect the HTTP Request Method Using PHP by Doing This
This is another beginner PHP article this time focusing on how to detect the… Read More
How to set HTTP Headers for Cache-Control
Web developers are always finding new ways to speed up the experience for the… Read More
How to Know if the Checkbox is Checked When Form is Submitted to PHP
It may or may not surprise you to hear that a lot of newbie… Read More
How to use Both GET and POST Methods in one Request
Because you are reading this, it tells me that you have somewhat wondered… Read More
How to Disable a Link Using Only CSS and HTML
So the real question is why would you want to disable a link? Wouldn’t… Read More
How to get rid of Another Update is Currently in Progress: WordPress
“Another update is currently in progress” is one of those messages… Read More
When to Use Margin vs Padding in CSS
Though it may not be an age-old question, it so happens to decide when… Read More
CSS Box-Sizing to Stop Padding and Borders From Resizing Elements
This is why we will be discussing the CSS box-sizing property. If you are… Read More