Showing posts with label easytagcloud. Show all posts
Showing posts with label easytagcloud. Show all posts

Friday, 8 October 2010

Easy tagCloud jQuery Plugin


This is the 101th post on Bellicose Beliefs (former CodeControl), and today we have with us, an easy tagcloud plugin for jQuery. It is called easy tagcloud because it is really very easy to use and provides options to make life easier.

The source code can be obtained from GoogleCode Repository of CodeControl-Samples http://code.google.com/p/codecontrol-samples/source/browse/#hg/myBtagcloud

Saturday, 2 October 2010

generating tag cloud in Python



Tag Clouds are an amazing way to emphasize on what is needed. Here, is a simple code snippet in Python that will generate tag cloud, on the basis of tags and their count provided.

The algorithm for generating tag cloud is used from http://en.wikipedia.org/wiki/Tag_cloud#Creation_of_a_tag_cloud




You can tweak and create better versions. Also this is on the Python side, there could be a similar one for JavaScript as well, which generates tag clouds on the fly.