HighDots Forums  

MSTC website

Web Accessibility alt.html.web-accessibility


Discuss MSTC website in the Web Accessibility forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Steve Sundberg
 
Posts: n/a

Default Re: MSTC website - 03-07-2005 , 12:59 PM






On Mon, 07 Mar 2005 12:20:32 -0500, Harlan Messinger
<hmessinger.removethis (AT) comcast (DOT) net> wrote:

Quote:
You seem to be unaware of the sense of the word "accessibility" as used
in the context of in user interface design. It's concerned with the
ability of users *outside* the "most of the users" category to use an
interface (web site, etc.). That includes users who work with text-based
browsers, Braille readers, speech synthesizers, and so forth, which may
not have frames support at all.
Indeed. "Accessibility" has nothing to do with browser compatibility
but has everything to do with allowing physically-challenged users
complete access to site contents. Perhaps N! Xau isn't aware that
sites using frames are not accessibility-friendly. The "target" frame
often does not contain any navigatible links to other pages.

By example, the code contained within the home page of
http://ilovemiliofede.altervista.org/ does not display any links to
subsequent pages:

<frameset framespacing="0" border="0" frameborder="0" rows="55%,*">
<frame name="superiore" scrolling="no" marginheight="8"
src="index_top.htm">
<frame name="inferiore" target="_top" src="index_bottom.htm">

<noframes>
<body background="_themes/sumipntg/sumtextb.jpg" bgcolor="#FFFFFF"
text="#000066" link="#3333CC" vlink="#666699"
alink="#990099"><!--mstheme--><font face="Verdana, Arial, Helvetica">

<p>La pagina corrente utilizza i frame. Questa caratteristica non è
supportata
dal browser in uso.</p>

<!--mstheme--></font></body>
</noframes>
</frameset>

Frames are a no-no for accessibility. They also create search engine
optimization problems. Besides, frames are so "1998" and Netscape/IE
ver.3.0.

Cascading style sheets can do many of the same things frames were
originally designed to do. Additionally, CSS can be created for
specific accessibility needs, e.g. braille, speech, etc.



Reply With Quote
  #12  
Old   
N! Xau
 
Posts: n/a

Default Re: MSTC website - 03-07-2005 , 01:18 PM







"Harlan Messinger" <hmessinger.removethis (AT) comcast (DOT) net> ha scritto nel
messaggio news:393gr2F5qg930U1 (AT) individual (DOT) net...


Quote:
That includes users who work with text-based
browsers, Braille readers, speech synthesizers, and so forth, which may
not have frames support at all.
Good, Harlan, and thanks for this clarification.


Quote:
if you're Christian, you *can* seek spiritual guidance
from a rabbi or an imam. However, you *shouldn't* if you're going to
become indignant when the responses are given (as they will be) in a
Jewish or Muslim context rather than a Christian one.
Indignant? Don't think I have ever been. Let's say this is a very
"subjective" word.
Anyway guys, this group has, how many? 15 post a month?
My 5 won't be a big trouble, eventually a sign of life.

Thanks folks and take it easy.

--
N! Xau - sovrintendente agli antani upgradati

la sede del Movimento Salvaguardia e Tutela Cazzate:
http://ilovemiliofede.altervista.org




Reply With Quote
  #13  
Old   
N! Xau
 
Posts: n/a

Default Re: MSTC website - 03-07-2005 , 01:20 PM




"Steve Sundberg" <deejayREMOVETHE (AT) CAPITALLETTERSmm (DOT) com> ha scritto

Quote:
Indeed. "Accessibility" has nothing to do with browser compatibility
but has everything to do with allowing physically-challenged users
complete access to site contents.
Didn't know before reading your and Harlan's posts. Thanks.


Quote:
By example, the code contained within the home page of
http://ilovemiliofede.altervista.org/ does not display any links to
subsequent pages:
[cut]
Cascading style sheets can do many of the same things frames were
originally designed to do. Additionally, CSS can be created for
specific accessibility needs, e.g. braille, speech, etc.

