New picture functionality added.

I have added server-side image resizing in the pictures area. What does this mean for you? It means two things:

  1. Dynamically generated thumbnails! You no longer have to download the whole picture when you are viewing thumbnails in the event view. You’ll just get little thumbnails instead.
  2. Selectable viewing resolutions. Now, you can view a picture at several resolutions, not just the one at which it was taken. By default, images will appear at 800×600.

I hope this makes things easier for low-bandwidth users.

Plans for an open-source fitness program hatched

I’ve recently started running more often, and I wanted to keep track of my mileage, etc. So, I went looking for a good software package that could keep track of everything and make pretty graphs, but all I could find were many websites that offered the service for free by becoming a member.

I’m nervous about trusting my data to a third party system, so I started thinking I would just build a little database to keep track of this stuff. I want to stay platform neutral, so I decided that I might as well make the thing a web-accessible database.

Writing this thing in ColdFusion would be easy, but I’m trying to learn Java to prepare for a summer internship as a Java developer, so I’m going to try to implement it as a Java servlet or something. I’ll likely open a project at sourceforge.net. More news to follow.