CSC 107      Fall 2002

A. How-to Basics


[ Using a Web Browser | Using a Text Editor | File Transfers ]

Using a Web Browser

A Web browser is a program for accessing and displaying Web pages. The two most popular Web browsers are Microsoft's Internet Explorer and Netscape's Communicator, both of which are free. While either browser will work fine for viewing most pages, there are some subtle differences that may affect the display of some pages, especially with respect to newer features of the Web. For this class, Internet Explorer is assumed since it is more widely available and somewhat more stable, but you may choose to use Communicator if you wish.

Starting the browser:

Note: when you start the browser, the home page for that computer is automatically loaded. For computers on campus, the home page is most likely the Creighton University page. For your own personal computer, you can change the home page by selecting Internet Options from the Tools menu in IE (or Preferences from the Edit menu in Communicator).

Opening a Web Page

Note: you must be very careful when entering a Web address since any typo will most likely cause the browser to fail in locating the page.

Opening a Local Web Page

Note: when you open a local Web page, the file name is preceded with file:// in the Address box of the browser. This distinguishes the local page from pages loaded over the Web, whose addresses are preceded with http://.

Viewing the Source of a Web Page

Downloading/Saving a Web Page


Using a Text Editor

Since a Web page is nothing more than a text file that contains special HTML tags, you can use any text editor you choose (even advanced word processors such as Word or WordPerfect). In the G411 computer lab, a simple text editor named MEdit (by Imran Hussain, www.indus-soft.com) is installed on all machines for your use. This free editor is similar to the NotePad editor that comes on all Windows machines, but has some additional features that will prove useful. Most importantly, the editor uses different colors for HTML and JavaScript elements, making it easier to identify fix errors when they occur. In addition, it contains a visual listing of files, making it easier to load and save files. It is recommended that you use this editor while in the lab, and you may freely dowload a copy for use on your own computer (from www.indus-soft.com/download.htm).

If you prefer, you may certainly use the NotePad editor or any other text editor that you are familiar with. Be sure that your editor is set to save files in plain text format.

Starting the Editor:

Creating a New File:

Opening an Existing File:

Note: Using MEdit, you can also select the desired file by first specifying the desired Drive in the box (e.g., a:\) and then clicking on the desired file from the listing.

Saving a File:

Copying a File:


File Transfers

In order to make a Web page accessible to the world, it must be stored on a computer running special Web server software. For this course, this requires two steps, (1) uploading the file to the public_html directory of your bluejay account, and (2) setting the appropriate protection on the file so that Web broswers from outside of Creighton can view the page.

Transferring files to Bluejay

The procedure for uploading files to the server is different depending on the browser you are using. Separate instructions are provided below.

Using Internet Explorer:
Using Netscape Communicator:

Making BlueJay Web Pages Accessible