C Board  

Go Back   C Board > Community Boards > General Discussions

View Poll Results: What Browser(s) do you use?
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. Voters: 39. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
Old 03-24-2009, 09:45 PM   #1
Malum in se
 
abachler's Avatar
 
Join Date: Apr 2007
Posts: 3,188
What Browser do you use?

Which browser do you use?
__________________
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
abachler is offline   Reply With Quote
Old 03-24-2009, 09:55 PM   #2
Hail to the king, baby.
 
Akkernight's Avatar
 
Join Date: Oct 2008
Location: Faroe Islands
Posts: 718
What is this? D:
Everyone knows that Mozilla Firefox is the only real browser, everything else is just crap! xP
Also, isn't Firefox the only browser that's coded in C/C++ ? So EVERYONE on here should be using it
__________________
Currently research OpenGL
Akkernight is offline   Reply With Quote
Old 03-24-2009, 10:04 PM   #3
Malum in se
 
abachler's Avatar
 
Join Date: Apr 2007
Posts: 3,188
Internet explorer is written in C/C++, has been far longer than fairyfox or netcrap navigator. IE is better than firefox, sure firefox had tabs first, but IE did them better, no right clickign to open a new tab, just click a new tab.
__________________
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.

Last edited by abachler; 03-24-2009 at 10:06 PM.
abachler is offline   Reply With Quote
Old 03-25-2009, 12:21 AM   #4
Woof, woof!
 
zacs7's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 3,291
I'd say Firefox is getting further away from C/C++ if anything.

I'm waiting for chrome to officially come to Linux, at which point I plan on porting the vimperator plugin (for firefox) ... which I currently use.
__________________
"I.T. gets the chicky-babes" - M. Kelly
bakefile | vim
zacs7 is online now   Reply With Quote
Old 03-25-2009, 02:33 AM   #5
CSharpener
 
vart's Avatar
 
Join Date: Oct 2006
Posts: 5,308
I use maxthon wrapper for IE at work and Opera at home (Opera takes longer times to eat all the available RAM before I need to restart it)
__________________
If I have eight hours for cutting wood, I spend six sharpening my axe.
vart is offline   Reply With Quote
Old 03-25-2009, 03:28 AM   #6
Registered User
 
Join Date: Dec 2006
Location: Canada
Posts: 2,001
I use Firefox because it's available on both Windows and Linux (sharing bookmarks and such). And I don't see anything wrong with it.

I hate IE with a passion, though, just like 99% of other web developers (I am just an amateur). IE just likes to do things differently than everyone else (not supporting standards, supporting the standard syntax but slightly different behaviours... etc), and most sophisticated websites end up having a version for IE, and a version for "everything else". When I make a website, I test with both Firefox and IE, and pretty much make 2 versions of many parts. And after the website is made, I test it in other browsers, and the Firefox version works out of the box most of the time.
cyberfish is offline   Reply With Quote
Old 03-25-2009, 05:35 AM   #7
Complete Beginner
 
Join Date: Feb 2009
Posts: 312
I've been using every browser from the above list, and I don't like any of them. They're slow, full of "features" I don't need, and incompatible with each other and the standards.

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).

Currently I'm using Firefox on a regular basis. When I'm at home and need some research paper from ACM or IEEE, I have to ssh to my university account and use lynx to download them (our whole campus subnet has access to ACM et.al., we don't have individual username/password stuff). With the rise of CSS, it's feasible to surf the web with a text browser again.


Generally, I don't understand this constant babble about browsers. It's a simple program which displays web pages. It's about as exciting as a task scheduler: I don't care as long as it does its job.

Greets,
Philip
__________________
All things begin as source code.
Source code begins with an empty file.
-- Tao Te Chip

Last edited by Snafuist; 03-25-2009 at 05:38 AM.
Snafuist is offline   Reply With Quote
Old 03-25-2009, 05:52 AM   #8
Registered User
 
Join Date: Oct 2008
Posts: 528
Quote:
Originally Posted by abachler View Post
Internet explorer is written in C/C++, has been far longer than fairyfox or netcrap navigator. IE is better than firefox, sure firefox had tabs first, but IE did them better, no right clickign to open a new tab, just click a new tab.
IE did them better? FF does them a lot faster. I loathe IE. Not just because it doesn't adhere to the standards so making webpages has become nothing else than hacking it to work. Also because of the many problems I've had with it.

No right click to open a new tab?......
Well, you can easily add a button to the FF toolbar as well. Rightclick on the toolbar, customize, then drag the "New Tab" button to whereever you like. Also, in FF we have ctrl+t and on a link the middle mouse button...
EVOEx is offline   Reply With Quote
Old 03-25-2009, 06:55 AM   #9
Mysterious C++ User
 
Elysia's Avatar
 
Join Date: Oct 2007
Posts: 14,771
Quote:
Originally Posted by Snafuist View Post
I've been using every browser from the above list, and I don't like any of them. They're slow, full of "features" I don't need, and incompatible with each other and the standards.

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).

Currently I'm using Firefox on a regular basis. When I'm at home and need some research paper from ACM or IEEE, I have to ssh to my university account and use lynx to download them (our whole campus subnet has access to ACM et.al., we don't have individual username/password stuff). With the rise of CSS, it's feasible to surf the web with a text browser again.


Generally, I don't understand this constant babble about browsers. It's a simple program which displays web pages. It's about as exciting as a task scheduler: I don't care as long as it does its job.

Greets,
Philip
But Internet Explorer doesn't support XHTML (unless 8.0 does, I don't know about that), so that isn't all surprising.
All browsers except IE adhere pretty strictly to the standard (though some features may not yet be implemented; but standards are very complex, so who can blame them?).
I currently use Firefox, and it's the only browser I'll probably ever use.
__________________
Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System
I dedicated my life to helping others. This is only a small sample of what they said:
"Thanks Elysia. You're a programming master! How the hell do you know every thing?"
Quoted... at least once.
Quote:
Originally Posted by cpjust
If C++ is 2 steps forward from C, then I'd say Java is 1 step forward and 2 steps back.
Elysia is offline   Reply With Quote
Old 03-25-2009, 07:21 AM   #10
Malum in se
 
