Over the past three years I’ve tried a bunch of different feed aggregators and could never stick with a per-blog / folder-based reader. I have found I really prefer a river-of-news style reader (a la Dave Winer). But I also find I like having my feeds in Outlook where they are indexed and searchable, available for offline reading, synched between my computers, and available via Outlook Web Access as needed. After many trials I am finding that I love using FeedBlitz to subscribe to feeds by email. Each day I get a river-of-news view from the feeds I subscribe to. I put the daily emails into a folder that I can then search.
Here’s how you can subscribe to a feed via FeedBlitz using this URL form:
http://www.feedblitz.com/f/f.fbz?NewFeed&url=%feed%
I use the Google toolbar in Firefox (on Windows), which has a handy Subscribe button. Here’s how you can easily hack it to use FeedBlitz as your default reader:
user_pref(”google.toolbar.subscribe.aggregators.feedblitz.desc”, “FeedBlitz Email Subscription”);
user_pref(”google.toolbar.subscribe.aggregators.feedblitz.id”, “feedblitz”);
user_pref(”google.toolbar.subscribe.aggregators.feedblitz.order”, “6″);
user_pref(”google.toolbar.subscribe.aggregators.feedblitz.title”, “FeedBlitz”);
user_pref(”google.toolbar.subscribe.aggregators.feedblitz.url”, “http://www.feedblitz.com/f/f.fbz?NewFeed&url=%feed%”);
Enjoy!
Leave a reply