|
ROCKCI
DIY Virtual Server User Manual Chapter 2-4 Getting Started
Creating your Web pages
Creating your Web pages We recommend that you read through all of Chapter 2 Getting Started before using your Virtual Server. Your ROCKCI DIY Virtual Server, is activated with an example home page called index.html. In order to create your own web pages, you will need to create html documents. HTML (hypertext Markup Language) allows you to code your document such that it will display in various browsers. Creating Html Documents
Files types commonly used for Web sites .html or .htm files - These files, called Web pages,
are written in HyperText Markup Language (HTML). .gif files - GIF files are graphics or image files
with 256 unique colors or less. Two popular types of GIF files are animated
GIFs, which contain multiple frames played back to produce animation, and
interlaced GIFs, which allow for a color to be transparent to produce dramatic
affects with other images in the background. .jpeg or .jpg files - JPEG files are usually used
for photographs and can contain up to 16 million colors, When creating
JPEG files you can set the "quality level" which allow you to reduce the
file size for faster loading. .mid or .midi files - MIDI (Musical Instrument
Digital Interface) files containing
.wav files - these are sound or audio files signals
used for recording and playing music an voice audio with a computer.
can be played backed with a client wav player (built-in to
most web browsers). .ra files - REAL AUDIO these are sound or audio
files signals used for recording and playing music an voice audio with
a computer. can be played backed with a client Real Audio player (built-in
to most web browsers). !!! It
is important to understand the file type you are dealing with when transferring
files to your ROCKCI DIY Virtual Server. !!!
Tips Understand Graphics take a certain
amount of time to load. Be aware of your image file sizes for fastest user
load time. Screen size used with most browsers
Naming your files in a format which
makes sense will help when editing your web pages. Remember that file names
and links are CaSe SeNsItIvE. In order for files to display properly in
a browser the file extensions .htm , .html , .gif, etc (lower case) must
be used.
|