1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Want to learn CSS

Discussion in 'CSS' started by intizam, Sep 27, 2010.

  1. #1
    Dear DP members, I want to learn CSS, I am very thankful if you refer me some good resource to learn it.
     
    intizam, Sep 27, 2010 IP
  2. terrificseo

    terrificseo Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Go to w3schools.com. Definately this is a very good Resource to learn Anything about WEB
     
    terrificseo, Sep 27, 2010 IP
  3. agahmemnon

    agahmemnon Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes w3chools is good site, you can also read css-tricks and alistapart .com
     
    agahmemnon, Sep 28, 2010 IP
  4. danielll007

    danielll007 Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    1. buy a good book (from amazon)
    2. alot of practise.
    3. take a good xhtml professional template and see the code and rebuild it.

    (I did it in the same way)

    my enlish isn't so good but my css knowledge is very good :)

    P.S.
    if you want to be a really professional web designer you have to learn some photoshop
     
    danielll007, Sep 28, 2010 IP
  5. david.rew1164

    david.rew1164 Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    w3schools.com is the best resource. I have learnt the same from there. Read it and if you have any problems you can ask me i would be glad to help you out.

    Thanks
     
    david.rew1164, Sep 30, 2010 IP
  6. obehi

    obehi Member

    Messages:
    62
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #6
    This is what I would do. It might seem like the long way, but you actually learn alot faster and better then when you read a bunch of random tutorials :)

    Read a book first, then read the tutorials to expand your knowledge later.
     
    obehi, Oct 6, 2010 IP
  7. Linkadoodle

    Linkadoodle Guest

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    W3 schools and sams CSS in 24hrs never let me down as a starter
     
    Linkadoodle, Oct 6, 2010 IP
  8. Comienzo

    Comienzo Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I'd purchase a book and follow tutorials on the internet.
    Also rebuilding websites (typing the css and finding out what each line does) would probably help you.
     
    Comienzo, Oct 6, 2010 IP
  9. CSM

    CSM Active Member

    Messages:
    1,047
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    55
    #9
    ... and you need to learn (X)HTML ofcourse. Only valid code is good code.
     
    CSM, Oct 6, 2010 IP
  10. jeffersondaniel

    jeffersondaniel Peon

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    w3schools is the complete tutorial for beginners, it is easy to learn. Not only CSS but also all other web development technologies.
     
    jeffersondaniel, Oct 12, 2010 IP
  11. varsha2010

    varsha2010 Guest

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Hi..

    Today there are so many tutorials are available on internet and it is little bit tricky to select which one is the the.i would prefer w3schools.com will be good for you.There is enough material to learn..
     
    varsha2010, Oct 12, 2010 IP
  12. mike.waresclub

    mike.waresclub Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I also suggest that
     
    mike.waresclub, Oct 12, 2010 IP
  13. Asgeco

    Asgeco Member

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #13
    I suggest you to go to w3school and learn there the basics after that put your new knowledge to practice by trying to code some designs.
     
    Asgeco, Oct 14, 2010 IP
  14. terrificseo

    terrificseo Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Go to w3schools, This is the best source.
     
    terrificseo, Nov 2, 2010 IP
  15. learnwebsitedesigncom

    learnwebsitedesigncom Active Member

    Messages:
    264
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
  16. aishaarora

    aishaarora Member

    Messages:
    262
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #16
    Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document
     
    aishaarora, Nov 17, 2010 IP
  17. ronc0011

    ronc0011 Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    I also found that using an editor like Microsoft Visual Web Developer which is now bundled in Visual Studio is a really good way to learn CSS when used along with a good book. CSS is really pretty simple to get a handle on. The express edition is free and probably the best editor you can find.. The "intella sense" feature is really good for learning something like CSS. It also will validate your code as you type so you always know that you are writing good code.
     
    ronc0011, Nov 17, 2010 IP
  18. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #18
    @ronc0011 - Yeah. Spend $600+ to get an editor to learn CSS. Brilliant suggestion.
     
    drhowarddrfine, Nov 17, 2010 IP
  19. ronc0011

    ronc0011 Peon

    Messages:
    85
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    You can spend $600 if you like. It's OK with me. Personally I like the FREE express edition. Oh, wait, I said that in my original post didn't I. Sorry don't mean to be redundant.

    Visual Studio Express edition is absolutely FREE and is 10 times the editor that anything else out there you can find.
     
    ronc0011, Nov 17, 2010 IP
  20. teamaguilar

    teamaguilar Peon

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #20
    teamaguilar, Nov 21, 2010 IP