// Internet Duct Tape

How to Subscribe to RSS Feeds with Google Reader and Internet Explorer

Posted in Google Calendar and Gmail, RSS Syndication, Technology by engtech on November 08, 2007

Mastering the Google

In August I was being the dutiful son and trying to get my father hooked on RSS feeds. (It’s like the Ring — if you get someone hooked on RSS you no longer have 700 unread items in Google Reader)

I hit a snag: his browser of choice is Internet Explorer and there wasn’t a simple way to “one-click subscribe” like there is in Firefox. I couldn’t come up with a quick solution while I was there, but I did bitch about it afterwards which lead to one of my readers coming up with a solution using Google Toolbar. Thanks!

To Install

Step 1: Install Google Toolbar (if you don’t already have it)

Step 2: Install the Add to Google Reader button for the toolbar

To Use

Step 1: Click on an RSS feed link

Subscribe to feed
Click to subscribe using RSS

Step 2: Click on the RSS icon in the Google Toolbar

subscribe with Google Reader and Internet Explorer

Step 3: Choose the Subscribe with Google Reader option

one click subscribe with google reader

The only gotcha is that you have to click on the feed URL before clicking on the Add to Google Reader button. This is because the Google Toolbar Button API doesn’t support RSS feed autodiscovery (something they’ll hopefully rectify). It’s still not as simple as subscribing to a feed with Firefox, but it’s a step in the right direction.

Thanks for helping me with this Eric, this is a great example of the lazyweb in action.

For the geeks in the audience, building a custom button is quite easy. I’m going to have to give it a try some time.


<?xml version="1.0"?>
<custombuttons xmlns="http://toolbar.google.com/custombuttons/">
  <button>
    <title>Add to Google Reader</title>
    <description>Add to Google Reader</description>
    <site>http://fusion.google.com/ig/add?feedurl={url.noescape}</site>
    <search>http://fusion.google.com/ig/add?feedurl={query}</search>
    <icon>...snip...</icon>
    <update>http://www.zouric.com/geek/addtogooglereader.xml</update>
  </button>
</custombuttons>

How I Use Google Reader

Posted in Google Calendar and Gmail, How I Use, Software by engtech on October 18, 2007

Software

“How I Use” is a new series I’m starting about the software I use on a day-to-day basis. I want share tips and tricks and to learn tips and tricks from readers sharing with me in the comments.

Google Reader is a web-based RSS reader. Because it’s web-based I can access my Google Reader from multiple places (home PC, home laptop, work PC, visiting family, etc) and all of my information is stored and updated in one place. I use the Firefox web-browser with the Greasemonkey extension.

Google Reader is an RSS reader

RSS can be best described as a stream of news. Instead of visiting different websites at a time, you subscribe to them and you get all of the updates from the websites you follow in one place. For me that one place is Google Reader. This video will describe RSS and why you would want to subscribe to an RSS feed.

Subscribing to a Feed

I subscribe to feeds either by clicking on the feed link directly or by using the autodiscovery feed option in Firefox.

rss feed auto-discovery

The first time you subscribe to a feed, Firefox will display the feed in a nice, human readable way, with a yellow box asking you what you want to use to subscribe to this feed. Choose the Google option and chose the option to always use Google to subscribe to feeds.

always use google reader to subscribe to rss

Unfortunately, Google isn’t smart enough to remember your preference between Google Reader and Google Homepage — so you have to always chose the red pill or the blue pill. There is a handy Greasemonkey script to fix that though: always subscribe to Google Reader.

Accessing Google Reader

I access Google Reader by typing reader.google.com into my address bar or by clicking on the Google Reader icon in the Google Toolbar.

  1. Install Google Toolbar
  2. Install Google Reader button for Google Toolbar

Setting Up My View

Google Reader lets you save your view settings which ever way you like them. I like to view all items at a time instead of sorting them by tags (I’ll switch to tag view if I don’t have time to read all my feeds and I want to focus on a specific subject).

google reader all items

I click on the Expanded view tab in the top right hand so that I can see titles and the body of each item.

google reader expanded view

I turn off the left sidebar by clicking the left margin or pressing ‘u’ on the keyboard.

google reader remove sidebar

Then I click on the View Settings drop-down and choose sort by newest and set as start page.

google reader save settings

Now Google Reader will remember these settings every time I log in.

Navigating Feeds

I read feeds by

  • using the middle mouse wheel to scroll down the page with my right hand
  • my left hand hovers over the ‘j’ and ‘k’ keys on my keyboard
  • ‘j’ jumps past a post that I don’t find interesting enough to read completely
  • ‘k’ jumps back to the previous post if I decide that I do want to read it

I find quickly scanning through full posts like this lets me read many more feeds than if I have to click on the titles I find interesting.

Opening Links

I open links I want to read by

  • clicking on the link with my middle mouse button to open it in a background tab

When I get around 10 links I take a break from reading feeds and go through all of those open tabs, closing them as I’m done with them.

Read a Post Later

If I come across a blog post that’s too dense to read at the moment I’ll use the Readeroo extension to save it to delicious with the toread tag. Readroo will let me fetch it later, and mark it as read.

Leaving a Blog Comment

When I find a blog post I want to comment on

  • I hit the ‘v’ key to jump to the post on the blog
  • hit the ‘end’ key on my keyboard to go the bottom of the post
  • press ‘alt+c’ to fill in my name / email address / blog url thanks to the handy prefill comments Greasemonkey script
  • write my comment and click send
  • press ‘ctrl+w’ to close the tab and return to my Google Reader tab

Bookmarking a Blog Post

When I find a blog post I want to save for my ‘Best of Feeds’ series

  • I hit the ‘v’ key to jump to the post on the blog
  • click on the ‘TAG’ button in my toolbar to save it to delicious

Google Reader has it’s own mechanism for sharing and bookmarking posts but I don’t find it nearly as useful or as fast as delicious. That might change with time.

I’ve seen a Greasemonkey script that lets you bookmark the post from within Google Reader, but I prefer using the official delicious extension to bookmark posts because of other enhancements I’ve made to it.

How Do You Use Google Reader?

The reason for writing a post like this isn’t only because I want to share how I do something, but because I also want to learn tricks I might not know about. Got a trick I’m missing out on? Please leave it in the comments, or write your own blog post about it and send a trackback.