Linked by Thom Holwerda on Tue 18th Dec 2012 00:03 UTC
Permalink for comment 545985
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/23/13 23:22 UTC
Linked by Thom Holwerda on 05/23/13 22:04 UTC
Linked by Thom Holwerda on 05/23/13 22:01 UTC
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
Linked by Thom Holwerda on 05/22/13 13:38 UTC
Linked by Thom Holwerda on 05/22/13 13:30 UTC, submitted by JRepin
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
More News »
Sponsored Links



Member since:
2009-08-18
No, it is simply that I like to do things properly, if I have to be pragmatic about it I will be.
You are not that precious to me.
The whole bloody point of targeted code is that you're writing code to support other browsers outside of webkit.
If you're writing targeted code and still only supporting webkit then you're a complete fail of web developer.
Sorry I don't target a browser, I target features of a browser. Writing standards compliant code wins you half the battle.
I have seen so many people complain about IE7 not rendering a page correctly. After putting it through a validator and making them fix it rendered correctly.
I got the look of "Oh it renders correctly now".
Also some sites are too content rich for mobile connections (eg 3G), so it makes sense to cut down on some of the content (and I don't mean remove important content, I mean remove the unimportant content such as have comments on a separate page to the article. I know OSNews does this on their desktop site, but most blogs do not).
Also some sites might have custom fonts or Javascript to handle mouseover events, both of which just adds yet more bloat for users browsing via 3G.
Maybe you don't share this view. Maybe you're one of the numpties who things dozens of separate javascript and CSS includes makes sense. But I prefer to write optimised yet highly manageable code that works well on all platforms. Which means occasionally [/q]
It totally depends what tools you are using and what you are trying to achieve. We have a separate mobile site because our slot games are flash which doesn't work on some smart phones. That is a show stopper.
If you load scripts in an intelligent way it doesn't bloat there are numerous techniques. Some are server side (WURFL etc) and others are Client side (Modernizer, YepNodeJS and Media Queries etc).
I still think that server side browser detection should be kept to a minimum.
Serving different markup to different browsers should be avoided.
I believe in progressive enhancement.