September 1, 2006 at 1:49 am · Filed under AJAX, Language Reviews
Bookmark on del.icio.us
Do you have to furnish a lot of HTML elements from JavaScript, such as for formatting or inserting special effects? Well, then you need to know the performance - or lack thereof - of finding and traversing DOM elements. And the performance hit of using Microsoft's browser.
This post tries to clarify the performance hits involved. [...]
August 22, 2006 at 2:08 am · Filed under AJAX, Microsoft
Bookmark on del.icio.us
I spent hours today trying to make IE 6.0 less intelligent. I.e., to get it not to cache the AJAX responses.
The first attempts, to include
PLAIN TEXT
HTML4STRICT:
<meta http-equiv="Pragma" content="no-cache" />
in the head portion of the HTML sent back to the client was laughed at by IE 6.
So, I use a search engine called Google to [...]