A beginner that needs guidance...

Discussion in 'HTML & Website Design' started by Howii, Jan 28, 2007.

  1. #1
    I'm completely new to making websites. Could anyone guide me on anything beginner friendly to learn?
     
    Howii, Jan 28, 2007 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Hmm, I first I would just start dissecting HTML or xHTML - Figure out what each tag does. Then move on to how CSS can manipulate the HTML. Then move on to how ServerSide languages can manipulate html on the fly.
     
    ccoonen, Jan 28, 2007 IP
  3. PureLuckk

    PureLuckk Peon

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ccoonen is 100% correct. However, don't just look at learning HTML/XHTML/CSS...but look into learning and following "Web Standards", it's takes the same learning curve but you will be learning for the future of the web and not what was accepted last decade :).

    webstandards.org
     
    PureLuckk, Jan 28, 2007 IP
  4. pbmods

    pbmods Guest

    Messages:
    18
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    My personal favorite is here:
    http://w3schools.com/html/html_intro.asp

    Start learning how to code HTML; once you've got your first site working, validate it at the W3C validator page:
    http://validator.w3.org/

    The validator makes it easy to see where your page meets (and fails to meet) web standards.

    Finally, once you're comfortable writing standards-compliant HTML, make the switch over to XHTML. XHTML is basically a stricter, cleaner version of HTML.
    http://w3schools.com/xhtml/xhtml_intro.asp
     
    pbmods, Jan 28, 2007 IP
  5. branduin

    branduin Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    This is a very cool site about CSS that I have been hoping to learn about:

    http://www.csszengarden.com

    Do you have a program you will be using to make the sites or will you be coding by hand?
     
    branduin, Jan 28, 2007 IP
  6. LeetPCUser

    LeetPCUser Peon

    Messages:
    711
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I would definitely learn HTML first. What I did was used a WYSIWYG like Macromedia Dreamweaver when I started. Then, I looked at the code and figured out what it did by playing around and changing the code. Also, I used forums for all of my small questions about the parts of the code I didn't understand.
     
    LeetPCUser, Jan 29, 2007 IP
  7. oliverbowen

    oliverbowen Well-Known Member

    Messages:
    326
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    110
    #7
    What are you trying to learn to make websites for? Are you going to sell them, or are you trying to make a website for a product you have created? Or a landing page or medium level between traffic and some affiliate program you have chosen.

    These things would help answer your question.

    Oliver
     
    oliverbowen, Jan 29, 2007 IP