This section lists questions related to the tools/software you can use to build websites.
In this article we explain which software components you need to edit, upload, or view a website.
When you're launching a website, you may spend nothing or your costs may go through the roof. In this article we discuss how much everything costs and what you get for what you pay (or don't pay).
In this article we highlight some things to think about when choosing and installing a text editor for web development.
Every browser features a set of devtools for debugging HTML, CSS, and other web code. This article explains how to use the basic functions of your browser's devtools.
So you've published your website online — very good! But are you sure it works properly? This article provides some basic troubleshooting steps.
This article explains how to set up a simple local testing server on your machine, and the basics of how to use it.
This article shows how to publish your site online with FTP tools — one of the most common ways to get a website online so others can access it from their computers.
This article provides a basic guide to publishing content using GitHub's gh-pages feature.
This set of articles shows you how to use the Developer Tools in Firefox to debug and improve performance of your website, using the tools to check memory usage, the JavaScript call tree, the number of DOM nodes being rendered, and more.