|
|
|
|
|
by aaron695
3834 days ago
|
|
> Web devs should make sites that work without javascript, so that turning on NoScript is also a solution. Sorry but this is a ridiculous statement, it's like saying websites should still be able to run on Gopher. (Which some people want) It's cool if you want to run NoScript but if you think website should/would be made around that you have cognitive dissonance. Other than that, informative comment. |
|
> run on Gopher
Nonsense - CSS is very powerful, and all the functionality most websites need works fine with <form>s.
Part of the problem may be the difference between nice features with necessary features. Nobody would expect fancier features such as custom buttons/widgets or fancy client-side form verification to work without Javascript. You have to do all the checking on the server anyway.
> cognitive dissonance
Err, no - leaving out progressive enhancement is just lazy. Why would you prefer to shows people a broken website as a first impression? Do you even know how many people see a broken website? (i.e. do you check server logs?)