Here’s tip for something I worked out today. WordPress blogs generally have an RSS feed available for the comments on a post. This is handy for when you want to see other comments posted without having to remember to check back. The problem is many WP themes don’t provide a link to the feed. The solution is to add /feed to the URL of the post, so for this post the comment feed is at:
http://www.wezm.net/2008/07/02/comment-feeds-in-wordpress/feed.
I’ve make a bookmarklet out of David Gouch’s Javascript implementation of John Gruber’s Title Case Perl script.
Drag this link to your bookmarks bar: Title Case
Seems to work ok in Firefox, IE 6 has issues.
Can people please stop using the ‘feed:’ URI scheme for links to feeds on web pages. Its annoying and unnecessary.
From what I can tell this URI scheme was proposed around Dec 2003 as an unofficial pre-draft RFC. The reasoning behind the proposal was:
…to provide a straightforward way for end users to subscribe to the data feed for a particular online resource while browsing the World Wide Web. The expectation is that clicking on a hyperlink that points at a “feed” URI will cause the Web browser to invoke the specified handler for the “feed” URI scheme which SHOULD provide the user with information about the data feed as well as the possess the ability to subscribe to the feed.
Fast forward to 2008 and all the major browsers have support for discovery of feeds specified by the link tag and a user interface to access them. Additionally they are able to auto-detect a feed when specified with the normal http URI scheme. With the built in support the browser is able to launch the appropriate feed reader on the system, be it within the browser or an external application; thus removing the need for the URI to be specified with the ‘feed:’ scheme.
Continue reading »