Preamble: I like my digital subscription of some computer magazine (no advertisement!), it contains cool weekly digest of programmers useful links. I'm not going to place it there to avoid raising interest. The last issue contained something "30 best practices to your web application performance"
The first rule declares "Limit interaction with DOM as much as possible... Consider setting innerHTML over document.createElement/appendChild()...."
From my point of view - this is rubbish, and I wrote small HTML that proof my point of view (if somebody interesting it is placed there http://codepad.org/XxAH6sLZ )
My proof is true for Opera, Chrome, IE, Firefox browsers and shows performance of DOM 10-50%
I have tried to argue to author about it, but my comment was banned.
At last my question is not about HTML or jscript, so here it is: how to struggle with wittingly false knowledge distributed over Internet, found by Google.