HighDots Forums  

Standards Compliant Browsers

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Standards Compliant Browsers in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
kiusau
 
Posts: n/a

Default Standards Compliant Browsers - 03-24-2009 , 03:04 PM






QUESTION: With the understanding that there is likely no simple
solution could someone provide the best online resource/resources available
that treats/treat the nature of this technical barrier and how to overcome it?

I am particularly concerned about XHTML, CSS2.1, and DOM.

SOURCE PAGE: http://www.webdevout.net/firefox-myths#standards_compliant

Roddy :smile;


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-24-2009 , 03:19 PM






What is your question?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"kiusau" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
QUESTION: With the understanding that there is likely no simple
solution could someone provide the best online resource/resources
available
that treats/treat the nature of this technical barrier and how to overcome
it?

I am particularly concerned about XHTML, CSS2.1, and DOM.

SOURCE PAGE:
http://www.webdevout.net/firefox-myths#standards_compliant

Roddy :smile;



Reply With Quote
  #3  
Old   
John Waller
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-24-2009 , 07:01 PM



Quote:
best online resource/resources available
that treats/treat the nature of this technical barrier and how to overcome
it?
Can you re-phrase and clarify?

I have read this 10 times and I'm still not sure what is being asked :-)

--
Regards

John Waller



Reply With Quote
  #4  
Old   
JoeyD1978
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-24-2009 , 07:42 PM



I'd suggest you design for IE7, and then make any adjustments you need to for
Firefox. The more simplified you keep your markup the lower your chance for
cross browser compatibility issues. Once you have IE7 and Firefox set, check
IE6. Here's a good article on building a test bed:

http://www.sitepoint.com/blogs/2009/03/17/building-the-best-browser-test-suite/




Reply With Quote
  #5  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-24-2009 , 07:48 PM



..oO(JoeyD1978)

Quote:
I'd suggest you design for IE7, and then make any adjustments you need to for
Firefox.
I would design for standards-compliant browsers first, _then_ make
adjustments for broken browsers if necessary.

Micha


Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-24-2009 , 09:04 PM



Definitely agree with you Micha. Design for FF first.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Michael Fesser" <netizen (AT) gmx (DOT) de> wrote

Quote:
.oO(JoeyD1978)

I'd suggest you design for IE7, and then make any adjustments you need to
for
Firefox.

I would design for standards-compliant browsers first, _then_ make
adjustments for broken browsers if necessary.

Micha


Reply With Quote
  #7  
Old   
JoeyD1978
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-24-2009 , 11:15 PM



I base that advice on the fact that IE (still) has the dominant market share.
This site shows data (only glanced at it mind ya) that I figured was about
right: http://marketshare.hitslink.com/report.aspx?qprid=0

However, looking at the last few months on W3Schools is surprising:
http://www.w3schools.com/browsers/browsers_stats.asp Granted their stats are
more than likely slanted, but regardless of that Firefox usage has grown 10% in
12 months. That's huge!

Either way, how does it not make sense to put the most effort towards the
experience of the majority of users?


Reply With Quote
  #8  
Old   
JoeyD1978
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-24-2009 , 11:21 PM



Also, if it's standards compliance we should build for - then shouldn't we build for (and test first in) Opera, Chrome or Safari? They're the only browsers that pass the Acid3 test.

Reply With Quote
  #9  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-25-2009 , 07:24 AM



Your design for the most common browser won't even work properly in IE8.

Taking a layout that may contain invalid/proprietary markup either ignored
by or understood by a partially standards compliant browser and trying to
fix that layout for other more standards compliant browsers is always going
to be harder than taking a page that validates and is fully standards
compliant, and adding IE conditional comments as needed.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"JoeyD1978" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I base that advice on the fact that IE (still) has the dominant market
share.
This site shows data (only glanced at it mind ya) that I figured was about
right: http://marketshare.hitslink.com/report.aspx?qprid=0

However, looking at the last few months on W3Schools is surprising:
http://www.w3schools.com/browsers/browsers_stats.asp Granted their stats
are
more than likely slanted, but regardless of that Firefox usage has grown
10% in
12 months. That's huge!

Either way, how does it not make sense to put the most effort towards the
experience of the majority of users?



Reply With Quote
  #10  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Standards Compliant Browsers - 03-25-2009 , 03:27 PM



..oO(JoeyD1978)

Quote:
Also, if it's standards compliance we should build for - then shouldn't
we build for (and test first in) Opera, Chrome or Safari?
Exactly. Or Firefox. Just pick one standards-compliant browser as your
main development tool (personally I prefer Opera for various reasons).
If written properly, your site will simply work in all other modern
browsers, you don't have to deeply test each one. There might be some
little differences or even little problems here and there, but nothing
really serious. The only big problem is IE 6, the smaller problem IE 7.

Now if you would do it the other way round and design for IE 6 instead,
then you're designing for a totally broken browser and might get all
kinds of strange and unpredictable results in modern browsers. Good luck
with fixing them.

It's much easier and future-proof to adhere to the written standards.
Even MS can't ignore them any longer (and we all know that they did),
because standards-compliance becomes more and more important. In order
to keep up with modern browsers they simply had no other choice than
properly implementing the standards in their new IE 8.

Of course you also have to support IE 6 in some way, because it's still
widely used. But it's a dying technology (thankfully) and more and more
becoming an archaic relict from the dark ages. There's no point anymore
in building sites explicitly and only for that "thing".

Quote:
They're the
only browsers that pass the Acid3 test.
It's nice to pass Acid 3, but IMHO it has no real relevance in practice.

Micha


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.