Tag Archives: firefox

Add Sites to Google Reader with Just One Click

1. Head to Google Reader and click Settings, Reader settings.

2. Click the Goodies tab, then scroll down until you see Subscribe as you surf.

3. Drag the Subscribe… link to your browser's bookmarks/favorites bar.

That’s all there is to it! When you click the bookmarklet (so named because it’s a bookmark that performs a special function, rather than just directing you to a page), you’ll be taken straight to Google Reader. There you’ll see a few key stats about the feed (such as average number of posts per week) and a Subscribe button you click to complete the process.

via Add Sites to Google Reader with Just One Click Bookmarklet – Marklets.com.

Way, way, WAYYYY better than the current dance I’ve been doing:

  1. See if the site I want to subscribe to has a link to it’s RSS feed on the page somewhere.
  2. If it does, click the link that takes me to the RSS page.
  3. Copy the RSS URL.
  4. Switch to Google Reader (I run a separate Fluid instance of Reader as an Single-Site-Browser).
  5. Hit “a” (the keyboard shortcut for adding a subscription).
  6. Paste in the RSS URL.
  7. Hit “enter”.

The process is about 1,000,000 times worse if the site in question doesn’t have an easily-visible RSS link:

  1. Copy the site’s URL.
  2. Open Firefox (Chrome, as far as I can tell, doesn’t allow me to easily access the RSS feed).
  3. Paste in the site’s URL.
  4. Click the RSS icon in the location bar, which takes me to the RSS page.
  5. Copy the RSS URL.
  6. Switch to Google Reader.
  7. Hit “a”.
  8. Paste in the RSS URL.
  9. Hit “enter”.

A couple of additional steps, but you can see how it was an convoluted solution for a simple problem.

I do love bookmarklets.

On Firefox 3.5, HTML 5, and The Third Great Format War…

Unless you’ve been living under a rock, you’ll have noticed that Firefox 3.5 was released.

With it, came the mainstream acceptance of HTML 5, the new web standard – and as a direct result of that, XHTML is effectively dead.

What’s most interesting about HTML 5 is the new <video> tag, however – allowing web content people (what’s their name again?) to embed videos directly without using clunky <object> or <embed> tags.

About time, too. Video is now more prevalent than ever on the internet, and the widespread usage of sites such as YouTube just goes to show just how popular such sites are. Even Flickr, a primarily still-photo based site, are now incorporating video features into their lineup.

Now, about this format war…

So the story goes a little like this…

Right now, the common way to include video on the web is by use of Flash, a closed-source technology. The answer to this is the HTML5 video tag, which allows you to embed video into HTML pages without the use of Flash or any other non-HTML technology; combined with open video codecs, this could provide the perfect opportunity to further open up and standardize the web.

via Slashdot.

The problem lies in which codec they’re going to use for this video. Mozilla, along with the rest of the open-source community, think it should be something open-source, such as the Ogg Theora codec which is based on open-source standards. The issue is that not all parties in the browser war agrees – Apple and Microsoft, in particular are against the move to use an open-source codec. Being the large corporations that they are, they want to use their own patented codecs. As they’re not a small portion of the browser market, Mozilla can’t simply ignore them and implement Ogg as the primary codec for the <video> tag in HTML5 (paraphrased from Slashdot comments).

So the question is: why don’t all the parties do what Chrome is doing and just support both proposed formats (H.264 and Ogg Theora) at the same time? In my opinion, this would undoubtedly be the way to go. The issue here is that “Safari won’t support Ogg Theora and Firefox and Opera won’t support H.264 — doesn’t mean you can’t support all three browsers. It just means that to support all three, you need to include at least two <source> elements within the <video> tag, one pointing to an H.264-encoded file, the other to an Ogg Theora file” (thanks to John Gruber for that one.)

That having been said and done, pleas enjoy the video below, whichever browser you happen to be using 🙂

Okay, scratch that idea. Either I just fail at using the <video> tag, or WordPress doesn’t like it, or something. I can play video just fine on the Firefox demo page, but Firefox itself doesn’t seem to want to play ogg video from any page that I create. I’ll just go now…