HTML/XHTML Book?

Discussion in 'Web Programming' started by Pkpkpk, Nov 16, 2010.

HTML/XHTML Book?
  1. Unread #1 - Nov 16, 2010 at 10:06 AM
  2. Pkpkpk
    Joined:
    Apr 30, 2007
    Posts:
    1,155
    Referrals:
    1
    Sythe Gold:
    33

    Pkpkpk Guru
    $25 USD Donor New

    HTML/XHTML Book?

    XHTML is just HTML improved right?

    Anyways, looking for a book to learn, then plan on moving to CSS. If you have experience with any books just let me know. Thanks :)

    Note: Will be learning from scratch and I'd preferably not use online guides - I plan on even buying a netbook to do my programming because I get distracted on my normal computer...
     
  3. Unread #2 - Nov 16, 2010 at 1:42 PM
  4. uzn33dhelp
    Joined:
    May 19, 2008
    Posts:
    458
    Referrals:
    0
    Sythe Gold:
    0

    uzn33dhelp Forum Addict

    HTML/XHTML Book?

    HTML and xHTML are not very different at all:

    Mainly the differences are:
    XHTML elements must be properly nested
    XHTML elements must always be closed
    XHTML elements must be in lowercase
    XHTML documents must have one root element

    This is mainly stuff to do with the syntax of the coding.
    i.e.
    <b><i> This would be bolded / italicized </b></i>
    Would not work in xHTML; you would have to have:
    <b><i> This would be bolded / italicized </i></i>

    So it's really not that different between the two:

    As for books; I cannot currently suggest one, I learned online. However, if you are merely learning basic [x]HTML, any beginners book will do the same thing for you.

    Another thing I heavily suggest is to join online forum communitys to help you with your code.
    There are many MANY avaialable, and this way when you get errors / things don't work out quite right, you have people to turn to, to help you fix it.
     
  5. Unread #3 - Nov 16, 2010 at 5:35 PM
  6. Richh
    Joined:
    Nov 24, 2009
    Posts:
    2,163
    Referrals:
    0
    Sythe Gold:
    27
    Supporting Business Le Penguin Gohan has AIDS

    Richh Beef Supreme
    $300 USD Donor New

    HTML/XHTML Book?

    How much do you already know about building websites?
    If you need to really start from the beginning, I'd suggest an easy book like this
    [​IMG]
    Learning Web Design, a Beginner's Guide to HTML, CSS, Graphics, and Beyond
    it sounds like what your looking for, and you can get it for about $25 on ebay.
     
  7. Unread #4 - Nov 16, 2010 at 5:48 PM
  8. Pkpkpk
    Joined:
    Apr 30, 2007
    Posts:
    1,155
    Referrals:
    1
    Sythe Gold:
    33

    Pkpkpk Guru
    $25 USD Donor New

    HTML/XHTML Book?

    I don't see a difference except that you have two 'i's which I assume was a mistake. :p

    Cool then I guess I'll worry a little less about what book and dive in. And I'll look at some forums, thanks.

    Not much as far as coding, I've made like 5 sites but just installed various programs on them, didn't build anything. I plan on learning CSS afterwards. Cool I'll see about that book. Might even go to library and get a few.
     
  9. Unread #5 - Nov 16, 2010 at 6:11 PM
  10. uzn33dhelp
    Joined:
    May 19, 2008
    Posts:
    458
    Referrals:
    0
    Sythe Gold:
    0

    uzn33dhelp Forum Addict

    HTML/XHTML Book?

    That was a mistake. And therefore the difference could not be seen :p
    The line was mean't to read (on the second)
    <b><i> This would be bolded / italicized </i></b>

    The tags must be nested inside of eachother.
     
  11. Unread #6 - Nov 17, 2010 at 8:55 AM
  12. Pkpkpk
    Joined:
    Apr 30, 2007
    Posts:
    1,155
    Referrals:
    1
    Sythe Gold:
    33

    Pkpkpk Guru
    $25 USD Donor New

    HTML/XHTML Book?

    Well that's fine, I'm used to nesting... from java.
     
  13. Unread #7 - Nov 17, 2010 at 11:37 AM
  14. blahbleh
    Joined:
    Nov 7, 2010
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0

    blahbleh Active Member

    HTML/XHTML Book?

    If you already know HTML, XHTML should not be considered something totally new. However, I don't think it really is all that complicated to buy a book for. How about trying video tutorials if you don't like online guides?
     
  15. Unread #8 - Nov 17, 2010 at 1:10 PM
  16. uzn33dhelp
    Joined:
    May 19, 2008
    Posts:
    458
    Referrals:
    0
    Sythe Gold:
    0

    uzn33dhelp Forum Addict

    HTML/XHTML Book?

    I second that.

    Plus; coding in xHTML is nothing really; I honestly don't look at it as any different: it is simply the "proper" way to do things.

    It's like sometyping a message that looks like this:

    hi im html

    Vs.

    Hi, I'm xHTML.

    But [x]HTML is such a basic language anyways; unless you have the money or feel the need to, online free video / written tutorials are the way to go. When you get into more complicated programming, a published source may be better; however, if you can already code Java, programming languages should come easier as they all are similar in some aspect.
     
  17. Unread #9 - Nov 17, 2010 at 1:35 PM
  18. Pkpkpk
    Joined:
    Apr 30, 2007
    Posts:
    1,155
    Referrals:
    1
    Sythe Gold:
    33

    Pkpkpk Guru
    $25 USD Donor New

    HTML/XHTML Book?

    Cool I'll think about it. The thing is I'm seriously considering going pretty deep in web development. That's why I'm considering actually buying a book, so I can learn with it and reference to it later. I want to be a free lancer in college and/or make my own websites while I'm in school and then later join a team or lead a team. Leading a team would be my dream :]

    Just saying I want to make this more than a hobby, this is what I want to do with my life.
     
  19. Unread #10 - Nov 17, 2010 at 5:11 PM
  20. blahbleh
    Joined:
    Nov 7, 2010
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0

    blahbleh Active Member

    HTML/XHTML Book?

    I am in web development right now and to be honest, I don't have a single book about HTML or XHTML. It is so much faster to just google while on the job instead of looking into reference books especially troubleshooting. Books should be used only for learning at first. For reference? Google is considered most effective.
     
  21. Unread #11 - Nov 17, 2010 at 5:31 PM
  22. Pkpkpk
    Joined:
    Apr 30, 2007
    Posts:
    1,155
    Referrals:
    1
    Sythe Gold:
    33

    Pkpkpk Guru
    $25 USD Donor New

    HTML/XHTML Book?

    I suppose. Still, websites never have everything in order. In books you build on top of everything, rather than jumping around. I hate reading guides and they assume you learned something that you've never even heard before. It's like changing teachers in school, they don't know what you know so its pretty difficult to pick up where you left off. :'(
     
  23. Unread #12 - Nov 17, 2010 at 5:50 PM
  24. blahbleh
    Joined:
    Nov 7, 2010
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0

    blahbleh Active Member

    HTML/XHTML Book?

    That's exactly why I said books should only be good for learning at first, providing you a structured knowledge. Good luck with your studying. :)
     
  25. Unread #13 - Nov 18, 2010 at 8:37 AM
  26. Pkpkpk
    Joined:
    Apr 30, 2007
    Posts:
    1,155
    Referrals:
    1
    Sythe Gold:
    33

    Pkpkpk Guru
    $25 USD Donor New

    HTML/XHTML Book?

    Oh sorry, miss read. Thanks :]
     
  27. Unread #14 - Nov 23, 2010 at 8:49 PM
  28. Pkpkpk
    Joined:
    Apr 30, 2007
    Posts:
    1,155
    Referrals:
    1
    Sythe Gold:
    33

    Pkpkpk Guru
    $25 USD Donor New

    HTML/XHTML Book?

    bought this book: http://www.amazon.com/gp/product/059610197X/ref=oss_product and ALREADY received it before it even said it sent ^o^. Already on page 43, took maybe 30 minutes for the first chapter. Super easy book so far which is a good thing and a bad thing I guess. Good because I'll get through it quick but bad because I think I'll need a second more intense book afterwards, to learn whatever this book fails to teach me. If anyone else has experience with this book let me know. It's 650 pages though which is nice. May finish it in the next week or two... lmao. -.-
     
< Free PHP Programmer, here | [PHP] Simple 'contact' form >

Users viewing this thread
1 guest


 
 
Adblock breaks this site