Ok. Thanks


--
N! Xau - sovrintendente agli antani upgradati

la sede del Movimento Salvaguardia e Tutela Cazzate:
http://ilovemiliofede.altervista.org




Reply With Quote
  #14  
Old   
David Dorward
 
Posts: n/a

Default Re: MSTC website - 03-07-2005 , 01:35 PM



Steve Sundberg wrote:

Quote:
Frames are a no-no for accessibility. They also create search engine
optimization problems. Besides, frames are so "1998" and Netscape/IE
ver.3.0.
It is possible to work around those issues; but its so much work that it
probably isn't worth the effort.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #15  
Old   
Steve Sundberg
 
Posts: n/a

Default Re: MSTC website - 03-08-2005 , 10:43 AM



On Mon, 07 Mar 2005 19:35:15 +0000, David Dorward <dorward (AT) yahoo (DOT) com>
wrote:

Quote:
Steve Sundberg wrote:

Frames are a no-no for accessibility. They also create search engine
optimization problems. Besides, frames are so "1998" and Netscape/IE
ver.3.0.

It is possible to work around those issues; but its so much work that it
probably isn't worth the effort.
Yes, you can do workarounds. One solution to what framing lacks is to
include navigatible links on in each of the frames ... but then you
run the risk of creating very cluttered content and, when there's the
need for navigation updates, a real headache for the person who has to
keep track of what leads where. It's far easier and more efficient to
create a frame-link appearance with style sheets.

CSS also solves the problem of accessibility. <grin>



Reply With Quote
  #16  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: MSTC website - 03-08-2005 , 11:08 AM



David Dorward wrote:
Quote:
Steve Sundberg wrote:


Frames are a no-no for accessibility. They also create search engine
optimization problems. Besides, frames are so "1998" and Netscape/IE
ver.3.0.


It is possible to work around those issues; but its so much work that it
probably isn't worth the effort.

Particularly the effort needed to enable users to bookmark specific pages.


Reply With Quote
  #17  
Old   
jake
 
Posts: n/a

Default Re: MSTC website - 03-09-2005 , 04:29 AM



In message <422ca21b.215506484 (AT) news1 (DOT) mm.com>, Steve Sundberg
<deejayREMOVETHE (AT) CAPITALLETTERSmm (DOT) com> writes
Quote:
On Mon, 07 Mar 2005 12:20:32 -0500, Harlan Messinger
hmessinger.removethis (AT) comcast (DOT) net> wrote:


You seem to be unaware of the sense of the word "accessibility" as used
in the context of in user interface design. It's concerned with the
ability of users *outside* the "most of the users" category to use an
interface (web site, etc.). That includes users who work with text-based
browsers, Braille readers, speech synthesizers, and so forth, which may
not have frames support at all.

Indeed. "Accessibility" has nothing to do with browser compatibility
but has everything to do with allowing physically-challenged users
complete access to site contents. Perhaps N! Xau isn't aware that
sites using frames are not accessibility-friendly.
Using frames is not inherently an accessibility problem.

Quote:
The "target" frame
often does not contain any navigatible links to other pages.
Depends on how the frames are constructed. You can't really condemn an
entire technology by taking a badly constructed site and offering that
up as 'the norm'.
Quote:
By example, the code contained within the home page of
http://ilovemiliofede.altervista.org/ does not display any links to
subsequent pages:

frameset framespacing="0" border="0" frameborder="0" rows="55%,*"
frame name="superiore" scrolling="no" marginheight="8"
src="index_top.htm"
frame name="inferiore" target="_top" src="index_bottom.htm"

noframes
body background="_themes/sumipntg/sumtextb.jpg" bgcolor="#FFFFFF"
text="#000066" link="#3333CC" vlink="#666699"
alink="#990099"><!--mstheme--><font face="Verdana, Arial, Helvetica"

