View Poll Results: What Browser(s) do you use?

Voters
39. You may not vote on this poll
  • Internet Explorer

    10 25.64%
  • Firefox

    31 79.49%
  • Google Chrome

    7 17.95%
  • Opera

    4 10.26%
  • Safari

    3 7.69%
  • Netscape or other Mozilla

    1 2.56%
  • WorldWideWeb (sic) 'The Original'

    1 2.56%
Multiple Choice Poll.

Thread: What Browser do you use?

  1. #16
    Dr Dipshi++ mike_g's Avatar
    Join Date
    Oct 2006
    Location
    On me hyperplane
    Posts
    1,218
    My favorite "worst browser ever" is IE. Some months ago, it even rejected valid XHTML1.0 pages after an update (if the first line was <?xml version="1.0" encoding="UTF-8"?>, IE assumed the document to be XML, not XHTML). I found out as angry IE users wrote me emails because they weren't able to visit my site anymore: they said "you should fix your site immediately"... And then there's "position:fixed;", the most spiffy CSS attribute ever, which Microsoft refused to support for years (and maybe still does).
    Yeah, the broken XHTML thing in IE is retarded and is what has been stopping a lot of people from adopting XHTML.

    Its not just that tho, microsoft managed to mangle Javascript and use non standards compliant CSS. I have had to spend so much time fixing b0rken crap in IE6 it could nearly be a profession in its own right. IE7 was better, but still worse than any other browser...

    Since I'm an offline-web-developer and my relations living in Windows, IE gives me more features that the other browser don't.

    e.g. ActiveX, transition effect,...
    I don't like ActiveX. IMO browers should not be able to write to files and for that sort of stuff you should really be using an app. It also locks you into using windows and IE, and, IE suxx0rz.

  2. #17
    Registered User
    Join Date
    Mar 2009
    Location
    the middle of nowhere
    Posts
    11
    firefox just plain rocks!

  3. #18
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    microsoft managed to mangle Javascript
    Yep - I've seen that. It populates table cells backwards from everything else. Not to mention the security holes and the way they get handled.

  4. #19
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Even worse, they allow overlapping of /divs incorrectly, so that people (including many very very large doubtless very expensive commercial sites) who I guess do not bother testing on different browsers have come to believe their javascript is correct, producing pages where all text gets piled on top of other text (I use firefox, but I voted for the WWW). Lots of sites like this, including parts of verizon (probably one of the world's biggest providers)!!! Crazy. Surf around with firebug all on.

    Microsoft needs to start its own internet.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  5. #20
    Registered User
    Join Date
    Mar 2009
    Posts
    399
    I would like to use Chrome for the raw speed, but I'm not comfortable with the fact that it might spy on my surfing habits. And whoever thought that the current design was a good idea should never be allowed to design interfaces again. I use Firefox (Mac) at the moment, but I would use Safari if it would just allow cookie whitelisting. It starts getting really slow once you've accumulated a lot of random cookies.

  6. #21
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Quote Originally Posted by Snafuist View Post
    I hope that this is not some sort of an argument in favor of IE. IE doesn't support a standard that has been made public nine years ago (!) with the expressed goal of eventually superseding HTML4. Am I the only one who feels ........ed now?
    For? Oh no. It's against. IE is a crappy browser that doesn't even support XHTML. Ridiculous, really.

    Quote Originally Posted by Akkernight View Post
    IE is NOT a browser, it's a big bunch o' crap capable of poorly browsing the internet D:
    So again Firefox is coded in C/C++ so everyone on these boards should use it
    What browser ISN'T written in C/C++, Akkernight?
    Your argument is rather silly.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  7. #22
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I would like to use Chrome for the raw speed, but I'm not comfortable with the fact that it might spy on my surfing habits.
    I used Opera for a while - it's very snappy. Doesn't work with some plugins, but I use it at work and rarely have a problem - but it's very responsive. Just flies...

  8. #23
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> e.g. ActiveX, transition effect,...

    ...Viruses...

    Happy surfing.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  9. #24
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    HTML 5 has a working draft now, maybe some version of IE will support that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Internet Browser Handling
    By pobri19 in forum Windows Programming
    Replies: 9
    Last Post: 04-04-2009, 06:19 AM
  2. Browser speed
    By KroniskBakfylla in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 03-24-2009, 12:49 PM
  3. Getting Default Browser and Running It
    By Driver in forum Windows Programming
    Replies: 4
    Last Post: 10-22-2004, 02:08 PM
  4. Replies: 4
    Last Post: 05-28-2002, 06:19 PM