|
| |
|
|
Eli
Posts: 2658 From: ... er ... Status: offline
|
what's so special ... - 7/25/2005 6:15:14
ok - so I'm not up on CSS. To be honest I haven't even dared to investigate it and probably won't until I have a LARGE break in my schedule. But I AM wondering .. what's so special about CSS?
_____________________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning
|
|
|
|
Tailslide
Posts: 6036 Joined: 5/10/2005 From: Out here on the raggedy edge Status: online
|
RE: what's so special ... - 7/25/2005 6:28:40
oh god where to start! It removes a huge chunk of code from your average HTML page thus speeding up downloading and taking up less space on the web server. It means that you can make a single change in an external stylesheet which will apply globally throughout your site - no more going page to page to change the colour of headings etc. You can make the site much more accessible by using CSS to lay the site out rather than tables. You can have your page content first in the code so that text readers get it quickly but you can position navigation first on the visual page. You can put images (header backgrounds for instance) into the CSS rather than into the HTML and they are only called once when the CSS is first downloaded rather than every time a new page opens with that header. Basically sites can be lighter-weight, faster, more accessible, easier to change. That said it's also easy to use CSS incorrectly and have sites that are just as slow, heavy or inaccessible as some table-layout, hard-coded styled sites. The downside of CSS is that it can take some fiddling to get sites looking the same across different browsers - generally though the problems you run into are the same ones and you learn how to get round them. I'm not overestimating it by saying that a combination of learning CSS and PHP includes has changed my working life beyond belief.
_____________________________
"My strategy is so simple an idiot could have devised it" Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project
|
|
|
|
dpf
Posts: 7121 Joined: 11/12/2003 From: India-napolis Status: offline
|
RE: what's so special ... - 7/25/2005 10:03:33
quote:
To be honest I haven't even dared to investigate it and it isnt an "all or nothing" thing - you can start slow - using css to control font and H1 etc tags accross all pages while staying with tables for layout as "phase 1"
_____________________________
Dan
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|