Andrew Sutherland offers a few Ajax Gotchas/Tips. I’ll add some comments. Escape content with encodeURIComponent() which is superior to escape. XMLHttpRequest’s readyState tells you how far the request has progressed. MM: If you’re confused about readyState’s transition from 0 to 4, you have good reason to be. Read the recent posting and comments on David Flanagan’s blog, and […]
A Few Ajax Gotchas At Jalecode
September 9th, 2005 · 2 Comments
Tags: HumansAndTech · Links · SoftwareDev
Spying on Users With XMLHttpRequest
August 10th, 2005 · 1 Comment
Earl Castledine points out the allegedly dark side of XMLHttpRequest: spying on users (thanks Ajaxian). It seems that this capability will cause it to “likely fall from grace”! (I mentioned the issue a little while ago regarding the Heartbeat pattern). Two examples are given in the new article: you write an e-mail to Apple […]
Tags: HumansAndTech · SoftwareDev
