innerHTML: the ultimate alternative solution
Using innerHTML for DOM manipulation does not come without problems. This article proposes a completely new solution that is simple, has the advantages of innerHTML, but uses safe W3C DOM methods. All in 50 lines of JavaScript too!