<?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 2)</title>
	<atom:link href="http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>about .Net and application platform development</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:07:23 +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/19/creating-a-3d-tagcloud-in-silverlight-part-2/comment-page-1/#comment-4104</link>
		<dc:creator>Peter Gerritsen</dc:creator>
		<pubDate>Tue, 01 Feb 2011 20:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/#comment-4104</guid>
		<description>Posting the XAML probably won&#039;t help, as all it contains is a Canvas. Everything else is done through the backend code.

Peter</description>
		<content:encoded><![CDATA[<p>Posting the XAML probably won&#8217;t help, as all it contains is a Canvas. Everything else is done through the backend code.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erwin</title>
		<link>http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/comment-page-1/#comment-4024</link>
		<dc:creator>Erwin</dc:creator>
		<pubDate>Sun, 30 Jan 2011 19:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/#comment-4024</guid>
		<description>Hi,

Can you post the XAML for this tutorial? That would really help.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you post the XAML for this tutorial? That would really help.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Himanshu Rastogi</title>
		<link>http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/comment-page-1/#comment-196</link>
		<dc:creator>Himanshu Rastogi</dc:creator>
		<pubDate>Thu, 20 May 2010 11:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/#comment-196</guid>
		<description>Hi Peter,
It would be really great if you can share the working copy of the code.

I am still new to silverlight and seeing something as complex as this work would be ever more enriching experience.

Himanshu Rastogi</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
It would be really great if you can share the working copy of the code.</p>
<p>I am still new to silverlight and seeing something as complex as this work would be ever more enriching experience.</p>
<p>Himanshu Rastogi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a 3D tagcloud in Silverlight (part 1)</title>
		<link>http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/comment-page-1/#comment-24</link>
		<dc:creator>Creating a 3D tagcloud in Silverlight (part 1)</dc:creator>
		<pubDate>Tue, 02 Feb 2010 11:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/#comment-24</guid>
		<description>[...] the next part I’ll show you a way to dynamically set the tags, base their fontsize on the actual weight of the [...]</description>
		<content:encoded><![CDATA[<p>[...] the next part I’ll show you a way to dynamically set the tags, base their fontsize on the actual weight of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Einar Ingebrigtsen</title>
		<link>http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/comment-page-1/#comment-23</link>
		<dc:creator>Einar Ingebrigtsen</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/#comment-23</guid>
		<description>Hi,
cool stuff!

I just wanted to let you know that there is a 3rd alternative for 3D support in Silverlight. I&#039;ve been working on an engine called Balder for quite some time (actually started back in 2007 for Silverlight 1.1). And it is highly optimized, and provides all the necessary math you&#039;d need to do this.

We&#039;ve shifted the focus a bit for the engine from being focused on providing 3D capabilities in normal Silverlight applications to be more game centric, but one could with great ease implement a TagCloud like yours in it as well.

The project is up on codeplex : http://balder.codeplex.com

Lately, we&#039;ve started working on a &quot;software&quot; rendering engine, to provide the necessary speed for doing advanced 3D in Silverlight.

http://www.ingebrigtsen.info/post/2009/05/05/Software-rendering-in-Balder.aspx</description>
		<content:encoded><![CDATA[<p>Hi,<br />
cool stuff!</p>
<p>I just wanted to let you know that there is a 3rd alternative for 3D support in Silverlight. I&#8217;ve been working on an engine called Balder for quite some time (actually started back in 2007 for Silverlight 1.1). And it is highly optimized, and provides all the necessary math you&#8217;d need to do this.</p>
<p>We&#8217;ve shifted the focus a bit for the engine from being focused on providing 3D capabilities in normal Silverlight applications to be more game centric, but one could with great ease implement a TagCloud like yours in it as well.</p>
<p>The project is up on codeplex : <a  href="http://balder.codeplex.com" rel="nofollow">http://balder.codeplex.com</a></p>
<p>Lately, we&#8217;ve started working on a &quot;software&quot; rendering engine, to provide the necessary speed for doing advanced 3D in Silverlight.</p>
<p><a  href="http://www.ingebrigtsen.info/post/2009/05/05/Software-rendering-in-Balder.aspx" rel="nofollow">http://www.ingebrigtsen.info/post/2009/05/05/Software-rendering-in-Balder.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/comment-page-1/#comment-22</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/#comment-22</guid>
		<description>@Andras

I&#039;m glad to see you were able to reproduce the results based on my tutorial.</description>
		<content:encoded><![CDATA[<p>@Andras</p>
<p>I&#8217;m glad to see you were able to reproduce the results based on my tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andras Velvart</title>
		<link>http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/comment-page-1/#comment-21</link>
		<dc:creator>Andras Velvart</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2009/02/19/creating-a-3d-tagcloud-in-silverlight-part-2/#comment-21</guid>
		<description>Hi Peter,

I would just like to let you know that we have used your tag cloud idea with
our &lt;a href=&quot;http://summitr.zoomery.com&quot; rel=&quot;nofollow&quot;&gt;Summitr&lt;/a&gt; application created for the
MVP Summit. Thanks for your great job, and
please let me know if you can use a complimentary &lt;a href=&quot;www.zoomery.com&quot; rel=&quot;nofollow&quot;&gt;Zoomery Gallery&lt;/a&gt;
 license because I would be more than happy to get one for you!

Cheers,
Andras</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I would just like to let you know that we have used your tag cloud idea with<br />
our <a  href="http://summitr.zoomery.com" rel="nofollow">Summitr</a> application created for the<br />
MVP Summit. Thanks for your great job, and<br />
please let me know if you can use a complimentary <a href="www.zoomery.com" rel="nofollow">Zoomery Gallery</a><br />
 license because I would be more than happy to get one for you!</p>
<p>Cheers,<br />
Andras</p>
]]></content:encoded>
	</item>
</channel>
</rss>

