<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Thesaurus Roamer in Flex</title>
	<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/</link>
	<description>A blog about internet applications, data visualization, and flex.</description>
	<pubDate>Thu, 28 Aug 2008 23:53:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Tanya Cashorali</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-6579</link>
		<pubDate>Wed, 16 May 2007 18:07:47 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-6579</guid>
					<description>Hi Mark,
Is there a simple way to disable the hiding of past items when double-clicking an item in the new thesaurus roamer?  I just want everything to keep popping up like in the spring graph, but I like the history pull-down box as well.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
Is there a simple way to disable the hiding of past items when double-clicking an item in the new thesaurus roamer?  I just want everything to keep popping up like in the spring graph, but I like the history pull-down box as well.</p>
<p>Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Freebase and DBpedia vie for 3.0 &#171; Mike Love&#8217;s blog</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-2194</link>
		<pubDate>Fri, 06 Apr 2007 02:17:41 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-2194</guid>
					<description>[...] Someone used the DBpedia structure made an app to automatically build timelines. I think that timelines (like Simile) and graph roaming applets (like a Prefuse graph instance or the Roamer component for Flex) will be available as interfaces for Freebase soon. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Someone used the DBpedia structure made an app to automatically build timelines. I think that timelines (like Simile) and graph roaming applets (like a Prefuse graph instance or the Roamer component for Flex) will be available as interfaces for Freebase soon. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark S</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-1939</link>
		<pubDate>Tue, 03 Apr 2007 22:46:13 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-1939</guid>
					<description>Ted asked if there is a way to get the graph to snap to its final layout. In the current version of SpringGraph, this feature is not implemented. However, since the source code for SpringGraph is available, you could attempt this modification yourself. The function SpringGraph.tick() gets called (using timers) periodically. This function calls forceDirectedLayout.tick(), to perform 1 round of calculations, and then calls invalidateDisplayList() to redraw everything in its new position. Roughly speaking, you would need modify this code to call forceDirectedLayout.tick() many times before calling invalidateDisplayList(). Ideally you would keep track of how much movement there is, and only do the redraw once the movement has gone below a certain limit.</description>
		<content:encoded><![CDATA[<p>Ted asked if there is a way to get the graph to snap to its final layout. In the current version of SpringGraph, this feature is not implemented. However, since the source code for SpringGraph is available, you could attempt this modification yourself. The function SpringGraph.tick() gets called (using timers) periodically. This function calls forceDirectedLayout.tick(), to perform 1 round of calculations, and then calls invalidateDisplayList() to redraw everything in its new position. Roughly speaking, you would need modify this code to call forceDirectedLayout.tick() many times before calling invalidateDisplayList(). Ideally you would keep track of how much movement there is, and only do the redraw once the movement has gone below a certain limit.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark S</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-1935</link>
		<pubDate>Tue, 03 Apr 2007 22:31:05 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-1935</guid>
					<description>Hi Shaun. If your 'node' xml elements look something like this: &#60;node imageUrl="http://foo.com/abc.jpg"/&#62;, then you can display the image by adding  &#60;mx:Image source="{data.data.@imageUrl}"/&#62;to your itemRenderer.</description>
		<content:encoded><![CDATA[<p>Hi Shaun. If your &#8216;node&#8217; xml elements look something like this: &lt;node imageUrl=&#8221;http://foo.com/abc.jpg&#8221;/&gt;, then you can display the image by adding  &lt;mx:Image source=&#8221;{data.data.@imageUrl}&#8221;/&gt;to your itemRenderer.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Shaun</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-1530</link>
		<pubDate>Fri, 30 Mar 2007 19:55:31 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-1530</guid>
					<description>I am using the roamer, and the text is coming from the xml file.  but how do I connect the pictures.</description>
		<content:encoded><![CDATA[<p>I am using the roamer, and the text is coming from the xml file.  but how do I connect the pictures.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ted Gauthier</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-105</link>
		<pubDate>Mon, 19 Feb 2007 20:57:53 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-105</guid>
					<description>Mark,

I have been following your SpringGraph work for some time.  I have a prototype of a network topology map based on SpringGraph (looks like Bruce Hopkins above is working on a similar project, so when/if you answer his question you will be answering it for me also :^)

My question is related to the rendering.  Is there a way to get the graph to "snap" to it's final layout?  (or close to final layout)  It would be nice to run the algorithm as fast as possible without the time it takes to show the bouncing, juggling nodes during the calculation process.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>I have been following your SpringGraph work for some time.  I have a prototype of a network topology map based on SpringGraph (looks like Bruce Hopkins above is working on a similar project, so when/if you answer his question you will be answering it for me also :^)</p>
<p>My question is related to the rendering.  Is there a way to get the graph to &#8220;snap&#8221; to it&#8217;s final layout?  (or close to final layout)  It would be nice to run the algorithm as fast as possible without the time it takes to show the bouncing, juggling nodes during the calculation process.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Bruce Hopkins</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-42</link>
		<pubDate>Fri, 19 Jan 2007 19:43:10 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-42</guid>
					<description>Mark,

This is absolutely awesome. I'm currently using SpringGraph in order to build a network topology map (in other words, show which servers, desktops, hubs, and proxies are communicating). Is there a way to annotate the lines between Items? That way, I can show the protocol name and data size. 

If not, then I guess that I could make the annotations an Item between the "real" Items that I want to display. 

Let me know your thoughts.

Thanks</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>This is absolutely awesome. I&#8217;m currently using SpringGraph in order to build a network topology map (in other words, show which servers, desktops, hubs, and proxies are communicating). Is there a way to annotate the lines between Items? That way, I can show the protocol name and data size. </p>
<p>If not, then I guess that I could make the annotations an Item between the &#8220;real&#8221; Items that I want to display. </p>
<p>Let me know your thoughts.</p>
<p>Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark S</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-34</link>
		<pubDate>Wed, 13 Dec 2006 16:09:20 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-34</guid>
					<description>The data server (thesaurus.com) seems to be back online today. Please try out the thesaurus and let me know what you think.

I looked at openkapow. It seems more elaborate than dappit. Thanks for the tip, maybe I'll try it  for my next project.</description>
		<content:encoded><![CDATA[<p>The data server (thesaurus.com) seems to be back online today. Please try out the thesaurus and let me know what you think.</p>
<p>I looked at openkapow. It seems more elaborate than dappit. Thanks for the tip, maybe I&#8217;ll try it  for my next project.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Stefan</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-33</link>
		<pubDate>Wed, 13 Dec 2006 10:01:12 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-33</guid>
					<description>Did you ever try www.openkapow.com and compare it to dappit?</description>
		<content:encoded><![CDATA[<p>Did you ever try <a href="http://www.openkapow.com" rel="nofollow">www.openkapow.com</a> and compare it to dappit?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark S</title>
		<link>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-32</link>
		<pubDate>Tue, 12 Dec 2006 23:07:30 +0000</pubDate>
		<guid>http://mark-shepherd.com/blog/2006/12/12/thesaurus-roamer-in-flex/#comment-32</guid>
					<description>Hi. Sorry about the spinning clock. Looks like thesaurus.com is not accessible today. Just my luck! Please try again later.</description>
		<content:encoded><![CDATA[<p>Hi. Sorry about the spinning clock. Looks like thesaurus.com is not accessible today. Just my luck! Please try again later.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
