There open the Source Code of it, you will see the example of the Tag Cloud.
The thing Mike is using is something like giving each one a new ID or CLASS. And I guess in CSS he is just messing with font-size!
As When I was having a look, it was sure that every word was in sequence, but in different class manner!
So that will be the easiest way for me, to get 20 most recent of famous tags around. Then just mess up with the class and provide different font size to them.
tagtagstagtagscloud
Read more of my web development posts on my website. Thank you.
Member
9 Points
27 Posts
Tag Cloud
Aug 07, 2013 06:37 AM|Dimitris-mitsos|LINK
Hello,
I want to use a "tag cloud" in my website. I work with webmatrix with cshtml files. Have something to suggest me on this?
Thanks in advance,
Dimitris
tag tags tagtagscloud
Member
690 Points
185 Posts
Re: Tag Cloud
Aug 07, 2013 09:37 AM|dblaire|LINK
The following articles may give you some ideas to start with:
http://visapi-gadgets.googlecode.com/svn/trunk/termcloud/doc.html
http://www.geekzilla.co.uk/View960C74AE-D01B-428E-BCF3-E57B85D5A308.htm
http://aspnet.4guysfromrolla.com/articles/102506-1.aspx
tag tags tagtagscloud
All-Star
194035 Points
28036 Posts
Moderator
Re: Tag Cloud
Aug 07, 2013 04:12 PM|Mikesdotnetting|LINK
I've written a Tag Cloud article for MVC. You should be able to glean something from that: http://www.mikesdotnetting.com/Article/107/Creating-a-Tag-Cloud-using-ASP.NET-MVC-and-the-Entity-Framework
tag tags tagtagscloud
Contributor
4010 Points
1926 Posts
Re: Tag Cloud
Aug 07, 2013 04:44 PM|Afzaal.Ahmad.Zeeshan|LINK
Might be rude for Mike! :D
But Hi,
I have a easy way to do that! Go to Mike's website: www.mikesdotnetting.com
There open the Source Code of it, you will see the example of the Tag Cloud.
The thing Mike is using is something like giving each one a new ID or CLASS. And I guess in CSS he is just messing with font-size!
As When I was having a look, it was sure that every word was in sequence, but in different class manner!
So that will be the easiest way for me, to get 20 most recent of famous tags around. Then just mess up with the class and provide different font size to them.
tag tags tagtagscloud
Star
12651 Points
2375 Posts
Re: Tag Cloud
Aug 07, 2013 08:17 PM|jats_ptl|LINK
Hi Dimitris-mitsos,
Here you go:
Hope this helps.
Thanks,
Jatin
tag tags tagtagscloud