1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

HTML Validator

Discussion in 'HTML & Website Design' started by Harry9888, Jun 20, 2011.

  1. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #21
    I'm still waiting for you to correct that code so it won't trow up any errors . Also all you displayed is a continuous hate for Microsoft . I don't see any signs of your professionalism , so i'm not just messing with you . I'm slapping you , do your worst :eek:
     
    ApocalypseXL, Jun 29, 2011 IP
  2. KoolDesign2

    KoolDesign2 Peon

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    I will recommend you Microsys. Its such a nice tool for html validator but its paid
     
    KoolDesign2, Jun 29, 2011 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #23
    Oh, there we go. Whenever a 'softie gets proven wrong, he cries that it's all due to "Microsoft hate" rather than facing the facts. Of course, nowhere in this thread do I even mention Microsoft so you have to make things up on your own.
    Making things up is your sign of professionalism? lol.
    You asked for it fool.
    First, you are using the wrong charset meta for HTML5. Second, percentage attributes are invalid for images in HTML5.
    Valid HTML4.01:
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Untitled Document</title>
    </head>
    
    <body>
    <p>
    <img src="http://www.google.com/images/logos/ps_logo2.png" width="100%" height="50%" alt="">
    </p>
    </body>
    </html>
    Code (markup):
    Valid HTML5. Note the image sizes MUST be moved into CSS which is what I was talking about originally before you made your amateur comments.:
    
    <!DOCTYPE HTML>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    
    <body>
    <p>
    <img src="http://www.google.com/images/logos/ps_logo2.png" alt="">
    </p>
    </body>
    </html>
    
    Code (markup):
     
    drhowarddrfine, Jun 29, 2011 IP
  4. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #24
    Oh you're definitely a pro man you've putted the image in a paragraph :rolleyes: and you ignore the fact that all browsers execute that code perfectly :eek: The subject wasn't the fact that W3 validator trows nutty errors the fact that you've downgraded your example to HTML4 just reinforces my point . As for your love of Microsoft it's all over the place in your signature and your posting history . Keep it going man , i enjoy seeing you foam .
     
    ApocalypseXL, Jun 30, 2011 IP
  5. wickram777

    wickram777 Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Search on Google ' Html Escape tool'
     
    wickram777, Jun 30, 2011 IP
  6. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #26
    So that it VALIDATES, noob!
    Cause they work around your error, noob!
    No, it reinforces that you don't know the difference between coding for HTML4.01 and HTML5!
    Again, to reinforce your point, you have to go off-topic crying about my statements of truth and your assumed defense of an incompetent browser as if that matters in this thread. If that's the best you can do, I suggest to everyone to ignore your thoughts and advice since you've proven here you don't know what you're doing.
     
    drhowarddrfine, Jun 30, 2011 IP
  7. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #27
    W3C Validate is great tool to make your site compatible.
     
    creativewebmaster, Jun 30, 2011 IP
  8. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #28
    W3C is great way to make perfect validation.
     
    creativewebmaster, Jun 30, 2011 IP
  9. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #29
    Oh ya man . I always wipe my windshield before starting the engine . I also eat before I tie my shoes . And i need to add a useless bit of code so it freaking validates . Way to go , so in order to have a valid code you need to add an extra instruction . After all this is why we have advanced hardware , so we can execute bloated code.

    Now let me show you a magic trick :
    [​IMG]

    [​IMG]

    It validates without the paragraph tag . MAGIC !!! Either that or you don't know HTML5 . Do you want to further prove your amazing zero knowledge ? Or are you gonna keep trolling while ignoring the facts ?
     
    ApocalypseXL, Jul 2, 2011 IP
  10. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #30
    @ApocalypseXL - After making a total fool of yourself, I'm shocked you would continue to embarrass yourself by coming here and continuing this thread.

    No...wait! I am NOT surprised you would do this to yourself based on your previous posts.
     
    drhowarddrfine, Jul 2, 2011 IP
  11. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #31
    Typical , when you run out of any arguments you resort to trolling . Have a nice day under the bridge .
     
    ApocalypseXL, Jul 4, 2011 IP
  12. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #32
    And that's typical of a Windows user to just copy/paste what I say when you have no argument. That and "Oh you're just a Microsoft hater!" as rebuttal. It's laughable reading posts by Windows users. That's why I come to DP. For entertainment value only.
     
    drhowarddrfine, Jul 4, 2011 IP
  13. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #33
    Now that you've been reduced to the use of insults tell me . What OS do you use ?
     
    ApocalypseXL, Jul 4, 2011 IP
  14. BRUm

    BRUm Well-Known Member

    Messages:
    3,086
    Likes Received:
    61
    Best Answers:
    1
    Trophy Points:
    100
    #34
    Windows is a marvellous OS. It's rather agitating when I see people bashing Windows, especially those on the bandwagon...

    If Windows isn't so great, I doubt the vast majority of the world would use and like using it.

    Whatever Microsoft did, they did it right. Whether they're ethical or not is another argument.
     
    BRUm, Jul 4, 2011 IP
  15. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #35
    When people speak of how "marvelous" Windows is, they're usually talking about the windowing system and not the OS. They're OS is crap. The windowing system is pretty good.
    The vast majority of desktops. Outside of that, Windows is little used to absent.
     
    drhowarddrfine, Jul 4, 2011 IP
  16. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #36
    FreeBSD. We have one CentOS Linux box and one old Windows box that runs XP. The Linux box is used to compile programs for our hosted Linux server. The Windows box is only around cause we use Quickbooks and occasional tests in IE. Other than that, we have 10 boxes all running FreeBSD and we do everything on that.
     
    drhowarddrfine, Jul 4, 2011 IP
  17. Zara Marie

    Zara Marie Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #37
    Is the plug-in available for developers on FireFox, considered as html validator? I forgot the plug-in name but it's also used for SEO. And where is html validtaor used for? How does html validated? I'm just being curious here guys, sorry.
     
    Zara Marie, Jul 4, 2011 IP
  18. som3on3

    som3on3 Active Member

    Messages:
    138
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    63
    #38
    Use validator.w3.org that one is the best
     
    som3on3, Jul 4, 2011 IP
  19. BRUm

    BRUm Well-Known Member

    Messages:
    3,086
    Likes Received:
    61
    Best Answers:
    1
    Trophy Points:
    100
    #39
    Well then they should refer to WIMP/GUI or something, right? Otherwise people may get a different idea. Also, what's with the quoting of marvellous? Why are you pointing out that I spell English and not American-English? Strange. In MENSA do they give talks on how to be pompous? :D

    I think their OS is very good at the moment; I largely refer to XP and Seven (which I use now) as they're the best versions Windows released, along with 98 in my opinion.

    Don't forget laptops, if I'm not mistaken Windows will be mostly used, although Apple have a good few Macs out there.

    Windows not only has the best windowing system, which to average users is just about everything, but also provides a decent environment for specialist users. It's general purpose, that's the product aim.

    Microsoft is a group of business genius mostly. The flaws you're pointing out are simply the lack of interest they have for particular markets. Don't complain about linux being better for compiling for that environment when it's obvious why Windows isn't going to be as good. If you're willing to familiarise yourself with unix based systems that's fine and dandy, but don't judge others for using different tools for different jobs. What do you expect someone to do whose career is the desktop market? He's going to know how to use languages designed for Windows machines. Web Developers using PHP/JS/Java/Python et al who already use Windows have no problems. The question is, where's the incentive? You obviously have different types of clients and therefore different requirements to many of us here.
     
    Last edited: Jul 4, 2011
    BRUm, Jul 4, 2011 IP
  20. ApocalypseXL

    ApocalypseXL Notable Member

    Messages:
    6,095
    Likes Received:
    103
    Best Answers:
    5
    Trophy Points:
    240
    #40
    Ah now i understand why you hate windows so much . You're part of that elite group that thinks it is efficient to spend days and days imputing data rather then automate the process and offer a ergonomic UI . As efficient and formidable BSD is it lacks two simple things : integration and developers with common sense .
     
    ApocalypseXL, Jul 4, 2011 IP