CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1

    Ajax = new mood?

    I've just discovered Ajax. At first, i thought it was a new language since i've never heard of it before. In fact it's just part of Javascript since long. I've heard its popularity has been brought by Google and it seem to bring obvious advantages.

    In this case, why in your opinion hasn't it been more popular before?
    David Domingues at webrickco@gmail.com. Feel free to visit http://www.webrickco.com

  2. #2
    Join Date
    Dec 2003
    Location
    Middletown, DE
    Posts
    67

    Re: Ajax = new mood?

    I've wondered the same thing. However, lots of features of HTTP, HTML, CSS, and other technologies were not heavily used even when browsers supported them fully. Simple things like CSS-based drop-down menus was a brilliant new thing a few years ago, but CSS has been around since IE 3.0.

    I guess the whole XmlHttpRequest architecture was built, not advertised, and it just took a while for developers to use it for all its worth.

  3. #3
    Join Date
    Aug 2002
    Location
    Brazil
    Posts
    730

    Re: Ajax = new mood?

    In my opinion it wasn't popular before because it is not essential like, for example, pop-up windows.

    It is not very easy to use Ajax correctly and many developers misuse it.

    Also, in my opinion, Ajax is not going to spread much more than it already is, because it is still not crucial and because most "developers" lack of sufficient knowledge to implement Ajax decently, so they prefer to think it is alien technology discovered by NASA.

    I use Ajax successfully in my CMS administration area to enhance usability and if you look at the 4.63kb ajax.js file i use, it's very simple.
    All consequences are eternal in some way.

  4. #4

    Re: Ajax = new mood?

    I liked your image about alien technology

    However it seems to me that the benefit of bringing static information to the page without refreshing it entirely is outstanding!
    David Domingues at webrickco@gmail.com. Feel free to visit http://www.webrickco.com

  5. #5
    Join Date
    Aug 2002
    Location
    Brazil
    Posts
    730

    Re: Ajax = new mood?

    Agree.
    All consequences are eternal in some way.

  6. #6
    Join Date
    Dec 2003
    Location
    Middletown, DE
    Posts
    67

    Re: Ajax = new mood?

    I disagree about AJAX being nonessential. The problem with a lot of web sites built even today is that they refresh the whole page to change something relatively small. Whether CGI, ASP, or ASP.NET, this still happens. Why? Because it's convenient to the developer.

    In the future, it'll be easier to use AJAX to the point where you can update only the part of the screen you want, provided the browser supports the action. It'll become essential when network bandwidth and CPU load are negatively impacted by web applications that want to do excessive postbacks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured