While looking at the TagCloud below I thought, there are some things that can be done better. The article on the original TagCloud can be found here.Like:
1 double largestHeightInRow = elementsRow.Max(element => element.DesiredSize.Height);
2 double widthOfRow = elementsRow.Sum(element => element.DesiredSize.Width);
3 double betweenElements = (finalSize.Width-widthOfRow)/(elementsRow.Count + 1);
This all combined results in the following TagCloud.
August 26th, 2008 at 08:08
good update, maybe allow specifying text color will be better
August 26th, 2008 at 14:21
I think it is better to let it like it is. With colors you will disturb the visibility.
September 2nd, 2008 at 19:40
[...] In this first one, he deals with syndication in Silverlight, but still using Drupal for the data. The advantage of the TagCloud Mark Monster revisits his Silverlight Tag Cloud and provides some nice modifications. Cutting Shapes [...]