thomblake comments on Positive Bias Test (C++ program) - Less Wrong

26 Post author: MBlume 19 May 2009 09:32PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (75)

You are viewing a single comment's thread. Show more comments above.

Comment author: thomblake 20 May 2009 05:23:44PM 6 points [-]

Turning it off is not "just totally stupid". For one thing, scripts are sometimes annoying, and most of the web can still be successfully navigated without bothering with them. Turning scripts off can greatly decrease site load times, browser overhead, and network traffic.

For another, you don't know what sort of user agent the customer is using - there are a lot of browsers for particular accessibility issues or other purposes that do not evenly support Javascript.

Supporting lack of javascript is just plain best practice, based on the principle of progressive enhancement.