Example six -- Other examples
on the Internet
You can either find a FAQ on the
net to give you more ideas or check out the links off
this page: Creating
Net Sites
Have you ever seen something on
a web page want to know how they did it? When at the
page on the Internet you can go to the View menu and
choose Document Source or maybe just Source. A window
will open and the HTML source for the page you are looking
at will be displayed.
Step 7 -- Uploading your HTML document
Quit Simpletext and reconnect to
the Internet. Open Fetch again. Use the same procedure
as above in Step 3 to connect to the web server (see
addition 1 below). After the dog changes back into an
arrow click on the Put File button. A window will come
up asking which file to upload. Find and open your Web
Page folder and double-click on index.html. Another
window will come up asking what to call the file. Leave
the filename as index.html and make sure the file type
is set to Text, then click OK. The current index.html
file will automatically overwritten on the server. You
can now immediately view your edited page with a web
browser.
Step 8 -- Uploading picture, sound,
and movie files
This is almost exactly like uploading
the index.html document. You put the files in your folder
on the server by using Fetch. Connect to the web server
(same as Step 3 again). Click on Put File and select
a picture you want to upload. When the window comes
up asking you what to call the file make sure that the
file type is set to "Raw Data". Otherwise your picture,
sound, etc. will come out as garbage.
Step 9 -- Upload files into your
ftp site for others to download
Along with a web page (www) folder
(or directory) you also have upload rights to a folder
on the ftp server. You may put files there for others
to download. Make sure you are connected to the Internet.
Open Fetch and connect to the web server (Step 3 again).
Click on the "www" above the listing of your files and
you will see a pop-up menu with your account name above
the www and a "/" (forward slash) above that. Select
the forward slash. The listing below will change. Scroll
down and double-click on "ftp". This will put you on
the ftp server. Now double-click on pub, then users,
and then again on your account name. Now you may put
any files here you wish. As far as file types go, always
upload text or HTML as Text; pictures, sound, and video
as Raw Data; and programs as BinHex.
Step 10 -- Advertising your home
page
The extent to which you do this
is done is up to you. You don't have to advertise. But
if you wish to, a good place to look is on the questions
FAQ on our users sample home page. Once there cycle
down on the menu until you get to the link called "How
do I publicize my work?". Click there and read all about
it!
HAVE FUN!!!
ADDITION 1 - Saving the connection
information as a Shortcut
So that you don't have to type the
information in every time you connect to the web server,
you can save this as a Shortcut. In Fetch, go to the
Customize menu and select New Bookmark. For the Name
type "SnowCrest" and for the Type select "Folder". The
rest of the entries should be typed exactly as in Step
3 above. Click OK on the window to save the Shortcut.
The next time you open Fetch just click on the down
arrow next to Shortcuts: and select SnowCrest. The information
will be automatically entered into the fields you just
have to click OK to connect.
ADDITION 2 - Facts and Tips
- Our system in case sensitive!
Always remember that if you name a file in all caps
or with the first letter a capital then you must call
for that file as EXACTLY that. For example, if you
call a graphic file "BigLogo.gif", then try to put
that graphic on your page with a line like this: <IMG
SRC="biglogo.gif"> then your picture won't show
up.
Also, when naming your files
don't use ANY SPACES or special characters (besides
periods, dashes "-", and underscores "_"). Spaces
and other special characters are interpreted as
the end of a name or are special commands reserved
for UNIX.
- You have 10 MB of space
in both you www folder and your ftp folder combined.
The server will not let you upload any more than you
have space. If you need additional space you can get
an additional 10 MB. Call SnowCrest or email to support@snowcrest.net
for current information on pricing.
- You can always view your
web pages on your own computer, even if you aren't
connected to the Internet. If you keep copies of all
your webpage files on your own computer you can view
them through your web browser simply by going to File
and choosing Open File or Open Local File, depending
on your web browser. Then go into your Web Page folder
and open your index.html document or any other file.
- If you have problems seeing
changes you just made to any of your pages here are
some things to try:
- Push the Reload or Refresh
button
- Try saving or uploading your
document again
- Clear you browsers' cache
file (or even set it to zero)
- Close your web browser and
open it again
Web browsers save copies of
pages that you visit in their cache. That way when
you push the Back button it loads the page in a
couple seconds rather than redownloading it from
the Internet. Sometimes this can work against you
when designing web pages when you make a change
and you can't get it to register when you view the
page. Try the above tips before pulling your hair
out.
- Not all web browsers are the same.
The most popular web browsers are the Internet Explorer
and Netscape Navigator. People will be viewing your
page with both of these so you will want to test you
page with both browsers to make sure things look OK.
Also, remember that people have different versions
of these browsers and that could even change the way
your page looks to them. One major difference is that
Internet Explorer 2.0 can't view frames or java. If
you get into adding either of these features to your
page you might want to consider having a secondary
page for those whose web browsers don't support these
features.
ADDITION 3 - About adding forms
to your home page:
Forms are an exciting way to receive
information from users accessing your home page. SnowCrest
has recently added a quick and easy way to enable HTML
forms. First you will have to write the HTML for the
form you wish to publish on your home page. This information
can be found on various different sites on the web,
in books, or can be done with some HTML editors. The
trickiest part of getting your form functional is the
CGI programming. In the first line of your form HTML
document you need to have your CGI line. This line should
read as follows...
<FORM METHOD="POST" ACTION="/cgi-bin/response.cgi?account/file">
where "account" is your login name.
In the e-mail name joe@snowcrest.net the login name
is simply joe
where "file" is your file name for
the html document containing the form. In the file name
form.html the "file" would be "form".
You can put the form in an already
existing html document or in a separate document as
long as you put the file name in the correct spot in
the CGI line.
Once your form is written and uploaded
to your folder on our server you need to set up some
way for the computer to send/store the information it
receives.
1. Open Simpletext. Now you need
to make one new file. Lets say that you created your
form and called it form.html Make one file called ---
form.mail All that needs to be in this file is your
e-mail address. ie. joe@snowcrest.net
If you added the form to your index.html
document then the file would be called---index.mail
---and contain the same information.
2. You need to put your new file
into your directory on our server. To do this connect
to www.snowcrest.net with the program Fetch as in Step
3 above. Once connected you should be in the "www" directory
where your web page files are stored. Click on the "www"
and in the pop-up list select your account name. The
list of files below will change and you should have
a couple files and the www folder. This is where the
form.mail document should be put (save it as Text).
At this point you can disconnect. Now when someone responds
to your form on your home page the response will be
automatically e-mailed right to you!! Also, be sure
to test your own form by filling it out and seeing if
you receive your automated response.
ADDITION 4 - Adding other CGI scripts
If you're up for a challenge,
you can try adding one of the CGI scripts which SnowCrest
has made available to you to your page. CGI scripts
allow your page to do much more than simple HTML commands
allow. They do require a little more effort to get them
to work, though. Instructions for the CGI scripts SnowCrest
has available can be accessed at
http://www.snowcrest.net/cgi/index.html.
Back to SnowCrest