Ready to become a JavaScript cookie monster? Let’s get those cookies set and show the browser who’s boss.
Category: Web & Code
From HTML/CSS to PHP to cPanel. This is your first stop for web development help.
Top Customizable Free WordPress Themes & Plugins
Transform your WordPress site without spending a penny with any of these highly customizable free themes, plus some useful free plugins.
How to Work on WordPress Without Going Live?
You can work on your WordPress site without going live by changing your privacy settings, using plugins, or working offline on a device.
How to Start Learning JavaScript
Start your coding journey off on the right foot by learning the basics of JavaScript. Check out our latest article on where to begin.
The Beginner’s Guide to Learning How to Code
Coding is for everyone! Learn how to get started with coding, what resources are available to help you, and how to find a community of like-minded peers.
How to Start Learning Python
Python is a great language for beginners and experienced developers alike. Learn the basics and get started on your journey.
Convert Node List to Array in JavaScript
Learn how to convert a NodeList object to an Array in this no-B.S. tutorial.
How to Get Today’s Date in JavaScript
Not sure how to get today’s date and time in JavaScript? This guide will walk you through the process step by step and with code samples.
Troubleshoot Unexpected Identifier Errors in JavaScript
No, you’re not trying to solve the unsolvable. Here’s how to handle unexpected identifier errors in your JavaScript code.
How to Calculate String Length in JavaScript
Calculating a string’s length in JavaScript, for beginners. Everything you need to know (and nothing you don’t).
How to Calculate Tax With JavaScript
The best way to calculate tax with JavaScript (and the pitfalls to watch out for as you do).
How to Iterate Over a Map Object in JavaScript
Are you stuck? Don’t worry, we’ve got you. We’ll show you how to iterate over a map object in JavaScript like a pro.
How to Get an Object’s Class Name in JavaScript
You might not know this, but JavaScript isn’t a class-based programming language as other languages are. So let’s talk about your options.
Check If a String Contains a Substring in JavaScript
Does your string contain ___? There’s a simple way to check. Here’s how to search strings for substrings like a pro.
How to Check If a Variable Is/Is Not Null in JavaScript
Not quite sure how to check if a variable is (or isn’t) null in JavaScript? Don’t worry, we got you. This guide will show you the ropes.
How to Convert Map to Array in JavaScript
This tutorial will show you how to convert a Map object’s keys, values, or key/value pairs to an Array object in JavaScript.
How to Create a Custom Email (With Screenshots)
Tired of having a Gmail or Outlook email address? Want something that looks more… professional? Learn how to create a custom email address.
Is the Index.html File Required?
Wondering whether you need an index.html file on your web server or not? We’ve written this guide to help you find out.
Do HTML Comments Affect Performance?
Leaving comments in your HTML documents makes it easier to edit and debug your code. But does it also have a negative effect on the speed of your website?
Can You Mix CSS and HTML?
Is it possible to mix HTML markup and CSS style sheets in the same document? And if the answer is yes, when is it a good idea to do so?
Are HTML and CSS Worth Learning in 2023?
Not sure if learning HTML and CSS is worth your time? We wrote this guide to help you decide.
How to Comment Code Out in HTML
Did you know you can comment out one or multiple lines of code in your HTML document? Read on to find out how.
The Simplest Template for index.html
Every web project, no matter how big or small, starts with an index.html file. Start yours with this template.
What Is a URL, Exactly?
You’ve heard the term “URL” many times. Now, you want to know what it really means.
How to Name Your HTML Ids and Classes
Learn about the best practices for naming your HTML elements, and the most common conventions for doing so.
Does Index.html Get Cached?
Wondering whether the index.html page of your single-page web app gets cached by browsers? We’ve written this guide to help.
Why Your HTML Code Isn’t Working
Wondering why your HTML code isn’t working? Try this four-step checklist, it might just help!
How to Identify HTML5
Learn about the two ways to identify whether an HTML document is written in HTML5 or not.
Is HTML Case Sensitive?
Do you want to know if tags and attributes in HTML are case insensitive? We have the answer for you, so read on.
Should You Learn HTML Before PHP?
Wondering which web development language to start with? We’ve written this no-B.S. guide to help.
How to Preview an HTML File
Learn how to preview an HTML document in your browser, as well as how to view the source code of that document in your text editor.
How to Make Text Bold in HTML
Learn about the three ways to make text bold in HTML, and the right time and place to each each.
Is CSS Harder Than HTML?
Wondering if writing CSS style sheets is harder than HTML markup? We have the answer for you, and more.
Should CSS Classes Be Capitalized?
Everything you need to know about naming your CSS classes and ids so your CSS code is easy to read, evolove, and maintain.
What Is Web Hosting?
We’ve written the only beginner’s introduction to web hosting—and picking a web hosting provider—you will ever need.
What Is a Domain Name?
Learn everything you need to know about domain names, from what they are to how and where to register them.
How to Use CSS With PHP
Learn about the different ways to add Cascading Style Sheets (CSS) to your website using PHP—with code samples.
How to Center Text in HTML (For Beginners)
Learn about the right way and the wrong way to center text in an HTML document, with and without CSS.
Is There an Alternative to CSS in Web Development?
Wondering whether there’s an alternative to the Cascading Style Sheets (CSS) standard? Here’s everything you need to know.
Why Is My CSS Property Crossed Out?
Wondering why the CSS property you just wrote is crossed out in the CSS pane of your browser’s dev tools? This guide will help.
Are Semicolons Needed in CSS?
If you’re wondering whether and when semicolons are needed in CSS, we’ve written this guide to help.
The Difference Between CSS and SCSS
Learn about the difference between Cascading Style Sheets and “Sassy” Style Sheets, and extension of the CSS language.
HTML/CSS vs. Python
Learn about the similarities and differences between HTML, CSS, and Python.
How to Indent HTML Lists
Learn how to add indentation to your HTML lists with the margin and padding CSS properties.
Can You Get a Job With HTML and CSS?
So you’re learning HTML and CSS, and you’re wondering whether you can get a job with them? Here’s what you need to know.
Font-Weight: Bold in CSS Not Working
However hard you try, you just can’t get to make that text bold? Good thing you stopped by here; we have tips for you.
How Much CSS Is Too Much?
Let’s talk about Cascading Style Sheets (CSS) performance, and the dos and don’ts of writing CSS that doesn’t slow your site down.
Text-Decoration: None in CSS Not Working
However hard you try, you just can’t get to remove the underline from your links? Good thing you stopped by here; we have tips for you.
The .class Selector in CSS, Explained
Learn everything you need to know about the .class selector in Cascading Style Sheets (CSS).
The #id Selector in CSS, Explained
Learn everything you need to know about the #id selector in Cascading Style Sheets (CSS).
How to Prevent Scrolling on an iFrame
Learn how to prevent the user from scrolling the content of an iframe by adding these two attributes to your iframe tag.
Is CSS Hard to Learn?
Why Cascading Style Sheets (CSS) is easier to learn than most people think. And why it’s quite hard to master.
How to Prevent CSS Caching (3 Ways)
Learn about the best ways to prevent your browser from caching your website’s CSS files locally.
How to Prevent CSS Override
Having trouble with other CSS rules overriding yours? Here’s why this is happening—and what you can do about it.
How to Check If a CSS Class Exists
Learn how to check for the existence of a CSS class in your HTML document or for a particular DOM element.
Why Is CSS So Hard?
Many web developers find Cascading Style Sheets (CSS) hard. So let’s talk about what you need to know to make it easy.
Is CSS a Programming Language?
When you write CSS, do you write code or do you program an application? Here’s why the answer isn’t a clear-cut yes or no.
What Is the Em Unit in CSS?
Wondering what the em unit in CSS stands for, and how you’re supposed to use it? This guide will help.
The Difference Between Bootstrap and CSS
Learn about the difference between CSS, the style sheet language, and Bootstrap, by far the most popular CSS framework.
Should I Learn HTML Before CSS?
Just getting into web development and not sure whether to start with HTML or CSS first? We have tips for you.
Should I Master HTML and CSS Before JavaScript?
You’re getting into web development and you’re wondering what to focus on: HTML/CSS or JavaScript? This guide will help.
What to Do If Your CSS Isn’t Updating
So you’re editing your website’s CSS, but the CSS style sheet just won’t update? This five-step checklist will help.
Can You Undo a 301 Redirect?
Wondering if you can reverse a 301 redirect or not? Here’s everything you need to know on the topic.
httpd.conf, .htaccess, and php.ini (The difference)
Yes, these are all configuration files. Two of them even refer to the same things. But in reality they’re quite different.
Browser Behavior and 301 Redirects
Wondering whether browsers cache 301 redirects or not, and for how long? Read on, because we have it all for you!
So, Should You Use a 301 or a JavaScript Redirect?
Need help deciding between a 301 redirect and a JavaScript redirect? Here’s everything you need to know (and nothing you don’t).
301 vs. 302 Redirects: What They Are, When to Use Them
Here’s the difference between the two most common types of HTTP redirects, and when to use each.
The Difference Between .htaccess and Robots.txt
Both files contain text-based configurations hosted on your web server. But they do very different things.
Prevent Others From iFraming Your Site With .htaccess
Need to protect your site from copyright infringement or a clickjacking attack? This solution should help.
7 Best Python Programming Books for Beginners
Python is a hard programming language to learn. But with the right resources, you can ace it. So we rounded them up for you.
The 9 Best Web Development YouTube Channels
Looking for the best YouTube channels for web development? Then read on for our top picks.
Does Namecheap Charge For Domain Transfer?
How much does it cost to transfer a domain name to and from Namecheap? We help you find out!
Does GoDaddy Charge for Domain Transfers?
How much does it cost to transfer a domain name to and from GoDaddy? We help you find out!
Can You Transfer a Domain Name With No Downtime?
No downtime, no worry! Here’s why transferring your domain name to a new registrar doesn’t necessarily mean it will go down.
Can You Register a Domain With Shopify?
Are you wondering if you can buy a domain name for your online store directly from Shopify? We’ll help you find out!
Does Transferring Your Domain Name Affect Your Emails?
We’ve all been there before. You’re about to transfer your domain from one registrar to another, and then you ask yourself… Will I lose my emails?
Can You Register a Domain Name And Host It Elsewhere?
Wondering whether you can register a domain name with one company and host your website with another? We’ll help you find out.
How To Make A Free WordPress Website In 4 Steps
With WordPress.com, you don’t have to be an expert web developer or professional designer to create a beautiful website.
Can You Register a Domain Name Anonymously?
Whether you’re an influencer, fast-growing startup, Fortune 500 company, or just a private guy or gal, you can register a domain privately.
Do You Really Need To Transfer Your Domain Name?
Not all domain registrars are created equal. So here’s how to decide if you need to transfer your domain or not.
Do Namecheap Domains Come With Email?
If you can’t have the email, do you really need the domain? Here’s if and how you can get email addresses for your domain with Namecheap.
The Best cPanel Mail Client
Who needs Gmail when you have Roundcube and Horde? When in doubt, here’s how to choose.
What’s the Difference Between cPanel and FTP?
One is the control panel, the other is the file transfer protocol. Now let’s talk about what this means in plain English.
How to Install WordPress on cPanel (With Screenshots)
Creating the website of your dreams has never been easier. Here’s how to install WordPress on cPanel, without hassle.