Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other javascript turned off?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24224

    Hello folks,

    How do you determine if you want to include some javascript ( or jQuery, etc. ) in your website code?
    Aren’t you concerned that some people may have javascript turned off on their browsers?

    Cheers!

    #54278

    I think it also depends on what kind of site you are developing. Whether it’s a web 2.0 application, an online shop, a marketing tool, an informational site, etc…

    For instance, if you are selling outdoor activity holidays I think it safe to assume that anyone with Javascript turned off would be too paranoid to leave the house let alone buy one of your holidays. :lol:

    #54298
    "TheDoc" wrote:
    The people that have JS turned off are such a small minority most people overlook it. On top of that, the majority of people with it turned off assume they will come across bugs in websites (you generally won’t find non-tech savvy people with it turned off, as they wouldn’t really know how).

    If there are functions on the site that require JS, you can always include a simple reminder letting people know that JS is required for the site to function properly.

    W3 puts the number of users with JS turned off around 5%, and that’s amongst people that actually go to the W3 website. Realistically, that number will be even lower.

    Thanks for the comments Doc!

    #54299
    "davesgonebananas" wrote:
    For instance, if you are selling outdoor activity holidays I think it safe to assume that anyone with Javascript turned off would be too paranoid to leave the house let alone buy one of your holidays. :lol:

    You know what? That is funny! :lol:

    #54404
    JRGould
    Member

    This is also where the idea of "progressive enhancement" comes in. Basically you design your site/app/sandwich without js to the best of your ability and then add in the bells and whistles of js – we also do this with css, it’s where the idea of semantic html comes in – what if people have css turned off or using a text-only browser?

    So you start with good, readable HTML. Style it to look and work good with css, images, etc. Finally sprinkle in a bit of javascript to take it to that next level of functionality, style, and usability.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Other’ is closed to new topics and replies.