Saving Your Webpage for 'The Internet' module
Under review & modification...
Why Am I doing this?
The third assignment must be submitted in paper form as well as submitted in electronic form as a web page.
What am I doing?
Most web pages are saved in HTML format. Some others are saved in PDF format. Both are quite different formats but do have the common aim of universal readability. However, HTML is in plain text and can do things, while PDF aims primarily just to be universally readable and only more advanced versions try to do anything.
- HTML = "Hyper Text Markup Language"
- PDF = "Portable Document Format"
Luckily you can use OpenOffice.org to easily create both document types. For PDF just use the 'Export Directly As PDF' button (hard, eh?) which you have already used for certain on-line submissions. For HTML suitable for web use, use the Save As... option.
Where am I doing it?
In your (remote) home folder on our Linux server (where there is a subfolder called public_html) save the file as history.html. (Under Linux public_html is for exactly what it's name implies. It is where you can create and post files that you wish to be accessible by others using the internet). Once you have a file called index.html - which is the first file looked for in a web directory - this should appear when users type:
https://mymailbox.fachtnaroe.net/~your_username/
How do I do it?
Create your assignment as a normal paper assignment. Then when finished and saved, go to Save As... and choose to Save as type: HTML document. Navigate to the correct drive or folder and ensure that the file is called history.html before pressing save. We're calling this file history.html because 1) that's what it's about and 2) we need the name index.html to be available for your Web Authoring project. Nearly done.
Putting it on the web
If you're working directly on a Linux system the file is probably already world-readable on the Internet and you're already finished. Under Windows, unless some special magic has been employed, you now have to copy the file to it's destination from your network drive using FTP. Depending on your Linux arrangements you may also have to use FTP.
FTP?
For Windows download a suitable FTP client if one isn't already installed. Under Linux use gFTP (install it as root if it's not already available). Our remote server already contains an FTP server that you can connect to. Give the name of the remote (other) computer: mymailbox.fachtnaroe.net, your username and password to the FTP client and click on connect. Well, almost.
If the FTP client reccommended in the help section doesn't work try another one - there's plenty of free ones out there.
Also, normally that's all that is required; FTP communcates on ports 21 and 20. Secure FTP (SFTP) is normally on port 22 like SSH access. On our system that port has been moved, so you will need to use the alternate port specified to you orally or by email to make your connection. You'll also have to specify that it's an SSH connection. (Normally, all traffic to and from mymailbox.fachtnaroe.net is encrypted).
When a connection is established you should find two 'panes' in your Window. One shows the remote (other) computer and the other shows the local (your) computer. You can then move files between these 'panes' which each represent the local and remote computers.
How do I check my submission?
Go here and look for your name.