1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Which technology is this?

Discussion in 'Programming' started by Alvin, Aug 1, 2006.

  1. #1
    http://www.domainsbot.com/ Just wondering whats is used here that displays
    the data without even hiting that search button?

    If you dont know what I am talking about please check the picture
    [​IMG]
     
    Alvin, Aug 1, 2006 IP
  2. tflight

    tflight Peon

    Messages:
    617
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #2
    They are using Ajax.
     
    tflight, Aug 1, 2006 IP
  3. 1EightT

    1EightT Guest

    Messages:
    2,646
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yep, AJAX it is
     
    1EightT, Aug 1, 2006 IP
  4. Alvin

    Alvin Notable Member

    Messages:
    2,076
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    210
    #4
    can Ajax be used with ASP?
     
    Alvin, Aug 1, 2006 IP
  5. 1EightT

    1EightT Guest

    Messages:
    2,646
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    0
    #5
    it can be used with just about anything. It just uses javascript on the client side to communicate and transfer data from server side thus making it appear interactively without page refreshes. Lots of sites use it. check out ajaxian.com for some good ajax resources
     
    1EightT, Aug 1, 2006 IP
    Alvin likes this.
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #6
    Yes, AJAX is javascript and it's run clientside to get info from the server. Doesn't care what the server is running so long as it can make a request and get an answer
     
    sarahk, Aug 1, 2006 IP
    Alvin likes this.
  7. Alvin

    Alvin Notable Member

    Messages:
    2,076
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    210
    #7
    Really DUMB question!

    What can I do with Ajax?

    I am thinking of mobile community something like www.zedge.net

    can anyone tell me where in this kind of site I can make use of ajax?
     
    Alvin, Aug 1, 2006 IP
  8. tonyrocks

    tonyrocks Active Member

    Messages:
    1,574
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    88
    #8
    Ajax is great because it doesnt do post backs to servers. .Net uses Atlas to do Ajax. I know, I know, another Microsoft "hack" according to you PHP people ;)
     
    tonyrocks, Aug 1, 2006 IP
  9. rahulm

    rahulm Peon

    Messages:
    178
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Like DHTML, LAMP and SPA, Ajax is not a technology in itself, but a term that refers to the use of a group of technologies together....................
    Pros
    --------Interactivity
    Cons
    --------Usability
    --------Response-time concerns
     
    rahulm, Aug 2, 2006 IP
  10. AnimeGround

    AnimeGround Guest

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Ajax is used in alot of application now a days, example gmail, yahoo-mail, msn-live.

    Ajax big advantage is that the user does not need to reload the page everytime an action is made. If you look at domainsbot everytime the action "keytyped" is made, a list of webpage matching the "input letters" is passed by the server back to the page making it available on the fly without having the reload at each change.

    A disavantage to using Ajax is that the "Back" button is often a "headache" for the programmers, since they lose the state of what they were doing.

    Ajax is a mix of javascript, xml, xhtml and css (not a teachnolgy but a group of technologie together - as rahulm said). In normal ASP you can use XMLHttp in order to exchange data between server-side(ASP) and client-side(Javascript).

    I would recommend using an asp.net framework (such as Atlas) rather than coding it in asp.
     
    AnimeGround, Aug 2, 2006 IP
  11. slinky

    slinky Banned

    Messages:
    717
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #11
    This site is completely proprietary coding and ajax is now used (I believe in ratings.) The answers here are good about ajax and I think that it's a buzzword often misunderstood and thought of as the solution as opposed to icing on a cake that already needs to be well designed and constructed.
     
    slinky, Nov 7, 2006 IP