When does Ajax annoy you?

Discussion in 'JavaScript' started by ACME Squares, Jan 11, 2011.

  1. #1
    Thinking as a user now, when do you find Ajax positivity impacts your experience, and when does it negatively so?
     
    ACME Squares, Jan 11, 2011 IP
  2. daljit

    daljit Well-Known Member

    Messages:
    312
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #2
    The main advantage of ajax not need to refresh the page to get the content dynamically, but today mostly use jquery a light weight ajax library that is used , main advantage is fast processing.
     
    daljit, Jan 11, 2011 IP
  3. jkl6

    jkl6 Peon

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    When it is used as an ad pop-up.
     
    jkl6, Jan 12, 2011 IP
  4. GNi33

    GNi33 Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    imho, on a page based on dynamically loaded subpages, it can be annoying when no location.hash-function is implemented, so you can't directly link to a specific page or content on a website. Doesn't really matter on small ones, but bigger pages or blogs that have ajax-functionality like this implemented, it's really important
     
    GNi33, Jan 12, 2011 IP
  5. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #5
    It also doesn't help for the SEO side of things either.
     
    camjohnson95, Jan 13, 2011 IP
  6. Tutorial Feed

    Tutorial Feed Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Ajax can be frustrating when the website doesn't account for people not using it. Although there aren't many people who still block javascript, graceful degradation is important.
     
    Tutorial Feed, Jan 14, 2011 IP
  7. Nordvind

    Nordvind Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Guess that's the only drawback of this technology. That was the reason why I stopped using it in my portfolio. But generally, I'm fond of ajax. Given that it's so easily implemented through jQuery, for example, I believe it to be very useful.
     
    Nordvind, Jan 17, 2011 IP
  8. Sabbir

    Sabbir Banned

    Messages:
    210
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #8
    Yes thats a great annoying thing.. :)
     
    Sabbir, Jan 19, 2011 IP
  9. SimThePhpCoder

    SimThePhpCoder Well-Known Member

    Messages:
    949
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #9
    As well as pop-ups, slow loading because they prefer "fancy" presentation like sliding a new screens across the screen IN SLOW MOTION instead of just displaying the content.
     
    SimThePhpCoder, Jan 23, 2011 IP
  10. buddyborg

    buddyborg Guest

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    AJAX annoys me when i see a big thick book about it. There is not really much to it as far as howto. its not an entire programming language with classes, libraries. I hesitated to learn AJAX a long time ago due to the fact it seemed to complicated. I threw a script to handle GET ajax, and a script to handle POST ajax...and then i was done and ready to move on. Learning AJAX helped my process by a great percentage. it is a very valuable technique. Learning it and using it was anti-climactic considering the emphasis on Ajax given by web people.
     
    buddyborg, Jan 27, 2011 IP