Comments on: Programming, Graph Theory and a Request For Help. http://blog.makerlab.com/2009/08/programming-graph-theory-and-a-request-for-help/ Go on, be curious Wed, 06 Jan 2010 19:06:40 +0000 hourly 1 http://wordpress.org/?v=3.9.15 By: Jillian Ada Burrows http://blog.makerlab.com/2009/08/programming-graph-theory-and-a-request-for-help/comment-page-1/#comment-1117 Tue, 24 Nov 2009 21:26:22 +0000 http://blog.makerlab.com/?p=790#comment-1117 Have you though about using something like Mongo DB, Cassandra, or Couch DB for the type of storage you want? All of those provide essentially a native AJAXian way of accessing data through a RESTful json interface.

I was thinking about creating the drag and drop interface. At first I thought Java 3D has the capability to create clickable 3D objects. Then I thought one could use jQuery to manipulate html entities to create an interactive editor, even adding psudo-3d abilities. What you probably want, is a fully interactive 3d interface. That can be done via Javascript via O3D a la Google. It give one the ability to import 3D models and let the user interact with them.

I hope that at least helps.

]]>
By: Math World | Programming, Graph Theory and a Request For Help. http://blog.makerlab.com/2009/08/programming-graph-theory-and-a-request-for-help/comment-page-1/#comment-946 Fri, 14 Aug 2009 10:23:06 +0000 http://blog.makerlab.com/?p=790#comment-946 [...] anselm 2009-08-08 02:39:30 Continued here: Programming, Graph Theory and a Request For Help. [...]

]]>
By: Chris Blow http://blog.makerlab.com/2009/08/programming-graph-theory-and-a-request-for-help/comment-page-1/#comment-940 Tue, 11 Aug 2009 16:30:19 +0000 http://blog.makerlab.com/?p=790#comment-940 graphviz! … oh wait thats not it either.

]]>
By: Skry http://blog.makerlab.com/2009/08/programming-graph-theory-and-a-request-for-help/comment-page-1/#comment-936 Sun, 09 Aug 2009 19:33:49 +0000 http://blog.makerlab.com/?p=790#comment-936 #6, I guess no, at least at first. The explosive complexity rules it out. Controlled vocabulary has too many limitations on the other hand. Worst case it would be like choosing tags from a menu of all used tags. If you really want to, maybe suggestive search would be a successful UI model. Would it take Googltastic infrastructure to pull that off, though? Suggestions based on typing could be helpful in collapsing terms for similar prototype ideas. Suggested synonyms would be helpful there too. Get the users to help prune the name space during creation maybe.

Solutions: #2: I once saw something like this in Smalltalk, ca. 1994. A visual relational OO db. It was really cool, as easy as editing in old-school hypertext systems such as Storyspace. Object-node-containers and named links.

]]>