<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating a 3D tagcloud in Silverlight (part 1)</title>
	<atom:link href="http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>About .Net &#38; SharePoint development</description>
	<lastBuildDate>Tue, 09 Mar 2010 07:27:15 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Gerritsen</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-260</link>
		<dc:creator>Peter Gerritsen</dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-260</guid>
		<description>@Caleb

You weren&#039;t missing something. Apparently I never included the code in my post. I updated the post to show what is happening.</description>
		<content:encoded><![CDATA[<p>@Caleb</p>
<p>You weren&#8217;t missing something. Apparently I never included the code in my post. I updated the post to show what is happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-259</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-259</guid>
		<description>I must be missing something, but in your code snippets you&#039;re setting the LayoutRoot.MouseEnter and LayoutRoot.MouseLeave event handlers, but only provide the MouseMove event handler code.

Just curious what should be happening in MouseEnter/MouseLeave.</description>
		<content:encoded><![CDATA[<p>I must be missing something, but in your code snippets you&#8217;re setting the LayoutRoot.MouseEnter and LayoutRoot.MouseLeave event handlers, but only provide the MouseMove event handler code.</p>
<p>Just curious what should be happening in MouseEnter/MouseLeave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a 3D tagcloud in Silverlight (part 2)</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-236</link>
		<dc:creator>Creating a 3D tagcloud in Silverlight (part 2)</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-236</guid>
		<description>[...] part 1 I showed you how to create the basics for a 3D tagcloud in Silverlight. In this part I’ll show [...]</description>
		<content:encoded><![CDATA[<p>[...] part 1 I showed you how to create the basics for a 3D tagcloud in Silverlight. In this part I’ll show [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ji</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-85</link>
		<dc:creator>Ji</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-85</guid>
		<description>Hi Peter!
I am really interested in this 3D tag cloud.
It&#039;s gorgeous!.
Could you send me this project code?? plz..

and Can I convert this tag cloud to WPF application??
I need this feature in Windows Application..
It&#039;s possible?

Thans.^^</description>
		<content:encoded><![CDATA[<p>Hi Peter!<br />
I am really interested in this 3D tag cloud.<br />
It&#8217;s gorgeous!.<br />
Could you send me this project code?? plz..</p>
<p>and Can I convert this tag cloud to WPF application??<br />
I need this feature in Windows Application..<br />
It&#8217;s possible?</p>
<p>Thans.^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-83</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-83</guid>
		<description>Hey Peter, 
great stuff.
I found out that the tags are slightly shifted to the right because the btnLink object does not have a ActualWidth,Height when you run the JavaScript init stuff.
Question: what happens in the mouseenter, mouseleave events ? How do you stop the rotation ?
Thanks a lot, 
Michael</description>
		<content:encoded><![CDATA[<p>Hey Peter,<br />
great stuff.<br />
I found out that the tags are slightly shifted to the right because the btnLink object does not have a ActualWidth,Height when you run the JavaScript init stuff.<br />
Question: what happens in the mouseenter, mouseleave events ? How do you stop the rotation ?<br />
Thanks a lot,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-82</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-82</guid>
		<description>Phil,

You can find that here: http://www.codeplex.com/aXelerateSL3D/Wiki/View.aspx?title=Home

In part 2 of this post another engine was suggested by Einar Ingebrigtsen, called Balder. Maybe that will work as well. http://balder.codeplex.com</description>
		<content:encoded><![CDATA[<p>Phil,</p>
<p>You can find that here: <a  href="http://www.codeplex.com/aXelerateSL3D/Wiki/View.aspx?title=Home" rel="nofollow">http://www.codeplex.com/aXelerateSL3D/Wiki/View.aspx?title=Home</a></p>
<p>In part 2 of this post another engine was suggested by Einar Ingebrigtsen, called Balder. Maybe that will work as well. <a  href="http://balder.codeplex.com" rel="nofollow">http://balder.codeplex.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-81</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-81</guid>
		<description>Hi Peter, 
I like this a lot.  The only thing is I can&#039;t seem to find the Axelerate3D library.  Could you tell me where to get it?
Thanks, 
Phil</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I like this a lot.  The only thing is I can&#8217;t seem to find the Axelerate3D library.  Could you tell me where to get it?<br />
Thanks,<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-80</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-80</guid>
		<description>@Mark,

I have. Just now, it was sitting to the bottom right though :p
I&#039;m not sure where that is coming from. It looks a bit like a rendering issue in Silverlight. Maybe I&#039;m missing some initialization code.</description>
		<content:encoded><![CDATA[<p>@Mark,</p>
<p>I have. Just now, it was sitting to the bottom right though :p<br />
I&#8217;m not sure where that is coming from. It looks a bit like a rendering issue in Silverlight. Maybe I&#8217;m missing some initialization code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Monster</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-79</link>
		<dc:creator>Mark Monster</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-79</guid>
		<description>Hi Peter,

Did you see that when you load the page, the cloud sits slightly to bottom left?

-
Mark Monster</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>Did you see that when you load the page, the cloud sits slightly to bottom left?</p>
<p>-<br />
Mark Monster</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Monster</title>
		<link>http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/comment-page-1/#comment-77</link>
		<dc:creator>Mark Monster</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/14/creating-a-3d-tagcloud-in-silverlight-part-1/#comment-77</guid>
		<description>Very good work. Haven&#039;t seen a 3d tagcloud running in Silverlight yet.

Did you submit your article to Silverlight-Cream? I think this article deserves more attention!</description>
		<content:encoded><![CDATA[<p>Very good work. Haven&#8217;t seen a 3d tagcloud running in Silverlight yet.</p>
<p>Did you submit your article to Silverlight-Cream? I think this article deserves more attention!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
