FAQ

How do I upload a web page to the psu server?

Use one of the following file transfer programs:

-ssh

-psu portal

-map a drive
other good info at: http://www.geosc.psu.edu/computing/faq/drivemapping.php

What is VPN?

A VPN (Virtual Private Network) is a secure encrypted network connection. More info can be found at:

http://aset.its.psu.edu/vpn/about.html

What is the name of the main page on the psu server?

The page that is automatically accessed is named index.html

Where is the index file located?

It is located in the WWW directory.

How do I add a link in code?

The code to add a link is:

<a href="http://www.psu.edu">Penn State</a>

How do I view the code?

Go under the Edit menu to view source.

How do I edit the code?

Use an editing program like notepad or check the code in the editor program.

What do I do if a link doesn't work?

Go back to the source code of the web page and make sure it goes to the correct place and looks like the correct link code. The important part is that it isn't referring to a page on your U drive or local hard disk.

How do I add a graphic?

The code to add a graphic is: <img src="graphic.jpg">

Be sure that the file graphic.jpg is also in the same directory as the html file.

How do I check a web page to see if it works?

Check the page on another computer to make sure it is loaded correctly or ask a friend to use their account.