Overview of the process of creating web sites.
Larger websites are now being written by teams of people instead of a single Webmaster. Just as a magazine may have artists, writers, editors, and marketing staff, so can web pages. Just as computer applications can have designers, system developers, and component developers, so can web pages. Just as a network can have network administrators, database administrator, and technical support, so can web pages.
Here is a rough of the website making process.
There are many variations on setting up the directory of a site but the following is what I like.
The web site itself has a root directory. There shouldn't be much in the root directory. Most of the site content should be contained in modular directories underneath the root.
Each major directory, including the root directory should have these directories associated with it:
include. This contains inserted files such as dir.css, dir.xml, etc. This can be shortened to something like inx.media. This includes read only files such as pictures, audio, and video. This can be shortened to something like pix .Content scope should be as local as possible. EG: If picture.jpg is only used in the /story dir, then it should be placed in /story/media instead of /media. This will make the /story dir much more portable if it ever has to be moved.
Here is an example site directory setup.
Network Solutions (formerly InterNIC) is where you go to register for an domain name, eg yourname.com.
It is possible to get other TLDs (Top Level Domain), eg the official ISO 3166 country codes like .ph for Philippines, .mx for Mexico, etc., but those are not Network Solutions TLDs. The TLDs registered at Network Solutions (all .com, .org, .edu, .gov, .mil, and .int domains) are still the most popular TLDs world wide.
ICANN (International Corporation for Assigned Names and Numbers) is the body that handles TLDs. As of 2000/11/17 ICANN added these TLDs: .pro, .info, .aero, .museum, .name, .coop, and .info. They rejected these TLDs: .kids, .sex, .xxx, and .geo.
Page Modified: (Hand noted: 2007-07-24 03:25:37Z) (Auto noted: 2008-08-27 16:38:05Z)