This is a early version of a filesystem editor we wrote for our developers kit. It allows you do view a directory, create files, erase files, edit files, create directories,
remove directories, and upload files from your browser directly into the directory.
This is a simple memory game, it has plugable html cards. I have it set at letters right now, but its easy to switch over to images. It makes heavy use of php4 sessions, and
uses no javascript/etc.
This is a very lightweight tool for PostgreSQL, if you used to using psql client than you will be at home with this. It connects to the database, (after you change the
connection string), grabs the list of tables, displays their attributes, and lets you enter sql queries and view the output.
This is a rough copy of a tic tac toe type game we had to write once, its not pretty, but its playable how it is, and it depends heavily on sessions...