I have started using ajax/jQuery in our websites / application. There are many plugins that support degrading the javascript to browsers that dont have javascript enabled and techniques to support this. What are peoples thoughts on javascript support, we build applications rather than just websites and are looking to just support javascript enabled browsers as a pre-requisite assuming that most people or companies have javascript enabled. Do you find most people have javascript? do you monitor the percentage of javascript/non-javascript browsers (I guess this can be done with website stats) and what are the numbers regarding this?
|
feedback
|
|
Whether you should be worried about this really depends on what sort of website you are creating. For instance if you're creating a rich javascript app you have to ask yourself if it's worth your time & effort to worry about javascript disabled browsers, as these users are probably not too concerned with using rich user interfaces anyway. Also do you have time to put in the extra work for these browsers as there will be little extra traffic and profit gained (if it's profit making website). Also note that if javascript is disabled in these user's browsers there will be much on the web these people cannot use. So the likely hood is they're not heavy users. | ||||
|
feedback
|
|
According to these metrics, the following percentages of users have JavaScript disabled:
But the numbers are from 2007, so they are rather old. I would think the percentages are a bit smaller by now, but who knows? | |||||
feedback
|
|
I know this is a very old thread, but I thought I'd post this for reference: According to this website, only 0.4% to 2.4% of users had JS turned off. The first test they ran was with about 13,500 users, which is admittedly small for the interwebs, but it's still quite a large amount of people. This data is from 2009 Hope this helps casual passers by. James | |||
|
feedback
|
|
I really feel quite strongly that a well designed web site should remain functional with or without JavaScript switched on. JavaScript, in most cases, is there to enhance existing functionality. This can usually be achieved by following a few simple rules.
I believe that following these rules makes for a more robust site that is more accessible across multiple platforms. Not to mention the benefits to search engine optimisation, if you rely on JavaScript, the search engine will only see half your site. I prefer the idea of progressively enhancing rather than planning for degradation. I'm absolutely not developing for the minority that intentionally sabotage their Internet experience by switching JavaScript off. A site built for progressive enhancement will work better on mobile platforms, screen readers and search engines. Rich | |||||
feedback
|
|
As a whole, I think you can expect any browser that supports CSS will have JavaScript enabled. However, it's not always a question of JavaScript being enabled/disabled on the browser entirely. Most of my friends/coworkers use NoScript to only allow JavaScript on specific sites. | |||
feedback
|
|
It deppends on the size,
| |||
|
feedback
|