So you’re too cool for RSS but afraid you’ll miss the famous celebrities hanging out at toolmantim.com?
Well it’s your lucky day, chump. I’ve just added email subscriptions to the subscribe page.
For the geekier amongst us, it uses a modified version of standard feedburner form to allow you to choose between different feeds. If you’re a feedburner user and want to do the same it’s just a matter of replacing the url hidden input they give you:
<input type="hidden"
name="url"
value="http://feeds.feedburner.com/~e?ffid=238149"/>
with a select element:
<select name="url">
<option value="http://feeds.feedburner.com/~e?ffid=238149">
All articles
</option>
<option value="http://feeds.feedburner.com/~e?ffid=238154">
All comments
</option>
</select>
And until next time, peace out.