A program (combined editor and viewer) for taking and organizing notes.
When I'm collecting and classifiying information, in preparation for writing (say) some course notes, I need to collate all sort of scraps, and organize them. Usually, I want to organize them as a tree, with each node of the tree being a list of items, each item being either text or a sub-node. I often need to move information (= a subtree) easily from one node to another. Sometimes I need cross-links that go beyond the tree structure. The sort of dynamic navigation found in MS-Windows "favourites", or Netscape/Mozilla's booklists would be one possible organization, though adding to the organization would need to be much easier than those examples.
No doubt many of you have had the same need when preparing essay-type courseworks.
Just such a program, on it's own, would be a limited project topic, lacking the scope for a high grade: the degree-worthiness would come from extras. A very obvious "extra" these days would be making the resulting notes file available on the web: with the file in html or xml, browsable (read-only) and directly editable on the web. That last issue would imply "protection" issues, to ensure that two clients do not get into a mess by trying to edit the same part of the same notes at the same time. Other degree-hard "extras" could be imagined.
All that to be done with a nice windows interface. Ideally, platform independant."
http://userweb.port.ac.uk/~lesterk/projects/index.html
I chose this idea as it would allow for the creation of a web app with possibilities only limited by the time I have allocated, and the limitations of the languages I planned to use.
The next stage for the project was to research into existing products that performed a similar task
and what a beautiful project i suspect it turned out to be.
ReplyDelete