Thursday, February 09, 2006

First (and Second) Project - Latest Version

I have fixed the horizontal rule in Opera and Firefox so it no longer looks hollow, by making it's background black. Still looks fine in IE, too. The JavaScript now works fine in Firefox - I needed to use the id attribute, not the name attribute. I also added tooltips to everything clickable using the title attribute.

Next I need to figure out how to put values in the text areas from the URL.

Friday, February 03, 2006

Proposed project - Java command line parser

I think I'd like to write a Java command line parser which will pop up a GUI window when there are no command line arguments given, and direct the output from the command line tool to a text box. This would make it easier to create dual use programs.