Every day I see examples of web developers allowing their ego to get in the way — trumpeting one browser over another, one technology over another, one methodology over another, and so on. These are typically not based on solid business or technical arguments. This week one stood out to me.
Paydirt
Earlier this week Paydirt proudly proclaimed We don't support Internet Explorer, and we're calling that a feature. The arguments speak more to the ease of the developers than its users. The author cites the difficulty trying to get sites to render pixel-perfect across various versions of various browsers,
which demonstrates that he/she is missing the point about progressive enhancement. The writer also claims to be happier for it because skipping the dirty work of IE makes us very happy.
Heck, I'd be happy to give up on some browsers, too, but that's not my job.
This proud proclamation comes early:
That's why we made a key decision at Paydirt: we don't support IE - at all - and we don't pretend to. You can't even sign up for Paydirt using IE.
Paydirt notes that it has received exactly zero requests for IE support, angry or otherwise.
Given that the site targets graphic designers, developers and copywriters and shows the Macintosh UI in its software screen shots, it doesn't surprise me that only 1.63% of its traffic is from Internet Explorer. That low number of users is a far more compelling case to stop building support for any specific browser and instead to just rely on standards-based development.
However, had Paydirt done that nobody would have cared and there would be no press from it.
Microsoft
Rey Bango works for Microsoft promoting standards and IE's support for them. He's also a member of the jQuery Core Project Team, so he's no slouch on the code side. He tried to access Paydirt with Internet Explorer by adjusting IE's user agent string to get past a browser sniffer. His blog post Hey Paydirt: Your Site Works Just Fine in IE details some of the fun he had:
The signup was painless and I waded through the app with Chrome & IE side-by-side. As I went through, I didn't notice any differences in the functionality. Buttons worked as expected, data was being saved and even panels with fading functionality worked as expected.
He also found some vendor prefixes in the CSS, at least one of which was an -ms
prefix. Not a big deal on its own, given how many developers leave code behind during updates, but it's clear that some of the shiny features were relying on browser-specific code that could have been achieved with standards-based markup.
What this response suggests instead is that Paydirt went out of its way to exclude IE. Instead of saving time by just supporting standards and ignoring IE issues, Paydirt spent time to exclude IE. That's not really a good way to argue that you are saving time by excluding a browser.
Some Guy (Bart van Zon)
I had decided that this little dust-up was over. And then today a link to this blog post came across my Twitter stream: Supporting IE Is Too Much Work.
It's a self-identified rant that nicely and succinctly summed up my thoughts (more succinctly than this post you might still be reading). The comments from developers complaining that it's too hard to test in Internet Explorer on a Mac seem to be what pushed him over the edge:
Seriously, ifno slick wayis a good reason not to test, you should be flipping burgers instead of developing. Your main job is development, not being a hipster. [emphasis added]
He notes that given the market share of Windows, not taking the necessary steps as a developer to set up a Windows/IE environment is unacceptable.
I completely agree.
Related
- Reaction to Paydirt's declaration at Hacker News.
- Reaction to Bart van Zon's piece at Hacker News.
I have a long history of ranting at lazy developer techniques:
- Don't Blame Opera, Blame Devs, April 27, 2012.
- Announcing PrintShame.com, April 9, 2012.
- The Return of “Best Viewed in…”, March 4, 2012.
- Browser Makers Caving to Vendor Prefix Misuse, February 9, 2012.
- Test in Lynx and Print, It's Your Job, December 12, 2011.
- Everything Will Be the New IE6, December 8, 2011.
- More Samples of Responsive Web Design ≠ Print, October 13, 2011.
- Print Styles Forgotten by Responsive Web Developers, October 3, 2011.
- Testing IE Versions via IE Compatibility Modes, June 6, 2011.
- Selection Bias When Reviewing Browser Stats, March 13, 2011, where I also spoof my IE UA so I can get into a site that blocks IE for no good reason.
- Beyond Hash-Bangs: Reliance on JavaScript Is a Bad Idea, February 9, 2011.
- Google's Web Book May Not Help Those Who Need It Most, November 29, 2010.
- To Hell with Bad Editors, February 28, 2001.
- You Call That Web Site Testing? July 11, 2000.
0 comments:
Post a Comment