On Fri, 08 Feb 2008 00:37:26 -0500 [EMAIL PROTECTED] (Michaël Cadilhac) wrote:
MC> Etan S. C. Reisner writes: >> P.S. I'm curious why you need to measure the distance between two points >> on your screen with such regularity. MC> I use a lot of maps :-) If they're on a website (for instance google MC> maps), I usually screenshot the page and open it in the Gimp. Install the Firefox Web Developer toolbar. Miscellaneous->Show Ruler. You can also find the size of a particular image or any other screen element with Information -> Display Element Information (Ctrl-Shift-F). The Firefox Firebug extension also has measurements, easily accessible in the context menu Inspect Element -> Layout tab on the right. It does many things the Web Developer toolbar doesn't, so I always install both. Ted
