Jump to content

[SOLVED] Would You Recommend


Northern Flame

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.