I’ve always preferred using desktop applications wherever possible just for the speed of using them, but I’ve made an exception for Bloglines, because the keyboard shortcuts just work so well.
Sure, I’ve tried the new Google Reader, but it’s just a little too slow for my taste.
In order to give me the feeling of using a separate application, I’ve created a bookmarklet to open up Bloglines in it’s own window.
First, you drag the bookmark for http://www.bloglines.com/myblogs to your links toolbar, and it will look like this:
Now you click on it once, and Firefox will load up the favicon for it, so now it looks like this:
Now we can modify the bookmark. Right click, properties, and replace the Location with this javascript code:
javascript:void(window.open(’http://www.bloglines.com/myblogs’,'new’,'width=800,height=600,location=0,menubar=0,personalbar=0,status=0′));
You can also rename the bookmark here to something better, like just “Bloglines”. I also added a keyword so I can open it up with just the keyboard if I want.
Now we’ve got an icon in our links bar that looks like this:
When you click on this link, you will get a new window just for bloglines:
You can modify the arguments in the javascript code if you want it to open with a different size, or if you want the address bar to show up.
The only issue with this approach is when you want to go to a link, it opens in the same window. I usually subscribe to full feeds, and so I don’t open links a whole lot, but when I do I just drag the link from the “Bloglines” window to firefox.
Would be nice to have an extension that let you choose to open links in the main firefox window. Perhaps I’ll create one.