Tagged Questions
3
votes
5answers
851 views
Progressive rendering of a webpage in Internet Explorer 7
I'm trying to improve the user perception of page load time of some web pages. These web pages take about 5 seconds to complete loading and rendering. The overall time is fine; but on clicking a link ...
0
votes
3answers
276 views
How to make sure an HTML table renders incrementally
I have an old-style CGI program which generates a large HTML table. Because the table contents are slow to calculate (even though it's not that big) I would like to print it one row at a time, and ...