abachler's Avatar
 
Join Date: Apr 2007
Posts: 3,188
Quote:
Originally Posted by Snafuist View Post
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).
Well ........ing duuuuuuuh. If you mark a page as being XML, how dare IE assume its XML and not some other format... Just because other browsers, let you write sloppy code, even if they ALL do it, doesnt make IE wrong for not letting you. Thats like ..........ing because C++ doesnt let you write non-recasted pointer code and lauding C as superior because it does.

<whiney sarcastic voice>Oh but it works with all these other browsers that can only hold market share by being free...</whiney sarcastic voice>
__________________
Until you can build a working general purpose reprogrammable computer out of basic components from radio shack, you are not fit to call yourself a programmer in my presence. This is cwhizard, signing off.
abachler is offline   Reply With Quote
Old 03-25-2009, 08:24 AM   #11
Super Moderator
 
Join Date: Sep 2001
Posts: 4,746
Quote:
no right clickign to open a new tab, just click a new tab
I do like that - that's what sold me on Chrome at first - but the memory usage was pretty high. Really good concept, but when they come out with a version for Linux, then it'll have an advantage.

I still use Firefox just for the open-source-ness. It's available for everything, and I'm not worried the Firefox is going to sell my browsing habits to marketing.

Not to sound to much like I'm into archaic nerdery, but I actually have been using w3m for a lot of sites lately - the touchpad on my laptop annoys the heck outta me - so I've been switching over to keyboard for everything...
sean is offline   Reply With Quote
Old 03-25-2009, 08:37 AM   #12
mastering the obvious
 
MK27's Avatar
 
Join Date: Jul 2008
Location: SE Queens
Posts: 5,098
Quote:
Originally Posted by abachler View Post
<whiney sarcastic voice>Oh but it works with all these other browsers that can only hold market share by being free...</whiney sarcastic voice>
They are paying for an easy to use home OS, not for IE -- or do you think without the MS platform people would be lining up to purchase "notepad" and "paint" as well?

Also, every web programming book I have ever even looked at has had a few pages they have to devote to explaining what a pain in the ass IE is. It doesn't take much of a brain to recognize that microsoft's intention, by constantly ignoring standards that everyone else seems able to adhere to (and doing it in random, unpredictable ways), is to use their leverage as OS peddlers to shape the market to their own advantage -- which would be everyone else's disadvantage. It is definately a good business practice, if you are a shareholder, but if you believe that it produces better software for people and a better environment for programming you are blind as well as stupid.
__________________

"A man can't just sit around." -- Larry Walters

Last edited by MK27; 03-25-2009 at 08:40 AM.
MK27 is offline   Reply With Quote
Old 03-25-2009, 10:23 AM   #13
Complete Beginner
 
Join Date: Feb 2009
Posts: 312
Quote:
Originally Posted by abachler View Post
Well ........ing duuuuuuuh. If you mark a page as being XML, how dare IE assume its XML and not some other format... Just because other browsers, let you write sloppy code, even if they ALL do it, doesnt make IE wrong for not letting you.
Citing from the W3C Recommendation for XHTML1.0:

Quote:
An XML declaration is not required in all XML documents; however XHTML document authors are strongly encouraged to use XML declarations in all their documents.
A few lines later, they show a minimal strictly conforming document, comparable to the Hello World programs:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>Virtual Library</title>
  </head>
  <body>
    <p>Moved to <a href="http://example.org/">example.org</a>.</p>
  </body>
</html>
This is not sloppy code, it's strictly conforming code.


Quote:
But Internet Explorer doesn't support XHTML
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?


Just to make things clear: I'm not a fan of the Linux community; I consider these people to be lousy programmers, awful software architects and ridiculous politicians. But at least they manage to adhere to certain standards, which is absolutely central to proper information interchange.

Greets,
Philip
__________________
All things begin as source code.
Source code begins with an empty file.
-- Tao Te Chip
Snafuist is offline   Reply With Quote
Old 03-25-2009, 10:54 AM   #14
Hail to the king, baby.
 
Akkernight's Avatar
 
Join Date: Oct 2008
Location: Faroe Islands
Posts: 718
Quote:
Originally Posted by abachler View Post
Internet explorer is written in C/C++, has been far longer than fairyfox or netcrap navigator. IE is better than firefox, sure firefox had tabs first, but IE did them better, no right clickign to open a new tab, just click a new tab.
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
__________________
Currently research OpenGL
Akkernight is offline   Reply With Quote
Old 03-25-2009, 12:14 PM   #15
Ugly C Lover
 
audinue's Avatar
 
Join Date: Jun 2008
Location: Indonesia
Posts: 479
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,...
__________________
Just GET it OFF out my mind!!
audinue is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Browser Handling pobri19 Windows Programming 9 04-04-2009 06:19 AM
Browser speed KroniskBakfylla General Discussions 9 03-24-2009 12:49 PM
Getting Default Browser and Running It Driver Windows Programming 4 10-22-2004 02:08 PM
[sockets] Finding out if a browser client disconnected Spark C Programming 4 05-28-2002 06:19 PM


All times are GMT -6. The time now is 03:59 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22