Just to throw in my $0.02 on Firefox:ellecomic wrote: Can I ask a question? Whytf does everyone use fire fox instead of IE anyway? Is it better? Because if so I don't see how!
- With Firefox, I can open an original version of a website in one tab and open a modified version in another tab and compare them using Ctrl-Tab. With IE, I have to use multiple windows (I have IE7 running in stand alone mode, but it's tab feature is broken so I can't comment on that.) Alt-tabbing between windows is counterproductive because I generally have 6-12 programs running at any time and finding the right window in a dozen open windows is annoying if I just want to switch back and forth to compare then jump to the editor to make changes.
- IE is getting close to 10 years behind the times. It doesn't support new technologies without a lot of add ons. There are even add ons to "update" IE6 to give it standards compliance. The links provided will almost bring Internet Explorer up to the same level as Firefox in terms of available features and technology.
- The web is not Internet Explorer. The web is hundreds of different devices all trying to access content in their own ways. (Don't forget PDA and cellphone browsers!) That's why there are standards. If you throw in a device (Internet Explorer) that can't be bothered to comply with standards you either end up programming your site for IE only or you make exceptions in your code for IE. Either way, you bring down the quality of your site.
- Internet Explorer is not or is no longer available on non-Windows platforms. Linux and Mac are screwed yet many of the people designing the content on the web use these operating systems instead of Windows. Therefore, you have sites designed for Firefox or Safari instead of IE. You will notice that a site designed for Firefox or Safari will generally work the same in Firefox, Safari, Opera, or Konqueror and it may even work the same in Internet Explorer. This goes back to standards compliance.
Code: Select all
<div style="float:left;">...Content...</div>
Code: Select all
<div style="margin:auto;">...Content...</div>
Code: Select all
<div style="text-align:center;"><div style="margin:auto;">...Content...</div></div>
IE's lack of support for transparent PNGs and the general broken-ness of Microsoft's PNG implementation is phenomenally irresponsible. libpng is free to the world. That was it's point. A company with that much ego and self absorption erks me to no end.
From a programmer's point of view, I like Internet Explorer as a tool. Microsoft went a long way to make their browser integrate with their programming tools. You can drag and drop an Internet Explorer control into a form and you have a working web browser with whatever tools and controls you feel like throwing in. It makes a great report viewer because HTML reports are easy to code and there's no incompatibilities or other stupidity that you can get with report generators. And, you can use the browser without leaving your program environment (no external browser!)
Basically, IE is good for simple things. For browsing the web, I feel I need something with more capabilities, something I can use on whatever computer I want to use whenever I want to use it and have my pages look the same.
That is why Internet Explorer sucks and Firefox rules.
Now, kindly throw everything I've said away because these arguments are stupid and you should use whatever browser you feel comfortable with. If you insist on designing solely for Internet Explorer, just remember that FireFox users, Mac users, Linux users and a host of other potential readers will look at your site once, be unable to use it and will never come back.
That's the position I'm in right now. I looked at your site and I don't feel like going back. I can't give you a critique because I can't easily look at your site.
Sorry.