Using this Site
You will see that all of the pages in this site have the same general appearance, which we will describe here.
Navigation Area
The blue navigation area on the left contains links to any subdirectories contained in any given folder; these are listed under the directories heading.
Files
This area list all regular files page's directory. You can right-click on these files to download them to your computer.
Menus
In the page header, you will see several menus; click on these to gain access to the contents. Each menu header is a link to the index page for that area.
Page News
Older items are periodically dequeued from this list.
2023-09-18
Java Records will show you how to use Java Records to shorten your code when creating data-bearing classes.
2023-09-18
Writing equals()
will show you how to properly test for
equality of objects in Java.
2023-09-09
The page in beginners → java has been updated for Java 20. There are also new materials in the programming → javafx area.
2023-09-08
There is a new version of p0.pdf. This weeds out some typos and adds a new look for terminal sessions.
2023-08-29
New items have been added to teaching → web →HTML, including a document tree practice exercise, complete with linked solutions. Under teaching → web → CSS, two labs on inline-block and the box model have been added.
2023-08-28
The programs in the skeleton area have all been updated and now have improved documentation and modern Python 3 usage with context managers and f-strings. Get yours today under programming → skeletons.
2023-08-27
New items are being added under teaching → The WWW. There is a suite of new HTML exercises.
2023-08-19
This site has a new, cleaner and
simpler CSS setup. You can download the CSS file pageContent0823.css
.
This new style sheet will be incrementally rolled out across
the site. It now styles a number of outward-facing (non-beta)
pages.
To use the Garamond font which appears in the main part of this page, you will need to add this line to your page's header
<link href='https://fonts.googleapis.com/css?family=EB Garamond' rel='stylesheet'>