This is just silly thing people can think of.
Save IE6
21–30 of 78 posts
Re: Save IE6
#22As far as I can tell there's no reason to get rid of IE6 unless you're going to also eliminate IE 7 and 8. Aside from CSS differences they are largely equivalent. Even IE9 doesn't support websockets or even half the HTML5 features of any other modern browser so for a modern web app you still need to drop IE support anyways.
While IE7 (or IE8 for that matter) is clearly very far from being perfect, it's massively superior to IE6. Not just "CSS differences". I mean IE7 fixed bugs like select elements being always on top or the URL fragment (the #hash part) being submitted to the HTTP server as part of the URL. These issues are major pains in the back. Supporting IE7 is an awful lot easier than supporting IE6.
Re: Save IE6
#23"Get the W3C standard changed to fit IE6" (listed as a goal of the site)
"Places Internet icon on desktop (blue e)" (listed as an IE6 feature)
"No need to install (it’s there already)" (another feature)
"Highly secure (has received lots of security updates)"
Re: Save IE6
#24As far as I can tell there's no reason to get rid of IE6 unless you're going to also eliminate IE 7 and 8. Aside from CSS differences they are largely equivalent. Even IE9 doesn't support websockets or even half the HTML5 features of any other modern browser so for a modern web app you still need to drop IE support anyways.
Aside from CSS differences they are largely equivalent.
Sounds like "the biggest pains aside they are largely equivalent".Re: Save IE6
#25Re: Save IE6
#26The worst part of this is the comparison with other browsers. http://saveie6.com/compare.php This is just silly thing people can think of.
Re: Save IE6
#27Earlier quoted context omitted.
In tiny text in the page footer it reads, "The SaveIE6 campaign was launched on April 1, 2009 and will last until April 1, 2010." Something tells me 2K names captured across an entire year will not convince MS to change course with their own http://ie6countdown.com/
And the text in the yellow box in the middle of the page says "SaveIE6.com was put together as an April Fool’s joke".
Re: Save IE6
#28The worst part of this is the comparison with other browsers. http://saveie6.com/compare.php This is just silly thing people can think of.
Re: Save IE6
#29Re: Save IE6
#30As far as I can tell there's no reason to get rid of IE6 unless you're going to also eliminate IE 7 and 8. Aside from CSS differences they are largely equivalent. Even IE9 doesn't support websockets or even half the HTML5 features of any other modern browser so for a modern web app you still need to drop IE support anyways.
I have to disagree. While IE7 (or IE8 for that matter) is clearly very far from being perfect, it's massively superior to IE6. Not just "CSS differences". I mean IE7 fixed bugs like select elements being always on top or the URL fragment (the #hash part) being submitted to the HTTP server as part of the URL. These issues are major pains in the back. Supporting IE7 is an awful lot easier than supporting IE6.
For example, I consider not supporting SVG 10 years after standarization a major probleam. And only IE9 addressed that issue.