The first article in this series, Developing Web Pages for Teaching, Part I -Introduction, discussed the basics of what a web page can do and what might beuseful. This second article talks about the details of how you actually create a webpage and put it out there for the world to see. There are lots of different ways to dothis, and there are lots more details than I can present here. This is simply a startingpoint to get you moving. It is based upon my experience teaching other faculty how towrite web pages. Many of the details will be different for your computer system, butthere should be enough information here that you can at least talk to the technicalexperts at your school to get upand running. Good luck.
This set of web pages were originally developed by Scott Van Bramer for a faculty development workshop at Widener University. They have been modified reorganized and expanded for the CCCE Newsletter.
The Web has quickly become a powerful tool for undergraduate education and its use has rapidly expanded. Many faculty are struggling with how to use this tool for teaching. This question includes both what to do and how to do it. The web becomes a much more effective teaching tool when faculty can develop web pages for their courses. This set of articles will help you decide what to do and how you want to do it.
The first question to ask yourself is "What am I going to use this for?" Your answer to this question will influence how you organize and create your web pages. Although the possibilities are overwhelming, don't be daunted. As you gain experience you can try new features. Begin with something simple. Suggestions about where to start and how to organize things include:
These are of course, just my opinions. My hope is that they cause you to think about your reader and how they interact with your web pages. If you do this, it will be time well spent.
Some common mistakes include:
This is a very brief introduction on HTML written by Scott Van Bramer at Widener University. You do not have to know HTML to write web pages. But if you understand the basic features of HTML, you understand how web pages work. This will help you avoid many problems as you learn to create web pages. Be aware that not all browsers recognize all HTML tags. Each company has added tags that are not a part of the standard HTML to add features to their browser. You should take a look at your pages with several different browsers to be certain that your viewers will not encounter any problems.
Several different codes are available to help with basic document layout. These include:
A set of lines in an HTML document
that look like they are divided into three
lines of text.
A set of lines in an HTML document that look like they are divided into three lines of text.
A set of lines in an HTML document<br>
that look like they are divided into three<br>
lines of text.
A set of lines in an HTML document
that look like they are divided into three
lines of text.
The following HTML codes are available for controlling the appearance of text.
Here is the code for an example.
Here is the code for an example.
The end of the unordered list.
Here is an example of the code for a definition list.
<A HREF="http://science.widener.edu/~svanbram/">Scott Van Bramer's Web Page</A>
The elements here include:
<A NAME="end">
<A NAME="return to here">
The text within quotes is the name of the location. The name is not displayed by the browser, but links can point to it. There is a Name tag here with the name "return to here": and another tag with the name "end of document" at the end of this document.
<A HREF="#end">Goto the end</A>
science.widener.edu/svb/htmltalk/ccce/introbasic.html
Addresses may be copied and pasted from the location bar in the browser. Typically the begin with the name of the server (science.widener.edu) and are followed by the file path ( /svb/htmltalk/ccce/) and a file name (introbasic.html ). If a file name is not specified (introbasic.html) the server will return a directory listing. If there is a file named index.html in the directory the server will return that file. The main document in a directory usually has the name index.html.
The address can also specify a location in the document defined with a NAME tag (detailed above). This example shows an address that will jump to a location named "link tags" in the document "basic.html" on the server "science.widener.edu" in the file directory "svb/htmltalk/ccce".
<A HREF="http://science.widener.edu/svb/htmltalk/basic.html#link tags">Examples of links</A>
The link will appear in the browser as a link to the beginning of this section
<IMG SRC="h_int_d.gif" ALT="Proton NMR Spectrum of citronellal" WIDTH=545 HEIGHT=322>
<IMG SRC="sey98h.jpg" ALT="Taking a sextant reading " WIDTH=301 HEIGHT=198>
The code for a finished table looks like this:
And the table itself displays in a browser as:
Col 1 header | Col 2 header | Col 3 header |
---|---|---|
data 1a | data 2a | data 3a |
data 1b | data 2b | data 3b |
data 1c | data 2c | data 3c |
Most web servers allow counters to be inserted into web pages. This is a handy way to track usage of a web page. The exact details are a function of the software on your web server. It usually involves CGI scripts accessed using special links. See your system administrator for details. The counter on this page uses the following script.
It is also possible to control access to web pages. There are several different ways to do this. Consult your system administrator for exact details. Most web server software allows access to be restricted by password or by domain. If a web page is restricted by password the user will be prompted for a userid and password. The userid and password must match a list of approved users and passwords. This works well but is somewhat tedious to setup and maintain. Restricting access by domain limits access to a range of IP addresses. For example restricting by domain to 147.31 limits access to computers connected to the Widener University network. No password is required for domain access, so it is easier for students who are on campus. However, if students are off campus they will not be able to view the web page. I use domain restriction for multimedia files to satisfy the copyright concerns of the publisher.
I highly recommend that you periodically browse through your web pages to find any old links that are no longer valid. There are software programs that automate this process. I use a program called LinkBot.