Computer Class Home Page Spring 2008
The First email here
Wikipedia page for Ed Roberts who produced the Altair 8800, the first PC here
Lecture notes for second part of Shaw lecture (4/2/07): Beginning HTML programming
Lecture notes for third Shaw lecture (4/9/07):
Download Mac web page editor here
Web Page Development Software; Free software from Evrsoft 1st Page. Instructions on how to use your Gatorlink disc space to set up a web site here. Here is a link to Validator, a web site which will check your web page for mistakes. Here, is a free online manual for learning HTML. Here, is a page giving more information on making web pages. Here is a page detailing some interesting things about jpg/jpeg images, which I found quite useful.
Here is the Tim Berners-Lee home page.
Here is a page describing RGB colors and how they are coded in hexadecimals.
FileSee This is a very useful program which allows you to see exactly what is in different kinds of files. Download a trail version from http://www.filesee.com
C and C++ Compilers; In class I used Bloodsheds C++ compiler, which is as far as I can tell an excellent product and is free. Go to http://www.bloodshed.net/dev/devcpp.html. This makes real Windows programs in C and C++, as well as simple DOS programs.
Students pages;
FTP and Telnet/PuTTY. You already got WS_FTP, a Windows based free FTP program. Also it is very useful to have a Telnet type program, which will allow you to do more manipulations on a server, like possibly executing programs if you are cleared to do this. A free program called PuTTY can be down loaded from here. Most servers now use a secure SSH login, so select that option. When you connect put in your FTP username and password, and you should get into the same directory as the one you go to with FTP. At the command line type "cal 2005", and if you can execute programs a UNIX machine should print out a calender for this year.
A table of ASCII characters. Go to http://www.asciitable.com. And here is a description of the FASTA file format, important for many sequence analysis programs
The University of Florida Soda Shoppe: place to get some free software (i.e. FTP program) and a lot of cheap software (i.e XWindows for PC, Hummingbird Exceed for PC, both allow you to run Xwindows on a PC). http://www.software.ufl.edu/ (only works if you have a University of Florida IP number most likely).
Also here are some useful Javascript sites The Javascript Source, and The Javascript Kit, and A Javascript Tutorial. (There seems to be a lot of these sites, presumably reflecting the versatility and usefulness of Javascript).