Showing posts with label folksonomy. Show all posts
Showing posts with label folksonomy. Show all posts

Monday, January 09, 2006

Delicious Aroma

Library Stuff pointed to Delicious Aroma (a.k.a deli.ckoma), a service provided by Philipp Keller.

The service collects stats about delicious. It seems like a valuable source of information for all tag-o-philes out there.

I found the "tags per bookmark" chart interesting:

Note that the majority of bookmarks have 1-2 tags associated with them. What do you think this number implies? Does it indicate efficient tagging, or does it indicate that the art of tagging has not been mastered yet?

In any case, it's a valuable service. Phillip also provides the raw data if you'd like to perform your own analysis.

Technorati : , , , , ,
Del.icio.us : , , , , ,

Monday, November 07, 2005

Big.Blue.Licious

David Weinberger live-blogged a rather amusing recount of an IBM press event, "The Future of Social Networks" held in the IBM office in Cambridge.

Turns out that IBM did their own application wiki thingie (JotSpot-like), and also - behold - DogEar, an internal social bookmarking service.

My favorite quote:

"Irene: It's all Web 2.0 stuff." :)

An interesting read, especially given the live-blogging effect (less-filtered opinions).


Technorati : , , , , , , , , , ,
Del.icio.us : , , , , , , , , , ,

tagstd:recap <tagstd:recap>

I've had some interesting comments from several folks regarding the tagging standard ( & follow up) I've proposed a few days ago - thank you! I'd like to try to address some of them here.

  • On a general note, I'd like to note that the list of predefined values for the rel attribute is defined in the HTML4 specification. Obviously it does not include "tag" as predefined value.
    The specification however explicitly permits defining new values for the rel attribute (though it recommends that in this case the conventions used will be cited in the profile attribute of the head element).
    So, technically speaking, using rel="tag" is OK from HTML point of view. But, putting aside the spec, why take the risk of using a non-universally-accepted value when we don't have to? I don't really see why "
    <a tagstd:rel="tag" href=..."
    is significantly more usable then
    "<a rel="tag" href=... "
    and that would already be a big improvement in the robustness of RelTag.

Kevin Marks (from Technorati, and who is credited with the concept of Rel-Tag) raised some great points:

Mixing data and representation is by design. If the tags are embedded in the content they don't get detached (link)

I agree, this is a worthy cause. But, there are several different options for embedding the tag in the contents, and some of them provide the ability to embed the tag in the content without mixing data and representation. For example, using
<span tagstd:tags="tag1 tag2 tag3">content here</span>
would get the job done just as well. (though using span has other drawbacks though).

Redundancy is not a problem in practice (I have 18 million examples). (link)

While it's hard to argue with 18 million examples :), it'd be interesting to know - does the Technorati crawler verifies a match between the tag as indicated by the URL postfix and the tag as indicated by the link text?

When you do cut-and-paste, you get cut-and-paste errors, that's one of life's most basic truths, second only to "if you use 1.0, it will crash".

Usability: straw man argument here. Bloggers know how to make links. Adding rel="tag" is very easy to remember. In any case, if a tool is generating it this is moot. XML is no more robust. (link)

Hmpff. I beg to differ. Bloggers != HTML coders.

For people who click "new post", write their thoughts, and then click "Post", the rel="tag" is not only not easy to remember, it's also.. well. They pretty much have no idea what we're talking about :)

Now this of course could be solved by tools. But, if we rely on a tool, why don't we choose a format that assumes a tool (though it can still be added manually).

I am not sure why you're saying that XML is not more robust. XML can be validated against a schema, assuring 100% match between the expected syntax and the actual syntax. And even if a schema is not used, the mere fact that XML supports namespaces solves a lot of problems. Even just defining your own tagstd:rel attribute instead of using the HTML standard rel attribute would be a huge improvement in robustness IMO.

