David,
Great work. It's wonderful that you're still working on this!
On Tue, 13 Jan 2009, David Huynh wrote:
> - Images of different events can be of different sizes (compare "John D.
> Rockefeller, Jr." (1874) against "Avery Rockefeller" (1903)).
> - The example shows 2 different sizes but potentially each image can
> have its own size.
On my mac (10.5.5) in both FF (3.0.5) and Safari (3.1.2) no image for
Avery displays. I only see blue circle with a little box around it.
> - Things are a lot more packed vertically (see middle timeline).
> - Precise instant events with the same date/time can be "collapsed"
> together to save space (see those "x events" in the middle timeline).
These collapsed events display no image, just a generic image placeholder.
A general question about your original design decisions:
The js object for event data takes the form:
{
"events":[
{event},
{objects}
]
}
why not simply an array of event objects:
events = [{event},{event},...]
Did you envision this map having keys in addition to "events"?
Are there circumstances in which it might?
Just my usual naive curiosity.
best,
Jon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---