what kind of browser nowadays don't support javascript? I don't know about you but the idea just sounds totally foreign to me. I'm too busy worrying about what HTML5 features modern browsers support :P.
Well the main issue isn't that browsers don't support Javascript, but that some people disable running scripts or have plugins like noscript that disallow scripting.
Ask HN: Is the web ready to require JavaScript?
11–20 of 21 posts
Re: Ask HN: Is the web ready to require JavaScript?
#12what kind of browser nowadays don't support javascript? I don't know about you but the idea just sounds totally foreign to me. I'm too busy worrying about what HTML5 features modern browsers support :P.
Curl doesn't support JavaScript. Neither does wget. If I'm on a netbook, tablet, or phone, your JavaScript will chew my battery. I don't want that. I don't trust you. Don't take it personally; I don't trust most websites. I haven't signed your key, and you haven't signed mine. I am not okay with letting you execute code on my machine. Your JavaScript sucks. Again, don't take it personally; it's a tricky and frustrati…
Re: Ask HN: Is the web ready to require JavaScript?
#13That said, people whose user agents don't support JavaScript get a big fat warning message after they log in to any of the web apps I've recently worked on.
Re: Ask HN: Is the web ready to require JavaScript?
#14Earlier quoted context omitted.
Curl doesn't support JavaScript. Neither does wget. If I'm on a netbook, tablet, or phone, your JavaScript will chew my battery. I don't want that. I don't trust you. Don't take it personally; I don't trust most websites. I haven't signed your key, and you haven't signed mine. I am not okay with letting you execute code on my machine. Your JavaScript sucks. Again, don't take it personally; it's a tricky and frustrati…
You represent < 2% of the market, you examples do not represent the majority of most sites customer or user base. As such business should make decisions based on the demographics of their users. The reality is their is a finite amount of capital businesses have to spend on software efforts, as such they have to prioritize their spending based on the most amount of impact for their money. Further, they have to compete…
Re: Ask HN: Is the web ready to require JavaScript?
#15Earlier quoted context omitted.
You represent < 2% of the market, you examples do not represent the majority of most sites customer or user base. As such business should make decisions based on the demographics of their users. The reality is their is a finite amount of capital businesses have to spend on software efforts, as such they have to prioritize their spending based on the most amount of impact for their money. Further, they have to compete…
Okay, fine, here's a better example. People with disabilities. Is your JavaScript ADA-compliant? Is it business-savvy to ignore your legal requirements towards them?
Re: Ask HN: Is the web ready to require JavaScript?
#16Earlier quoted context omitted.
Okay, fine, here's a better example. People with disabilities. Is your JavaScript ADA-compliant? Is it business-savvy to ignore your legal requirements towards them?
Yes, A good toolkit like Dojo not only is WAI and A11Y compliant, but it exceeds the abilities of web 1.0 framworks, instead of having things like high contrast plugins for browsers they are baked right into the toolkit and are activated based on browser meta data. Part of my consultancy is web accessibility modernization through JavaScript toolkits. Web 1.0 frameworks, as of today, cannot comply with the upcoming le…
Have you considered slimming down your walls of text? You seem to be using lots of words to say "no u," and it's tempting me to draw parallels between the simplicity of the JS-less Web and the relative complications of the JS-ful Web.
Re: Ask HN: Is the web ready to require JavaScript?
#17Re: Ask HN: Is the web ready to require JavaScript?
#18The web is human-accessible content hosted at stable linkable URLs. If you send fragments of ad hoc data and rely on just one piece of code that might be able to reassemble them into something usable on a couple out of all browsers, that's not a useful contribution to the web, it's merely a client/server app which tunnels yet another nondisclosed protocol over HTTP. Somehow we ended up with a new crop of devs who don…
Re: Ask HN: Is the web ready to require JavaScript?
#19Re: Ask HN: Is the web ready to require JavaScript?
#20Please, if you're able to make the call, do not require JavaScript in the browser. Fall back gracefully and make the UI work without any JS.