Sunday, February 17, 2008

Correct way to Web Design

Many web designers have built there web site using CSS (Cascading Style Sheet) and that is the best way and more correct way to built a site. CSS is the major way on how to make a site valid, unless you want to make a plain white unorganized site, than... it's your choice.

CSS makes your site a little more flexible in both views... web designers and the visitors. Visitors don't get a lot of code that could lag up their computers and web designers could only change one thing, and that one change could change one thing on all of the pages.

It is best to save the CSS as an external document... something like design.css and link that as a stylesheet to your web site (<link rel="stylesheet" href="Scripts/design.css" />). That would make it easier to change the CSS once, instead of going from page to page until you finish... a site could be a thousand pages long, and not only that, it can grow.

2 comments:

Anonymous said...

"Visitors don't get a lot of code that could lag up their computers".... code doesnt slow down the loading process, slow servers and large images do.

"CSS is the major way on how to make a site valid"... what are you talking about? Honestly, what ARE you talking about?

"Many web designers have built there web site using CSS (Cascading Style Sheet) and that is the best way and more correct way to built a site."... not true. Many web designers built their sites with tables and implemented CSS. They are now building their sites based on CSS. Do you even know why that is?

Stop blogging. You're an embarrassment to web designers. Thanks.

Bogey said...

Honestly, are you certain that you even know what you are talking about? For who you make yourself to be, you seem to be narrow sighted and basing your knowledge strictly on your opinions, that are flawed in so many ways.

"Many web designers have built there web site using CSS (Cascading Style Sheet) and that is the best way and more correct way to built a site."

Not true? You yourself have proven this by saying "Many web designers built their sites with tables and implemented CSS.". Did I say, CSS alone? I said using CSS.