Tag Spaces: these are there for disambiguation, and to provide alternatives. You should pick an appropriate one for each tag, bearing in mind that it should make sense to your readers if clicked on. See your own complaint of redundancy supra. (link)

I am not clear on this point, disambiguation of what? and alternatives to what?

Let's keep in mind that the whole tagging thing is about a flat namespace, in which all tags start as equals. That's the beauty of tagging. And, when we do want to disambiguate them, I doubt it will be done by URLs.

Let's admit it, everyone reading this blog is probably an early adopter to some extent. Let's try to imagine what will the tagging world look like when the dust settles down a bit. I'd guess we'll have 3-4 "tag collections" web sites, with direct tagging and tag-lookup support integrated into the browsers, and lots of non-technical people using this.

I'd guess that for them, the right thing to do is that when you'd like to look up a tag (e.g. find all "things of type X" associated with this tag), they'd want that it would be them who decides - at "run time" - which repository to use to look up the tag, not the one determined by the author.

Scope: this is deliberately left unspecified in the rel="tag" definition.

Just wondering, what is the issue that not defining scope was meant to avoid? Also, as pointed out by Kevin, while the Rel-Tag spec avoid this, the other microformats use facilities such as the class attributeto define the scope. Again, according to the specs, this is ok. But there are practical questions to ask... what would prevent a CSS developer from defining a CSS class "tag" and using it? How would the tools and the browser resolve the conflict? and the biggest question... why not reduce the chances of a conflict from happening at the spec level. A very simple solution would be to use class="tagstd:tag".

Also, it should be noted that the input from Priyantha, from Zoundry, which is the tool I'm using the write this post, express confidence in the Rel-Tag (and the other microformats). Also, Hendrik responded to Eran's comments indicating that in his opinion, a tagging standard should not assume any changes in the (X)HTML specs, and should in fact be independent from HTML.


Technorati : , , , , , , , , , , , , , ,
Del.icio.us : , , , , , , , , , , , , , ,

Friday, November 04, 2005

More on a tagging standard

More on a tagging standard.

Rel-Tag (a.k.a relTag) is a de-facto standard for tagging a specific page. Rel-Tag was defined by Tantek Çelik, following a concept from Derek Powazek and Kevin Marks. It is part of a larger collection of microformats - a wonderfully practical approach to building a practical semantic web.

To tag your page with a Rel-Tag, you just include a link and use the attribute rel="tag" on the link:

<a href="http://technorati.com/tag/sample" rel="tag">sample</a>

It doesn't matter what page the URL points to, as long as it ends with the tag name.

Incredibly simple. Paste this piece of HTML into your page, and your page is tagged, and indexed as such by services that support this convention, such as Technorati.

I do share Kevin Burton's feeling though, that the Rel-Tag specification is somewhat lacking (or, as Kevin defined it, under-specified).

Points to consider:

  • Mixing Data and Representation
    • relTags are easy to create by hand (at least, assuming that you know HTML). They're even easier to generate by an application that supports them (such as Zoundry). But once generated, relTags are not just metadata, they're actually part of your content. So it becomes very hard to build a tool that edits them. You might have used these links in your content. You might have moved them around. You might want to change the link text but keep the tag. It becomes messy. Last time checked the problem of separating data from representation in a practical, widely supported manner was already solved.
  • Redundancy
    • The tag is repeated twice, once in the URL and once in the text. Wanna bet how quickly these two get out of sync?
  • Usability
    • relTags are very easy to use, if you know how to access and edit your HTML. But, if you know that, there isn't much difference between editing a "<a href" tag to add the rel="tag", and between cutting and pasting a piece of XML to achieve the same goal. And if you don't know HTML, both are equally inaccessible. So, end-user usability being pretty much the same, why not choose a more robust solution?
  • Tag Spaces
    • According to relTag, the actual URL you use point to any page, as long as that page is a "tag space", loosely defined as "a place that collates or defines tags". The spec goes on to inst that tag spaces can be used to provide a specific meaning to the tag. What does this mean? Is it a method to tag tags? A categorization system? A meaningless technical detail? These questions are too big to be left unspecified. The obscurity of this is leading to people (e.g. me :) repeating the tags multiple times, for each one of their favorite "tag spaces" (and to some cool gizmos).
  • Scope definition
    • relTags are used to tag the text that includes them. They do not carry with them a scope definition, so it would be hard for tools (or people as a matter of fact) to understand if these tags refer to the entire page, or to a specific section in the page (or post in a blog).

