Creating a web site
How do I write HTML web pages?
How should I name my files?
How can I find people to design my web site?
Help with CGIs
What languages can my CGI be in?
My CGI scripts don't work, what's wrong?
What are the paths to Perl and Sendmail?
How should I upload CGI scripts?
Do you support server side includes?
How do I do image maps?
[ Creating a web site ]
How do I write HTML web pages?
HyperText Markup Language (HTML) in a nutshell is a text file with
tags. You can edit HTML files with a simple text editor, such as
Notepad. But if you are new to HTML, and don't completely understand
the language, we suggest you read a few HTML tutorials on the Web, and
use your new found knowledge and apply it in graphical HTML editors.
Also, please check our Web Design Tips page for instructions on how
to create a professional web site.
HTML Tutorials
A Beginner's
Guide to HTML - A great tutorial that covers everything of HTML.
Considered to be the mother of all HTML tutorials.
Style
guide for Online Hypertext - Gives tips on how to design and layout
your web pages. Made by Tim Berners-Lee, the man who invented the
World Wide Web and set grounds for HTML.
HTML Editors
Tucows - If you've spent some time on
the Web, you'll definately know these cows. Tucows contains one of the
largest collections of Internet applications in the world, everything from
HTML editors to HTML browsers. Definetely a link you want to try out.
How should I name my files?
HTML files should end in .html or .htm (lowercaps). Since the UNIX file
system is case sensitive, we suggest you make all of the materials in
your web site in lowercaps and all the links in lowercaps so it won't
cause any great confusion. Also, your main welcome or opening page
should be named index.html or index.htm, since it is automatically
read as the main opening page when someone looks into a directory. For
instance, instead of using a URL like http://yourpage.com/yourdirectory/intro.htm, you
can rename intro.htm to index.html and simply use the http://yourpage.com/yourdirectory/
part as the URL. Also, CGI scripts should be named under a .cgi extension, and SSI includes
should end in .shtml.
How can I find people to design my web site?
If you're not ready for the HTML language or don't have the time. You can
contact a professional designer or web development company to do it for you.
Imperial Webs's Web Design Team is a great example. Our rates are fair,
and are one of the most competitive over the Internet, and our products are
real quality. If you're interested in Imperial Webs's web development
services, feel free to contact us.
|| Back Top ||
( Help with CGIs )
What languages can my CGI be in?
What are the paths to Perl and Sendmail?
For all accounts the paths are:
My CGI scripts don't work, what's wrong?
Here are some guidelines for using CGI scripts: How should I upload my CGI scripts?
You must upload your scripts as ASCII. Perl scripts should have
an extension of .CGI, not .PL. Do not make a \cgi-bin directory and place
your scripts there, if you have to, name it \cgibin. Also, since we run
a Unix system, your scripts must not have CRLFs (carriage return line feeds)!
We suggest you use HotDog and save
your scripts in a Unix format or use a free handy utility called dos2unix.
Do you support server-side includes?
Yes, we do. The HTML file that has the SSI commands must have an extension
of .shtml.
How do I do image maps?
We all know we can use images as links, but how about multiple links
off different locations of one image? Image maps save time, space,
and bandwidth! To use image maps, you'll need an image mapping software. You can find
out more information about image maps in the
ImageMap Help Page.