|
Instructions for IAB Faculty, Staff or Student Web Pages |
|
by Jock Irons
Institute of Arctic Biology phone: 907.474.1176 fnjgi@uaf.edu |
|
Overview Mercury Dreamweaver Web Page Setup Creating Your Page From Scratch Creating Your Page Using DW Templates Editing Your Page Last Modified on: |
OverviewThere are several steps to creating your personal IAB web page and publishing it on Mercury. Many of these steps depend on previous steps, so if you are going to use this method to create you web page, please follow the steps in order. These steps are detailed below, and summarized here.
This page was created using templates, so the structure of your new page will be similar to this one. Getting access to Mercury, the IAB web serverMercury is the web server for the Institute of Arctic Biology, the Department of Biology and Wildlife, and the Alaska Cooperative Fish and Wildlife Research Unit. Any user with a Mercury account can also have their own personal web space. If you do not yet have an account, contact Carol Piser in the Biology and Wildlife office 211 Irving I (phone: 474-6294). An account will be created in which your username is your first and last name, separated by an underscore (e.g. john_doe). An email with instructions and a temporary password will be sent to you when your account is created. Getting Dreamweaver on your computerGetting a Concurrent License CopyThe easiest way to get started is is to download Dreamweaver from the UAF Office of Information Technology web download site. The way it works is that UAF has a license for a certain number of "seats", which really means the number of people that can use the software simultaneously. For Dreamweaver that number is 70 for Windows and 30 for Mac. The way the license is enforced is that you must download and install a key client to your computer, which will check with the key server to see how many folks are running Dreamweaver at the moment that you launch the program. If there are less than 70, then the key client will say "OK" and launch the program. If there are 70, then you won't be able to start the program. If your computer doesn't have the key client software, you will need to download that as well. So go to the Windows Key Client installation page for instructions and the link to the key client installer (go here for Mac OSX). After you load the key client, then go back to this page, http://www.alaska.edu/keys/, and download and install Dreamweaver. Remember to write down the serial number listed, because you will be asked for it during installation. It's pretty easy. While you are on that page, you might want to download and install Fireworks (made by the people that make Dreamweaver), which is designed for creating and editing web graphics. Here is a recap:
Benefits to using Dreamweaver:
Drawback:
Purchasing a Copy of DreamweaverAs a member of the UAF community, you are entitled to Academic Discounts at the UA Technology Center on College Road. Last time I checked, Dreamweaver was $99 (it is $399 list price). Fireworks is also $99, but if you are going to purchase both, you might as well get Macromedia Studio, which includes Dreamweaver, Fireworks, Flash, Freehand, ColdFusion, and maybe a couple of other things. Last I checked it was $199. Benefit: you can use it on any computer, anywhere, any time. Drawback: costs money. Dreamweaver and other HTML EditorsDreamweaver, a program made by Macromedia, is one of the most popular HTML editors on the market. It is a full-featured editor that can work in WYSIWYG (what-you-see-is-what-you-get) mode or in HTML code mode. It also integrates well with several other Macromedia programs designed for creating and maintaining web sites. If, however, you would rather use a different editor, there are many options. HTML files are just text files, so if you want to edit the HTML code directly, you could use Notepad or any other text editor. (Click on View, then Source or Page Source to see what HTML code looks like.) Here is a list of some other editors available for download (some will require payment after a certain length of time). For a more compete list, go to the ZDNet download site.
Getting set up to create your IAB web pageWe first need to create the directory, or folder, structure that will contain your web site. You must be logged into Mercury for this step. If you have a network drive labelled "M:\" then you are logged into Mercury.
Once your site is set up, the base URL for your website will be "http://mercury.bio.uaf.edu/~user_name/" where "user_name" is your Mercury user account, typically your first and last name separated with an underscore. Creating Your Page From ScratchThere are many IAB faculty web pages that were made from scratch, rather than from a template. There is nothing wrong with doing it that way. You can base your web page on your CV, and you can control all aspects of how your web site looks. If, however, you would like to do the formatting in a quick and easy process, and have the structure of your page conform to the "IAB look," very similar to this page, see the next section. If you do intend to create your site from scratch, you must still copy your web page files into the public.www folder that you just created on mercury. Again, the URL for your website will be "http://mercury.bio.uaf.edu/~user_name/" where "user_name" is your Mercury user account, typically your first and last name separated with an underscore. You can copy your files to public.www via an FTP client, or using the mapped drive (M:/) if you log in to Mercury. If you don't understand what that means, then you are a candidate for using the method below! Creating Your Page Using DreamweaverDreamweaver has a function called templates, which are pre-built framworks for web pages that can be used over and over. There are two IAB CV-style templates available for your use that are stored on the Mercury public drive (P:\). You can use Dreamweaver with or without using the template(s). If you choose not to use a template, just ignore the steps about templates below. Create a Site within Dreamweaver:To create a page in Dreamweaver (DW), first open Dreamweaver. You will have to create a site first:
Create an index page from scratch using DWBegin editing your web page, and save it with a filename of index.html. All modern browser automatically look for a file called index.html, so you do not have to specify the file name in the URL. If you want to use a different filename (e.g. my_way_cool_home_page.html), then you will have to specifiy it in the URL. Some advice on file names:
Copy the template(s) to your site
Create an index page from a template using DWNext, you will create your main web page, using a template. Open Dreamweaver (if it isn't already open). By default, DW opens a blank page. Close this blank page. Here are the steps to apply a template to a new page.
If you chose a template which allows editing of the background colors, let's change the colors next:
Now to the page content:
Photos
Editing Your PageOnce you have your site set up, and your index.html file created, editing your page is quite easy. There are many tools in Dreamweaver, and a good help system. A number of tutorials are bundled with the program as well: click on Help | Getting Started and Tutorials. There are many more tutorials and articles on the Macromedia web site: go to http://www.adobe.com/support/dreamweaver/ and you can search for many types of problems or tasks. If you find that using the template is too restricting, you can detach your new file from the template by clicking on Modify | Templates | Detach from Template. Now, all areas of the page will be accessible to you for modifications. Enjoy, and happy webmastering! Back to top |