473,761 Members | 10,057 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Does anyone pay attention to standards?

Hi everyone,

Just out of curiosity I recently pointed one of my hand-typed pages at the W3
Validator, and my hand-typed code was just ripped to shreds. Then I pointed
some major sites (microsoft.com, cnn.com, etc.) at the W3 Validator; to my
surprise none of them passed.

Doesn't anyone care anymore, or are the standards more-or-less looked at as
guidlines for web design?

Isaac

Are you losing $14,200.00 per year without your knowledge?
http://bigmoneyandfreetime.web1000.com
Jul 20 '05
162 7279

"Whitecrest " <wh********@whi tecrestziopzap. com> wrote in message
news:MP******** *************** *@news.charter. net...
In article <c6**********@n gspool-d02.news.aol.co m>,
ka**@NOSPAMkarl core.com says...
Not suggesting that at all. I am suggesting that if you stick to 100%
standards compliance, and disregard what browsers do, then you run the
risk of disaster.

Again, as usual, your moronic drivel revolves around "either-or"
propositions.
Either it is standards compliant OR it breaks in browsers?
How about standards compliant AND not breaking in browsers? Nah, that'd be too much for your little brain to absorb.


Well then you are limiting what you can do arn't you? Some times
presentation matters, but your little brain can't understand that.


Again, here you go continuing your false dilemma by implying that standards
compliance limits the presentation.
Perhaps you're just not creative enough and knowledgeable enough to do
either properly?

-Karl
Jul 20 '05 #101
Whitecrest wh********@whit ecrestziopzap.c om wrote:
In article <c6**********@n gspool-d02.news.aol.co m>,
ka**@NOSPAMkarl core.com says...
Not suggesting that at all. I am suggesting that if you stick to 100%
standards compliance, and disregard what browsers do, then you run the
risk of disaster.

Again, as usual, your moronic drivel revolves around "either-or"
propositions.
Either it is standards compliant OR it breaks in browsers?
How about standards compliant AND not breaking in browsers? Nah, that'd be
too much for your little brain to absorb.


Well then you are limiting what you can do arn't you? Some times
presentation matters, but your little brain can't understand that.


nonsense...work ing to the medium is not limiting what you can do...it's
working to get the best out of the medium

attempting to impose techniques and processes from one medium on another
medium is not only limiting what you can do, it's likely to lead to
inferior results

you don't control the end result of a web design...so you've got to
operate in terms of the standards as the first stage of design...it's the
only way you can get a reasonable level of predictability that will be in
any way future proof...that doesn't mean not tweaking to deal with browser
bugs...but it's just plain dumb to start by dealing with current browser
bugs as the first stage of the process...you can't expect a print/games/TV
design process to work in a different medium

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
Jul 20 '05 #102
In article <c6************ @ID-207379.news.uni-berlin.de>, s7an10
@netscape.net says...
Without work arounds? Nope.

What about:
<object data="yourfile. swf" type="applicati on/x-shockwave-flash"
width="320" height="240">
<param name="movie" value="yourfile .swf">
Nah, no Flash.
</object>


See http://www.alistapart.com/articles/flashsatay/ as to why that
doesn't work.

Now they offer a solution, but if you are a user of flash not a builder,
then the solution doesn't work. Also you have to have a container flash
object and all this other horse shit.

The embed tag is easy, and it works all the time with less code. It
just doesn't follow the standards. But all the browsers handle it
correctly.

Gee hard decision here. less work, works on everyone's machine, and no
container flash. So I am not standards compliant, it works everywhere.

And yea, I will have to go back and re-code someday. But since some of
you still code for nn4, I am not really worried about that. Not to
mention if my site hasn't been re-coded in that amount of time anyway,
I have bigger problems that just standards.

--
Whitecrest Entertainment
www.whitecrestent.com
Jul 20 '05 #103
In article <c6**********@n gspool-d02.news.aol.co m>,
ka**@NOSPAMkarl core.com says...
Well then you are limiting what you can do arn't you? Some times
presentation matters, but your little brain can't understand that.

Again, here you go continuing your false dilemma by implying that standards
compliance limits the presentation.


It does. Css is used for presentation. All CSS is not rendered the
same way on different browsers. So if you want to have your site look
the same on different browsers, then you have to limit the CSS that you
can use. (I think we agree on that point.)

