Years ago, think 2003, I had an idea for a Contact Management System . The base of the program would be contact based. Keeping things like: Name Company Title/Position Address Phone Number(9) Notes Very basic. But with one caveat, it could be extendable by plugins . I was going to write this in ColdFusion , but nothing ever came from it. I’d like to try my hand at it again , this time in Java or something similar? I don’t know how I would accomplish this. There would have to be some kind of config file for each extension/addition to the program that would load the external programming. Yeah, it def needs more attention and thought process to it. But I’d thought I’d put it out there for now so I can remember it later.
Been working on a small program for note taking. I call it CommandLine. Yeah I'm sure that's nothing new and exciting. It's meant to be 100% keyboard interactive, you shouldn't have to use your mouse. So far the project is working out rather nice. We'll see how well it ends up... by which I mean how often I use it. The commands are pretty simple. To list your files you simply type 'ls'. To save a file you're working on, you type 'save'. To end the program you either type 'quit' or 'exit'. If you just type the word today, it will create a file for today using year.dayofyear notation. Like I said, it's nothing really exciting. Just a little program I cooked up for kicks. I plan to implementing some kind of backup/archive feature plus having the ability to delete text files etc. all without having to touch the mouse. We'll see how well this goes.