processing class cms
While planning the Intro to Processing course I was to teach in Spring 2007, I found I needed a dynamic website where students could upload their finished programs in order to both document their work but also learn from each other. This would also make it easier for me to upload my own examples and to update the class lessons and info.
I had seen some examples used by UCLA and a few other universities, but the source code was not available.
details
This a php/mysql website that automatically handles applet uploading. There is an admin menu to add new students and students can edit their information and upload sketches. Installation is easy, just put the mysql login info in the config file and run the install script.
code