ext_8707: Taken in front of Carnegie Hall (grumpy)

[identity profile] ronebofh.livejournal.com 2006-09-03 04:46 pm (UTC)(link)
This is a problem? What a load of crap. Sure, it's not especially elegant, but neither is the Web.

[identity profile] iayork.livejournal.com 2006-09-03 05:42 pm (UTC)(link)
I was interested in his comment about Google AdSense causing problems. My preferred browser, Camino, has recently taken to long stalls when opening a fair number of pages (Wired is one, Boston.com is often another). Firefox opens these much faster. I wonder if Camino's engine is hanging on AdSense ads (though I can't say I've actually checked carefully to see if the offending pages actually have these ads, or any other common elements).

It's annoying enough that I may have to switch to Firefox for my browser.

[identity profile] piehead.livejournal.com 2006-09-03 08:07 pm (UTC)(link)
Does Camino accept Firefox extensions?
ext_8707: Taken in front of Carnegie Hall (grumpy)

[identity profile] ronebofh.livejournal.com 2006-09-03 09:37 pm (UTC)(link)
Nope.

[identity profile] pootrootbeer.livejournal.com 2006-09-05 03:03 am (UTC)(link)
I'm not sure why Hyatt rejects the idea that execution of stylesheets should not be similar to execution of client-side scripting. Almost any style behavior that can be expressed in CSS can also be expressed in Javascript--sometimes much more torturously, sometimes more elegantly. So why NOT treat styles as a set-based, declarative variant of scripting?

Furthermore, the presence of a style reference is an explicit hint to the renderer that some of the default rendering behaviors are inapplicable; any further rendering work undertaken until the styles are retrieved and interpreted is likely to be wasted effort.

[identity profile] mmcirvin.livejournal.com 2006-09-05 07:30 am (UTC)(link)
I think he wants the gain in page loading speed that you get when you can start parsing before the styles are all loaded.

I think I'm more with Rone; I prefer the FOUC to just stalling the page. But in my own experience, if your users and your boss say it's a problem, then it's a problem whether you think it is or not.