It'd be great if a more general and robust tagging standard would support relTags for backward compatibility.

I've been playing with the tagging format I've suggested in a previous post, and found some changes that should be applied to it in order to make it more useful. But this post is already getting way too long, so more on that later :)

Technorati : , , , , , , , , , , , , ,
Del.icio.us : , , , , , , , , , , , , ,

Thursday, November 03, 2005

The Perfect Tagging UI

Enough whining. I'm going to try to be constructive by listing what are the behaviors that will make me fall in love with a tagging thingie:
  1. Clearly mark the tag boundaries
    • Why? we still have a mess with different conventions regarding what separates tags - spaces, commas, semicolon, ... until we figure out it, we need a way to provide a visual hint to the user whether they got it right or wrong.
    • Reasonable: Flock. Tags are comma-separated; whenever you type the comma, the previous tag is visually surrounded by a gray bubble indicating that it's a "single unit".
    • Bad but not awful: Flickr. You can't tell as you type the tags if you got it right or wrong, but when you click the "Add" button, you get immediate visual feedback by inspecting the tags list above the entry line.
    • Terrible: Zoundry (which other then this is a pretty cool product, I am using it to write this post :). You won't know if you did it right or wrong until you see your post
      on the blog...

  2. Support copy and paste of tags
    • there, and paste them here. Using a standard copy-and-paste interface, mind you.
    • list, but selecting the tags in the list is hard, and pasting them results in a mess.
    • Good: delicious.

  3. Auto-complete
    • Why? I love tagging, they make life easier. I don't like typing, it makes life shorter.
    • Reasonable: blinklist.
    • Bad: RawSugar. The auto-suggest does not follow well with the typing process. I can't press enter to choose the currently selected auto-complete suggestion and then proceed to type the next tag. I am forced to leave my typing context to select the tag, and after it's selected, to use the mouse to move back to where I was in the tagging line.

  4. Auto-suggest
    • Why? I'm not always in the mood to generate tags. Sometimes I am feeling lazy. Comeon, you know so much about me and about other users, use it to make my life easier, not just the search engine life :)
      • Based on tags that I've often used together with the tags I've already typed
      • Based on tags that other users often use together with the tags I've already typed
      • Based on tags that other people who tagged this page used
    • Good: delicious
    • Bad: Flickr

  5. No hierarchy, classification, or anything else that disrupts the cognitive process
    • Why? Because I find it distracting. And I have a good excuse for this :)
    • Good: Flickr
    • Bad: RawSugar

  6. Ability to edit tags like text
    • Why? because I make typos and change my mind, and I want to be able to quickly go back during the tagging process (or later) and fix it
    • Good: Flickr, Delicious. Though none of them makes it too easy to edit the tags once they are submitted.
    • Bad: Flock. The visual bubble around the tags, which I mention in #1, really gets in the way when you see a typo in a tag you just typed and you want to fix it.

  7. Search previously tagged items with an already-typed tag without disrupting the tagging process
    • Why? Because I'd like to borrow the tags I used when I tagged related items in the past
    • Good: Flickr. Modless tagging interface, I can always open a new window and search.
    • Bad: Flock (modal dialog...), Microsoft Live Favorites.

Funny, if you scan the "Bad:" examples, you'll note that the application that I am pretty much addicted to - Flickr - scores pretty high on the Bad list. Which kinda puts my rumbling in perspective :)

Technorati : , ,, , ,, ,, ,,
Del.icio.us : , ,, , ,, , ,, ,

