TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Non-Business Case for Supporting Old Browsers

33 pointsby riledhelover 5 years ago

3 comments

harimau777over 5 years ago
I think that the best reason for not supporting old browsers is that most developers dislike it enough that it's not worth the drop in moral.
Porthos9Kover 5 years ago
Never mind IE11. <a href="http:&#x2F;&#x2F;motherfuckingwebsite.com" rel="nofollow">http:&#x2F;&#x2F;motherfuckingwebsite.com</a> still works on IE6, and why shouldn&#x27;t it? It&#x27;s plain HTML with no CSS or JS.<p>There is no reason why any web document should not still be readable in Lynx, Mosaic, or even WorldWideWeb.<p>Web applications are a bit more complicated, but that complication is self-inflicted. We developers choose to to hijack users&#x27; devices for work that should be done on the server in the name of providing a better user experience, and we make our work harder in the process.<p>Supporting old browsers isn&#x27;t that hard. Build a solid foundation of HTML, HTTP GET, and HTTP POST, even if it means doing full page refreshes. You can always layer your AJAX calls and such on top. It&#x27;s called &quot;progressive enhancement&quot;, remember?
评论 #21623486 未加载
评论 #21624366 未加载
评论 #21624473 未加载
评论 #21624679 未加载
评论 #21622957 未加载
throwaway35784over 5 years ago
As with all things it&#x27;s a cost benefit analysis. It costs money to support old browsers and a lot of money doesn&#x27;t come from them do do the math.<p>I was trying to buy movie tickets online the other day.I tried Firefox then Firefox without ad blockers, then ie, then edge, then chrome on two different desk top machines.<p>Then my gf bought them on her phone browser.<p>Thanks mobile first development. How much money must you be costing your adherents?
评论 #21623818 未加载
评论 #21624608 未加载