son.of.the.morning Posted September 11, 2010 Share Posted September 11, 2010 I have heard about it, but i havnt got a clue what it is what it's for ect? Quote Link to comment Share on other sites More sharing options...
ted_chou12 Posted September 11, 2010 Share Posted September 11, 2010 ajax is a type of coding within javascript that allows the clientside to pass info to the serverside WITHOUT refreshing the page, this is usually not possible. So you can make dynamic webpages, such as a chat, editing data without refreshing the page, makes ur page looks much nicer. Quote Link to comment Share on other sites More sharing options...
son.of.the.morning Posted September 11, 2010 Author Share Posted September 11, 2010 Seems rather usfull. Thanks Quote Link to comment Share on other sites More sharing options...
gamesmstr Posted September 14, 2010 Share Posted September 14, 2010 Asynchronous JAvascript Xml. As stated, it allows you to dynamically alter/refresh parts of a page without refreshing the entire page. And since it is all done client side, it really improves the visual "glitches" you might see from a normal page refresh. 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.