1. This forum is in read-only mode.

Need help making websites.

Discussion in 'Computers & Modding' started by XD9999, Jan 22, 2010.

  1. Born2killx

    Born2killx Well-Known Member

    Comparison:

    I used JavaScript in a very simple proof of concept website I wrote a couple months ago.

    I use Java to make my FRC team's robot move and shoot stuff. :p
     
  2. renegadesolja

    renegadesolja Member

    Start by reading lots of books on the topic. Dont just try to learn it by researching online you will not get anywhere. Pick up a good HTML book at the library and open up notepad.
     
  3. Loonylion

    Loonylion Administrator Staff Member

    actually w3schools.com is just as good as a book.
     
  4. TAYLOR2O

    TAYLOR2O Well-Known Member

    Well, there is help given in many places, Youtube is one (not always reliable) and another is by looking it up on google. Once you've learned the basics, but your having trouble, just go to any website and right click, the click "View page source". For most sites this will give you the basic outline of the page. But if you do this, don't forget to change aspects of the page as not to violate copyright laws.
     
  5. Loonylion

    Loonylion Administrator Staff Member

    copying other pages is not a good idea, thats how you pick up bad habits.
     
  6. TAYLOR2O

    TAYLOR2O Well-Known Member

    no, what I'm saying from it is, you might be able to grab some coding that you didn't know
     
  7. Loonylion

    Loonylion Administrator Staff Member

    Yes, and what I'm saying is that code may not be correct. There are rules that properly made websites follow, which govern how your code is written. Code can work without following these rules, but if it doesn't follow them then its usually a bad thing for one reason or another. Copying code is a prime way of learning how not to write code.