navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

what's so special ...

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> what's so special ...
Page: [1]
 
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

(in reply to Eli)
jaybee

 

Posts: 14155
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: what's so special ... - 7/25/2005 6:29:36   
Loads of things.

It reduces page size,
it makes pages more accessible for those using screen readers as they don't get read all the font styles and sizes etc.

and amongst many other advantages, it means that when you want to change a site you alter one line and it changes all your pages.

It is also recommended by W3C and all browsers are heading that way.



Read this

http://www.designer-info.com/Writing/css.htm

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to Eli)
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

(in reply to Eli)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> what's so special ...
Page: [1]
Jump to: 1





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