An Ode To Firefox
Although it sucks up memory faster than a Tijuana hooker, the extensions can't be beat. I've used as many as 30 but I think I've whittled them down to more or less the bare essentials:
WebmailCompose translates "mailto" links for your favorite webmail site, instead of nasty OE.
Book Burro loads up at Amazon and shows various other stores' prices for the ISBN you're viewing. Also, you can see if your local library has a copy of the book.
DownThemAll is one-click downloading for any files on a page.
Adblock is a necessity.
Fasterfox tweaks stuff for optimal browsing.
HashColouredTabs gives each tab a different color for a different URL.
Read Easily lets you disable/enable styles on a web page.
Session Manager saves and restores ALL the tabs when Firefox closes/crashes.
PDF Download gives you the option NOT to run Acrobat, and can even render HTML.
Greasemonkey lets you (or other internet folk) write userscripts for Firefox.
WebmailCompose translates "mailto" links for your favorite webmail site, instead of nasty OE.
Book Burro loads up at Amazon and shows various other stores' prices for the ISBN you're viewing. Also, you can see if your local library has a copy of the book.
DownThemAll is one-click downloading for any files on a page.
Adblock is a necessity.
Fasterfox tweaks stuff for optimal browsing.
HashColouredTabs gives each tab a different color for a different URL.
Read Easily lets you disable/enable styles on a web page.
Session Manager saves and restores ALL the tabs when Firefox closes/crashes.
PDF Download gives you the option NOT to run Acrobat, and can even render HTML.
Greasemonkey lets you (or other internet folk) write userscripts for Firefox.
no subject
I blame Firefox for it because there's no reason they couldn't track memory usage, and that would make it super-easy to detect which plugin was causing the problem. But they don't. Fists of anger.
no subject
Sometimes I'm glad I grew up in an 8-bit world. It keeps me from driving systems to the point of failure just because I can.
no subject
And it shouldn't be burning CPU on housekeeping when I'm not doing anything. Just sloppy coding. :(
Plugins, btw, are almost entirely Javascript - it is possible to add DLLs but almost nobody does that. So they don't really need to be compiled against a profiler to track memory usage, just add hooks to the javascript interpreter to tag allocated memory.