Closed Thread
Results 1 to 4 of 4

Thread: Will Ajax still be Ajax?

  1. #1
    jessje is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    64
    Rep Power
    0

    Will Ajax still be Ajax?

    Or will there be some Ajax 2.0 feature which upgrades his name to MS-dynamic-site0language (or something in that direction)
    Do you believe ajax will keep stand against this sort of treats?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: Will Ajax still be Ajax?

    Ajax is as mentioned before, just a technique how to combine javascript and server side info to create dynamic content on the web page, so no, it won't change name.

    but of course, as everything develops, there might be a new technique that makes ajax obsolete...

    that's my opinion at least...

  4. #3
    Jordan Guest

    Re: Will Ajax still be Ajax?

    AJAX isn't a language, but a term. It simply implies the use of a Client Language (such as JavaScript) and a server language (such as PHP, ASP, or Perl). So long as each type exist I believe the term AJAX will exist.

  5. #4
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: Will Ajax still be Ajax?

    AJAX is an acronym for asynchronous JavaScript and x(ht)ml. So although it may "imply" a client side language and a server side language (as Jordan suggested), it really refers to JavaScript and some server side language that can output XML (ie: php). I do not think there will always be "AJAX". Although I do I think there will always be asynchronous communication between the client and the web server. However, I also think browsers will move away from JavaScript (I pray for this every night) and move to something more advanced. Perhaps take advantage of the GTK library to create GUI's that will communicate asynchronously with a web server. Firefox is already attempting something like this with their XUL. There is even a GUL project, which converts GTK script to XUL script.

    That said, I believe in the future, an operating system will be merely a driver for a browser.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. PHP Vs AJAX
    By Megrisoft in forum AJAX
    Replies: 35
    Last Post: 10-04-2009, 02:02 AM
  2. SQL and AJAX
    By Jubal in forum PHP Development
    Replies: 23
    Last Post: 02-02-2009, 01:45 AM
  3. Ajax Pop-Up
    By Divya in forum AJAX
    Replies: 2
    Last Post: 01-07-2009, 08:06 PM
  4. .Net and Ajax
    By smithcarvo in forum ASP, ASP.NET and Coldfusion
    Replies: 2
    Last Post: 08-29-2008, 02:39 AM
  5. Need some AJAX help
    By Perro88 in forum AJAX
    Replies: 4
    Last Post: 02-14-2008, 03:44 AM

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