Tagging versus categories
I have reached an odd crossroads. I am contemplating moving to tagging (a’la folksonomies), rather than the traditional categories approach of marking entries on my blog. Originally, I had started using hierarchical categories, and found them, like hierarchical folders in email, a limiting exercise in needless fussiness. They didn’t really add anything worthwhile to what I was doing. Then, after the creation of things like del.icio.us and Technorati, and my work with things like the Dublin Core I started to think more around the ideas of tagging and metadata, rather than structure and organization.
Tagging seems to me to be more about inter-relations, and not organization. It is a way to find similarity and a path through the maze. This appeals to me, and so I’ve started looking at migrating to a tagging-focus, rather than categories. Categories, however, at least as they are implemented in WordPress are little more than metadata tags, so the first thing I did was start tagging things with multiple categories and flattening the categories so they were one dimensional in nature. This got me part of the way there.
Now I’m thinking about using something like WP-Keywords to begin more extensive tagging of what I write. The trouble is, as with so many things written by other people, it doesn’t work the way I think. First, unlike Flickr, it uses commas to separate tags, rather than spaces1, and seems to store everything as simply a string in the database. This means it’s harder to get things back out of it, and instead requires post-processing in one of my least favorite languages. This has forced me to rewrite chunks of the system, and will continue to do so until I get to the point of having a system that works the way I want.
For example, one of the functions in WP-Keywords allows you to specify the way the list is assembled and displayed. None of the others do, so I’m moving that functionality around so that things are more consistent. Also, in the mean time, I do not want my category choices to impact my tagging choices, even though they are comparable metadata.
Finally, I’m at a point of confusion on the use of case and capitalization in tags as well as how multi-word tags should be created. There seems to be no standardization, and everyone seems to do “whatever they like,” which is great, except it makes it difficult to fall into a pattern. Do you use quotes to distinguish multi-word tags (e.g., "Dick Cheney")? Do you slam the words together (e.g., dickcheney), or do you use CamelCase (e.g., DickCheney) instead2?
1 This is something that annoys the hell out of me. I wish people would come to some conclusion about the de-facto method by which we enter multiple items onto a single line. Commas are my favorite as a delimiter, but seem to lose out to spaces most of the time.
2 I’ve also seen people use it as two tags, which seems absolutely mystifying from a metadata perspective.
This entry was posted at 3:34 pm on 13 February 2006 and is filed under Meta. You can follow any responses to this entry through the post-specific RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.
Nice article. I don’t use WP-keywords yet. I am experimenting with Jerome’s Keywords.
But from your description, I might move to WP Keywords, if they let me control the display of the tags.
BTW – I input my Wordpress blog addy http://www.radmod.com in order to post this comment, but my radmod blog is NOT where I am using keywords.
If you wanna see how I am experimenting with keywords, goto my BETA business site, where I’m testing a conversion of my HTML site to Wordpress. The beta site is www dot missourijoblaw dot com, and the site being converted is http://www.timslaw.com.
If I move to WP Keywords, I guess I’ll have to manually call up each article again, and input keywords, to do the conversion. Oh Well.