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 subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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 theme. 

I assume you only need 0 or 1 icons per event. If you need more, it can be done 
but will involve more. 

Regards,
Larry
Sent via BlackBerry from T-Mobile

-Original Message-
From: cgi...@gmail.com cgi...@gmail.com

Date: Wed, 29 Apr 2009 08:52:29 
To: SIMILE Widgetssimile-widgets@googlegroups.com
Subject: Icon Image Position and Size



First of all, I apologize in advance if this question has already been
answered, but I couldn't find an answer to this in either the
documentation, or the forum.

I'm looking to include custom icons on my timeline, but the icons I'm
using keep getting cut off on the bottom or are running over the text
of the item.  Basically I'd like to know how to control the
positioning of the icons and the div element which contains them.
I'm sure this is easy to do, I just can't quite figure it out.
Thanks in advance for your help
-- Charles


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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 browser adds the scrollbars. 

The 2nd time the bubble is shown, the image is already present, so its size is 
known. 

The real fix is for the bubble sw to wait until the image is downloaded before 
trying to calculate the right bubble size. 

Workarounds: 
1) Preload the images. There are plenty of sample js scripts out there for 
this. 
2) Set default bubble width and ht to be large enough. Set in the theme. 

Regards,
Larry
Sent via BlackBerry from T-Mobile

-Original Message-
From: chormou sa...@sarahmclennan.com

Date: Tue, 28 Apr 2009 11:19:44 
To: SIMILE Widgetssimile-widgets@googlegroups.com
Subject: bubble



Hi-

Very new to timelines but I've created one for a site.
http://www.sarahmclennan.com/client_sites/vmc/timeline/timeline.html

It is going well but I've got two problems.

One- I want to get rid of the date stamp, i.e. Mon, 01 Jan 1923
08:00:00 GMT at the bottom of each bubble and the white space that
follows.

Two- When the user clicks on an event the bubble (picture/text)
doesn't go to full size, it appears with a scroll bar. When returning
to it, clicking on it a second time, the bubble is full size. How do I
get it to be full size to begin with?

Thanks in advance,

S.




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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 
needs mor luv in this regard. 

If you don't have time to work on detail painter, pls submit a bug report. 

Thanks,
Larry
Sent via BlackBerry from T-Mobile

-Original Message-
From: Jonas Wagner j@gmx.ch

Date: Tue, 28 Apr 2009 05:40:47 
To: SIMILE Widgetssimile-widgets@googlegroups.com
Subject: timeline: Commit 1326 (Separation of Javascript and CSS) breaks  
DetailedPainter



Hello,

today I tried using the detailed painter, and realized it was not
working correctly. It seems that the source of the problem is as
follows:

* The detailed painter uses colors from theme.event.duration
* These colors have been removed in commit 1326, in favor of CSS
classes
* The original painter has been updated, but the detailed painter
apparently does not set the right CSS classes

The result of this is that event durations are not displayed in the
detailed painter anymore :(

Personally I find the detailed painter at [1] (uses timeline 2.0)
looks pretty good... it would be nice if the problem could be fixed in
the current version of timeline.

Best regards,
Jonas

[1]: http://people.csail.mit.edu/dfhuynh/misc/detailed-layout/jfk.html


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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 fultermatcher function 
is registered with timeline, you are not showing the implementation of the 
filtermatcher function itself. 

To change the sense of the filter function, just change the function by 
inverting its output value. You don't need to change timeline itself, just your 
function. Hope this is clear, ask if not. 

Regards,
Larry


Sent via BlackBerry from T-Mobile

-Original Message-
From: contemplative wjwiel...@gmail.com

Date: Mon, 27 Apr 2009 14:53:27 
To: SIMILE Widgetssimile-widgets@googlegroups.com
Subject: examples.js - filter/highlight



I have been very pleased with the functionality offered by the filter
routines.  Many thanks to the author (whoever that might be).

What I want to do is invert the action of the filter, such that it
hides that which I type in, leaving unmatched events visible.

I am afraid my coding skills lie primarily in perl, not javascript
however.  Thus, if there is someone who could point me in the right
direction, I am pretty sure I can modify my own copy of examples.js to
do what I would like it to do.

Following is the piece that I think does the work, but I don't know
how:
104for (var i = 0; i  bandIndices.length; i++) {
105var bandIndex = bandIndices[i];
106timeline.getBand(bandIndex).getEventPainter
().setFilterMatcher(filterMatcher);
107timeline.getBand(bandIndex).getEventPainter
().setHighlightMatcher(highlightMatcher);
108}
109timeline.paint();

Thanks in advance for any constructive input.

wes




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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 views.

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
 
   

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---



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 timeline element is displayed
but I am not able to display the bands.
For what I found so far, each bands have style dimension/position set
to 0.
I guess it is related to the fact that the tab element that contains
the timeline is initially hidden.
If anybody could give me some hint on that it would be greatly
appreciated.
Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
SIMILE Widgets group.
To post to this group, send email to simile-widgets@googlegroups.com
To unsubscribe from this group, send email to 
simile-widgets+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~--~~~~--~~--~--~---