January 31, 2006

Is AJAX really cool?!

Posted at 13:42 in tech.

Is Ajax the holy grail of web development? Nope. It is certainly cool to incorporate all these buzz words onto a site. But with some of the browsers out there still not incorporating some features, it is harder to get off the ground.

For example, my app calls an external service, which returns XHTML snippet. It needs to be formatted for display. What are my options? SAX parse it? XSLT it from the browser side? OR simply output it and let the stylesheets handle it?

Shortcomings:
Back Button problems
XSLT is not available on all browsers
DOM is still not that efficient on Safari.
HTTP request can only be made to the same server the page is served on.

Trackback Pings

Trackback URL: http://www.spankmywookie.com/cgi-bin/mt/mt-tb.cgi/218

Comments

0 comments received. Post a comment.

No-one has commented on this entry (yet).

Post a comment




Remember Me?