Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Internet Explorer Businesses Software

Startup Skips IE Support, Claims $100,000 Savings 273

darthcamaro writes "Guess what — you don't have to support Microsoft's IE web browser any more to build a successful website. In fact, you might just be able to save yourself a pile of cash if you avoid IE altogether." (Here's the story, from a few days back, in Canada's National Post, about the frugal financing of social startup Huddlers.) Evidently, no one complained about the lack of IE support either. I'd like to read more details about what $100,000 worth of IE-specific development would buy, though; not being dependent on IE sounds great, but loses some sparkle if it means requiring Chrome or Firefox.
This discussion has been archived. No new comments can be posted.

Startup Skips IE Support, Claims $100,000 Savings

Comments Filter:
  • Useless (Score:4, Informative)

    by vlm ( 69642 ) on Tuesday May 29, 2012 @08:54AM (#40141189)

    I'd like to read more details about what $100,000 worth of IE-specific development would buy, though

    Boring pixel perfect rendering to make the artists happy. Blah. At least I know they're putting most of their effort into how it looks; I will have no use for it, and can avoid it.

  • Re:Useless (Score:5, Informative)

    by ilguido ( 1704434 ) on Tuesday May 29, 2012 @09:05AM (#40141281)
    It's the admin part that's Firefox/Chrome only. So it may be something else than boring pixel perfect rendering. The portfolios(which need the "boring pixel perfect rendering to make the artists happy") can be browsed with any browser.
  • Webkit (Score:4, Informative)

    by hackus ( 159037 ) on Tuesday May 29, 2012 @09:12AM (#40141329) Homepage

    I would target the latest version of webkit.

    IE:

    1) Developer tools
    2) Server software
    3) Desktop Software
    4) Virus Checking your updates from Microsoft/MSDN
    5) Specific time for setup, maintain IE development environment. (Server, Desktop, Tools)
    6) Debug time for IE specific stuff and Development

    And of course all the licensing BS costs.

    I can see lots of reason to dump IE altogether and just target webkit.

    -Hack

  • Re:imho (Score:2, Informative)

    by Keeper Of Keys ( 928206 ) on Tuesday May 29, 2012 @09:14AM (#40141367) Homepage

    Did you know that really.__anything__() can be written as anything(really) ?

  • It's shennanigans (Score:5, Informative)

    by crazyjj ( 2598719 ) * on Tuesday May 29, 2012 @09:16AM (#40141383)

    First of all, the summary has it wrong. The company is 4ormat, not Huddles. And read this article [techcrunch.com] for an explanation of how this claim is just a publicity stunt. It works just fine in IE (ironically, the only browser it doesn't work in is Opera).

  • by Gr8Apes ( 679165 ) on Tuesday May 29, 2012 @10:03AM (#40141805)

    Besides, modern IE isn't exactly that difficult to support. Most browsers are much more forgiving and less picky than they were just a couple of years ago so if it displays right in Chrome/Firefox, chances are it does actually work just as well in say, IE7+ anyway.

    I wish this lie would simply go away. There is something fundamentally broken when your web browser requires non-standard markup in order to display standards-based markup.

    IE 9+ maybe.... pre 9 I no longer bother for flashiness unless someone wants to pay. But, even then, since we're doing truly standards based development or utilizing supported toolsets on 99% of our websites anyways, we have very good odds of a large percentage of the website working all the way back to IE7, and the important workflows, i.e., ordering and purchasing, are tested thoroughly. That image flyover on hover, not so much.

  • by Pieroxy ( 222434 ) on Tuesday May 29, 2012 @10:32AM (#40142101) Homepage

    The truth is that is you get IE out of the game, anything working in a browser either works in others of degrades gracefully.

    It you get IE in the game, you have to test and develop whole chunks of your website twice.

  • by Alex Zepeda ( 10955 ) on Tuesday May 29, 2012 @12:38PM (#40144065)

    You're kidding, right? IE8 lacks: Rounded corners, SVG anything, more robust font support, most HTML5 goodies (enhanced form support for things like validations and placeholders), text on canvas, CSS media queries, javascript optimizations like nested arrays and getElementsByClassName. IE8 is definitely a primitive browser.

    IE9 is much closer, but it's still pretty bad. AFAIK it still doesn't support rounded borders + gradients and it has a number of problems with its SVG support. Others have linked to caniuse.com, but I'll point you in the direction of D3's issue tracker [github.com]>.

    If you're doing a dead simple site, sure IE8 not too bad. If you're trying to take advantage of "new" features, you're pretty much SOL (even with IE9).

For God's sake, stop researching for a while and begin to think!

Working...