So I get a kick out of the fact that now four months later that Alex Bosworth’s article on 6 Places to use AJAX is coming up on digg.com. Maybe there’s hope for me afterall?
Nonetheless, I find it interesting that there is such an outcry for using Ajax anywhere and everywhere. On the discussion boards that I read on a regular basis, I hear people talk about how it would be great to start programming all of their applications with Ajax mixed in. It’s interesting to see this idea put forth mostly because it’s completely useless to think that way.
I remember writing a simple form program a year ago for a friend and doing it all in Javascript so that it would have form validation, embedding it in code that would then be displayed on the page. My friend came back and said, “But why not write it entirely in PHP?” Sure, PHP was what the server was using for its backend application server, but JavaScript worked perfectly fine for what the need was.
I see this occurring more and more with regard to Ajax. There’s a need for it here and there such as Alex mentions, but there are times where it’s basically pointless to have such code included when it adds a level of complexity that some coders aren’t ready for and in some instances becomes so much of a hindrance to the end user that it drives people to other sites in search of the information for which they seek.


