BlogMatrix
 

Integrating SIMILE and the BlogMatrix Platform

edit David P. Janes 2006-07-12 11:33 UTC 4 comments  ·  ·

We're got a (very) basic integration of SIMILE and BlogMatrix going -- you can view it right here. A few notes:

  • the "timeline-api.js" depends on being in the HEAD of the document, as it parses the SCRIPT elements in the HEAD to find the location of that file, so it can load dependent scripts. This doesn't really work for us, as we dynamically load scripts in the BODY as we find a need for them. It would be much better if they took an approach like TinyMCE, where an explicit load function is called with parameters (and if the parameters cannot be found, then you start trying to derive them)
  • I'm very pleased to see that HTML works in the popups
  • We obviously need a way of setting the beginning and end dates of the time, or the resolution, and the height
  • You don't need to call a loader to external URI to get the data into the timeline (as the examples use). Just call eventSource.loadJSON(json-object, base-uri) and off you go.

Comment #1jooey

2006-09-24 17:29:51

It seems this does not work anymore?

Comment #2David Janes

2006-09-25 11:18:28

Fixed. SIMILE was down for a while and I moved the post to draft status.

Comment #3jooey

2006-09-25 11:36:54

It's cool!

Comment #4Christian Phang

2008-08-16 04:41:29

Hi David,

your timeline example / modified API is down. Can you put it on again?

 Thanks.

Chris

Add Comment