Looksmart leveraging Furl to create vertical search

Looksmart launched yesterday 161 new vertical web sites in 12 categories, apparently leveraging their Sep' 04 acquisition of Furl by using Furl users tagged bookmarks to discover and rank web pages relevant for a specific category / vertical.

I believe that they are the first major search engine company that truly leverages the tagging phenomena and integrates it with conventional search engine to deliver general purpose better search for the non-tagging public.


Technorati : , , , , , , , , ,
Del.icio.us : , , , , , , , , ,

MS Live Favorites - almost, but not quite.

Windows Live Favorites is one of the many services introduced as part of the recently-announced Microsoft Windows Live suite (MS's new AJAX-based virtual desktop).

It's got rudimentary tagging support (called keywords. unlike Google, which calls them labels. well. it's always good to have a topic for flame wars...). Tag, search by tag. No tag cloud support. Tag bundle? Huh?

You can share your tagged favorites with the world. Hmm... that's a much as there is there in that area right now. No real community features there right now - can't see who else used this tag (I mean, keyword :), how many did that, what else did they tag with related tags, etc.

The tagging user interface is... hmmm... minimalistic :)

You can import your existing favorites from your browser (as long as its Internet Explorer, at least at this point). Nothing there about my favorite feature - synchronization between the desktop browser favorites and the online copy - but the entire desktop / live synchronization thing is supposed to be coming later. Instead, it got an "export to bookmarks.htm" feature, with a distinctive '96 smell.

No real leverage of tags across the entire suite. I can't search the entire suite - favorites, email, files, ...- using my tags.

No information yet about the APIs that this service will expose.

Looks like the giant is waking up, but it doesn't feel like they really dig what this is all about. But then, that was also the case with Internet Explorer 1.0 :)

And until it does, no real reason to switch away from your current favorite social bookmark thingie.

Technorati : , , , , , , , , , ,
Del.icio.us : , , , , , , , , , ,

Toward a tagging standard

How come we still don't have a standard for associating tags with content?

We've got delicious and friends tagging entire web pages, and Technorati tagging blog posts. Flickr tags pictures. But how different are they really from each other in this aspect? Do we really need a propriety way to express the association of a piece of content with tags?

How's about something along the following lines:

Tag a piece of content:

<tagstd:tagged tagstd:scope="children" xmlns:tagstd="http://tagstd.org">
<taglist xmlns="http://tagstd.org">
<tag>tagging</tag>
<tag>folksonomy</tag>
</taglist>
<p>This is a long blurb about our favorite topics:</p>
<ul><li>tagging</li><li>taxonomy</li><li>web 2.0</li></ul>
</tagstd:tagged>

(scope="children" indicates that the tagged content is the children element of the tagged tag).

Tag a link (in fact, tag the resource that the link is pointing to):

<tagstd:tagged tagstd:scope="resource" xmlns:tagstd="http://tagstd.org">
<taglist xmlns="http://tagstd.org">
<tag>tagging</tag>
<tag>folksonomy</tag>
</taglist>
<a href="http://www.hyperorg.com/">Joho the Blog</a>
</tagstd:tagged>

