Tag Cloud Function
Here is a simple function to render a tag cloud. It assumes you have an array of data ready for it. Also I originally built this for use with a stupid set of data where each entry has a space seperated list of tags like: “geek hotdogs snowboarding” so this function will also take all … Continued