suecavanaugh.com

Classic  Games





Contact me
Résumé



 Code Login  





Choose a game...



Back to Home Page

Centipede Code Login


A password is required to download the Java code for Centipede. If you don't have it, I'll be glad to email it to you.

If you see a "Can't contact server..." message following your password submission, try again in 30 seconds, the server is probably busy.


Technical Note

Requiring a password for access demonstrates my Java servlet skills. I implemented this login with a servlet, Authenticate.java, which is hosted for me by the free server, http://www.myjavaserver.com. It authenticates the password you enter, then transfers control to the appropriate download page on my site. The entire process is done without using a client-side scripting language like JavaScript which may not be enabled in the user's browser.

Password Authentication Changes

In the past year there has been a change -- the servlet-enabling MyJavaServer.com Web site is no longer in existence! As a result, I have had to implement password authentication in PHP, a server-side scripting language, rather than using a Java servlet. See the code: games_code.php, which is hosted for me by Yahoo.com. It also authenticates the password and provides the code to the user for download.