Despite all the hoopla, creating web pages does require some work on your part. You will need to become a little familiar with HTML (HyperText Markup Language), and a little bit of unix.
For beginners, it is recommended that you use an HTML editor and then upload the files to the appropriate account and directory.
In a nutshell, the basic beginner steps are
Getting a unix account:
Computer accounts are managed by Accounts and User Support, 348-2284. If you are creating a page for a department, you should get a departmental account to store the pages in, rather than using your own personal account.
Getting an HTML Editor:
Most of the following are either freeware or shareware, so you get pretty much what you pay for. There are other applications for sale such as Adobe PageMill, which can run over $100.
Windows HTML Editors
Mactinosh HTML Editors
More Mactinosh HTML Editors
A large list of editors
Web page recommendations:
Learning HTML:
Most browsers allow you to view the source code of any page you are viewing. This is very helpful because it allows you to see how somebody else used some feature you'd like to employ in your pages. Within Netscape, from the menu select View, then Source. Within Internet Explorer, choose View, then Source. Under lynx, press the backslash (\) key. The following is a list of guides and tutorials on using HTML. In addition, there is a large number of books available. In addition, the Faculty/Staff Computer Training Center offer HTML courses for Faculty and Staff.
Once you have created your pages on your PC or Macintosh, you need to upload them to your unix account. Before you do that though, a directory must exist in your unix account. There is a program on solix and serss1 that you can run to setup your account for web pages. Log into either solix or serss1 and type:Questions:
websetupThis program will create a www directory for you, and offer to make a VERY simple homepage for you. Also, it will set the permissions correctly, because in order for your WWW pages to be seen by other people, the file permissions must be set to World Readable, and your home and www directories must be world executable.
If you create additional files online, you will need to make sure the permissions are correct for those files. You can rerun the websetup program, or type the command
chmod a+r ~/www/*which will make all the files in your www directory world-readable.In addition, there is an online unix guide which provides information about the unix operating system.
How can I run Netscape from home?
To run Netscape from home over a modem requires a specific type of connection to your Internet Services Provider (FIU in this case). This connection is called PPP. At this time, FIU only offers PPP access to Faculty and Staff. It is anticipated in the near future that PPP will be available for the entire FIU computing community. Faculty and Staff can contact SERDAC Accounting regarding PPP accounts.Do I need Netscape to create web pages?
No. Netscape is just one of many browsers available for "surfing the web". If you only
have kermit or some other text-only connection, you can use the program lynx
to surf.
Do I have to register my page with FIU?
Once you have uploaded your pages and made sure the permissions are correct, your pages are accessible to anyone on the Internet. If you would like to be included in the list of personal pages at FIU, you will need to fill out the FIU Link Request form.What will be my WWW address?
WWW addresses at FIU are in the format of:Must our department address have the ~ (tilde) in it?
http://www.fiu.edu/~username
No. Once a department has created an uploaded their pages, the creator may send an email message to webmaster@fiu.edu requesting a second address be created. This address will be in the format of:Why do I get a "404" error when I try to view my pages?
http://www.fiu.edu/orgs/deptname
Look at the list of WWW Error Messages.Why do some addresses have a tilde (~) in them?
maintained by wsg_support