Web applications are exactly that; applications for the web. Some are in escence pre-built websites. They’re just made to be easily adaptable to the needs of the website owner. Some are pre-built parts of websites, made to serve a particular purpose. They’re usually very user friendly and save a lot of time for the developer. [...]
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 [...]
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 [...]
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.

