Results 1 to 6 of 6

Thread: Want to know more about CSS

  1. #1
    Praneet's Avatar

    ZeroPaid Regular

    Join Date
    Sep 2010
    Location
    India
    Posts
    14

    Exclamation Want to know more about CSS

    CSS is new for me, I am good at C and C++;
    now I want to know about CSS, I think its a language for creating a web page, If its right then tell me the perfect software to script the CSS codes in. I meaned as C++programms can be created in tubo tcc. like that where to use CSS.

  2. #2
    Drew Wilson's Avatar

    AKA IceCube

    Join Date
    Dec 2007
    Location
    Igloo Country?
    Posts
    9,663
    There's not much to CSS AFAIK compared to a language like C++. It's basically a script that pretties up HTML. I'd recommend a guide (I've used CSS Dog to help me get the basics) online that makes sense and gradually build up your skills. Notepad is typically sufficient. Just use your browser to preview it after. If you have to have a program that will help you along, then maybe Dreamweaver or an open source equivalent. Though know that programs like that almost encourage you to just hit a few buttons to it spits the code out for you. Try and let the program spit the code out piece by piece and dissect what makes it tick so you can replicate that in a coder view or simply notepad.

  3. #3
    Praneet's Avatar

    ZeroPaid Regular

    Join Date
    Sep 2010
    Location
    India
    Posts
    14
    I am thinking to refer dreamweaver.
    well one more question, Is web page created with CSS will be perfect or with other lang?

  4. #4
    carpefile's Avatar

    Chronic

    Join Date
    Aug 2003
    Location
    Omnipresent
    Posts
    1,414
    CSS is more for a website with multiple pages. It (the Cascade Style Sheet) simply allows you to make uniform changes in one place that affect every page on the site, in terms of formatting, color schemes, font, etc.
    Nobody can start over and make a new beginning, but anyone can start today and make a new ending.

  5. #5
    HelenaP's Avatar

    go luath.. céanna go luat

    Join Date
    Jun 2007
    Location
    An bealach fada chun an bhaile
    Posts
    6,091
    Dreamweaver will do it, but if you want to LEARN CSS, the best way is...you guessed it. Notepad.

    CSS is fun and a hell of a lot easier than any other programming language.

    Let me know if you need some outstanding links (CSS Zen Garden is one of my favorites. The Mezoblue section in particularly) plus I can link you up with my mentor, Andrew Brundle. He's the man. He started out on CSS Zen Garden and he is self taught..

    The most Beautiful thing we can experience is the mysterious.
    It is the source of all true art and science.
    ~ Albert E.


  6. #6
    Praneet's Avatar

    ZeroPaid Regular

    Join Date
    Sep 2010
    Location
    India
    Posts
    14
    Actually I am wishing to download some e-books of learning CSS and some other web designing languages.
    ____________________________
    Because for a Racer, A Story is There.
    No matter how powerful your car is, The matter is how you drive to win.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •