Results 1 to 14 of 14

Thread: What is Ajax

  1. #1
    Alligator itsmemad's Avatar
    Join Date
    Sep 2008
    Liked
    2 times
    Posts
    4,110

    Arrow What is Ajax

    Asynchronous JavaScript and XML (AJAX): it describes a new type of Web page design for the updating of certain data of a page without reloading the total of this page.

    This design method based on combining existing technologies: HTML / CSS, Javascript / DOM, XML and HTTP requests.

    For example, we can make LiveSearch (Live Search). That is to say, at the same time as you type keywords for search, one sees the results or suggestions list (without having to reload a page). It is just one example, the applications of this type of design of a website are innumerable and mostly yet to be invented...

    Among the applications using AJAX include Gmail, Windows Live...

    Specifically, a Javascript object (XMLHttpRequest object) can send an HTTP request (POST, GET ...) to the server and retrieve the result. The direct consequence is that one can overcome the reloading of a page to retrieve information from the server.

    Today, all modern browsers allow you to use AJAX (Internet Explorer versions 5 and higher, Mozilla Firefox ...).

    To view links or images in signatures your post count must be 100 or greater. You currently have 0 posts.

  2. #2
    LEARNER
    Join Date
    Aug 2007
    Liked
    20 times
    Posts
    15,297

    Default

    @itsmemad
    Thanks for info. Now I understand.
    Yes . Usually when i watch score board for cricket matches the page is
    refreshed automatically.
    but not sure about Ispy. will confirm later.
    Thanks again.
    Update : 0956AM
    Opened Ispy , and stayed on.
    refreshed automatically after my post .
    Browser "Google Chrome"

  3. #3
    Platinum Member
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,563

    Default

    Nice to know

  4. #4
    Gold Member
    Join Date
    Feb 2009
    Liked
    0 times
    Posts
    573

    Default

    AJAX has become quite popular these days....
    Live scorecards, chat rooms.... all are AJAX based......

    It's only going to be implemented in more applications..... Something to watch out for.....

  5. #5
    Junior Member
    Join Date
    Jul 2010
    Liked
    0 times
    Posts
    3

    Default

    great explaination about Ajax, thanks buddy.

  6. #6
    Junior Member
    Join Date
    Jul 2010
    Liked
    0 times
    Posts
    2

    Default

    AJAX = Asynchronous JavaScript and XML.

    AJAX is not a new programming language, but a new way to use existing standards.

    AJAX is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page.

  7. #7
    MODDY mickey's Avatar
    Join Date
    Jan 2009
    Liked
    12 times
    Posts
    6,943

    Default

    Quote Originally Posted by carmelmonteverdeinn View Post
    AJAX = Asynchronous JavaScript and XML.

    AJAX is not a new programming language, but a new way to use existing standards.

    AJAX is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page.
    ok maybe and thats why, on gmail i see that reload a frame,, is that an ajax applied over there??

  8. #8
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    8 times
    Posts
    10,904

    Default

    Ajax (pronounced ayax) is a famous football club in Amsterdam, Netherlands.

  9. #9
    Junior Member
    Join Date
    Dec 2010
    Liked
    0 times
    Posts
    29

    Default

    Now i only know that what so amazing from ajax because i have hear most of the time on this world but no idea what is it. Finally got the explanation here. Thank

  10. #10
    Junior Member
    Join Date
    May 2011
    Liked
    0 times
    Posts
    2

    Default

    This is really great information.Thanks

  11. #11
    Junior Member
    Join Date
    Jul 2011
    Liked
    0 times
    Posts
    1

    Default

    Hi..AJAX is defined as “Asynchronous JavaScript and XML”.
    • Ajax isn’t something that you can download
    • It is not a technology, not a product, not a language
    • It’s an approach — a way of thinking about the architecture of web applications using certain technologies.
    • Ajax is a set of technologies being used together in a particular way.

    • Asynchronous: The client program communicates with the server asynchronously; that is, it talks to the server when it needs to read or write data, and it doesn't have to wait for the user to click on a link to do it.
    • JavaScript: The client program isn't content-specified through markup. It's a program written in a client-side language such as JavaScript.
    • XML: The client and the server communicate through some kind of structured protocol, such as XML.
    Last edited by govinthmani; 07-25-11 at 04:25 PM. Reason: signature not shows

  12. #12
    Junior Member
    Join Date
    Sep 2011
    Liked
    0 times
    Posts
    1

    Default

    I am glad to read it..learning more...thanx.

  13. #13
    Junior Member
    Join Date
    Nov 2011
    Liked
    0 times
    Posts
    1

    Default

    The full form of Ajax is Asynchronous JavaScript and XML. It is used for programming for making most robust programming for Website and web applications. It is the technique to create fast and dynamic web pages. Ajax includes Javaxcript, DHTML, XML and CSS.

  14. #14
    Junior Member
    Join Date
    Dec 2011
    Liked
    0 times
    Posts
    5

    Default

    The full form of Ajax is Asynchronous Javascript And XML. It is not a programming language.It is a technique for creating dynamic web page.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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