Webbers Corner

Full Version: Firefox or Opera or IE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the point in this thread?
i don't think 3 is a lot of browsers to choose from.

anyway choice is good Big Grin  it means we don't have to use that crappy browser known as Internet Explorer.
well a downside of all these browsers are when you design sites, it a massive pain to get things working right.
the firefox browser has a lot of the code from netscape.  netscape donated it to mozilla.

i think it exists to take advantage of the companies, if you look at most large corporations they will have netscape installed (even though everyone uses IE).

x4cer Wrote:
((can help it, i'll tell ya: opera is faster and lighter, and has more features :p))


I disagree, it actaully depends on your system setup to which browser is faster Wink

x4cer Wrote:
i use opera, don't want to say how much better it is, just try it yourself Smile

((can help it, i'll tell ya: opera is faster and lighter, and has more features :p))


Ye but opera also has some problems with viewing websites.  Firefox used to be now because such a large number use it most websites work properly and sometime better in FF!  Opera still has problems so I think until they are sorted it will never get bigger.

lol that acid test didn't work for my FireFox 2.0 lol

Justin Wrote:
lol that acid test didn't work for my FireFox 2.0 lol


Thats becuase firefox doesn't pass the acid 2 test.

oh. lol, my bad.

nimd4 Wrote:

Not if you build it for Firefox and redirect anything that isn't Smile

Code:
<?php
if (!stristr($_SERVER['HTTP_USER_AGENT'], "Firefox")) {
header( 'location:http://www.mozilla.com/en-US/firefox/' );
exit();
}
echo('HTTP_USER_AGENT identified as Firefox');
?>


well that is one option but i would guess my hits would significantly lower.

Pages: 1 2 3
Reference URL's