Now, if CSS offers (say) 100 presentation features (yes there are more
but this if to keep the math easy for you), but I can not use 30 of them
because of browser compliance, I loose the presentation features these
offered? (I can't use them because they would display differently on
different browsers.)

So sticking to 100% compliant code, AND making it work on all browsers
limits your presentation, because you can not use all the features
available.
--
Whitecrest Entertainment
www.whitecrestent.com
Jul 20 '05 #104
In article <MP************ ************@ne ws.individual.n et>,
we*@ericjarvis. co.uk says...
Well then you are limiting what you can do arn't you? Some times
presentation matters, but your little brain can't understand that.

nonsense...work ing to the medium is not limiting what you can do...it's
working to get the best out of the medium


Well the basic premise we disagree on is if all web pages have to be
coded so every swinging dick in the world can see and use the site.
Some think that is true, others think you need to pay attention you the
people that actually use your site and see what they want.

You do realize that some people actually seek out flash sites, and multi
media presentations and games, and movies on the web right? And at the
same time, others seek out sites they can see on the phone browser. The
two types of sites can live in perfect harmony you know.

Following standards, and trying to make your site viewable to everyone
in the world, makes the first type of site impossible to build.

If you disagree, then show me any fortune 500 site the site that is
standards compliant.

--
Whitecrest Entertainment
www.whitecrestent.com
Jul 20 '05 #105
Whitecrest wh********@whit ecrestziopzap.c om wrote:
In article <c6**********@n gspool-d02.news.aol.co m>,
ka**@NOSPAMkarl core.com says...
Well then you are limiting what you can do arn't you? Some times
presentation matters, but your little brain can't understand that. Again, here you go continuing your false dilemma by implying that standards
compliance limits the presentation.


It does. Css is used for presentation. All CSS is not rendered the
same way on different browsers. So if you want to have your site look
the same on different browsers, then you have to limit the CSS that you
can use. (I think we agree on that point.)


yes and no...you see nobody sane would want the site to look the same on
different browsers...not only is it a pointless goal it is also nigh on
impossible
Now, if CSS offers (say) 100 presentation features (yes there are more
but this if to keep the math easy for you), but I can not use 30 of them
because of browser compliance, I loose the presentation features these
offered? (I can't use them because they would display differently on
different browsers.)

So sticking to 100% compliant code, AND making it work on all browsers
limits your presentation, because you can not use all the features
available.


wrong

because you are insisting that "working" equates to "looks identical"
something I don't believe that you can justify...certa inly when I've asked
people who make that claim to justify it in the past the responses have
been incoherent rambling, abuse or no response at all

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
Jul 20 '05 #106
Whitecrest wh********@whit ecrestziopzap.c om wrote:
In article <MP************ ************@ne ws.individual.n et>,
we*@ericjarvis. co.uk says...
Well then you are limiting what you can do arn't you? Some times
presentation matters, but your little brain can't understand that. nonsense...work ing to the medium is not limiting what you can do...it's
working to get the best out of the medium


Well the basic premise we disagree on is if all web pages have to be
coded so every swinging dick in the world can see and use the site.
Some think that is true, others think you need to pay attention you the
people that actually use your site and see what they want.

You do realize that some people actually seek out flash sites, and multi
media presentations and games, and movies on the web right? And at the
same time, others seek out sites they can see on the phone browser. The
two types of sites can live in perfect harmony you know.

Following standards, and trying to make your site viewable to everyone
in the world, makes the first type of site impossible to build.


