% of users disabling javascript

Discussion in 'HTML & Website Design' started by vastbeyond, May 9, 2007.

  1. #1
    ? for webmasters. I find that about 10% of my users disable javascript. I am assuming these are people who like text-only browsers, or who are old fuddy-duddies who were told at one point or another that JS will be bad for their systems. Any idea what percent of your visitors disable JS? What's your take on the demographic that might do this?
     
    vastbeyond, May 9, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    I suppose there are some "old fuddy-duddies", but they're not the ones disabling js. The folks that purposely don't have javascript enabled are more likely to be very tech savvy, and totally annoyed by the usual stuff seen in javascript augmented pages. They might even use it as a litmus test for developer clue, moving on to another site if the developer is so silly or incompetent as to require javascript to simply use the page.

    Corporate IT depts may disable javascript due to very real security issues, eg. cross site scripting attacks, that various browsers, well, mainly IE, may or may not have thoroughly fixed. (Think, too, of IE and its many ActiveX vulnerabilities. Shutting down ActiveX kills javascript, too.)

    Assistive technologies, for the most part, would be confusing to the user were they to support the dynamic effects of javascript; so they don't.

    Most mobile technologies, i.e. cell phones, PDAs, &c., don't support javascript for the same reasons assistive technologies don't, it would cause user confusion due to the very small viewports, and to conserve memory, processing power and battery life.

    As a developer, you have no—that's zero—control over the user's UA, its configuration or capabilities. The only thing you can depend on is POSH (Plain Old Semantic Html). All browsers understand POSH. If you start there, you can add presentation (css) and behavior (javascript) layers, confident that no matter what your visitor is using, he'll have a functioning page with as many of your bells and whistles as his browser supports.

    cheers,

    gary
     
    kk5st, May 9, 2007 IP
  3. newbie02

    newbie02 Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    it hardly works on firefox too
     
    newbie02, May 9, 2007 IP
  4. Xexi

    Xexi Well-Known Member

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    100
    #4
    I have both activex and javascript disabled for security issues.

    As no browser is 100% secure, too much crap can happen to your computer if either are enabled.
     
    Xexi, May 9, 2007 IP
  5. Stax_Daniel

    Stax_Daniel Guest

    Best Answers:
    0
    #5
    well so far on my site (at least according to analytics) only 1% of my users have it disabled...though i don't have a huge amount of users to get a more reliable number from either...

    and the demographic that i think would do this more are the paranoid (not in a bad way) internet literate people that know what harm can be done from it...
     
    Stax_Daniel, May 9, 2007 IP
  6. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #6
    Are you referring to Google Analytics? In which case, it can in no way tally javascript usage. If javascript is disabled/not supported, the Urchin application has no knowledge of the visit, and can tally nothing. I think you're looking at the Java stats. Java is not javascript.

    The average non-technical home users and teenagers are not aware of the option to disable nor are they aware of the reasons. Teenagers, especially, will blithely download every spyware/adware plugin some sleazy site says is necessary. No way are they concerned about security. (I had to totally bar my niece from my machines.)

    cheers,

    gary
     
    kk5st, May 9, 2007 IP
  7. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #7
    I personally have Javascript disabled on all sites, except ones that I specify and frequent often. I am very conscious of the malicious things that people will try to interject into their websites and do as much as I possibly can to prevent it.

    I suppose the % of users disabling javascript will vary from site to site. If you where to get the statistics from an Arcade site and compare them to the statistics of a Computer Security site, I am sure they would vary significantly.
     
    Louis11, May 9, 2007 IP
  8. Stax_Daniel

    Stax_Daniel Guest

    Best Answers:
    0
    #8
    yup...i was being slow :D...lol

    what programs do you use to check on whether your visitors enable javascript?
     
    Stax_Daniel, May 10, 2007 IP
  9. totoro

    totoro Guest

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Why does Google analytics show javascript stats then? What does it use to calculate it?
     
    totoro, May 10, 2007 IP
  10. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #10
    Look again. That's Java, not javascript. They are not related.

    cheers,

    gary
     
    kk5st, May 10, 2007 IP
  11. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #11
    See http://forums.digitalpoint.com/showthread.php?t=317479 post#10. But really, I don't care how many, if any, have javascript capability. Whether the visitor has javascript or not does not affect his ability to fully use my pages. Any javascript, and css for that matter, is there to enhance his experience, but is in no way necessary. Were any javascript functionality required for usability, the function would be handled server side, where I could guarantee its availability.

    Had the OP done due diligence, and searched before posting, he wouldn't have posted such a totally redundant query, especially considering the other thread is only a week old.

    cheers,

    gary
     
    kk5st, May 10, 2007 IP
  12. Steupz

    Steupz Peon

    Messages:
    917
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #12
    My stats say only 0.86% of visitors disable javascript
     
    Steupz, May 10, 2007 IP