Results 1 to 5 of 5

Thread: what to learn

  1. #1
    New Registered User jakelong00's Avatar
    Join Date
    Jul 2012
    Posts
    5

    Default what to learn 30 Jul 2012 @ 13.46

    i am a student and want to build a website as a project. as any beginner i immediately searched Google for some web development tutorials only to be stunned by a plethora of them and now i don't even know what to learn to make my website. i know that HTML's kind of a must but what else to learn - css,js,ajax,php??
    can anyone help me out?
    Last edited by jakelong00; 30 Jul 2012 at @ 13.53.
      Reply With Quote

  2. #2
    Administrator Frinkky's Avatar
    Join Date
    Dec 2008
    Posts
    1,817
    Blog Entries
    1

    Default 30 Jul 2012 @ 14.21

    HTML & CSS is a must to begin with. Learn it properly from the get go and ignore other things that'll sidetrack you (js, css3 etc). Everything else you can worry about later when you're comfortable and proficient.

    Tools you'll need to familiarise yourself with are Chrome's Dev tools, Firefox's Dev tools, IE9's dev tools (plus it's pretty accurate for testing IE7 and IE8 compatibility). Maybe Opera and Safari too - but Chrome should suffice to begin with.

    To begin with you should learn to write proper, valid, html & css. There are a couple of tools:

    The W3C Markup Validation Service
    The W3C CSS Validation Service

    Tools like this are not always 100% accurate - but can really help troubleshoot issues when something isn't behaving like you'd expect. As you get better acquainted with html/css, you will learn what 'errors' you can (or even should) ignore but to begin with it's probably safer to stick with the rules

    As for tutorials, I've heard of the following, but couldn't give a personal recommendation as I've not used them:
    HTML and CSS Tutorials, References, and Articles | HTML Dog
    Webmonkey - The Web Developer's Resource | Wired.com
    Free tutorials on HTML, CSS and PHP - Build your own website - HTML.net

    I read that w3schools should be avoided as some of their info is just wrong (mainly from these guys: W3Fools). I'm not sure if that is relevant any more, but best to err on the side of caution unless others are prepared to vouch for them.

    Lastly, if you encounter any specific problems and/or need constructive feedback and advice, just holler :D

    Edit: And one last bit of advice - have a goal or project in mind. This should help you structure your learning and give you something with a definitive start and end point to work towards, then get feedback and rework or start a new project from there - practice, practice, practice!
      Reply With Quote

  3. #3
    Member Jacob's Avatar
    Join Date
    Feb 2009
    Posts
    247

    Default 2 Aug 2012 @ 23.38

    Then I say come on the forum and ask away! There are some really helpfull people here - I have often been taken back by the support I have received

    I personaly find the process of constructing questions on aspects you are not quite sure about actual goes part of the way to answering them. Many times I have started a post and by the end of writting it, it became apparent what I was doing wrong e.t.c. Now I sometimes start writing a post just so as to try and make sense of the jumble in my head, if I am still not sure, I post ha ha.
      Reply With Quote

  4. #4
    New Registered User jakelong00's Avatar
    Join Date
    Jul 2012
    Posts
    5

    Default 5 Aug 2012 @ 12.25

    where to go after html and css??
      Reply With Quote

  5. #5
    Senior Member Mike Hopley's Avatar
    Join Date
    Jul 2009
    Posts
    671

    Default 5 Aug 2012 @ 15.11

    quote
    where to go after html and css??
    Originally Posted by jakelong00 View Post
    The obvious directions would be javascript or PHP.

    I've usually learned stuff because I had a practical need for it -- but then, I'm a business owner with a website, not a professional web dev. As Jon said, having a project can help; my website makes the choices for me.
      Reply With Quote

Tags for this Thread

Posting Permissions

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