|
|
|
|
|
by pdkl95
3834 days ago
|
|
Progressive enhancement is easy. Your framework or development tools should do most of the work for you. Maybe try different tools? > 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?) |
|
Do you ever do advanced sites where multiple actions exist on one page that can't be easily encapsulated in HTML?
I ask because calling devs lazy for not backwards-checking their JS scripts is a bit much. So you want them to solve the problem they just solved, except this time, do it without some code assistance? That seems a bit unreasonable.
For many sites these days it is acceptable and justifiable to run Javascript. That was not true in the early 2000's, but we are a long way from there.