p>La pagina corrente utilizza i frame. Questa caratteristica non è
supportata
dal browser in uso.</p

!--mstheme--></font></body
/noframes
/frameset
Sure. Not a good example of how frames should be used. In fact, I'm not
sure why the site opens as a frameset anyway.
Quote:
Frames are a no-no for accessibility.
A *well-constructed* frames-based construction shouldn't present any
accessibility problems.

Quote:
They also create search engine
optimization problems.
Nope. Not if the right links are present in the <noframes></noframes>
section.

Quote:
Besides, frames are so "1998" and Netscape/IE
ver.3.0.
Frames exist for a purpose; the user simply needs to know how to
implement them properly. For some uses, 'frames' are the best way to go.
Quote:
Cascading style sheets can do many of the same things frames were
originally designed to do.
But not all, though. How, for example, do they load changeable content
into a 'scrolling div' pretending to be a frame?

Quote:
Additionally, CSS can be created for
specific accessibility needs, e.g. braille, speech, etc.
So far as the site is concerned, the OP might like to consider putting
alternative text on the graphics, as well as meaningful <title></title>
entries on the frame pages. Now *that* would help accessibility ;-)

regards.
Quote:
--
Jake



Reply With Quote
  #18  
Old   
jake
 
Posts: n/a

Default Re: MSTC website - 03-09-2005 , 04:31 AM



In message <422dd570.294190875 (AT) news1 (DOT) mm.com>, Steve Sundberg
<deejayREMOVETHE (AT) CAPITALLETTERSmm (DOT) com> writes
Quote:
On Mon, 07 Mar 2005 19:35:15 +0000, David Dorward <dorward (AT) yahoo (DOT) com
wrote:

Steve Sundberg wrote:

Frames are a no-no for accessibility. They also create search engine
optimization problems. Besides, frames are so "1998" and Netscape/IE
ver.3.0.

It is possible to work around those issues; but its so much work that it
probably isn't worth the effort.

Yes, you can do workarounds. One solution to what framing lacks is to
include navigatible links on in each of the frames ... but then you
run the risk of creating very cluttered content and, when there's the
need for navigation updates, a real headache for the person who has to
keep track of what leads where. It's far easier and more efficient to
create a frame-link appearance with style sheets.

But that's all it is -- an 'appearance'.

If you need 'frame's functionality, then you need ........... frames ;-)

Quote:
CSS also solves the problem of accessibility. <grin

--
Jake



Reply With Quote
  #19  
Old   
jake
 
Posts: n/a

Default Re: MSTC website - 03-09-2005 , 04:36 AM



In message <3964ggF5urk89U2 (AT) individual (DOT) net>, Harlan Messinger
<hmessinger.removethis (AT) comcast (DOT) net> writes
Quote:
David Dorward wrote:
Steve Sundberg wrote:

Frames are a no-no for accessibility. They also create search engine
optimization problems. Besides, frames are so "1998" and Netscape/IE
ver.3.0.
It is possible to work around those issues; but its so much work
that it
probably isn't worth the effort.


Particularly the effort needed to enable users to bookmark specific pages.
'Favorites' --> 'Add to Favorites' --> (create in) --> OK

regards.
--
Jake



Reply With Quote
  #20  
Old   
Steve Sundberg
 
Posts: n/a

Default Re: MSTC website - 03-09-2005 , 08:21 AM



On Wed, 9 Mar 2005 10:36:28 +0000, jake <jake (AT) gododdin (DOT) demon.co.uk>
wrote:

Quote:
In message <3964ggF5urk89U2 (AT) individual (DOT) net>, Harlan Messinger
hmessinger.removethis (AT) comcast (DOT) net> writes

Particularly the effort needed to enable users to bookmark specific pages.

'Favorites' --> 'Add to Favorites' --> (create in) --> OK
All that does is bookmark the parent page, not the target page.



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 - 2008, Jelsoft Enterprises Ltd.