Resources and Links
- Introduction to World Wide Web
- Basic HTML
- Color
- Images and Pictures
- Design Issues
- Tables
- Frames
- Cascading Style Sheets
- Multimedia
- JavaScript
- Putting it On-Line
Introduction to the World Wide Web
General
- Current uses of the World Wide Web
An introduction to how the WWW is used by Warren Cohen, technology reporter for
the US News and World Reports. Well organised list of links to wide variety of web pages.
Return to Top
Basic HTML
Introduction to HTML
Return to Top
Color
Changing the color of text, links and background.
Return to Top
Images and Pictures
- Webmonkey tutorials on adding images to web pages:
- IMG ALT
recommendations.
Recommendations for using the ALT attribute in the IMG tag. This is important for
making your
web pages accessible to all viewers.
-
Preparing Graphics for the Web by Douglas E. Gray
A detailed explanation of how to prepare images for web pages, including when to
use which
image file format (.JPG or .GIF).
- Sources for Background Images and other Images
Return to Top
Design Issues
What is "Good Design" of a web page?
Return to Top
Tables
Tables are one way to organize text and images with HTML. A table is a grid made
up of rows
and columns.
Return to Top
Frames
Frames allow you to view more than one webpage at a time.
- Webmonkey tutorials about how to use frames
Return to Top
Cascading Style Sheets
Return to Top
Multimedia
Multimedia includes sound, animation and video. There are many
programs that can be used to create different multimedia files.
Most formats require a separate helper application or plug-in to be installed with your browser.
These programs may or may not be installed on the computer you are using.
You can download and install any program onto your computer at home,
but you should not install extra programs onto RMC computers.
- Tutorial: Sound and Video for the Web and CourseInfo
A very thorough tutorial from the Center for Instructional Technology at Duke University. It includes information about sound and video formats for the web and how to create those files. You can ignore the section on CourseInfo - I believe that is their campus system, probably similar to BlackBoard.
- Webmonkey Multimedia Tutorial
Adam Powell's introduction to sound and video on the web is very helpful, even though it was written in 1998. He covers the history of multimedia and multimedia file formats on the web.
- Webmonkey's multimedia page
This page has links to more multimedia articles and tutorials.
Return to Top
JavaScript
JavaScript is a programming language that can be inserted into HTML files. It is
used to create web pages
that change or are interactive. Popular JavaScripts include ones that make text or
images change as you move
the cursor around the screen.
-
Webmonkey's JavaScript Tutorial
A nice introduction to what JavaScript is, what it does, and how to use it.
- Fred
Endsley's JavaScript Index
This index has many JavaScripts that you can view and copy for your own use. Fred
Endsley is a multimedia artist and professor at the School of the Art Institute of
Chicago.
Return to Top
Putting it On-Line
There are several things involved in publishing your web pages. First you must find a server to store your web page on. Most ISPs (Internet Service Providers) will provide a web page account for a fee. There are also some free web servers. Once you upload (copy) your web pages onto a server, you need to make it possible for users to find your web page using a search engine. Do this by using meta tags and by submitting your site to several search engines.
- Web Monkey Tutorial - Web hosting for under ten bucks
An excellent guide to affordable web hosting, by Jay Patrikios, written Feb 2003.
- Geocities (www.geocities.com)
A free web server and e-mail service. You can put a web page (limit 2 MB) on this
server for
free,
but you must put geocities logos and possibly advertisements on your web pages.
Select the Join menu option on their main page to learn more about it.
- WS-FTP95 LE
You can download WS-FTP Limited Edition for free, for educational use only. This shareware software is for PCs.
- Fetch
Fetch is an FTP program for the Mac. You can get this for free for educational use only.
- Search Engine Submission Tips
This is part of Search Engine Watch and gives information about how to ensure that your web page comes up on different search engines. It explains how search engines actually works and gives useful tips on how to submit your site.
- Phil Bradley on Meta Tags
A very useful and easy to understand description of how and why to use meta tags.
Return to Top