11

To place pages on the World Wide Web, you will need (1) a domain name and URL and (2) a web server with sufficient space for your files (pages, images, video, audio, and so on). Because you are a student and studying web design, the institution (HCC) will provide a web server and URLs for you to use throughout our course.

Domain names are issued by designated sites such as GoDaddy.com, Domain.com, and numerous others. These sites have a search function where prospective users can see if their desired URL is available. Domain names rent usually annually for $10 and up. Popular names may cost much more.

The domain provider will offer a “pointer” to connect your URL to the server where the content is located.

If you have a URL and service space, you will need a file transfer protocol (FTP) program to upload files to the server and set reader permissions. A multitude of free FTP programs are available for download. At HCC we use FileZilla to place files on a student web server maintained by the Computer Science department.

File Preparation and Upload

To upload files to a web server, the authors recommend the following steps:

  1. Make a “gold master” folder on your desktop, such as “site,” and place final files in it.
  2. Place the required .html, .css, and image/media files for your site into the folder.
  3. Follow naming conventions for convenience:
    • Use all lowercase letters.
    • No spaces in file or folder names — use hyphen (-) or underscore (_) to separate words.
    • No absolute links to images, .css, .js, or other files (e.g., “file///MacintoshHD/images/image.jpg”) in your documents.
  4. Make sure your home page is called “index.html” so the file will load automatically when the folder is entered.
  5. If placing image, .css, and other files in folders, be sure to cite the folder name in the link. E.g., “images/image1.jpg”
  6. If placing .html files in a folder, remember you will have to go up one directory level to get to the index file and other folders. Use “../” before the folder name.
  7. Test the files to make sure all links work.

Avoid renaming any files after organizing the folder. The result is to break any links that have been coded since they no longer match to the filename.

License

Icon for the Creative Commons Attribution-NonCommercial 4.0 International License

WEB Authoring by Hillsborough Community College is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License, except where otherwise noted.

Share This Book