Re: Somewhat offtopic: Stepping through the rendering process in browsers?

It would be pretty easy to implement this on the server, by having it emit
the document in chunks, or in your HTML by sticking the whole page in a JS
string and then emitting it one line at a time or one tag at a time using
document.write(). Or you could write script that loads the page into a
hidden iframe and then moves DOM nodes from that document to the real
document one at a time.

Rob
-- 
"He was pierced for our transgressions, he was crushed for our iniquities;
the punishment that brought us peace was upon him, and by his wounds we are
healed. We all, like sheep, have gone astray, each of us has turned to his
own way; and the LORD has laid on him the iniquity of us all." [Isaiah
53:5-6]

Received on Saturday, 14 February 2009 01:22:25 UTC