Stories recently tagged with 'TagCloud'

Creating a Tag Cloud in C#(geekzilla.co.uk)

submitted by phaymanphayman(3550) 5 years, 9 months ago

I wanted to add a TagCloud to GeekZilla. The first thing I did was look around the web for some examples (or free components). To my supprise none jumped out at me. So, I decided to write my own. read more...

add a comment |category: |Views: 1050

tags: another

Cloud Control for ASP.NET(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Web sites such as del.icio.us, Technorati and Flickr, which allow tagging of their content, depict the popularity of tags using a tag cloud. The popular items have larger font sizes. This concept can be applied to any list of items where each item has an associated weight. For example, a list of products can be displayed in a cloud weighed by the cost of a product. Using the ASP.NET server control presented in this article, you can display your own domain specific items as a cloud. read more...

add a comment |category: |Views: 592

tags: another