Definitions
Some Common Web Coding Errors
Saturday, August 15th, 2009

Although impossible to know all of the errors that can be made in web coding, knowing this hand-full of common mistakes can significantly decrease the amount of trouble budding web developers run into.
Syntax
syn·tax (sin′taks′)
noun

the structure of statements in a computer language
the rules governing this structure

yourdictionary.com
Example:
A paragraph in HTML is properly written:
<p>Paragraph goes here.</p>
An incorrectly written [...]

What is a server?
Sunday, March 1st, 2009

A server is simply a computer that is set up to “serve” (or host) a website. This is where websites exist— computers that are always on and connected to a phone line. Virtually any internet enabled computer can be used for this, although some are more ideal for the job than others. Factors that [...]

What does FTP mean? What is it for?
Sunday, March 1st, 2009

FTP stands for File Transfer Protocol, which translated basically means a standard for transferring files.
For a more thorough understanding of FTP visit this basics page on FTPPlanet.com.