Slashdot Mirror


Is Safari the New Internet Explorer?

An anonymous reader writes: Software developer Nolan Lawson says Apple's Safari has taken the place of Microsoft's Internet Explorer as the major browser that lags behind all the others. This comes shortly after the Edge Conference, where major players in web technologies got together to discuss the state of the industry and what's ahead. Lawson says Mozilla, Google, Opera, and Microsoft were all in attendance and willing to talk — but not Apple.

"It's hard to get insight into why Apple is behaving this way. They never send anyone to web conferences, their Surfin' Safari blog is a shadow of its former self, and nobody knows what the next version of Safari will contain until that year's WWDC. In a sense, Apple is like Santa Claus, descending yearly to give us some much-anticipated presents, with no forewarning about which of our wishes he'll grant this year. And frankly, the presents have been getting smaller and smaller lately."

He argues, "At this point, we in the web community need to come to terms with the fact that Safari has become the new IE. Microsoft is repentant these days, Google is pushing the web as far as it can go, and Mozilla is still being Mozilla. Apple is really the one singer in that barbershop quartet hitting all the sour notes, and it's time we start talking about it openly instead of tiptoeing around it like we're going to hurt somebody's feelings."

8 of 311 comments (clear)

  1. Presents... by msauve · · Score: 5, Interesting

    "Apple is like Santa Claus, descending yearly to give us some much-anticipated presents, with no forewarning about which of our wishes he'll grant this year."

    Here's a lump of coal. You'll like it. We'll send you the bill later.

    (Apple has always been like that - they Think Different)

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  2. Why all the Safari/Apple hate ?... by jmnugent · · Score: 4, Interesting

    As a 20yr IT guy,.. who started using Macs (in depth) about 5 to 7 years ago.. I pretty much use Safari for everything. Why?... It gives me the best Stability, Performance and Battery-life. Call it whatever names you want... but it works for me. (and I work in IT.. and push it pretty hard.. so No, I'm not "just surfing Facebook" with it).

  3. Why? Applications. by jbolden · · Score: 4, Interesting

    Well I think the why is pretty clear with the feature set they have been releasing. On OSX Safari is a default choice whose major advantage is ties with iOS devices. They are fine with people using other browsers and might even welcome a more diverse OSX broswer ecosystem. On iOS they want to move away from the web and towards applications. They need the iOS Safari engine to be fast, but they don't need it to support the full range of web experiences since increasingly they want those experiences delivered via. applications.

    The analogy with I.E. is really quite on point. Apple is acting like Microsoft did in the late 1990s / 2000s for the same reason Microsoft was disinterested in I.E. They were focusing on platform specific advantages that come from client / server rather than purely web server design.

  4. Re:Chrome is the new IE by Anonymous Coward · · Score: 3, Interesting

    You clearly are thinking with desktop-coloured glasses. Despite Android market penetration, Safari is clearly the dominant force in the world of mobile websites, to an even greater degree than Chrome is dominant in desktop websites (and yes, I recognize that's true).

    Couple that with some really backwards things, like support for touch-events over pointer-events (http://mobiforge.com/news-comment/who-wants-pointer-events-api-everyone-nearly). Key advantage of pointer-events is that it is declarative/reactive instead of imperative/synchronous, and as such it is more responsive on low-end devices.

    The thesis of this discussion is that not only are developers coding to Safari, but Safari development is closed (despite an open-source platform) and obstinately at odds with the overall standardization process. It pins part of the blame on bitterness over WebSQL vs. IndexedDB, which I have no real knowledge about so no comment.

  5. Re:Yes, people still use iOS by TWX · · Score: 4, Interesting

    I use Safari on an OSX box from time to time, when I need to deal with work e-mail and I don't want to log-out of personal e-mail on the main browser. Seems to work fine that way.

    --
    Do not look into laser with remaining eye.
  6. i switched back from chrome to safari by goombah99 · · Score: 2, Interesting

    For a while chrome was better than safari but not any more. Safari consumes much less resources than chrome and it handles multiple tab loads much better on my boxen. The final straw was when chrome deleted every single bookmark during a synch. Lost everything and no way to recover it. I tried restoring a backup but chrome just resynched and erased it again . With safari time machine works beautifully.

    My faborite browser is Firefox but that's only because it has the zotero plug in.

    This article is total rubbish

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:i switched back from chrome to safari by TheRaven64 · · Score: 3, Interesting

      I also use Safari, though I'm still pissed off with them for combining the URL bar and search box (which means that I keep typing one-word search terms and having it try to resolve them as domains, which then go in my history and so become the subject of autocomplete. The only way to avoid it is to get into the habit of hitting space at the end of a search, which is no saving on hitting tab at the start to jump to the search box). Chrome doesn't properly integrate with the keychain. I use Firefox on Android (self destructing cookies makes it the first browser I've used with a sane cookie management policy), but overall the UI for Safari does exactly what I want from a browser: stay out of the way.

      TFS is nonsense though. Developers don't know what's going to be in the next version of Safari? Why don't they download the nightly build and see?

      --
      I am TheRaven on Soylent News
  7. Re:Already covered over at Hacker News by PitaBred · · Score: 3, Interesting

    What do you mean? Every single web view on iOS uses Safari's renderer. It's against the App Store rules to have your own renderer. The problem is that sure, if you design a website around Safari it'll work everywhere else, but it's a pain in the ass to design it to a 5 year old standard when all the other major browsers support other upgrades, extensions and capabilities that can make code easier/faster/better. It's most apparent when an open standard has replaced an Apple designed one that's inferior, and Apple refuses to change, such as WebSQL/IndexedDB.