no it doesn't...and I've used Flash, video clips, and sound (not games as
yet, though I don't rule it out)...there are good ways to use all of
them...all it takes is a basic understanding of the medium...someth ing you
don't seem yet to have gained
If you disagree, then show me any fortune 500 site the site that is
standards compliant.


I don't see how that would prove a case...it seems to be on a par with the
rest of your "logic"

--
eric
www.ericjarvis.co.uk
we don't need to make things idiot-proof,
we need to make idiots thing-proof
Jul 20 '05 #107
Whitecrest wrote:
Css is used for presentation. All CSS is not rendered the same way
on different browsers.
True. In some situations, it is not rendered at all.
So if you want to have your site look the same on different browsers
Why on earth would you want that?
then you have to limit the CSS that you can use.
Only if you start with an absurd goal.
So sticking to 100% compliant code, AND making it work on all
browsers


Oops! non-sequitur. Just because it looks different to different uas
does not mean it does not work.

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #108
Whitecrest wrote:
In article <pa************ *************** *@goddamn.co.uk >,
Us************* *****@deadspam. com says...
> Thanks for the other example. The Mozilla code needs the "embed" to
> properly handle Flash (activeX)

No you don't. <object> will load Flash just fine -- in IE 4+, Mozilla,
Netscape 6+ and Opera 5+ (maybe 4+?).


Without work arounds? Nope.


<object data="myfile.sw f" height="100" width="140"></object>

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Jul 20 '05 #109
Whitecrest wrote:
In article <pa************ *************** @goddamn.co.uk> ,
Us************* *****@deadspam. com says...
So you are suggesting that it's impossible to code a three column layout
that works in IE and validates?


Not suggesting that at all. I am suggesting that if you stick to 100%
standards compliance, and disregard what browsers do, then you run the
risk of disaster.


Where did I suggest that you disregard what browsers do?

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132

Jul 20 '05 #110

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2991
by: lawrence | last post by:
I'm trying to read up on the rfc's that govern form inputs. Much of what I'm reading is stuff I didn't know before and some of it is alarming. This one left with me questions: http://www.ietf.org/rfc/rfc1867.txt Is this (below) addressed to me as a web designer, or is this addressed to the makers of web browsers? Identifying the type of file being uploaded seems way outside of my scope as a PHP coder. Am I
5
2820
by: Silvio | last post by:
Here's my update statement: UPDATE Item1 SET reviewloop = 1, currentreviewstate=5 WHERE itemid in (SELECT itemid FROM Item2) The thing is: the table Item2 DOES NOT HAVE a field called itemid. So, I should receive an error, right? Not so.Instead, every single record in Item1 was updated.
2
3910
by: Brent Taylor via AccessMonster.com | last post by:
HELP----DOES ANYONE HAVE A SIMPLE .mdb for MLM structure? Does anyone have an example database for multi-level marketing for a 3 Tier setup? Thank you, brenttaylor@actionimports.net
6
1789
by: Benjamin Day | last post by:
Does anyone ACTUALLY have the application updater block working? I've been beating my head against the wall on this one for about 3 days. It looks cool. It seems promising. I've even read this guy's blog entry about how to implement it (http://weblogs.asp.net/duncanma/articles/10221.aspx) and how breath takingly simple it is to actually get it done. Damned if I can get it to work.
3
2311
by: Mephistopheles | last post by:
>>"Shapper" <mdmoura*NOSPAM*@gmail.*DELETE2SEND*com> wrote in message >>news >>:%23N6vQmpSFHA.3184@TK2MSFTNGP14.phx.gbl... >> Hi, >> I have a function already but I need to solve one problem that is why >>I >>> asked for a forum.
2
2320
by: Bruno Alexandre | last post by:
Hi guys, does anyone know where is the Website used in the MSDN "Lear ASP.NET 2.0 with Jeff Prosise" (http://msdn.microsoft.com/asp.net/beta2/multimedia/default.aspx) events? The website used is called "Contoso", but I can't find it in the MSDN site, so I can evaluate it with the webcasts. If anyone know here is it, or if anyone is using it, please post here a
4
1862
by: neoswf | last post by:
Hey Does anyone knows a powerfull and relaible HTML / JS / CSS Optimization tool ? right now im using stylePro for optimizing CSS and afterwords optimizng it using http://cdburnerxp.se/cssparse/css_optimiser.php. it really works after topStyle did the job. for HTML im using SpaceAgent. its nice but i think there is someyhing much more fowerfull.
15
2576
by: Pucca | last post by:
I'm getting an error when I tried to use this BerConverter class in my C# code. Even though the Interent doc says that it runs on Win2000 sp4, I just thgouth I'll double check. Does anyone know if BerConverter is supported for Win2000 server? http://msdn2.microsoft.com/en-us/library/system.directoryservices.protocols.berconverter.decode.aspx -- Thanks.
0
1439
by: janithn | last post by:
rss- does anyone know how to embedd rss into my web template for a news site? basically im creating a news website and i want to use RSS to put in articles. Im using MS Frontpage. Does anyone know how to embbed a feed?
0
9521
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9945
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9765
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7324
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6599
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5214
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5361
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3442
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.