Author Topic: w3C Standards Not Met  (Read 3172 times)

yourlife

  • Member
  • **
  • Posts: 52
  • Kudos: 2
  • The One And Only Autistic Albino!
    • Yourlife
w3C Standards Not Met
« on: 27 April 2010, 20:14 »
Should I care in the slightest that my XHTML 1.0 Transitonal page does not meet w3's standards?
I'm probably going to fix it anyway, because I can, just I want to know whether I'm just wasting my time
(Sorry if this is in the wrong board, I just didn't have a clue where else to place it)
By the worlds one and only Albino with Aspergers! Yes I'm awesome
http://www.yourlifegroup.org

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
Re: w3C Standards Not Met
« Reply #1 on: 27 April 2010, 22:08 »
Well, I guess it's sort of in the right forum.

I try to uphold the W3C standards when I'm beginning to develop a website. That way, you're sure it looks the same on most browsers.
However, if I want a feature like a fancy jQuery script, or
Code: [Select]
<a href="http://www.example.org/"><div class="button">Example</div></a>, I just implement it. Even if the almighty W3C doesn't approve of it.

yourlife

  • Member
  • **
  • Posts: 52
  • Kudos: 2
  • The One And Only Autistic Albino!
    • Yourlife
Re: w3C Standards Not Met
« Reply #2 on: 28 April 2010, 17:42 »
Haha, ok, I'll give it a go (why the f does w3 hate <table backgroud="images/bg.jpg">? They want me to do it in CSS!, ah well, I don't care
By the worlds one and only Albino with Aspergers! Yes I'm awesome
http://www.yourlifegroup.org

worker201

  • Global Moderator
  • Member
  • ***
  • Posts: 2,810
  • Kudos: 703
    • http://www.triple-bypass.net
Re: w3C Standards Not Met
« Reply #3 on: 28 April 2010, 21:14 »
Yeah, fuck it, standards are useless.  Why don't you just use Microsoft Word to make your webpage, it's much easier.

Lead Head

  • Global Moderator
  • Member
  • ***
  • Posts: 1,508
  • Kudos: 534
Re: w3C Standards Not Met
« Reply #4 on: 29 April 2010, 05:39 »
Oh yes, Word's export to HTML function is quite possibly the greatest thing ever!
sig.

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
Re: w3C Standards Not Met
« Reply #5 on: 29 April 2010, 12:08 »
Haha, ok, I'll give it a go (why the f does w3 hate <table backgroud="images/bg.jpg">? They want me to do it in CSS!, ah well, I don't care
Well, if you can do it in the W3C standard, you should do it.
Code: [Select]
<table style="background:url('afb/achter_standaard.png');">?</table>
Tables are also a bad idea. Use divs and CSS. You'll gain from the experience. Look at www.radioknop.nl. I used divs and CSS a lot, almost everything is based on W3C standards, except the features I mentioned earlier that I really wanted.
It's like in football, where you have to learn to kick with your instep, rather than the tip of your shoe. It takes some effort to learn, but you're a better football player when you finish.

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
Re: w3C Standards Not Met
« Reply #6 on: 29 April 2010, 15:17 »
i like tables. they work on old browsers too.

i under stand that the idea is to make standards "better" and more flexible etc, but html was developed to some extent perfectly functionally, and now everything that worked before has to be reimplemented in a totally different way. Not cool, in my opinion.

I don't begrudge the addition of new standards, but to pull the rug of html out from under our feet is poor show. Seems to be like: if it ain't broke, fix it till it is.
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

yourlife

  • Member
  • **
  • Posts: 52
  • Kudos: 2
  • The One And Only Autistic Albino!
    • Yourlife
Re: w3C Standards Not Met
« Reply #7 on: 29 April 2010, 18:09 »
Goody, w3 has been met, now to ruin bbPress codes to meet w3, because I can.

See www.yourlife.uk.to for my work
By the worlds one and only Albino with Aspergers! Yes I'm awesome
http://www.yourlifegroup.org

Refalm

  • Administrator
  • Member
  • ***
  • Posts: 5,183
  • Kudos: 704
  • Sjembek!
    • RADIOKNOP
Re: w3C Standards Not Met
« Reply #8 on: 29 April 2010, 23:55 »
i like tables. they work on old browsers too.

i under stand that the idea is to make standards "better" and more flexible etc, but html was developed to some extent perfectly functionally, and now everything that worked before has to be reimplemented in a totally different way. Not cool, in my opinion.

I don't begrudge the addition of new standards, but to pull the rug of html out from under our feet is poor show. Seems to be like: if it ain't broke, fix it till it is.
Standards are there to make a website work on any browser. I really have a problem with designing a website around the fact that some people still use a browser from 10 years ago. It slows down innovation, and CSS 3 is a pretty good innovation, and it gives web developers the ability to do some interface effects in html, instead of using javascript. Also HTML 5, that can do a lot of effects that you needed Flash or Java for.
Another great innovation is application streaming and/or desktop virtualisation that's all web based. This will of course lead to thin clients using Linux, and having a minimum of Windows licences to support a few specialised Windows applications for those few people who need it. The rest can use a portable Go-OO to do some serious spreadsheeting, or use a virtual Solaris desktop.

Sounds great. But those innovations will be stalled immensely if web developers keep supporting browsers from 10 years ago.
Goody, w3 has been met, now to ruin bbPress codes to meet w3, because I can.

See www.yourlife.uk.to for my work
Pretty nice design :)
Except for:
1. You should never use "Welcome to" in the title. Just tell people what the name of the website it.
2. The blue and white background is distracting from the actual content. It also kinda reminds me of this: http://mypages.iit.edu/~smart/scavjoh1/SLIDE11.jpg
« Last Edit: 29 April 2010, 23:59 by Refalm »

worker201

  • Global Moderator
  • Member
  • ***
  • Posts: 2,810
  • Kudos: 703
    • http://www.triple-bypass.net
Re: w3C Standards Not Met
« Reply #9 on: 30 April 2010, 02:15 »
Most browsers still support old and crappy code.  The amount of legacy bullshit is one of the reasons why browsers seem so bloated.  It's tough to learn all new standards every few years, and it's not really too much fun to rebuild old sites to comply.  And really, nobody's making you do anything.  But I try to keep up with open standards simply because I think they're important to the future health of the web.

yourlife

  • Member
  • **
  • Posts: 52
  • Kudos: 2
  • The One And Only Autistic Albino!
    • Yourlife
Re: w3C Standards Not Met
« Reply #10 on: 30 April 2010, 19:08 »
Yeah, I was going to do a diffrenet (why can't I spell that word?!?) image for the background, but I was like, f*ck it, I'll just be cheap

bbPress code fixed to w3, now I'm offically bored...
By the worlds one and only Albino with Aspergers! Yes I'm awesome
http://www.yourlifegroup.org