Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Page 2 of 4 < 1 2 3 4 >
Topic Options
#204889 - 19/02/2004 17:54 Re: Next wish: New window [Re: wfaulk]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14483
Loc: Canada
Yeah, More stuff on menus would be nice.

I suppose FireFox also has this mozilla feature: about:config

Top
#204890 - 19/02/2004 20:54 Re: Next wish: New window [Re: mlord]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Yeah, but the docs say that there's stuff there that is left over from Mozilla and doesn't work under FireFox.
_________________________
Bitt Faulk

Top
#204891 - 23/02/2004 14:54 Re: Firefox wishes... [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Okay, next wish...

Firefox has the same two-download limitation that IE has, as discussed and worked-around right here. Is there a similar work-around for FireFox?
_________________________
Tony Fabris

Top
#204892 - 23/02/2004 15:09 Re: Firefox wishes... [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
user_pref("network.http.max-connections", 128);
user_pref("network.http.max-connections-per-server", 64);
user_pref("network.http.max-persistent-connections-per-server", 8);

Edited to remove erroneous caps


Edited by wfaulk (23/02/2004 16:32)
_________________________
Bitt Faulk

Top
#204893 - 23/02/2004 15:12 Re: Firefox wishes... [Re: wfaulk]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
You da man, Mister Faulk. Thanks!
_________________________
Tony Fabris

Top
#204894 - 23/02/2004 15:15 Re: Firefox wishes... [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Folks claim that making persistent greater than 8 is bad. I don't know how to define "bad" in this case.
_________________________
Bitt Faulk

Top
#204895 - 23/02/2004 15:18 Re: Firefox wishes... [Re: wfaulk]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Hm. Actually, that didn't work. They're supposed to go in user.js, right? Same place that other tweak went?

I started clicking on a list of downloads on a web page, and the little Firefox download manager thingy still only showed two files at a time and waited for the first to finish before showing the third. And yes, I enlarged the window.
_________________________
Tony Fabris

Top
#204896 - 23/02/2004 15:23 Re: Firefox wishes... [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Even worse... If I click on a fourth link before the third link begins downloading, then it forgets about the third link and only downloads the fourth one.
_________________________
Tony Fabris

Top
#204897 - 23/02/2004 15:29 Re: Firefox wishes... [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I changed it within about:config and it worked. Maybe it needs to be in whichever file that manipulates.

Are you sure you restarted the browser? Did you edit the file while FireFox was not running? I want to say it overwrites on close, but I could be wrong about that, too.
_________________________
Bitt Faulk

Top
#204898 - 23/02/2004 15:31 Re: Firefox wishes... [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
it forgets about the third link and only downloads the fourth one
I think you'll find it works that way in (default) IE, too. The throbber's still throbbing, and when you click on something else, it preempts the action that throb is indicating and replaces it with whatever the new click does.
_________________________
Bitt Faulk

Top
#204899 - 23/02/2004 15:32 Re: Firefox wishes... [Re: tfabris]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3583
Loc: Columbus, OH
Close your browser and reopen it.

EDIT: I worked for me in the user.js file.
EDIT AGAIN: I was allowed to do more than 2 downloads from a single source, but those values were not reflected in the about:config, so I updated them there, and removed them from my user.js
_________________________
~ John

Top
#204900 - 23/02/2004 15:37 Re: Firefox wishes... [Re: wfaulk]
peter
carpal tunnel

Registered: 13/07/2000
Posts: 4173
Loc: Cambridge, England
Folks claim that making persistent greater than 8 is bad. I don't know how to define "bad" in this case.
Making max-persistent-connections-per-server greater than 2 is "bad" in the sense of being a "SHOULD NOT" in RFC2616. According to RFC2119:
["SHOULD NOT" means] that there may exist valid reasons in particular circumstances when the particular behavior is acceptable or even useful, but the full implications should be understood and the case carefully weighed before implementing any behavior described with this label.
Basically, it's perceived as a DoS on the server and the unrestful spirits of Jon Postel and W Richard Stevens will be disturbed and will come and haunt you for evermore.

Peter

Top
#204901 - 23/02/2004 15:57 Re: Firefox wishes... [Re: wfaulk]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
I changed it within about:config and it worked. Maybe it needs to be in whichever file that manipulates.
Heh, actually, I think it just needs to be the correct case.

Your original post has capital letters at the beginning of each of the settings. This caused them to show up as completely separate entries in about:config. I'll bet if I modify the REAL entries (all lower case) it'll work.
_________________________
Tony Fabris

Top
#204902 - 23/02/2004 16:04 Re: Firefox wishes... [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Yup, editing it so that the "N"s were lower case took care of it and now it works like a charm. Thanks for the tip of looking at about:config, it was easy to see the problem once I looked there.
_________________________
Tony Fabris

Top
#204903 - 23/02/2004 16:21 Re: Firefox wishes... [Re: tfabris]
brendanhoar
enthusiast

Registered: 09/06/2003
Posts: 297
Yeah JavaScrip/JScript/ECMAScript is case sensitive.

-brendan

