ccs or not to ccs

Discussion in 'HTML & Website Design' started by deezdrama, Apr 1, 2007.

  1. #1
    im designing my first site without css. How soon should i learn css and what are its benefits?
     
    deezdrama, Apr 1, 2007 IP
  2. david.amherst

    david.amherst Guest

    Messages:
    148
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just to let you know, its CSS, not CCS.
     
    david.amherst, Apr 1, 2007 IP
  3. thebookish

    thebookish Peon

    Messages:
    592
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Some of the best places to learn CSS are:
    W3schools
    and
    Htmldog.

    Benefits:
    Faster pages, better looking, easier coded and updated, you'll find the full list anywhere you will learn it in.
     
    thebookish, Apr 1, 2007 IP
  4. ophir.oren

    ophir.oren Peon

    Messages:
    141
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I would recommand learning CSS+XHTML and seperating the design from implementation.
     
    ophir.oren, Apr 1, 2007 IP
  5. Valve-Hosting

    Valve-Hosting Peon

    Messages:
    1,071
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #5

    As no-one has answered the question, I will. CSS makes cleaner pages by seperating the code for the layout from the code for the design. It also makes your pages load quicker and gives you far more control.

    CSS is actually very easy to learn, if you're just starting out you should forget about tables and just learn (x)html with css, it really is quite easy after a while :)
     
    Valve-Hosting, Apr 1, 2007 IP
  6. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #6
    ALWAYS CSS. The only reason I can think of not using CSS-based (vs tables design) is if you have to have a VEEEERY cross-browser solution with liquid layout. Tables just handle this better...
     
    ccoonen, Apr 1, 2007 IP
  7. jawanda

    jawanda Peon

    Messages:
    151
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It is definitely in your best interest to start learning CSS now, it will make your life so much easier as a designer down the road.
     
    jawanda, Apr 1, 2007 IP
  8. deezdrama

    deezdrama Guest

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    thanks guys for the fast responses- the only other question i have is can NVU handle css well? or should i dig out my dreamweaver disk? right now as i am just getting back into web design i actually kinda enjoy NVU as its simple to use and i would otherwise have to relearn dreamweaver all over again as its been years since ive used it- and i cant find my disk which by the way is several years old- thanks in advance
     
    deezdrama, Apr 1, 2007 IP
  9. infoworld

    infoworld Peon

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    NVU should be fine with CSS. CSS is easy to learn - there are tons of great tutorials online that will walk you through the basics.
     
    infoworld, Apr 1, 2007 IP
  10. Tyler Banfield

    Tyler Banfield Well-Known Member

    Messages:
    3,027
    Likes Received:
    173
    Best Answers:
    0
    Trophy Points:
    160
    #10
    If you're looking for a book, go with:

    Head First HTML with CSS & XHTML
     
    Tyler Banfield, Apr 1, 2007 IP
  11. mikemotorcade

    mikemotorcade Peon

    Messages:
    645
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Imagine you've created your site without css. On every page you have code saying what the background image should be and the link color, etc. Now imagine you want to change some of the design. Say changing red links to green links. You would have to go to EVERY SINGLE PAGE and manually change the code. If you have a large site this could take several hours. However, if you hac used css, you could have just one css file that every page references, and then you would just have to change that one css file and all of the other pages would change along with it. Go with css. No matter what. It save many a headache down the road.
     
    mikemotorcade, Apr 2, 2007 IP
  12. deezdrama

    deezdrama Guest

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    so basically css is like using a template? well my first site is pretty much designed already should i just leave it be and use css on my next site or redo my first site?
     
    deezdrama, Apr 2, 2007 IP
  13. mikemotorcade

    mikemotorcade Peon

    Messages:
    645
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Well, sort of.. except css only says what the properties of an element are. Not the layout or stuff like that. Templates do use css.
     
    mikemotorcade, Apr 2, 2007 IP
  14. Valve-Hosting

    Valve-Hosting Peon

    Messages:
    1,071
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Maybe just leave it as it is. It's not worth re-designing sites in CSS, the best thing to do is just tear it down and start again, i'm guessing you wouldn't want to do that. Not learning CSS would be like only having 1st and 2nd gear in a car, ok, you'd be missing out.

    take a look here ;)

    http://www.cssbeauty.com

    Well worth 20 minutes of your time.
     
    Valve-Hosting, Apr 4, 2007 IP
  15. aquasonic

    aquasonic Well-Known Member

    Messages:
    90
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    115
    #15
    As a designer who never bothered to learn CSS... it's bitten me in the butt!

    Now I've established a clear format for ever page in the site, I want to start implementing CSS into the site - but to go through every page will take a lifetime - I really wished I started out using CSS.

    In my opinion - even if it takes you a while to understand how it works, and how to use all the attributes to your advantage - in the long run it will help you out a great deal.

    Learn it if you have the ability - BEFORE you start building some massive site!



    Sonic
     
    aquasonic, Apr 4, 2007 IP
  16. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #16
    There are two sites where it's easy learn CSS with plenty of working examples to take home

    www.mandarindesign.com
    www.alistapart.com
     
    Your Content, Apr 4, 2007 IP
  17. deezdrama

    deezdrama Guest

    Messages:
    132
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    well it seems i will be learning it then- thanks guys for all the advice and links!
     
    deezdrama, Apr 4, 2007 IP
  18. ninjashoes

    ninjashoes Well-Known Member

    Messages:
    1,401
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    138
    #18
    If your using something like Dreamweaver you will pick it up naturally. CSS is web design at this point.
     
    ninjashoes, Apr 4, 2007 IP
  19. slickk

    slickk Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Another advantage of CSS is that it really helps you cut down on the file size of your pages.
     
    slickk, Apr 4, 2007 IP
  20. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #20
    In my opinion, there is no web designing without CSS. You better be learning CSS 2 and XHTML as soon as possible.
     
    designcode, Apr 4, 2007 IP