I want to Learn how to build websites

Discussion in 'HTML & Website Design' started by hadeedg, Aug 24, 2007.

  1. #1
    Hello Im pretty new to this so I want to learn how to build websites...

    I dont know any html or anything so if anyone can help me that would be great.

    Im a fast leaner.

    Im a Visual learner so if there is a video or something that would be great.


    Thanks..
     
    hadeedg, Aug 24, 2007 IP
  2. ::Mike::

    ::Mike:: Peon

    Messages:
    826
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't know many video tutorials on it but best place to learn is at w3schools.com
     
    ::Mike::, Aug 24, 2007 IP
  3. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Please see my postings at: http://forums.digitalpoint.com/showthread.php?t=449436

    James
     
    jamesicus, Aug 24, 2007 IP
  4. Mukund

    Mukund Peon

    Messages:
    118
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you can get to learn about how to build a website...not only a website but a successful website...visit onlinemoneyblog.biz...there are various articles on this topic...and an article specially aimed at newbies...the name of this article is "making money with websites"...i'm too new to provide u with links but you can use this i guess onlinemoneyblog.biz/making_money_with_website.asp
     
    Mukund, Aug 24, 2007 IP
  5. bryandy

    bryandy Peon

    Messages:
    774
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    just try to read up on as much HTML and CSS tutorials as you possibly can :)
     
    bryandy, Aug 24, 2007 IP
  6. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #6
    Do you know how to design at all? The best way to learn is trial by fire. Luckily there are a lot of people here to help you along the way and some tutorials and books out there available to you. Sitepoint has a XHTML/CSS book i'veb een reading that I believe starts from scratch. All the way down to the <html> tags, and what makes it a "tag". PM me if you are interested in reading the book i'll give the name. The first 4 chapters you can download on the internet.
     
    PHPGator, Aug 24, 2007 IP
  7. RoyalSeo

    RoyalSeo Peon

    Messages:
    560
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Just go to www.sitepoint.com and try there ebooks tutorials - really worth it.

    Also try to collect some ebooks from scribd.

    Reading ebooks on this will really help.
     
    RoyalSeo, Aug 24, 2007 IP
  8. sky2high

    sky2high Guest

    Messages:
    72
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Here, learn by doing it. This should give you an idea of what it is.(i hope you're using windows)
    ok open up a new text document and copy the following into it:
    --------------------------------------------------------------------
    <html>
    <head>
    <title>This Is the Title</title>
    </head>
    <body>
    This is the body.
    <p> this is a paragraph (thus the p) </p>
    </body>
    </html>
    --------------------------------------------------------------------
    save the file as "site.html" on your desktop or somewhere you can find it easily. after youved saved it an internet explorer icon should appear with the name "site"
    double click it to view your new beautiful site. if you want me to explain the tags ill do that in another post im not sure how long they're allowed to be.
     
    sky2high, Aug 24, 2007 IP
  9. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Doing what Sky2High said will force the browsers into what's called quirks mode - it's "geek talk" for "buggy error-ridden code" that the browsers have to guess for themselves what you really want to do.

    HTML is a structural markup language that in this day and age has absolutely nothing to do with appearance or functionality (which are the realms of Cascading Style Sheets and JavaScript, respectively). However, HTML does have a somewhat symbiotic relationship with CSS (which is ironically dependent on HTML for its use).

    Not to be haughty or stuck up, but there is no real "best" resource for beginning Web designers yet (since I have yet to launch one of the sites I'm working on) but in the meantime, I strongly suggest you go to your local public library and check out a copy of Build Your Own Web Site the Right Way Using HTML & CSS by Ian Lloyd [sitepoint.com]. You may also want to read Designing With Web Standards, 2nd Edition by Jeffrey Zeldman [zeldman.com] and Don't Make Me Think! A Commonsense Approach to Web Usability, 2nd Edition by Steve Krug [sensible.com] as well. The latter two don't deal with coding (unlike the first book) but instead deal with the need for Web standards (Zeldman) and common sense (Krug). They're both relatively thin (page wise) but jam-packed with content. In fact, Steve's book can be read during a plane flight (or on a train), and both books are written in plain conversational langauge that even my own mother can understand! :)
     
    Dan Schulz, Aug 25, 2007 IP
  10. easterwolf

    easterwolf Well-Known Member

    Messages:
    608
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    108
    #10
    Sent you some info for building sites with HTML & CSS , invaluable information actually, hope it goes to good use.
     
    easterwolf, Aug 25, 2007 IP
  11. tennisplayer89

    tennisplayer89 Peon

    Messages:
    387
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Books are always helpful. Check out the selection at amazon.
     
    tennisplayer89, Aug 26, 2007 IP
  12. jodfran

    jodfran Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I originally learnt from w3schools and then purchased a sitepoint book, which was very useful.

    After which the best way to learn is to explore other different html websites when your thinking about trying something you don't already know about html, dont waste your time learning things you dont need, you will give yourself too much to learn, instead do it bit by bit.

    Cross browser css bug styling is an essential for designing good websites, you'll find most forums will answer the questions you have if you do a search for your html issues on google. :)
     
    jodfran, Aug 27, 2007 IP
  13. kopux

    kopux Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    There are lot of video on the net.watching them.
     
    kopux, Aug 27, 2007 IP
  14. AndyJC

    AndyJC Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Do a web search for Joomla. Most hosting sites will install it for you.
     
    AndyJC, Aug 27, 2007 IP
  15. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Using a content management system (whether Joomla or WordPress or anything else) without knowing how to make a basic Web site just locks you into that platform and restricts you to whatever themes are avaialble.

    And you'll quickly find yourself in way over your head (XHTML, CSS, JavaScript, PHP, MySQL) if you try to change anything.

    Wait to use one of these powerful tools until after you have some experience with (X)HTML and CSS. The books I linked you to will help provide that experience. You'll be glad you did.
     
    Dan Schulz, Aug 27, 2007 IP
  16. Directory_SEO

    Directory_SEO Peon

    Messages:
    202
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I would suggest you start from using tools like dreamweaver, when you drawing tables, making links, DO look at the source code and try to remember it. When you get familiar with it, you can do it in html pad.

    Finally you should learn how to use CMS
     
    Directory_SEO, Aug 27, 2007 IP
  17. twistedspikes

    twistedspikes Notable Member

    Messages:
    5,694
    Likes Received:
    293
    Best Answers:
    0
    Trophy Points:
    280
    #17
    I wouldn't recomend starting doing this. Makes you get into bad habbits.

    Start coding html strict in notepad.
     
    twistedspikes, Aug 27, 2007 IP
  18. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Or any other text editor. I'm currently using Edit+ but win32pad is also a good option. Just bear in mind that the current version of win32pad has a bug in it where pressing Shift+Tab after highlighting something will cause a character to be erased.

    Previous versions are available, and do not suffer from this bug. You can get it for free at www.gena01.com/win32pad
     
    Dan Schulz, Aug 27, 2007 IP
  19. nordsea

    nordsea Peon

    Messages:
    54
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #19
    you may want to visit www dot htmlgoodies dot com
    lots of html basic there too
     
    nordsea, Aug 31, 2007 IP
  20. hadeedg

    hadeedg Banned

    Messages:
    727
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #20
    thank you all very much....
     
    hadeedg, Aug 31, 2007 IP