Why CSS Should Be Used for Layout
newmediacampaigns.com
Why CSS Should Be Used for Layout
1–10 of 58 posts
Re: Why CSS Should Be Used for Layout
#2Things not to bother arguing about in public (since no one will change their mind):
Religion
Politics
CSS vs Tables for layout...?
Re: Why CSS Should Be Used for Layout
#3The first rule should be to get something working quickly, even if it's suboptimal. And the jury seems to still be out on the suboptimal part.
Re: Why CSS Should Be Used for Layout
#4Context-sensitive Presentation, Better Accessibility, and the most complex designs are easier with CSS. These seem to fall under the YAGNI rule. In particular, if it took me a couple of hours to build using tables versus a couple of weeks using CSS (see the Ron Garret post), the above listed benefits would be cold comfort for the wasted time. The first rule should be to get something working quickly, even if it's sub…
The rule of getting something working quickly should not increase the cost of doing it right in the future.
Re: Why CSS Should Be Used for Layout
#5This whole argument seems to be spiraling out of control, and I doubt a single person will change their mind either way. Things not to bother arguing about in public (since no one will change their mind): Religion Politics CSS vs Tables for layout...?
Re: Why CSS Should Be Used for Layout
#6Context-sensitive Presentation, Better Accessibility, and the most complex designs are easier with CSS. These seem to fall under the YAGNI rule. In particular, if it took me a couple of hours to build using tables versus a couple of weeks using CSS (see the Ron Garret post), the above listed benefits would be cold comfort for the wasted time. The first rule should be to get something working quickly, even if it's sub…
Re: Why CSS Should Be Used for Layout
#7Someone fix it, please.
Re: Why CSS Should Be Used for Layout
#8This whole argument seems to be spiraling out of control, and I doubt a single person will change their mind either way. Things not to bother arguing about in public (since no one will change their mind): Religion Politics CSS vs Tables for layout...?
True, it hasn't changed my mind away from being pro-CSS. It has however, made me realize how much of a learning curve CSS must be for many programmers compared to tables, much more than I thought, so I'm less likely to debate the finer points with coders that use tables and just stick to enjoying the benefits of stylesheets for myself.
And I don't agree with ejs. I think it's an important debate because CSS layout problems are a major reason why so many people use Flash. My own opinion about this matter is not cast in stone. I may change my mind based on good examples of CSS layouts that don't break and actually make maintainance easier.
Re: Why CSS Should Be Used for Layout
#9This whole argument seems to be spiraling out of control, and I doubt a single person will change their mind either way. Things not to bother arguing about in public (since no one will change their mind): Religion Politics CSS vs Tables for layout...?
True, it hasn't changed my mind away from being pro-CSS. It has however, made me realize how much of a learning curve CSS must be for many programmers compared to tables, much more than I thought, so I'm less likely to debate the finer points with coders that use tables and just stick to enjoying the benefits of stylesheets for myself.
It seems like people on both sides of this debate are seeking validation rather than trying to help people.
Re: Why CSS Should Be Used for Layout
#10Context-sensitive Presentation, Better Accessibility, and the most complex designs are easier with CSS. These seem to fall under the YAGNI rule. In particular, if it took me a couple of hours to build using tables versus a couple of weeks using CSS (see the Ron Garret post), the above listed benefits would be cold comfort for the wasted time. The first rule should be to get something working quickly, even if it's sub…
[edited]