sped-up video capture of some hard-coding HTML tables...
http://www.break.com/index/kid-paints-picture-in-html.html
That's pretty slick, at the end there it doesn't even look like tables. I can only imagine the time it takes a browser to actually render that though...
Quote from: Tom on November 19, 2007, 02:55:55 PM
That's pretty slick, at the end there it doesn't even look like tables.
By the looks of things, the artist set the "cellpadding" or "cellspacing" back down to 0, now that the per-pixel modifications were done. 8)
Oh my god that was amazing!
Quote from: Tom on November 19, 2007, 02:55:55 PM
I can only imagine the time it takes a browser to actually render that though...
Because it is only BGcolors and HTML tables I would assume it is pretty fast actually.
Quote from: Melbosa on November 19, 2007, 03:10:56 PM
Quote from: Tom on November 19, 2007, 02:55:55 PM
I can only imagine the time it takes a browser to actually render that though...
Because it is only BGcolors and HTML tables I would assume it is pretty fast actually.
Table nesting is THE process killer for IE (and Firefox). Heck, transforming XML on the fly with JavaScript goes faster.
Hmmm I'd have to see it in a link to tell. I've done some pretty crazy Table designs in my development and have yet to see a major hit in either browser. I would be that is a lot more than I have done, so who's to say.
Quote from: Mr. Analog on November 19, 2007, 03:17:27 PM
Table nesting is THE process killer for IE (and Firefox). Heck, transforming XML on the fly with JavaScript goes faster.
Quote
Quote
Quote
Quote
Quote
Quote
nesting, yes, perhaps.
Quote
butQuote
a simple 2 x 2
Quote
grid of
Quote
table cells
Quote
shouldn't be
all that bad
at rendering.
Case In Point: That Amazing Color Selector Tool Built Via Javascript and Tiny Table Cells With All The Colours.
Doesn't see to be much of a performance problem.. Check this out http://neil.fraser.name/software/img2html/
If it was done all as one table, maybe it wasn't so bad, but I've had some fun with VERY nested tables.. Maybe its gotten better since then, I dunno.
It chokes on bigger pictures, that's for sure!