Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: How long has AJAX been around?

  1. #1
    Kaabi Guest

    How long has AJAX been around?

    I recently read that AJAX is relatively new, but I always thought it has been around for awhile. When was it invented? And also, what exactly is it used for? I've always been curious about that.

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: How long has AJAX been around?

    It isn't actually a language that can be invented. AJAX stands for "Asynchronous JavaScript and XML". It is a technology; basically, a set of languages that are used together to produce dynamic webpages. In other words, webpages that change instantly, more like web apps than static pages.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  4. #3
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: How long has AJAX been around?

    Exactly AJAX uses XML and JavaScript to exchange data between the browser and the server. This allows the page to be more interactive more like desktop applications.

    So I guess you could say that the technology has been around for a very long time, just people didn't know how to use it and older browser's don't support the XMLHttpRequest object.

  5. #4
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: How long has AJAX been around?

    The XML stores the data, and the JavaScript uses it.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  6. #5
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: How long has AJAX been around?

    yep so really the technology has been around for a long time just people didn't realize that they could use the two technologies together.

  7. #6
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: How long has AJAX been around?

    Or computers/internet connections weren't fast enough to be responsive until now.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  8. #7
    Sionofdarkness is offline Programming Expert
    Join Date
    Jul 2006
    Posts
    383
    Rep Power
    0

    Re: How long has AJAX been around?

    I didn't know about AJAX either, I thought it was a language. I am familiar with dynamic webpages, but I didn't know AJAX was the way (or, a way) to do it.

  9. #8
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: How long has AJAX been around?

    I don't know much about it, I tried a few tutorials in ajax but I couldn't follow what was happening in the code.

  10. #9
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    Re: How long has AJAX been around?

    It's just a jumble of languages that are used together to form a new technology of dynamic webpages. Pretty much.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  11. #10
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: How long has AJAX been around?

    Yeah I know, what it is. I find it really hard to learn it though. The tutorials are kind of confusing.

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Long way to go ..~
    By R3.RyozKidz in forum C and C++
    Replies: 2
    Last Post: 10-14-2009, 08:27 AM
  2. Long not Long enough ...
    By mike.blankenship in forum Visual Basic Programming
    Replies: 2
    Last Post: 09-25-2008, 09:12 AM
  3. How long
    By priorityone in forum The Lounge
    Replies: 8
    Last Post: 02-09-2007, 10:53 PM
  4. How long did it take you to learn c++
    By mysticalone in forum C and C++
    Replies: 8
    Last Post: 02-08-2007, 02:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts