Results 1 to 3 of 3

Thread: The future of AJAX

  1. #1
    Join Date
    Aug 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default The future of AJAX

    As a webmaster, have you been implementing AJAX into your websites?

    That seems to be the future of the Web, what do you think about what it brings to the web pages?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Not really.

    It's good where used properly, and with sufficient non-AJAX backup for those with older browsers. However, people have started using it "just because I can," often in places in which there's no need for it.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    It's good ... with sufficient non-AJAX backup for those with older browsers.
    That's understating the case quite a bit. There are modern browsers that implement client-side scripting but don't provide XMLHttpRequest objects. There's obviously browsers and users with client-side scripting disabled or omitted to consider. There's also the issue of disabling XMLHttpRequest; if ActiveX is locked out by security settings in IE (quite possible in office and open access environments, as well as with security-conscious home users), it's not possible to instantiate COM objects.

    The latter issue should be partially addressed with IE7, which, as I recall, will integrate the XMLHttpRequest object, thereby bypassing ActiveX. However, I seem to remember that the feature can still be disabled in the user's preferences, and that may currently be possible in other browsers, too.

    However, people have started using it "just because I can," often in places in which there's no need for it.
    Indeed.

    Mike

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
  •