Re: [jQuery] IE6 performance tweak

2006-10-09 Thread Webunity | Gilles van den Hoven
Klaus Hartl wrote: The by far safest thing to use is Conditional Compilation. And that way other browsers only get JavaScript comments...: Yeah i saw that on your blog. But doesn't this affect all versions of msie, even 6+ ? -- Gilles ___

Re: [jQuery] IE6 performance tweak

2006-10-09 Thread Klaus Hartl
Webunity | Gilles van den Hoven schrieb: Klaus Hartl wrote: The by far safest thing to use is Conditional Compilation. And that way other browsers only get JavaScript comments...: Yeah i saw that on your blog. But doesn't this affect all versions of msie, even 6+ ? Yes, but that

Re: [jQuery] IE6 performance tweak

2006-10-09 Thread Sam Collett
On 09/10/06, Klaus Hartl [EMAIL PROTECTED] wrote: Webunity | Gilles van den Hoven schrieb: Klaus Hartl wrote: The by far safest thing to use is Conditional Compilation. And that way other browsers only get JavaScript comments...: Yeah i saw that on your blog. But doesn't this affect

[jQuery] IE6 performance tweak

2006-10-08 Thread Joe
This somehow improves the performance of IE6. Interesting object detection as well. Opinions on this method?http://www.hedgerwow.com/360/bugs/dom-fix-ie6-background-image-flicker.html All-new Yahoo! Mail - Fire up a more powerful email and get things done

Re: [jQuery] IE6 performance tweak

2006-10-08 Thread Brandon Aaron
If you are changing background images/colors a lot then this, according to the MSDN article, will stop a memory leak associated with that in IE6 and would result in better performance over a long period of time. I would assume that Dean's server side solution would fix this as well. BTW ... that

Re: [jQuery] IE6 performance tweak

2006-10-08 Thread Webunity | Gilles van den Hoven
This somehow improves the performance of IE6. Interesting object detection as well. Opinions on this method? Hi, This hack was allready posted to this list by me, and someone told us you could use jQuery's method of detecting MSIE before applying the hack, Something like this, in my

Re: [jQuery] IE6 performance tweak

2006-10-08 Thread Klaus Hartl
Webunity | Gilles van den Hoven schrieb: This somehow improves the performance of IE6. Interesting object detection as well. Opinions on this method? Hi, This hack was allready posted to this list by me, and someone told us you could use jQuery's method of detecting MSIE before