Jump to content

Ajax - Brief Discussion?


FrOzeN

Recommended Posts

Could anyone provide a good definition of what AJAX exactly is, and does?

I'm trying to grasp more concepts of web design so I can make my pages more interactive.

Also, when you click "Preview" here it generates the preview without reloading the page. Is that done via AJAX?

Currently, the only way I know of updating the page without reloading it is via hidden iFrames, a quick example I made:
[ [url=http://www.clananthrax.net/test/example.php]Page[/url] ] - [ [url=http://www.clananthrax.net/test/example.phps]Source[/url] ]

Note: I only used php in the example so I didn't have to make multiple pages, it isn't necessary for the concept.
Link to comment
https://forums.phpfreaks.com/topic/21938-ajax-brief-discussion/
Share on other sites

AJAX is used to make calls to the server and update portions of the page on the client side without refreshing the entire page.

If you want more info, check out www.ajaxfreaks.com (one of our other sites).  There are some tutorials over there and some other help that you might find useful.

And I don't really use the Preview function here, but there is AJAX hidden all over the SMF interface.
Link to comment
https://forums.phpfreaks.com/topic/21938-ajax-brief-discussion/#findComment-98114
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.