Northern Flame Posted April 17, 2008 Share Posted April 17, 2008 me using ajax a lot on my website? I still havnt released my website, but I am almost done with it and realized that I used A LOT of ajax on my website. Would you recommend that I cut down on the use of ajax or is it not that big of a deal? and how many browsers out there do NOT accept the use of ajax? Quote Link to comment Share on other sites More sharing options...
AP81 Posted April 17, 2008 Share Posted April 17, 2008 You would be pretty hard pressed to find a browser that doesn't support JavaScript these days and doesn't support Ajax. More and more people are blocking JavaScript (i.e. Mozilla noscript extension), so as long as the website is usable without JavaScript, you are fine. Failing this, you can implement a check which displays "You must have JavaScript enabled to use this site." As a general rule: use Ajax only when appropriate, not just for the sake of using Ajax. Quote Link to comment Share on other sites More sharing options...
Northern Flame Posted April 18, 2008 Author Share Posted April 18, 2008 well yea my website still works without ajax, the ajax is only for validating usernames before registering and logging in. which my PHP script does anyway when the user submits the form. theres only one section that needs ajax in order for it to really work and thats my music player section. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.