(scope="resource" indicates that the tagged content is the resouce expressed by the first non-comment element, which is a child of the tagged element.

What do you think? Good? Bad? Reinventing the wheel?

Let me know.

Technorati : , , , , , , , , , ,
Del.icio.us : , , , , , , , , , ,

Tuesday, November 01, 2005

The scariest interface contest

Don't miss this wonderful contest on OK/CANCEL:

This week we'’re taking entries for the scariest interface youÂ’ve ever used. Leave a comment and a screenshot link. Feel free to show stuff that frightens you because of how it looks, works, or what it does. Then we'll '“interface your fears'” (har har) by talking about how to improve ‘em.

The person who has the scariest interface, or comes up with the best fix wins something cool.

Some pretty good (scary) stuff on there.

How's about we do the same, leave a comment with a link to the tag-a-whatever web site (you can select from the ones listed in tag-o-verse 2.0 or come up with your own) with the most confusing and frustrating interface.

This might actually turn out to be a somewhat useful exercise...

What will you win? Don't know. Maybe a golden tag.

Tags:

Post activation analysis paralysis

Scott Golder wrote (together with Bernardo A. Huberman) a while back a paper on "The Structure of Collaborative Tagging Systems" (which I mentioned a while back).

Scott published his notes from Rashmi Sinha's session at TagCamp 2005 a few days ago. Rashmi Sinha, from Uzanto Consulting, posted about a month ago a wonderful piece on "A cognitive analysis of tagging". It's a must read.

Her main point is that the tagging process is so much more easy and natural then the classification process (e.g. organizing URLs or Pictures or whatever into hierarchies or folders based on a predefined categories), because it avoids what she calls "post-activation analysis paralysis":

"post activation analysis paralysis": A state of fear that you will make the wrong decision. And the item will be lost forever - it will land in some deep well, some hard to access branch of the tree and disappear from your view and attention.

Her analysis makes a lot of sense. If this is true, I think it's a good argument in favor of keeping the tagging process as simple as possible, and not to encumber it with facets, hierarchical tagging or anything else that makes that will pause that sub-conscious stream of tags from flowing. Hopefully we can avoid over-engineering the tagging process for a while, focusing instead on perfecting (and standardizing) the usability of the core tagging process.


Tags:

Monday, October 31, 2005

about del.icio.us

Michael Arrington summarized the new del.icio.us features in "Wow! Del.icio.us rolls out more stuff" on TechCrunch .

The Del.icio.us Search Engine, now available to non-delicious users as well, puts delicious on par with Furl (a Looksmart company), Wink, and others who are leveraging tagging to create a better general purpose search engine.

Does anyone know if Google are already leveraging tags from the various tagging services directly in their PageRank algorithm?

David Weinberger posted an interesting summary of two sessions that Joshua Schachter of del.icio.us gave at the Berkman Center @ Harvard a few days ago. I find the summary of the first session particularly interesting:

Currently at delicious: 5M links, about 10M posts, on average about two tags per item. About 500,000 unique tags. Growth in tags is slow.
500,000 unique tags... that's a good number to take into account when designing tagging systems or application that leverage information from tagging services.

My personal favorite:
Q: Why "tags" instead of "keywords" in coming up with the terminology?

A: It was inadvertently clever. I wish I could say I did it intentionally. Typically, when keywords are used, you don't see a list of the aggregated keywords. Maybe it is a slightly new thing.
... and so the revolution has begun, with tags, tag clouds, tag bundles, meta-tags, taggers, ... and has turned the tag "tagging" into one of the most used tags :)

Oh yeah. Joshua also got hold of delicious.com. So maybe people will actually be able to find delicious :)

Tags:

Saturday, October 29, 2005

Social social tagging site tagging

Here is a much better way to maintain an up-to-date Tag-o-verse.

Supr.c.ilio.us - the best thing since tagged bread.

It's a "social social tagging site tagging". site :)

From their About page:

With so many places to tag so many things, how could one person keep track of it all?

Which just proves the old proverb - build a better mouse trap, and someone will build a meta-mouse.

Tags:

Tag-o-verse 2.0

Time to update my more-than-a-month-old (*gasp*) Tag-o-verse list, with some new entries and with more accurate classification.

Bookmarks

Web Clips

Feeds

Notes

Academic Papers:

Colors

Consumer Products

Games

Goals

Places

Poeple

Pictures

Video

Others

  • Ning
  • Create your own social application; lots of long tail-type tagging applications.

  • Where are you
    Generates a neighbourhood-specific tag, which you use to tag stuff related to this neighbourhood in delcious, flickr, etc.

  • Google Base
    Mega-tag-everything thingie. more...

Hmpff.

Tags: