Adding Ajax to site

Discussion in 'HTML & Website Design' started by bethennyengland, Aug 4, 2009.

  1. #1
    is there some simple ajax I can add to my site; I'm creating a site and I want to use ajax features to make it look good.
     
    bethennyengland, Aug 4, 2009 IP
  2. latro

    latro Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    check out jquery. Its a powerful but simple to use way to maximize on ajax and ajax like features.
     
    latro, Aug 5, 2009 IP
  3. runspace

    runspace Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There are several common libraries for AJAX. AJAX stands for asynchronous Javascript and XML as you may already know. As latro already mentioned JQuery is a common library. Another is script.aculo.us/
     
    runspace, Aug 5, 2009 IP
  4. runspace

    runspace Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I failed to mention that script.aculo.us is actually an add-on to prototypejs.org.
     
    runspace, Aug 5, 2009 IP
  5. jamespv85

    jamespv85 Peon

    Messages:
    238
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I vote for jQuery! It's excellent and easier to use.
     
    jamespv85, Aug 6, 2009 IP
  6. ajaXpert

    ajaXpert Member

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #6
    It is about what you're trying to do. If you want to use some dhtml things, I also advise jquery. But if you want to use only ajax with server-side processes, try phplivex (for php)
     
    ajaXpert, Aug 9, 2009 IP