JD on MX wrote:
Weblogs are pretty broken. Some writers read only through RSS and never pick up comments. But lots of blog owners get lazy on spam handling, and default-off publishing their replies. I've got a bunch of stuff I've taken the time to type, but which never got clicked-for-approval...
This has been a sore spot for blogging from the very beginning. I've always advocated the idea that, if you want to respond to a blog entry, post your response to your own blog, and let the search engines tie them all together. The critical requirement is proper use of <cite> and <blockquote> tags.
For instance, here is the HTML to my quote of you above:
<p><a href="http://weblogs.macromedia.com/jd/"><cite>JD on MX</cite></a> wrote:</p> <blockquote cite="http://weblogs.macromedia.com/jd/archives/2008/04/dead_blog_comme.cfm"> <p><a href="http://weblogs.macromedia.com/jd/archives/2008/04/dead_blog_comme.cfm">Dead blog comments</a></p> <p>Weblogs are pretty broken...</p> </blockquote>
Of course, the problem is, before the semantic web ties this altogether, will you see it?