

Recent blog posts
ResourcesTracking the Buzz |
TagcloudTag Cloud Development UpdateSubmitted by kentbye on Tue, 2005-07-05 16:34. Development | Drupal | Status | TagcloudI'm happy to report that my tag cloud font distribution algorithms were able to catch the eye of Bèr Kessels -- the author of the tagadelic module -- he passed word to Steven Wittens who is helping implement logarithmic thresholding into the tagadelic module. I chatted with Kessels and Wittens on the #drupal IRC channel this afternoon, and found out that personalized tag clouds are also on Kessels' development track. I'm still pushing group tag clouds created from different user profile identities (i.e. creating tag clouds for the tags from anti-war and pro-war identified users). More details in the 2nd & 3rd flowcharts here. Wittens also reported that he's implementing a one-line tag cloud query in MySQL:
I don't even know the syntax of MySQL yet or fully understand this. But I thought I'd share it here in case any one else might be interested.
Links for the Tagschema ListserveDecentralization | Folksonomy | New Media | PR | Tagcloud[1] A handcrafted Drupal tag cloud for all of my blog posts: [2] Tag Cloud Font Distribution Algorithm [3] Flowcharts for Personalized Drupal Tag Clouds [4] Collaborative Media with Drupal + Final Cut Pro XML [5] A list of all of my blog posts tagged "Theory" discussing Journalistic Paradigms with New Media technologies [6] Swarm Intelligence Journalism [7] Phase 01 of the 11-phase Development Roadmap for The Echo Chamber Project [8] A list of all of the full-length interviews that were conducted with some transcripts posted: [9] A list of 13 leaders of the New Media movement interviewed at the Personal Democracy Forum [10] A cover story in the Baltimore City Paper featuring The Echo Chamber, Kent Bye & Jennifer Gouvea. Tag Cloud Font Distribution AlgorithmSubmitted by kentbye on Fri, 2005-06-24 17:36. Development | Drupal | Tagcloud
This post is a follow-up to the previous posts here, here and here with more information on an algorithm for automating the font distribution for a Drupal tag cloud. There's also an optional alteration that would evenly distribute the font sizes across a Power Law tag frequency distribution. I'll step through the details below with the intention of following up with some Drupal developers who will be able to code this up in PHP and provide it to the Drupal community as a module -- most likely this module could be built on top of the tagadelic module. This has been my first attempt at specifying additional Drupal functionality in preparation for specifying other aspects of my Development Roadmap. Being able to automatically create tag clouds, personal tag clouds and tag clouds based upon user-specified identities will be a very useful tool for visualizing the subjective context and qualitative opinions that volunteers have about interview sound bites. My intent is to get this tag cloud development rolling to build momentum for the other aspects of the Phase 01 of my roadmap. The remaining aspects of this post are pretty technical, but I'll include some graphics below for anyone else interested in following along... Flowcharts for Drupal Tag CloudsSubmitted by kentbye on Thu, 2005-06-23 18:14. Development | Drupal | TagcloudI came up with three different flowcharts for creating different types of tag clouds in Drupal -- each one increases in flexibility and complexity. I briefly explain them below and in more detail soon... Making a Drupal Folksonomy Tag CloudSubmitted by kentbye on Fri, 2005-06-17 12:44. Development | Drupal | Folksonomy | Open Source | TagcloudI created a tag cloud for my website, and I'd like to see this feature added as a dynamic Drupal module. I thought I'd briefly go through the steps that I went through to give a leg up for anyone who wants to code this up in PHP. The hardest part is the algorithm that automatically determines the distribution of font sizes based upon the frequency distribution of tags. Below is my distribution that I used to determine the font sizes: Notice that my tag distribution exhibits some Power Law behavior of the Long-Tail of the Internet More technical details below... Tag Cloud for Echo Chamber ProjectSubmitted by kentbye on Fri, 2005-06-17 11:17. Drupal | Folksonomy | Tagcloud | WebsiteHere is a "tag cloud" for all of the folksonomy tags used so far on EchoChamberProject.com. You'll see all of the related posts on this site when you click on a tag. The first tag cloud is ordered by frequency and the second is alphabetized:
Below is the alphabetized tag cloud... |