Jump to content

Just starting quick question


kev wood

Recommended Posts

From what i have been looking at up to now Ajax uses a lot of javascript for the requests sent to the server.  If i am wrong please point this out.

 

If a user of a site which uses Ajax to build and refresh sections of the page and they have javascript turned off what would be the outcome of the page that the user is able to view would the Ajax ignor this and still populate the page or would the page fail to display properly?

 

 

Link to comment
Share on other sites

AJAX = Asynchronous JavaScript and XML

 

AJAX is done with Javascript, so if the person has JavaScript disabled, the page will not work. As a general rule of thumb, you should make the page work without JavaScript, then after you can add JavaScript/AJAX to make it more user friendly.

 

If you do a lot of developing, there are 2 Firefox extensions that are very helpfull. The Web Developer toolbar and FireBug. One of the features in those plugins is the ability to switch JavaScript on/off on the fly. It's pretty convenient.

Link to comment
Share on other sites

You should definitely download firebug as well. Its the single best extension for firefox for developers, especially if you are developing javascript/ajax. It will make your life a million times easier as you figure out how it works. I can't recommend it enough!

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.