Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Ajax


5 replies to this topic

#1 rpgsearcherz

    Trap Double Mocha Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 2,025 posts
  • Gender:Male
  • Interests:Working on my Rift fansite
  • myCENT:56.86
  • Spam Patrol

Posted 10 July 2010 - 02:44 AM

Can anyone please explain what Ajax is? I hear about it a lot in terms of scripting and I like the effects that can be done with it (I see it mostly with things that load without requiring the page to refresh) but is it *just* a scripting language, like CSS is?

And does anyone have any tutorials on how to use it? The amount of information on it seems to be quite limited when comparing to more mainstream applications (such as HTML, although I think Ajax should be mainstream as well).

#2 truefusion

    Coincidence is non-sequitur, therefore everything has a reason for its existence (except if they are eternal).

  • [MODERATOR]
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 3,216 posts
  • Gender:Male
  • Location:No, not there. Not there either. Yes, you'll never figure it out.
  • Interests:God, Christianity.
  • myCENT:86.16

Posted 10 July 2010 - 07:46 AM

AJAX is just a complex name for a feature built into JavaScript. It is supposed to be used for retrieving and parsing XML, but of course people would use it for other reasons. Yes, JavaScript is just a scripting language, and, as such, it cannot do anything on its own. If the browser doesn't support AJAX features, then no matter what, your script that makes use of AJAX technology will not work.

Tutorials may be based on the kind of JavaScript framework one may use. W3Schools has a barebones tutorial on AJAX; if you are using a JavaScript framework (e.g. Prototype, JQuery, et cetera), you'll have to check their documentation.

#3 magnafrost

    Advanced Member

  • Kontributors
  • PipPipPipPipPipPipPip
  • 107 posts

Posted 10 July 2010 - 08:01 AM

Someone told me that gmail was made in AJAX. And if i, right AJAX can be very powerful if used for mostly-text sites, email for instance. I kinda see it as the text counterpart of flex, though I'm not really sure about all this as I dont even remember the source. Maybe it was all a dream !

#4 rpgsearcherz

    Trap Double Mocha Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 2,025 posts
  • Gender:Male
  • Interests:Working on my Rift fansite
  • myCENT:56.86
  • Spam Patrol

Posted 10 July 2010 - 08:20 AM

Since it is a part of JavaScript would you suggest learning JS before moving into Ajax, then? Or do you think going straight into learning Ajax on the framework of your choice would be fine?

#5 rpgsearcherz

    Trap Double Mocha Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 2,025 posts
  • Gender:Male
  • Interests:Working on my Rift fansite
  • myCENT:56.86
  • Spam Patrol

Posted 10 July 2010 - 09:24 AM

View Postweb_designer, on 10 July 2010 - 09:29 AM, said:

i think if you used any programming language before then you can understand the structure of ajax, if not then try to know a little about how javascript works.

about ajax, ajax is a way of developing web application that combines, XHTML and CSS, interacts with the page through DOM,interchanges data with XML and XSLT,retrieves data with XMLHttpRequet, and connects them all together by JAVASCRIPT.

and these are some tutorials for beginners

http://www.intellige...s-for-beginners

http://www.webhelper...-for-beginners/

good luck.


Ah, thanks a lot for those links, :). Going to read them over the next few days and see what I can come up with.

#6 web_designer

    "french rose sparkle under moonlight"...do you believe in the magic of moonlight??!!...

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,385 posts
  • Gender:Female
  • Location:US, CA
  • Interests:internet and the web
    reading books
    sport
    watching tv series
    drawings and art
  • myCENT:12.10
  • Spam Patrol

Posted 10 July 2010 - 09:29 AM

Quote

Since it is a part of JavaScript would you suggest learning JS before moving into Ajax, then? Or do you think going straight into learning Ajax on the framework of your choice would be fine?

i think if you used any programming language before then you can understand the structure of ajax, if not then try to know a little about how javascript works.

about ajax, ajax is a way of developing web application that combines, XHTML and CSS, interacts with the page through DOM,interchanges data with XML and XSLT,retrieves data with XMLHttpRequet, and connects them all together by JAVASCRIPT.

and these are some tutorials for beginners

http://www.intellige...s-for-beginners

http://www.webhelper...-for-beginners/

good luck.




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users