Tag Archives: 3D

Creating a 3D tagcloud in Silverlight (part 2)

4 comments
In part 1 I showed you how to create the basics for a 3D tagcloud in Silverlight. In this part I’ll show how to get the tags from your html for inserting it into a blog template, we’ll change the color of the tag based on the weight of the tag and let the hyperlink button actually function as [...]
Also tagged , | 4 Comments

Creating a 3D tagcloud in Silverlight (part 1)

18 comments
When I saw the wp-cumulus plugin by Roy Tanck, I thought it would be a great idea to implement the same sort of functionality in Silverlight. It’s hardly original but allows me to learn some parts of the Silverlight framework. The components behind it are quite simple: Get (or send) the tags from your HTML page to the Silverlight [...]
Also tagged | 18 Comments