|
HTML 4, WC3 validated
Last post 06-09-2008 7:43 AM by BertBert. 25 replies.
-
-
-
Spectre


- Joined on 05-09-2007
- Posts 444
|
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.
|
|
-
-
dtech


- 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.
|
|
-
-
Spectre


- Joined on 05-09-2007
- Posts 444
|
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.
|
|
-
-
tchize


- 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?
|
|
-
-
dtech


- 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.
|
|
-
-
dtech


- 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.
|
|
-
-
El_Heffe


- Joined on 11-08-2007
- Posts 113
|
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.
|
|
-
-
MHolt


- 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.
|
|
-
-
dtech


- 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?
|
|
-
-
MHolt


- 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
|
|
-
-
morbiuswilters


- Joined on 01-15-2008
- Cambridge, MA
- Posts 2,858
|
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.
|
|
-
-
vt_mruhlin


- Joined on 03-01-2007
- Austin, TX
- Posts 435
|
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.
|
|
-
-
morbiuswilters


- Joined on 01-15-2008
- Cambridge, MA
- Posts 2,858
|
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.
|
|
-
-
Zecc


- 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.
|
|
-
-
El_Heffe


- Joined on 11-08-2007
- Posts 113
|
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.
|
|
-
-
MHolt


- 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.
|
|
-
-
zzo38


- Joined on 02-10-2008
- Posts 150
|
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
|
|
-
-
dtech


- 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.
|
|
-
-
Monomelodies


- Joined on 03-17-2006
- Posts 61
|
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
|
|
-
-
-
Lingerance


- Joined on 07-24-2007
- Posts 846
|
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.
|
|
-
-
bstorer


- Joined on 02-01-2007
- Alexandria, VA
- Posts 2,204
|
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!
|
|
-
-
morbiuswilters


- Joined on 01-15-2008
- Cambridge, MA
- Posts 2,858
|
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.
|
|
-
-
tcm256


- 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
|
|
-
|
|