Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Ajax
I'm just wondering about the future of this.
I really enjoy Ajax/JavaScript. It really can add a lot to the site. The one concern I have, however, are browsers that don't have JavaScript turned on.
Are there any percentages on how many people have JavaScript disabled? I mean, with Google, Yahoo, all the big names using it, doesn't just about everyone have it enabled?
I'd think so, but I know that when I go up to my college, I can't access Gmail because of JavaScript being turned off EDIT: actually I just think that the broswer versions they use is too old. (yes, I know you can use an HTML only version).
So should a designer be afraid to use AJAX/JavaScript or no?
0
This discussion has been closed.
Comments
Don't be afraid of it, just make sure that it's completely unobtrusive; that your page doesn't hang up if they don't have JS - if a form submits with an AJAX call, make it so that if JS is disabled it'll still work.
If you're just starting out, start out well. Learn nice, clean Javascript...not the clunky stuff of old which scared so many people out of it.
Use clever new tools like Behaviour and tutorials like Unobtrusive Javascript which will set you off on your way well. Every web-app or site I develop for clients is completely tested on all browsers. IE 5-7, Safari, Gecko flavours, Linux browsers etc. Just make sure that it'll all disappear nicely if something goes wrong.
Embrace it, don't shy away from it or you'll face being left behind if it does take off.
M.
after 11 months, are there any percentages on how many people have JavaScript disabled?
would the counter hyperlink help ?