How can I program this web tool?

I play online games (at the moment, City of Heroes). Those games have ‘Friends’ lists, but they’re not very verbose; at best they tell you the person’s name.

I want to make a web-based tool, so I can ALT-Tab over to that screen and plug in a player’s name, make a few notes, record what day I saw them, what kind of character he was playing, and maybe click on a few buttons like “do not team with again” or whatever. It should save the data somehow, so I can look up a player again later.

What tools should I use to make such a thing? It needn’t reside on the Internet; it could just be for my own personal use.

I’d use Access if you have it, or Excel if you’re more comfortable with that. Access is better for making reports from text-based stuff.

I’m not clear on why you ask for a “web tool”… What are you looking to do that couldn’t be accomplished just by editing a text file in Notepad?

I was thinking web tool, because it could do databasey stuff like sort/filter data, have little radio buttons and check boxes and sliders and so forth, and this tool could be made available to other people who play the same game — or it could be made into a public ‘Rate This Player!’ tool, whereas a Notepad file can’t. A web tool could also more easily do stuff like run searches for names that have already been classified.