January 6, 2008: digressed How-Tos
This is a list of pages I wrote while teaching classes on C++, Java, and HTML + CSS at the University of Florida. They might eventually become a little dated but I’ve noticed many people still visit them from time to time.
Programming Concepts
- Linked List Operations: a visual guide explaining the common linked-list operations: addition, traversal, deletion and insertion.
Software
- Transfering files with WSFTP: a tutorial showing how to upload files using a File Transfer Protocol program.
- Emacs for Windows Installation Instructions: includes configuration for Java, HTML & CSS development.
Programming
- Common Java Errors: tries to explain the meaning of some common compiler and runtime Java errors.
WWW Development
- W3C Character Entity List: much like the official one but actually shows what each entity looks like and how to enter it under a en_US keyboard mapping.
- Using the Gimp to control Image File Size for the Web: describes some simple techniques for obtaining optimal file sizes for images on a web page.