On blogging technique and better tabbed browsing
I’m addicted to tabs. Several times a day, I scan down my blogroll looking for blogs that have updated since I last checked, then middle click each one to open it up in a new tab in the background. I then work my way through each one, reading the earlier ones while the later ones are still loading (tabbed browsing makes being stuck on a modem a lot less painful). If I see anything interesting linked to from a blog entry I’m reading, I’ll middle click that as well. Within a few short minutes I’ll have so many tabs open I’ll be running out of space in my tab bar.
Often I’ll leave anything even remotely interesting open all day, but if I’m in the mood to reduce the clutter I’ll load up Notepad and start pasting URLs of interesting pages in to a document there as I close each tab in turn. These pasted URLs later form the basis of blog entries, which I always write in Notepad for fear of losing them to browser crashes. Eventually, I’ll either write up an entry and transfer it to my blog, or delete the URL from consideration. If I’m really behind, I’ll blog a whole bunch of links at once in a big list.
This technique works pretty well for me, except for one thing. Because I’m constantly opening links in new tabs, the back button in my browser no longer returns me to the page that I found the link on. I open dozens of links during a day and often leave them open for hours (if not days) before blogging them, during which time I frequently completely forget which blog I first saw the link on. For interesting items that aren’t being blogged in dozens of places at once I like to provide a “finders fee” by linking back to the person on who’s blog I saw the item, but I am often unable to do that due to the loss of the back button.
Thank goodness then for Jesse Ruderman’s "go to referrer" bookmarklet, which I just found while exploring his Miscellaneous category. It sends you back to the page you came from, even for new windows or tabs in which the back button has stopped functioning. My biggest problem with tabbed browsing is a problem no more.
Ben - 13th August 2003 00:43 - #
Oooh! Good bookmarklet idea. This should be a Firebird extension.
Adrian - 13th August 2003 01:14 - #
Jordan - 13th August 2003 02:32 - #
Jesse is my new hero for the day. Awesome.
-davidu
David A. Ulevitch - 13th August 2003 05:09 - #
caiuschen - 13th August 2003 05:41 - #
Only one minor problem - it still tries to take you to the referrer, even if there isn't one, which is more annoying than anything else... try this instead:
javascript:if(!document.referrer) { alert('No referrer!'); } else { document.location = document.referrer; } void 0Works for me in Mozilla
Andrew - 13th August 2003 07:27 - #
Jesse Ruderman - 13th August 2003 07:54 - #
troy hakala - 13th August 2003 07:55 - #
Jesse Ruderman - 13th August 2003 07:57 - #
Manuzhai - 13th August 2003 09:02 - #
Simon Willison - 13th August 2003 09:39 - #
Manuzhai - 13th August 2003 12:06 - #
zlog - 13th August 2003 12:50 - #
I'm a Firebird-user, too, but I used to be a Galeon-addict. I only miss three things: Galeon preserved its history when opening a new tab, which cures your back-problem, and it also had the option to "Quit with session", storing all your open tabs and reloading them on next start. The last feature was its save-on-crash, which prevented one from losing all open tabs in the rather infrequent case of a crash.
Kenneth - 13th August 2003 13:12 - #
AlastairC - 13th August 2003 13:55 - #
Simon Brunning - 13th August 2003 15:00 - #
l.m. orchard - 13th August 2003 16:06 - #
Kjartan - 13th August 2003 16:30 - #
OperaFan - 13th August 2003 19:26 - #
Jeremy Dunck - 13th August 2003 23:24 - #
Jeremy Dunck - 13th August 2003 23:29 - #
Katja - 13th August 2003 23:59 - #
Jason Lotito - 14th August 2003 15:39 - #
I wrote Deadman's Redirect for exactly this purpose. It reads RSS, it keeps track of history (in a way that easily integrates with any browser that does bookmark keywords with arguments) and it's server side, so I never have to worry about "oh that URL is in a note at work and I'm home" or whatever.
The next version will allow "groupable" data structures, so you could group your history entries by day/subject/whatever.
It requires PHP4 and works best in Moz and derivatvies.
I've pimped it here before and hesitated before posting this, but I saw that everyone else was making recommendations, so I thought I would too. :)
Sam - 14th August 2003 20:33 - #
Mine is here: http://enotes.monstuff.com/bookmarks.php?user=dumk y (when you have the password you can add/delete entries).
Also, to make the bookmarks stacking easy, a bookmarklet is available as well as browser modifications (for IE and mozilla).
Contact me if you are interested in trying it (the source is available or you can get an account easily).
Dumky - 16th August 2003 04:59 - #