Website script holds large importance as far as popularity and usage convenience are concerned. As an innovative web language AJAX may not be very popular as it has come quite recently as compared with other web languages which have been around for last 10 years or more. For beginners a quick feedback of AJAX can…
Continue Reading »
Its difficult to claim perfection in anything, even Ajax. While Ajax has enhanced the web experience for many users, and there is not shortage of people constantly praising its merits, it is perhaps no longer the newest standard. Sure, it allows relatively easy integration of interactive elements in web pages, but is it really all…
Continue Reading »
Crazzyegg, is one of the most interesting Web 2.0 applications I have ever seen. To say, it is a simply a click stats monitoring service but an inteligent one. The good folks at crazzyegg let me have an account for their (Beta) service. Unlike other stats monitoring service, Crazzyegg gives an clear idea of the…
Continue Reading »
Written on
October 31, 2005 by
David Bennett in
Ajax,
Ajax Applications,
AJAX Code,
Ajax Development,
Ajax Examples,
Ajax Frameworks,
Ajax Tutorials,
Browser Compatibility,
Java and Ajax,
JavaScript
This is a very FAST AJAX implementation using server generated javascript and eval() as opposed to XML. Site includes full source code distribution with working examples. http://www.jsquery.com/ An implementation of an AJAX JavaScript data generation server, http client, and client result set Uses a JavaScript http client to dynamically map the results of data requests…
Continue Reading »
Dave Johnson presents an excellently written introduction to Ajax over at JavaWorld.com. Besides calling Ajax the “crown jewel in the current Web evolution that has been dubbed Web 2.0″ (a position we would not necessarily disagree with…), Johnson presents a good case (especially directed towards Java developers) for the use of Ajax. He also gets…
Continue Reading »
It’s been a long time since I turned Javascript off. This is a good article about building gracefully degrading Ajax-enabled web applications. Basically, make sure you have at the core of your application a regular web-page, minus any scripting or onclick events. Then, build your Ajax features back in from there. Particletree · The Hows…
Continue Reading »
I think it’s been pointed out so much that nobody can miss one of AJAX’s apparent faults – the back button and it’s unexpected results for the user. There is an expectation gap of sorts between AJAX, users and browsers. What does this mean for a hypothetical one page Web Application? Pressing the back button,…
Continue Reading »
Lifehacker rounds up some DHTML goodies:
Continue Reading »
Here’s a timely article on Common REST Mistakes. Timely because of the problems resulting from and associated with Google’s new Web Accelerator program.
Continue Reading »
Ajaxian blog on UI/Accessibility issues and ajax: We were just talking to a UI/information architect, who was complaining about handling users who have JavaScript turned off, and how Ajax has a barrier, in that he can’t get budget to “write the application twice”. The problem with “working without JavaScript turned on” is interesting. However, these…
Continue Reading »