There is a great website that contains all kinds of great web articles. One of the articles that I read is about the Philosophy of Ajax. You can read the article here: http://www.web-articles.info/e/a/title/Understanding-the-Definition-and-Philosophy-of-Ajax/. This article states its purpose as helping people solve common issues that can arise when developing Ajax. I am a big fan of using Ajax and have used it on some projects. It makes the users experience much more pleasant. Ajax will display data when needed and not refresh the whole page which is a lot more user friendly. The article discusses that Ajax and Javascript is duck type programming which is about writing code where the definition of the classes is not known ahead of time, but you know that the object has a specific behavior. The classical type programming requires you to define the class ahead of time which is what Java and C++ requires. The article gives you some good examples of using Ajax and Javascript which demonstrates how data is set using the innerHTML command in your browser. This article is primarily discussing the differences between latent and duck typing with regards to Ajax. It doesn’t seem to be giving the user solutions to common Ajax problems as it states above. If this article wanted to talk about solutions to problems, it might address problems using Ajax with different browsers. One of the big difficulties I have experienced using Ajax is how browsers operate differently. This issue is especially apparent when you have to add objects to the DOM tree. However, this is a very good article, and if you are looking to get more information concerning Ajax, you should read it at web-articles.info.
0 comments:
Post a Comment