Top
#204904 - 23/02/2004 16:31 Re: Firefox wishes... [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Oops. Sorry about that. The caps were a copy-and-paste from another web page.
_________________________
Bitt Faulk

Top
#204905 - 23/02/2004 16:33 Re: Firefox wishes... [Re: peter]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Yeah, but the stuff I was reading kind of implied a "MUST NOT" level of bad.
_________________________
Bitt Faulk

Top
#204906 - 27/02/2004 08:34 Re: Firefox wishes... [Re: tfabris]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
Heres what I want, I installed the tabbed browser preferences extension and it rocks, however I still don't have exactly what I want.

When I click a link say via email, or shortcut or whatever, I want it to open a new tab not take over an existing tab or open a new window. I've been dorking around with the setting in the tab preferences for an hour or so and can't get it to work.
_________________________
Brett 60Gb MK2a with Led's

Top
#204907 - 27/02/2004 11:11 Re: Firefox wishes... [Re: lopan]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
When I click a link say via email, or shortcut or whatever, I want it to open a new tab not take over an existing tab or open a new window.
In firefox, this is available by default. You do not need to add a tabbed browsing extension in order to do this.

There are three ways to do it in the default firefox configuration:

1. Hold down CTRL while clicking on the link will force it to always open in a new tab. (This is very similar to holding down shift to make it open in a new window.)

2. Right click on the link and select the the appropriate option (not very convenient, but works).

3. My personal favorite: CLICK THE MIDDLE MOUSE BUTTON ON THE LINK.
_________________________
Tony Fabris

Top
#204908 - 27/02/2004 11:18 Re: Firefox wishes... [Re: tfabris]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
Maybe it's something I did, but none of the 3 options you gave seem to work.
_________________________
Brett 60Gb MK2a with Led's

Top
#204909 - 27/02/2004 11:23 Re: Firefox wishes... [Re: lopan]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Try deinstalling that tabbed browsing extension.
_________________________
Tony Fabris

Top
#204910 - 27/02/2004 11:30 Re: Firefox wishes... [Re: tfabris]
matthew_k
pooh-bah

Registered: 12/02/2002
Posts: 2298
Loc: Berkeley, California
I don't have the answer, but I just want to clarify. I think Lopan wants links he clicks on in external programs to open in new tabs, not just links within firefox.

Matthew

Top
#204911 - 27/02/2004 11:42 Re: Firefox wishes... [Re: matthew_k]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
If so, then I misunderstood. Sorry.
_________________________
Tony Fabris

Top
#204912 - 27/02/2004 12:36 Re: Firefox wishes... [Re: matthew_k]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
duh, yeah sorry I didn't catch that... Tony, all your options work great within mozilla even with the tab extensions.... but I'm just trying to find a way to open new tabs via external applications.
_________________________
Brett 60Gb MK2a with Led's

Top
#204913 - 27/02/2004 12:47 Re: Firefox wishes... [Re: lopan]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Okay, according to the same link from above that fixed my external-applications problem, here is the solution:

Open external links in new windows or tabs

If another program wants to display a web page in the default browser, Firefox will reuse an existing window by default, which means that it will navigate from a page you might be reading. To stop this, add the following code to your user.js file:

// Stop reusing active windows:
user_pref("advanced.system.supportDDEExec", false);
What about new tabs instead of windows then? If you prefer tabs instead of windows, you must also install Tabbrowser Extensions, a very powerful extension that enhances the functionality of the tabbed browsing. After installing the extension, follow these instructions (make sure you didn't forget to add the above code to your user.js file):

1. Make sure you didn't forget to add the above code to your user.js file.

2. Select Tools > Options > Extensions, select Tabbrowser Extensions and click Settings.

3. Expand the Category list and select the topmost sub-item (it's supposed to read Advanced Tabbed Browsing but the Category list is too narrow).

4. In the Window Mode drop-down listbox, select Use multiple browsers only when I open them.

Done! Now any link opened by an external program, such as your e-mail client, will open in new tabs.
Did you try that, and it's not working, or what?
_________________________
Tony Fabris

Top
#204914 - 27/02/2004 13:08 Re: Firefox wishes... [Re: tfabris]
lopan
old hand

Registered: 28/01/2002
Posts: 970
Loc: Manassas VA
I went and double checked, I had my user.js file in the wrong spot, everything is cool now. Thanks Tony!
_________________________
Brett 60Gb MK2a with Led's

Top
#204915 - 27/02/2004 13:09 Re: Firefox wishes... [Re: lopan]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Here's where I set mine up:



Attachments
206263-tab_settings.gif (117 downloads)

_________________________
Mark Cushman

Top
#204916 - 27/02/2004 13:11 Re: Firefox wishes... [Re: cushman]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Durn transparant index. You get the idea, though.
_________________________
Mark Cushman

Top
#204917 - 11/03/2004 12:05 Re: Firefox wishes... [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Okay, next wish:

A spell checker for forms, similar to IESpell.
_________________________
Tony Fabris

Top
#204918 - 11/03/2004 12:22 Re: Firefox wishes... [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
_________________________
Bitt Faulk

Top
Page 2 of 4 < 1 2 3 4 >