Facebook Simile Exhibit

2009-05-01 Thread Steve
I've created a Facebook application using Exhibit that allows you to explore your social network. For more details look here: http://www.stevetrefethen.com/blog/MiningYourFacebookSocialNetwork.aspx --~--~-~--~~~---~--~~ You received this message because you are sub

TimePlot and GAP

2009-05-01 Thread xisla
Hi people I'm need that a one line start in midle of graphics... example 3 lines line: 1 start: 1/1/2009 and END: 10/1/2009 line: 2 start: 1/1/2009 and END: 10/1/2009 line: 3 start: 5/1/2009 and END: 6/1/2009 -> this line need start in day 5... Thank's Daniel --~--~-~--~~

Re: Icon Image Position and Size

2009-05-01 Thread larryk_ny
Hi Charles, Timeline positions the icons exactly, so it needs to know their size. In the current ver, all icons have to be the same size, it is set in the theme. You may also have to increase the track height. That setting is also in the theme. There is an example that shows how to change the

Re: bubble

2009-05-01 Thread larryk_ny
Hi Chormou, The issue with bubbles first appearing with scroll bars is caused when the bubble contains images. The first time a bubble is drawn, the image has not yet arrived at the browser, so the size is not known. The bubble is the drawn too small by timeline. when the image does arrive, the

Re: timeline: Commit 1326 (Separation of Javascript and CSS) breaks DetailedPainter

2009-05-01 Thread larryk_ny
Hi Jonas, Thanks. If you time to update the detailed painter, that would be great. Send me the new version and I'll add it to the trunk. When a prior commiter changed things to css, in some places his changes weren't tested. I've fixed a lot of them in original painter, but detailed painter n

Re: Facebook Simile Exhibit

2009-05-01 Thread David Huynh
Steve wrote: > I've created a Facebook application using Exhibit that allows you to > explore your social network. For more details look here: > > http://www.stevetrefethen.com/blog/MiningYourFacebookSocialNetwork.aspx > That's pretty cool, Steve! David --~--~-~--~~~-

Re: examples.js - filter/highlight

2009-05-01 Thread larryk_ny
Hi, The filter code, along with most all of timeline is courtesy of David H. I'm sending this from the road, so I don't have access to the src. My recollection is that the filtermatcher function returns true or false for event to be included or not. Your code sample shows where the fultermatch

Re: Facebook Simile Exhibit

2009-05-01 Thread David Karger
Steve, this is really cool. I tried to get a graduate student to put something like this together, but it never happened. One quick suggestion: in my exhibit, it looks like you'd get a bit more term convergence in facets if you regularized capitalization; eg "liberal" = "Liberal" in political vi

Re: Linking events (for Gantt purpose)

2009-05-01 Thread larryk_ny
Hi Phuc, Drawing lines between events sounds like an interesting project. If you look at the source of any of the painters, you can see how they absolutely position the tape, label, icon and highlight elements during the painting cycle. You'll need to add additional sw to draw the lines. The r

Re: Timeline running in GMT - should be BST

2009-05-01 Thread larryk_ny
Hi Jake, I believe that for your date/time format, it will be parsed by the browser. There is an example that tests out different varients about the timezone. Also there is the issue of how you want the times displayed...if timeline is set to use zone 0 then it should be showing the times as

Re: bubble

2009-05-01 Thread Sarah McLennan
Hi Larry, Thanks for the advice. I tried the first solution but it didn't solve the problem completely. I'm working on the second, though worried about slow onload time. Sarah Sarah McLennan | Owner Sarah McLennan Web Services 1646 Roxbury Place North Vancouver, BC V7G 1Z1 604-628-3405 (in

Timeline inside yahoo yui tabview

2009-05-01 Thread lou_tribal
Hello, Does someone found a way to display a timeline inside a yahoo yui tab? I try to create a yahoo yui tabview in which one of the tab is displaying the timeline. So for example, you have 3 tabs, when clicking on the third tab the timeline is displayed. The problem I am facing is that the main

Re: Timeline inside yahoo yui tabview

2009-05-01 Thread lou_tribal
Ok I found my solution. In case someone would be interested in it here it is. 1. On the tab that contains the timeline, add a listener for tab contentVisibleChange event: myTab.addListener("contentVisibleChange", this._onTimelineTabShow, this, true); 2. Create your timeline in the _onTimelineTab