geek? artist? nope, BOTH!

Started by Darren Dirt, November 19, 2007, 02:34:46 PM

Previous topic - Next topic

Darren Dirt

_____________________

Strive for progress. Not perfection.
_____________________

Tom

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...
<Zapata Prime> I smell Stanley... And he smells good!!!

Darren Dirt

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)
_____________________

Strive for progress. Not perfection.
_____________________

Mr. Analog

By Grabthar's Hammer

Melbosa

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.
Sometimes I Think Before I Type... Sometimes!

Mr. Analog

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.
By Grabthar's Hammer

Melbosa

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.
Sometimes I Think Before I Type... Sometimes!

Darren Dirt

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
but
Quote
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.
_____________________

Strive for progress. Not perfection.
_____________________

Lazybones

Doesn't see to be much of a performance problem.. Check this out http://neil.fraser.name/software/img2html/

Tom

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.
<Zapata Prime> I smell Stanley... And he smells good!!!

Mr. Analog

It chokes on bigger pictures, that's for sure!
By Grabthar's Hammer