Content by tag: "firefox"

Firefox/Sage bookmarks to Google Reader import

jp.stacey 17 July 2008
When OPML is OPML but it isn't OPML

Want to migrate your RSS bookmarks from Firefox (or its RSS-reading addon, Sage) to Google Reader? I did, just now.

Christopher Hinze has written a great Firefox addon that exports bookmarks to OPML 1.0. Unfortunately, OPML is a bit of an anything-goes specification. So although Hinze's plugin produces valid OPML, it isn't the same sort of valid OPML that Google Reader expects.

Trailing commas and unfeasibly high line numbers

jp.stacey 8 July 2008
Bursting IE's Javascript parser, or: generating bizarre error messages through subprocess apoptosis

In Javascript, trailing commas are to be considered harmful. Strictly speaking, they're not allowed by the syntax, but this wouldn't be such a problem were it not for the fact that some browsers (including Firefox) will quietly ignore them, pretending briefly that Javascript's syntax is Pythonic or, um, Rubric. The safest route to take is to avoid trailing commas wherever possible.

Emacs as an anagram of "ECMA-S"

jp.stacey 11 May 2008
Your editor will become your browser will become your IDE. The process has already begun. Please wait.

Steve Yegge on *Emacs, pointing also to the possible future direction of the *browser:

“IDEs are draining users away, but it’s not the classic fat-client IDEs that are ultimately going to kill Emacs. It’s the browsers. They have all the power of a fat-client platform and all the flexibility of a dynamic system. I said earlier that Firefox wants to be Emacs. It should be obvious that Emacs also wants to be Firefox…

Who owns this node?

jp.stacey 16 October 2006

Firefox’s implementation of Javascript is quite forgiving: often a little too forgiving, when it ought to be strict about issues that could pose a security risk. Indeed, Firefox’s silent “the programmer meant this” in the instance I’ve just been tackling was only revealed by the IE error:

No such interface supported

Rolling feed on jpstacey.info

jp.stacey 1 October 2006

Following my recent success with putting a Flickr feed on my website’s front page is the conversion of this to an all-purpose feed reporter, where RSS/Atom flavour and feed specifics are dealt with by Javascript associative arrays of functions, keyed on both variables respectively.