I can understand why people dislike frames. I understand why PHP isn't used more (it needs to be installed on the server in order to work). But CSS appears to have more compatibility issues than tables do. So why is CSS preferred over tables?
Rower_CPU said:Not sure why you don't think PHP is widely used either...
OK, I took your "used more" to mean widely used. You're right that it's not available everywhere, but most hosting services make it available these days.DVW86 said:Thanks for the reply Rower. I understand the issues with frames, but I wasn't aware of the issues with tables. I didn't say that PHP wasn't widely used, I was just referring to it's limitations. Many people's servers don't have PHP installed so they can't make use of it. For instance the web site I did for a local church doesn't offer PHP, and a local small business asked me to help them on a site and PHP isn't available there either.
A common figure tossed around by web standards folks is a 50% reduction in code size, which means a 50% reduction in page file size, which means a 50% reduction in bandwidth usage. Keep in mind these are ballparks figures. Some sites will be more, some less. Load times are dependent partly on page and linked file size and also on page complexity - in either case, you should see load time improvements, too.DVW86 said:So using tables is more of a "grammatical no-no"? How much "weight" do tables add? Does having tables increase the page load time?
Rower_CPU said:A common figure tossed around by web standards folks is a 50% reduction in code size, which means a 50% reduction in page file size, which means a 50% reduction in bandwidth usage. Keep in mind these are ballparks figures. Some sites will be more, some less. Load times are dependent partly on page and linked file size and also on page complexity - in either case, you should see load time improvements, too.
lind0834 said:I always enjoyed installing multiple netscapes with ease, but I found nearly impossible to have multiple versions of IE for Windows. But I found a resource that actually let's you use different versions of IE as stand alones.
http://www.skyzyx.com/archives/000094.php
http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.htmlRower_CPU said:DVW86-
A couple good books to start with are "Eric Meyer on CSS" and "Designing with Web Standards"; you can also check out the authors' webpages, http://meyerweb.com and http://zeldman.com, respectively.
There are tons of good online resources out there. Webmonkey is gone now, but another good one is http://www.w3schools.com/.
Westside guy-
Saving 2.5K adds up fast for sites with heavy traffic. 1,000 hits/day "costs" an extra 2.5 megs of transfer with a heavier page; 1,000,000 hits "costs" 2.5 gigs. For smaller sites you probably wont see as much savings, but it's still a very real business justification for replacing layout tables for CSS.
When you add caching of the external stylesheet across the whole site, the benefit grows even further.
brianellisrules said:
bennetsaysargh said:i want to ask a question, does anyone else here use textedit to make thier html code? i learned it in school, and we used textedit. is there a better free way that could maybe be more powerful? i want to get more advanced in it.
bennetsaysargh said:i want to ask a question, does anyone else here use textedit to make thier html code? i learned it in school, and we used textedit. is there a better free way that could maybe be more powerful? i want to get more advanced in it.