[Basic]Guide to HTML and WebPage editing![Basic]

Discussion in 'Archives' started by PiratedMovies, Dec 31, 2008.

[Basic]Guide to HTML and WebPage editing![Basic]
  1. Unread #1 - Dec 31, 2008 at 6:33 PM
  2. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]Guide to HTML and WebPage editing![Basic]

    Removed.
    Please delete this topic.
     
  3. Unread #2 - Dec 31, 2008 at 6:51 PM
  4. Scar Newbie v1
    Joined:
    Jan 21, 2007
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    Scar Newbie v1 Member

    [Basic]Guide to HTML and WebPage editing![Basic]

    Title tags should be inside the head tags. Close head tags before you open body tags. eg.

    Code:
    <html>
    <head> <title> Title Text </title> </head>
    <body>
    <p>whatever crap you want in your page </p>
    </body>
    </html>
    
     
  5. Unread #3 - Dec 31, 2008 at 6:59 PM
  6. EnlightenMe
    Joined:
    Jun 18, 2008
    Posts:
    877
    Referrals:
    1
    Sythe Gold:
    0

    EnlightenMe The Swimmer
    Banned

    [Basic]Guide to HTML and WebPage editing![Basic]

    This is too short to make a whole guide post using it.

    I would finish before you post it. I usually do mine in Notepad.

    1/10
     
  7. Unread #4 - Dec 31, 2008 at 7:06 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

    [Basic]Guide to HTML and WebPage editing![Basic]

    No matter what you post after that, that is if you do not edit what is there I will give you a .1/10.

    It seems to me that you do not understand HTML at all. I would not waste my time finishing your guide if I were you. Concentrate on things that you know more about. But if you really want to do an HTML guide, at least do XHTML.
     
  9. Unread #5 - Dec 31, 2008 at 7:19 PM
  10. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]Guide to HTML and WebPage editing![Basic]

    Well, At least is constructive criticism
    Except you sir, Don't know what your talking about
    what you basically told me to do is just orginizational, And has no actuall known affect, I've taken many HTML classes, so don't tell me i dont know it.
     
  11. Unread #6 - Dec 31, 2008 at 7:55 PM
  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

    [Basic]Guide to HTML and WebPage editing![Basic]

    I know what I am talking about. The information in this guide is wrong, and you do not explain it well.

    The organization of it makes it wrong. The correct way to do it is with XHTML, which you are not doing which makes it wrong. This works because browsers still support it so old sites will work, but it is still wrong.
     
  13. Unread #7 - Dec 31, 2008 at 8:22 PM
  14. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]Guide to HTML and WebPage editing![Basic]

    Incorrect, This is a HTML tutorial idiot.
    If it was called XHTML guide, then i wouldn't be arguing, but it's not, kthx.
     
  15. Unread #8 - Dec 31, 2008 at 8:35 PM
  16. Burden
    Joined:
    Dec 30, 2008
    Posts:
    894
    Referrals:
    0
    Sythe Gold:
    0

    Burden Apprentice
    Banned

    [Basic]Guide to HTML and WebPage editing![Basic]

    XHTML is supported by (almost?)every browser, and not all support only HTML, so in some browsers this WOULD be incorrect.



    Try adding at least some XHTML.


    And maybe frames, tables, etc.
     
  17. Unread #9 - Dec 31, 2008 at 8:52 PM
  18. 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

    [Basic]Guide to HTML and WebPage editing![Basic]

    XHTML is supported by all major browsers, and has been the HTML standard for 9 years now. It was released in 2000, so its basically 9 years.

    Frames should never be used as there are much better alternatives now. They are crap and are annoying as shit.

    Tables are a good step, only if they are used correctly with XHTML and are used only for data in tables only.
     
  19. Unread #10 - Dec 31, 2008 at 9:09 PM
  20. Farcast
    Joined:
    Nov 3, 2008
    Posts:
    11,754
    Referrals:
    75
    Sythe Gold:
    499
    Steam Account Verifier Sythe's 10th Anniversary Community Participant

    Farcast Lord
    Retired Global Moderator Zombie $50 USD Donor

    [Basic]Guide to HTML and WebPage editing![Basic]

    Well, as far as writing a basic guide goes, I think that you did a decent job.

    I say this because using the information given in this guide you could probably write a basic HTML based page.

    I think that you did a good job covering tags, but as far as the structure for a guide it was a little bland and lacking. Incorporating colors and pictures to enhance your guide is never a bad idea.

    Definitely not a bad job though.

    6/10
     
  21. Unread #11 - Jan 1, 2009 at 2:52 AM
  22. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    [Basic]Guide to HTML and WebPage editing![Basic]

    I'd suggest you be quite in order to stop yourself looking like such a fool, you are wrong, he is correct, you do not understand even basic HTML, your "classes" have taught you incorrect ways of creating websites.

    You have left many basics out, and they are not "organisational" as you say.

    Hell, there are already tuts written by me on this subject:
    http://sythe.org/showthread.php?t=397393
    http://sythe.org/showthread.php?t=397402
    http://sythe.org/showthread.php?t=398112
    http://sythe.org/showthread.php?t=473222
     
  23. Unread #12 - Jan 1, 2009 at 4:56 AM
  24. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]Guide to HTML and WebPage editing![Basic]

    ... Answer me this
    Does this code create/edit the webpage?
    Yes.
    And it is indeed HTML Codes.
    So if your going to flame
    gtfo assholes.


    And since no one here has the brains to tell
    Stop talking about XHTML
    i dont give a fuck about that, This is not a XHTML tutorial... I dont care how most browsers support it, This is old and bland HTML, Without XHTML
    Okay?
    So gtfo off the thread.




    And to the idiot above me that said


    All those guides are to xHTML you dumbass.
    Don't come onto my thread and call me an idiot when you dont even know that this is HTML not xHTML.
    I'd really like if somone with half of a productive brain would come on here and tell these smartasses the fact that this guide is to HTML, And is indeed correct, And their guides are to xHtml
     
  25. Unread #13 - Jan 1, 2009 at 5:39 AM
  26. Burden
    Joined:
    Dec 30, 2008
    Posts:
    894
    Referrals:
    0
    Sythe Gold:
    0

    Burden Apprentice
    Banned

    [Basic]Guide to HTML and WebPage editing![Basic]

    I love how you want UE rank and in the same thread you say that you managed to flame every user who posted, only trying to help you.
     
  27. Unread #14 - Jan 1, 2009 at 8:29 AM
  28. 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

    [Basic]Guide to HTML and WebPage editing![Basic]

    Even as HTML, the code is still wrong. The proper way to do the basic make of a website is how Scar Noob dude said. I will say again, XHTML is HTML except the latest version of it, and they decided to change the name.

    I would also like to inform you TDD is a expert web designer, most likely the best one on this site, so arguing with him about web design is not very smart.
     
  29. Unread #15 - Jan 1, 2009 at 8:38 AM
  30. Kyouki
    Joined:
    Dec 28, 2008
    Posts:
    33
    Referrals:
    1
    Sythe Gold:
    0

    Kyouki Member
    Banned

    [Basic]Guide to HTML and WebPage editing![Basic]

    HTML take 1 week to learn..MAX
     
  31. Unread #16 - Jan 1, 2009 at 10:07 AM
  32. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]Guide to HTML and WebPage editing![Basic]

    Nice spam.
    Although i'm not flaming anyone.
    i'm telling them how it is
    nothing is worse then people coming to your guide giving other users false information?


    What isn't smart, is him telling me wrong, an then saying the stupidest thing i've heard on this forum.
    This is html
    not xHtml
    so get off my nuts guys? Kay? Go post a tut to xhtml and quit your bitching.
     
  33. Unread #17 - Jan 1, 2009 at 8:02 PM
  34. TDD
    Joined:
    Nov 20, 2005
    Posts:
    3,191
    Referrals:
    2
    Sythe Gold:
    0

    TDD Web Design Expert
    Do Not Trade

    [Basic]Guide to HTML and WebPage editing![Basic]

    It BARELY created a webpage - using the bug-fixing error-catching browser fixes to your shit-cake of a code.

    Yes, it is HTML, but is it correct? NO! Why? Because you didn't add in required code. Is it standards-compliant? No!

    xHTML deprecates HTML, so it is the better choice to learn, obviously it isn't an xHTML tutorial, but i'd hardly call it a HTML tutorial either, more of a "This-is-what-not-to-do" tutorial.


    I'm the dumbass? My guides DEPRECATED yours, meaning yours is useless since better guides already exist. I know what HTML is, and the differences between xHTML and HTML are really minute, so if you learn xHTML, you're essentially learning HTML.

    And no, your guide is NOT correct, you didn't even specify the doctype - which YES, YOU HAVE to specify as correct standards.

    Actually, you're wrong there sorry, xHTML is formatted XML-HTML, it has more strict requirements then HTML, as it is XML-based, HTML and xHTML are seperate, HTML is far more leniant in fuck-ups then xHTML, even if the differences are minute, they are still there, you can learn xHTML and create HTML, but you cannot learn HTML and do xHTML.

    I laughed. Learning the tags might be easy, but learning how and when to use the correct tags for their purposes, correct web standards for creating the pages, cross-browser bugs to avoid, and many more things that are needed for successful web-page creation does not take 1 week to learn.

    I'm correcting your false information - or lack-of-correct-information, whichever way you want to take it.

    You are wrong, shall I correct your entire tutorial into what it should be to prove so?
     
  35. Unread #18 - Jan 1, 2009 at 9:00 PM
  36. 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

    [Basic]Guide to HTML and WebPage editing![Basic]

    Well, XHTML is basically the most up to date version of HTML. I did not mean to say that if you learn HTML you can do XHTML. As I see on wikipedia they are different in many ways, but to the average person making crappy websites, who cares how it works, as long as they comply to XHTML which is very similar to HTML is the way it looks. GOSH. :/
     
  37. Unread #19 - Jan 2, 2009 at 12:26 AM
  38. PiratedMovies
    Joined:
    Dec 26, 2008
    Posts:
    29
    Referrals:
    0
    Sythe Gold:
    0

    PiratedMovies Member

    [Basic]Guide to HTML and WebPage editing![Basic]

    Alright guys :D
    Was in a shitty mood the past few days
    Your correct, i guess my classes fail =.= as they tought me to do it like this.
     
< Buying mager or ranger. | selling range\mage starter with 75 fishing! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site