Links

Sep. 4th, 2007 01:14 pm
jack: (Default)
[personal profile] jack
http://itre.cis.upenn.edu/~myl/languagelog/archives/004880.html

It comes to something when you hear breaking news by reading the language log :)

javascript:if(document.referrer) document.location = document.referrer;

This one is cool. Obvious, but I never thought of it. It takes you back to a page the current page was linked from (ie. its referrer), so when you've forgotten why you opened a tab (say, because the link was phrased as a witty comment that only makes sense when you've already read the page), you can just go and see.

http://www.jimwegryn.com/Names/Surnames.htm

Comments on surnames, but quite funny.

Date: 2007-09-04 01:21 pm (UTC)
ext_8103: (Default)
From: [identity profile] ewx.livejournal.com
That really ought to be a browser feature though - new tabs should just inherit the history of the one they were opened from.

Date: 2007-09-04 01:38 pm (UTC)
From: [identity profile] cartesiandaemon.livejournal.com
Oh, yes. Well, there might be some reason to do it other than a full history[1], but it should be integrated in the browser. I found this when I was looking for a firefox plugin that would show the referrer in some way, preferably by showing the sentence fragment with the link in as a tooltip on the tab, but when I found this it seemed to do the job so I decided not to look further.

Date: 2007-09-07 08:47 pm (UTC)
ext_8103: (Default)
From: [identity profile] ewx.livejournal.com
What was [1] going to be? I don't see why it shouldn't be the full history; if it isn't then at some point you can't press Back and I can't see any obvious value to that. Obviously it ought not to take any more storage and even if it did a list of a few thousand URLs is pretty cheap compared to all the other rubbish we keep on disk these days.

Date: 2007-09-10 05:17 pm (UTC)
From: [identity profile] cartesiandaemon.livejournal.com
Here http://cartesiandaemon.livejournal.com/365107.html :) Eg. if you follow a link from an lj post into a new tab, and browse around that site and get lost, you can hit back infinitely many times to get back to where you started browsing it, whereas if that took you back to the previous page too, you can accidentally end up with two copies of the post, and accidentally reply to them separately or something.

On balance having the full history is probably more useful, but it's not strictly better :) Perhaps a good feature (which no doubt exists somewhere) which would make them more similar would be if "back" distinguished between "links between the same subdomain", "between the same domain", "into a new domain", "new links entered in the bar directly".