Ajax ?

Discussion in 'JavaScript' started by baddot, Feb 3, 2007.

  1. #1
    anyone knows how to do programming like myspace blog ? its nice and userfriendly are they using ajax ? or what kind of script ?
     
    baddot, Feb 3, 2007 IP
  2. pbmods

    pbmods Guest

    Messages:
    18
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Anything that involves sending data to the server without loading a new page is likely using Ajax or its base technology, the XMLHTTPRequest object.

    For more information, check out this intro:
    http://wiki.script.aculo.us/scriptaculous/show/Ajax.Request
     
    pbmods, Feb 5, 2007 IP
  3. baddot

    baddot Active Member

    Messages:
    309
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #3
    wao its javascript or java ?
     
    baddot, Feb 8, 2007 IP
  4. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #4
    ajax is javascript
     
    krakjoe, Feb 8, 2007 IP
  5. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #5
    AJAX is a mixture of Javascript and XML, stands for Asynchronous Javascript and XML. In AJAX, data from client is send to server in form of XML using XMLHTTPRequest object.
     
    designcode, Feb 8, 2007 IP
  6. investering

    investering Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    is ajax good for google?
     
    investering, Feb 8, 2007 IP
  7. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #7
    Hey investering, please expand your question. Are you asking that if google uses AJAX, yes google uses ajax.
     
    designcode, Feb 8, 2007 IP
  8. thedark

    thedark Well-Known Member

    Messages:
    1,346
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    168
    Digital Goods:
    1
    #8
    probably he want to know if ajax websites are search engine friendly..
     
    thedark, Feb 8, 2007 IP
  9. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #9
    Oh, ok. No AJAX sites are not search engine friendly, as most data is appended to the document on various events which means its not readable by google. Even if we see the source of ajax based site, we will not found much part of website in the HTML.
     
    designcode, Feb 8, 2007 IP
  10. baddot

    baddot Active Member

    Messages:
    309
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #10
    then do i need a program or anything to do it or is there any good sites for it ?
     
    baddot, Feb 9, 2007 IP
  11. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #11
    designcode, Feb 9, 2007 IP
  12. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #12
    krakjoe, Feb 9, 2007 IP
  13. needlehost

    needlehost Guest

    Messages:
    115
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #13
    if you want an idiots explanation of ajax:
    like iframes where it reloads only a bit of your page. but slightly different.
     
    needlehost, Feb 9, 2007 IP
  14. baddot

    baddot Active Member

    Messages:
    309
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #14
    ic but hows the process and loading time will it be slowered ? or delayed ?
     
    baddot, Feb 20, 2007 IP