Community Page
- phildawes.net/blog/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi, Do you feel that your agility in Factor has improved since this post? Roger
- Thanks for the pointer - I've cleaned up the spam and regrettably added some moderation
- I'm loving the comments thread for this post. Can't decide whether to get my upholstery cleaned or do something about my fast food obesity.
- Cool - thanks Eric
- I pasted some code that does the moving sum in factor. http://paste.factorcode.org/paste?id=569#282
Jump to original thread »
Wrote this comment to somebody else’s blog post at work. Thought I’d cut-n-paste it here:
Tagging is tres-cool, however I’m not sure about this microformat - there are a couple of warts IMO:
Not a biggie, but at first glance the format looks like yo ... Continue reading »
Tagging is tres-cool, however I’m not sure about this microformat - there are a couple of warts IMO:
Not a biggie, but at first glance the format looks like yo ... Continue reading »
3 years ago
I don't think it implies that others who've used the same tag mean precisely the same thing, just as is the case in folksonomies such as del.icio.us.
You don't have to link to Technorati's tag space if that doesn't suit you. You can link to any tag space you like.
Have a URL allows readers to see some explanation of the tag. For example I link my tags to wikipedia often (even though I work for Technorati :)). The wikipedia explains what I mean by the tag. Technorati tags are useful in that they say "this post is a part of that conversation" and work pretty well for that.
<span rel="tag"></span> is not valid (X)HTML, nor is the 'rel' attribute meaninful in this case. As it is defined as: "describ[ing] the relationship from the current document to the anchor specified by the href attribute." With your proposal, there's no relationship to describe.
As I've said before regardin author tagging vs. reader tagging, it is obvious that they are different and and have different benefits. But I don't see why this is an argument against author tagging- they're not mutually exclusive.
3 years ago
3 years ago
"Since the only part of a tag space URL of which any structure is required is the last segment, a tag space URL can be hosted at any domain."
http://microformats.org/wiki/reltag#Tag_Spaces
Maybe a URL-free version of this idea would have been better, but it's not true that Technorati has excluded other players on this point.
A question: what tag spaces are people actually linking to out there? I'm guessing it's mostly Technorati and a smattering of Wikipedia and del.icio.us; any other significant targets?
3 years ago
Maybe a URL-free version of this idea would have been better, but it's not true that Technorati has excluded other players on this point.
Hi Prentiss,
My concern wasn't with any technorati-centricness of the scheme - it's clear technorati are being very open and keen to produce standards for the benefit of all. Just that I wasn't sure the URL portion added any value in return for its additional complexity over a simple tag, and may have implied semantics* not adequately supported by the scheme.
(i.e. 'I mean the same as all the other people using this tag in the tagspace')
3 years ago
I don't think it implies that others who've used the same tag mean precisely the same thing, just as is the case in folksonomies such as del.icio.us.
You don't have to link to Technorati's tag space if that doesn't suit you. You can link to any tag space you like.
Have a URL allows readers to see some explanation of the tag. For example I link my tags to wikipedia often (even though I work for Technorati :)). The wikipedia explains what I mean by the tag. Technorati tags are useful in that they say "this post is a part of that conversation" and work pretty well for that.
Hmmm.. Maybe. I guess I'm stuck on URIs=precision because I've been so involved with RDF in the past.
<span rel="tag"></span> is not valid (X)HTML, nor is the 'rel' attribute meaninful in this case. As it is defined as: "describ[ing] the relationship from the current document to the anchor specified by the href attribute." With your proposal, there's no relationship to describe.
Oops - that probably should have been <span class="tag">apple</span> or something.
2 years ago
Further, for many websites it is difficult to implement a URL w/o a file extension i.e. IIS5 and IIS6 based websites, for example (note that this fact infuriates me [see http://www.mikeschinkel.com/blog/WellDesignedUR..., but it is still a fact.)
What's more, RSSBlog has a great point about re="tag" contrbuting PageRank inappropriately: http://www.kbcafe.com/rss/?guid=20050619130051
L:astly, it doesn't allow associating meaning of a tag with a URL that doesn't end with tag itself, which to me is very limiting.
JMTCW