I’ve been playing with Topic Maps for a few years now. I like them. They’re an excellent way of representing how people think — which essentially involves relationships between things, rather than discrete categories of things. It’s also good for bringing connection to information that is disconnected. Got the same information in your records system, and in your web content system, and in your knowledge management system? A topic map can provide a way of connecting them all because it focuses on understanding how these ‘topics’ are inter-related.
My experience with Topic Maps led me to want to create an web engine for creating managing them. That, of course, led me to FCKEditor to edit a topic’s xHTML content, which invariably led me to look at AJAX for editing the content in place, rather than by using complex forms.
I’ve been asked a few times about presenting an example of FCKEditor and edit-in-place. I’ve even posted several articles on my thought process making FCKEditor work as an edit-in-place editor (at first here, then here and here). So, I figured I’d let the world see all this Topic Maps Engine work — I currently call it TopicMapKid (I was going to call it “Bob”, but certain friends didn’t think that name would catch on).
You can find the topic maps engine at www.topicmapkid.com
… maybe I should have a competition on what to call the topic maps engine … I’m sure I have a bottle of wine that’s worth a prize?
M










15 March, 2008 at 10:35 am
[...] If you’d like to see an example of this in action, just visit topicmaps.matthewhodgson.com [...]
15 August, 2008 at 8:25 am
I have tried implementing the edit in place functionality but get:
There was a problem with the request. Error code=405
when I try to start editing. So I thought I’d have a look at your example, but it says I need to log in to the server.
Any suggestions as to what might be causing the error?
Thx