The Daily WTF: Curious Perversions in Information Technology
Welcome to TDWTF Forums Sign in | Join | Help
in Search

HTML 4, WC3 validated

Last post 06-09-2008 7:43 AM by BertBert. 25 replies.
Page 1 of 1 (26 items)
Sort Posts: Previous Next
  • 06-07-2008 3:52 AM

    HTML 4, WC3 validated

    Hehe, check this out. They proudly included an HTML4 icon on their site.  Just, that the whole site is pretty much done in Flash ...

    http://www.prl.eu.com/ 

  • 06-07-2008 5:06 AM In reply to

    Re: HTML 4, WC3 validated

    Of course, the extra irony is that the site doesn't actually validate.
    ╩юфют√ь ёЄЁрэшЎрь яюЁр эр яхэёш■.

    Visit #TDWTF @ SlashNET - the semi-official WTF IRC channel.
  • 06-07-2008 12:18 PM In reply to

    • dtech
    • Top 75 Contributor
    • Joined on 11-13-2007
    • Utrecht, Netherlands
    • Posts 322

    Re: HTML 4, WC3 validated

    Spectre:
    Of course, the extra irony is that the site doesn't actually validate.
     

    Indeed, that weas the first thing I checked too.

    Of course, there is no valid HTML way of putting flash in a page. (while still maintaining automatic updates for people who don't have it or have an outdated version)

    Writing is with JS pulls your page trough the validator, but thats first class cheating. 

  • 06-07-2008 12:38 PM In reply to

    Re: HTML 4, WC3 validated

    dtech:

    Of course, there is no valid HTML way of putting flash in a page. (while still maintaining automatic updates for people who don't have it or have an outdated version)

    Maybe, but why do that? If you want to upgrade Flash, go to Adobe's site. Personally, I loathe the idea of, say, a flash ad "conveniently" downloading an update behind my back.
    ╩юфют√ь ёЄЁрэшЎрь яюЁр эр яхэёш■.

    Visit #TDWTF @ SlashNET - the semi-official WTF IRC channel.
    Filed under: , ,
  • 06-07-2008 1:02 PM In reply to

    • tchize
    • Top 200 Contributor
    • Joined on 07-26-2006
    • Belgium
    • Posts 133

    Re: HTML 4, WC3 validated

    dtech:

    Of course, there is no valid HTML way of putting flash in a page. (while still maintaining automatic updates for people who don't have it or have an outdated version)

    Writing is with JS pulls your page trough the validator, but thats first class cheating. 

     

    Maybe am wrong, but isn't the <object> tag supposed to be used for embedding flash?

  • 06-07-2008 3:10 PM In reply to

    • dtech
    • Top 75 Contributor
    • Joined on 11-13-2007
    • Utrecht, Netherlands
    • Posts 322

    Re: HTML 4, WC3 validated

    tchize:

    dtech:

    Of course, there is no valid HTML way of putting flash in a page. (while still maintaining automatic updates for people who don't have it or have an outdated version)

    Writing is with JS pulls your page trough the validator, but thats first class cheating. 

     

    Maybe am wrong, but isn't the <object> tag supposed to be used for embedding flash?

     

    It is. But <embed> is most commonly used. Its also the only way to make sure you're users have a supporting version of the plugin. 

  • 06-07-2008 3:13 PM In reply to

    • dtech
    • Top 75 Contributor
    • Joined on 11-13-2007
    • Utrecht, Netherlands
    • Posts 322

    Re: HTML 4, WC3 validated

    Spectre:
    dtech:

    Of course, there is no valid HTML way of putting flash in a page. (while still maintaining automatic updates for people who don't have it or have an outdated version)

    Maybe, but why do that? If you want to upgrade Flash, go to Adobe's site. Personally, I loathe the idea of, say, a flash ad "conveniently" downloading an update behind my back.
     

     Most users don't even know Adobe makes Flash. Nothing is being done behind your back. You get a simple dialog that notifies you that a more recent version is available and if you want to download it.

    If you i.e. want to put HD-flash-video on your site the user needs a very recent version. By providing that version as a minimum you prevent your users from getting a non working player. 

  • 06-07-2008 3:25 PM In reply to

    Re: HTML 4, WC3 validated

    Spectre:
    Of course, the extra irony is that the site doesn't actually validate.
    A couple of years ago someone checked 400 websites run by W3C members and found that only 5% were fully W3C compiant.  The most common issue was using features that are specific to Microsoft Internet Explorer.

     

     

    Filed under:
  • 06-07-2008 3:46 PM In reply to

    • MHolt
    • Not Ranked
    • Joined on 06-07-2008
    • Posts 10

    Re: HTML 4, WC3 validated

    dtech:

    Most users don't even know Adobe makes Flash. Nothing is being done behind your back. You get a simple dialog that notifies you that a more recent version is available and if you want to download it.

    If you i.e. want to put HD-flash-video on your site the user needs a very recent version. By providing that version as a minimum you prevent your users from getting a non working player. 

     

    Except for the websites that "require" a new version of Flash, that hasn't say, been released for Linux. Thus rendering their page useless. 

  • 06-07-2008 4:17 PM In reply to

    • dtech
    • Top 75 Contributor
    • Joined on 11-13-2007
    • Utrecht, Netherlands
    • Posts 322

    Re: HTML 4, WC3 validated

    MHolt:

    Except for the websites that "require" a new version of Flash, that hasn't say, been released for Linux. Thus rendering their page useless. 

     

    afaik the latest flash 9 has been released for linux. What is your problem? 

  • 06-07-2008 4:23 PM In reply to

    • MHolt
    • Not Ranked
    • Joined on 06-07-2008
    • Posts 10

    Re: HTML 4, WC3 validated

    dtech:

    afaik the latest flash 9 has been released for linux. What is your problem?

    Well then there is no problem... Now... But there was, and there will again 

  • 06-07-2008 4:40 PM In reply to

    Re: HTML 4, WC3 validated

    MHolt:

    dtech:

    afaik the latest flash 9 has been released for linux. What is your problem?

    Well then there is no problem... Now... But there was, and there will again 

    Then you should use Windows or OS X.  Or just avoid those sites altogether. 

    < pstorer> Bans don't mean shit on the forum. It's like being on the Sex Offender List. You can still entice kids into your van with candy.

    Want more? Go the IRC channel #TDWTFMafia on irc.slashnet.org.
  • 06-07-2008 6:36 PM In reply to

    Re: HTML 4, WC3 validated

     

    dtech:

    MHolt:

    Except for the websites that "require" a new version of Flash, that hasn't say, been released for Linux. Thus rendering their page useless. 

     

    afaik the latest flash 9 has been released for linux. What is your problem? 

    It still doesn't run on my Wii or PS3.

  • 06-07-2008 6:57 PM In reply to

    Re: HTML 4, WC3 validated

    vt_mruhlin:
    It still doesn't run on my Wii or PS3.

    And I can't browse HTML 3 sites on my calculator.  If you're using the Wii or PS3 as your primary browser, that is TRWTF.  Browsing the web from a game console is just a convenience thing, not a replacement for a real computer.

    < pstorer> Bans don't mean shit on the forum. It's like being on the Sex Offender List. You can still entice kids into your van with candy.

    Want more? Go the IRC channel #TDWTFMafia on irc.slashnet.org.
  • 06-07-2008 9:43 PM In reply to

    • Zecc
    • Top 75 Contributor
    • Joined on 06-12-2007
    • Posts 348

    Re: HTML 4, WC3 validated

    El_Heffe:
    A couple of years ago someone checked 400 websites run by W3C members and found that only 5% were fully W3C compiant.  The most common issue was using features that are specific to Microsoft Internet Explorer.
    This deserves to be quoted.

    If mixed metaphors were illegal, I'd be having an indigestion.
  • 06-07-2008 11:07 PM In reply to

    Re: HTML 4, WC3 validated

    Zecc:

    El_Heffe:
    A couple of years ago someone checked 400 websites run by W3C members and found that only 5% were fully W3C compiant.  The most common issue was using features that are specific to Microsoft Internet Explorer.
    This deserves to be quoted.

    I couldn't find the orignal article I read a few years ago, but I did find this one:

    http://triin.net/2006/03/05/Validating_sites_of_W3C_members 

    It turns out that they've made progress -- only 4% of the W3C member sites were compliant in 2002, but they were up to a whopping 17% in 2006.

    Filed under:
  • 06-08-2008 6:04 AM In reply to

    • MHolt
    • Not Ranked
    • Joined on 06-07-2008
    • Posts 10

    Re: HTML 4, WC3 validated

    morbiuswilters:

    MHolt:

    dtech:

    afaik the latest flash 9 has been released for linux. What is your problem?

    Well then there is no problem... Now... But there was, and there will again 

    Then you should use Windows or OS X.  Or just avoid those sites altogether. 

     

    No... I shouldn't... And yes, I do avoid those sites, all I said initially was that the sites loose traffic and potential costumers. 

  • 06-08-2008 6:21 AM In reply to

    Re: HTML 4, WC3 validated

    TRWTF is making the entire site done in flash. (and also what the OP and other people wrote, as well)
    : IF COMPILE ?-GOTO COMPILE-HERE ; IMMEDIATE
    : THEN HERE SWAP ! ; IMMEDIATE
    : ELSE COMPILE GOTO COMPILE-HERE SWAP HERE SWAP ! ; IMMEDIATE
  • 06-08-2008 6:33 AM In reply to

    • dtech
    • Top 75 Contributor
    • Joined on 11-13-2007
    • Utrecht, Netherlands
    • Posts 322

    Re: HTML 4, WC3 validated

    MHolt:

    No... I shouldn't... And yes, I do avoid those sites, all I said initially was that the sites loose traffic and potential costumers. 

     

    I think the sites will mourn the 0,1% loss of trafic. 

  • 06-08-2008 8:27 AM In reply to

    Re: HTML 4, WC3 validated

     TRWTF is despite the fact that almost the entire site is in flash, they still felt the need to use tables for their layout...

    I just happen to have a very low fault-tolerance for incompetence
  • 06-08-2008 1:43 PM In reply to

    • tcm256
    • Not Ranked
    • Joined on 06-08-2008
    • Posts 6

    Re: HTML 4, WC3 validated

    Even the "site under construction" popup is in Flash. (this comes up if you hit the "members" tab)

    http://www.prl.eu.com/underCon.html

     

    I AM NOT THE POPE
  • 06-08-2008 3:56 PM In reply to

    Re: HTML 4, WC3 validated

    tcm256:
    Even the "site under construction" popup is in Flash. (this comes up if you hit the "members" tab)
    Wait, what? All I see are img tags that point to animate gifs.
    irc://irc.slashnet.org/#TDWTF
    [12:15:49] <Duplication_Prevention_Bot> Human test subjects are illegal! I didn't sign an EULA for this.


  • 06-08-2008 4:11 PM In reply to

    Re: HTML 4, WC3 validated

    Lingerance:
    tcm256:
    Even the "site under construction" popup is in Flash. (this comes up if you hit the "members" tab)
    Wait, what? All I see are img tags that point to animate gifs.
    Animated GIFs? What are you talking about, man? The only way to make an image move is with Flash!
  • 06-08-2008 5:27 PM In reply to

    Re: HTML 4, WC3 validated

    tcm256:

    OH GOD, I'VE ACCIDENTALLY TRAVELLED BACK TO 1996!  KILL IT WITH FIRE! 

    < pstorer> Bans don't mean shit on the forum. It's like being on the Sex Offender List. You can still entice kids into your van with candy.

    Want more? Go the IRC channel #TDWTFMafia on irc.slashnet.org.
  • 06-08-2008 8:48 PM In reply to

    • tcm256
    • Not Ranked
    • Joined on 06-08-2008
    • Posts 6

    Re: HTML 4, WC3 validated

    ha, stupid me. For some reason i thought those were in flash.

    I AM NOT THE POPE
  • 06-09-2008 7:43 AM In reply to

    Re: HTML 4, WC3 validated