Search Results

0
votes

Splitting requests across domains—thwarting overzealous security

Do you have a specific user-agents list that present this behaviour? Maybe Apache conf could solve this problem? (or create a new problem for you to solve :-) ). Watch out for the cookie fr …
0
votes

clientWidth Performance in IE8

Your problem may be related to something else (and not only the clientwidth call): are your updating/resizing anyhting in your DOM while calling this function? Your browser could be …
3
votes

Javascript memory management pitfalls ?

From my experience, Garbage Collectors are well/poorly implemented depending on the browser. Applying good Object Oriented programming practices is a good start. My only advice: do …