how to make website from start to finnish?

Discussion in 'Web Programming' started by phonebox, Jul 28, 2008.

how to make website from start to finnish?
  1. Unread #1 - Jul 28, 2008 at 7:42 AM
  2. phonebox
    Referrals:
    0

    phonebox Guest

    how to make website from start to finnish?

    hi, i want to make a website from start to finnish.. absolutley free like from a clean computer to a completly webiste so other ppls can viewing it.. is this possibel at all? i would be so gracefull if u would tell, im a such a noob but everyone have to start somewhere:nuts: thx!
     
  3. Unread #2 - Jul 28, 2008 at 8:15 AM
  4. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    how to make website from start to finnish?

    WTF? Do you know HTML?
     
  5. Unread #3 - Jul 28, 2008 at 8:41 AM
  6. phonebox
    Referrals:
    0

    phonebox Guest

    how to make website from start to finnish?

    no i don't! from a clean comp to a website that all can view.. and i dont have any experience for html etc
     
  7. Unread #4 - Jul 28, 2008 at 12:27 PM
  8. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    how to make website from start to finnish?

  9. Unread #5 - Jul 30, 2008 at 10:12 AM
  10. night
    Joined:
    Apr 21, 2005
    Posts:
    60
    Referrals:
    1
    Sythe Gold:
    5

    night Member
    Banned

    how to make website from start to finnish?

    here ill get you started:

    Code:
    <html>
    .
    .
    .
    .
    </html>
    
     
  11. Unread #6 - Jul 30, 2008 at 10:31 AM
  12. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    how to make website from start to finnish?

    that was not helpful at all. :/
     
  13. Unread #7 - Jul 30, 2008 at 6:31 PM
  14. 0017513060
    Joined:
    Mar 9, 2007
    Posts:
    413
    Referrals:
    0
    Sythe Gold:
    0

    0017513060 Forum Addict

    how to make website from start to finnish?

    well if ur lazy u can use a web based editor where you dont have to deal with any code. try free webs
     
  15. Unread #8 - Jul 30, 2008 at 9:20 PM
  16. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    how to make website from start to finnish?

    Please don't tell people that. Coding it yourself is soooo easy. :(
     
  17. Unread #9 - Aug 9, 2008 at 11:56 AM
  18. jameslindsay
    Referrals:
    0

    jameslindsay Guest

    how to make website from start to finnish?

    I'm with SuF.

    It took me under 6 months to learn HTML fluently, and then another 8 to learn CSS. Honestly; it's not that hard!

    Before you get dragged into using free web editors and hosts like freewebs, read up on HTML. You never know; it might be the best thing you ever do. When I was younger, I learned it, and now I'm earning £9.80+ p/h as a freelance creative designer.

    If you're really serious, get stuck in! :)
     
  19. Unread #10 - Aug 23, 2008 at 8:08 PM
  20. Black Fire
    Joined:
    Sep 29, 2007
    Posts:
    102
    Referrals:
    0
    Sythe Gold:
    0

    Black Fire Active Member
    Banned

    how to make website from start to finnish?

    Depends on what you mean by making a website from start to finish; if you're planning on having dynamic content, you'll need to learn PHP too. If you're just planning on making a website for a clan or something, you're better off paying a freelancer to make something for you, rather than spending a few months learning the necessary programmming/markup languages.
     
  21. Unread #11 - Aug 24, 2008 at 11:21 AM
  22. tomanderson12
    Joined:
    Jan 21, 2008
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    tomanderson12 Member

    how to make website from start to finnish?

    I really dont understand what you meant by Clean Computer but like SuF said follow HTML Guides and please dont use Web Based Editors its lazy and you still dont really understand what it is that your doing your just clicking buttons.

    I learnt HTML fluently in around 2-3 months CSS at the same time but not brilliant with CSS although I do know alot about it, and im still learning PHP but I can and have made login scripts, registration scripts etc.

    If you need any help PM me and il try help you the best I can
     
  23. Unread #12 - Aug 28, 2008 at 10:17 PM
  24. Supah Fly
    Joined:
    Aug 22, 2007
    Posts:
    202
    Referrals:
    1
    Sythe Gold:
    0

    Supah Fly Active Member
    Banned

    how to make website from start to finnish?

    HTML:
    <html>
    <head>
    <title>My website</title>
    </head>
    <body>
    <table><tr><td>Yay my first table...</td></tr></table>
    <p>Yay my first paragraph...</p>
    <img src="http://www.google.com/intl/en_ALL/images/logo.gif" border=0 />
    <a href="index.html">Yay my first link (TO MY HOMEPAGE)</a>
    </body>
    </html>
    put that code in an html document and i guess your started D:

    w3schools is very helpful, although I didnt learn from there.
     
  25. Unread #13 - Aug 30, 2008 at 5:01 PM
  26. skatetopia
    Joined:
    Aug 29, 2008
    Posts:
    287
    Referrals:
    1
    Sythe Gold:
    0

    skatetopia Forum Addict
    Banned

    how to make website from start to finnish?

    Go to w3 schools and read up on html and css and then take the test they have there. If your this lazy and want to be spoon fed you won't get any were with html/website making.
     
< Web Layouts | Html , Css Template , help. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site