Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment My Mazda 3 Diesel 5.1/100 Ltr/km (Score 1) 576

No news to me, been getting BETTER results for years. Next car will be the Golf TDI, same deal.

The subject result was taken driving to Geelong from the eastern Suburbs in Melbourne to the city part of Geelong and back, 2 Adults, 2 Kids, two big dogs plus some toys, so 1/3 of the journey was city driving, the other 2/3 freeway.

Comment Re:Great News for Companies Scarred by IE6 (Score 1) 152

I have been using a centralized firefox (and before that netscape) setup for years in different places. You just place a js file into the dir

    FIREFOXDIR/defaults/pref/loadcust.js

and place this into it

    pref("general.config.obscure_value", 0);
    pref("general.config.filename", "firefox.cfg");

and into the file called firefox.cfg in the root of the firefox binary directory you place

    pref("general.config.obscure_value", 0);
    pref("autoadmin.global_config_url", "http://your.local.webserver/firefoxglobal.js");

and into the global file you place whatever config you want, if you specify something like this

    lockpref(....)

the user cant change it. All the config that you can see in about:config you can place into it and you can do so many other things, too! I dont need a ffcck to do this.

Slashdot Top Deals

The best book on programming for the layman is "Alice in Wonderland"; but that's because it's the best book on anything for the layman.

Working...