Hi
The main point I need to clear up (in my head) is this: If a visitor to my site doesn't have Javacript - they can't see the effects that I've written but will see an invite to download it (?)
No. They'll simply get errors. The overwhelming majority of users have JavaScript enabled. In over a decade of programming on the web, I can probably count on my fingers the number of problems I've had with my sites due to users not having JavaScript.
It's nice to be aware of the problem, but I wouldn't let it worry you.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
According to the W3Schools, 90% of users have javascript enabled:
http://www.w3schools.com/browsers/browsers_stats.asp
I agree that it shouldn't be much of a problem as long as you don't rely on javascript for important stuff, such as input validation, that for security purposes should always be performed on the server (you can have something on the client to speed up the process, but the iron walls needs to be on the server).
Esopo
Junior Poster in Training
50 posts since Feb 2006
Reputation Points: 14
Solved Threads: 1
It depends how you code. You can work into your code to detect JavaScript capability, and to downgrade nicely for those few who don't. Based on my server statistics on the billions of DaniWeb visitors, well over 99% have JavaScript enabled. The few who don't are mostly using WebTV or a PDA / Palm to surf the web.
cscgal
The Queen of DaniWeb
19,427 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230