A particular use case to consider is "I have a chunk of text selected on a page, and I want to post it to my blog with the correct permalink attached". With hAtom your javascript can find the rel="bookmark" link within the containing hentry, and get a title and author to cite nicely too; (falling back on the whole page for non-feed-like pages). Without it, you either need to go look in the head for the feed and then pattern-match the text to find the same entry, or you need to have a parser that handles an arbitrary blog's markup (I wrote one of those at Technorati, and believe me it wasn't pretty).
As for your title problem, a lot of feed readers will extract the first few words of the post as a title. You could help this along by enclosing the first few words of untitled posts in a span with class 'entry-title'
PS Tom, it wasn't just my blog, I made it so that any new Blogger blog will have hAtom by default, and that anyone who already uses (or switches to) the new template model gets it too. The nice thing about the Blogger team's template code was that this was actually less work than just doing mine before...
Kevin Marks
|
Homepage
|
2007-08-07EDT00:29:43+00:00
#