![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
I am currently studying for a Masters degree in Internet Systems Development, and have chosen the area of website accessibility as the subject for my dissertation. As part of this, I have developed a simple ASP.NET tool that enables users to change the appearance of a web page by clicking a link, but would be very interested in getting a clearer understanding of some of the difficulties that people with visual impairments experience when using the Internet. I would like to get some feedback on what I have produced already, both from users and experts in the area of web accessibility, so that I may be able to determine whether or not dynamically changing style sheets is a benefit, when it comes to web accessibility. Examples of this tool in use can be accessed via the following links: http://www.adsandtaz.com/dynamiccss/csstest.aspx http://www.adsandtaz.com/dynamiccss/paradisii.aspx |
|
Clicking on the links in the top-right corner of the screen will alter the appearance of the pages, without changing any of the content. It is simply the presentation that has been affected. In the first example, I have tried to use as basic a design as possible; the intention is simply to demonstrate the effects of the tool on a web page. The second example is the home page for my company's website (albeit one that hasn't changed for a while) which I have re-structured to avoid using frames, as well as incorporating the tool to enable the appearance of the page to be changed. In both cases some of the code isn't particularly pretty and there are certainly areas that could be improved so I would welcome any comments on how this could be achieved. However, the focus is on the ability to change the presentation of the page with the aim of making it more accessible to users with visual impairments. If you are interested in helping me in this matter, I'd be grateful if you would get back to me as soon as possible. |
|
If anybody has any questions or requires any further information, please don't hesitate to contact me. |
|
I look forward to hearing from you. Regards, Adam adam (AT) adsandtaz (DOT) com http://www.adsandtaz.com |
#3
| |||
| |||
|
|
Gazing into my crystal ball I observed "DarthMcAdam" adam (AT) adsandtaz (DOT) com writing in news:1116780942.791390.206940 (AT) o13g2000cwo (DOT) googlegroups.com: I am currently studying for a Masters degree in Internet Systems Development, and have chosen the area of website accessibility as the subject for my dissertation. As part of this, I have developed a simple ASP.NET tool that enables users to change the appearance of a web page by clicking a link, but would be very interested in getting a clearer understanding of some of the difficulties that people with visual impairments experience when using the Internet. I would like to get some feedback on what I have produced already, both from users and experts in the area of web accessibility, so that I may be able to determine whether or not dynamically changing style sheets is a benefit, when it comes to web accessibility. Examples of this tool in use can be accessed via the following links: http://www.adsandtaz.com/dynamiccss/csstest.aspx http://www.adsandtaz.com/dynamiccss/paradisii.aspx Well, with javascript disabled, there is no changing of the stylesheet. Clicking on the links in the top-right corner of the screen will alter the appearance of the pages, without changing any of the content. It is simply the presentation that has been affected. In the first example, I have tried to use as basic a design as possible; the intention is simply to demonstrate the effects of the tool on a web page. The second example is the home page for my company's website (albeit one that hasn't changed for a while) which I have re-structured to avoid using frames, as well as incorporating the tool to enable the appearance of the page to be changed. In both cases some of the code isn't particularly pretty and there are certainly areas that could be improved so I would welcome any comments on how this could be achieved. However, the focus is on the ability to change the presentation of the page with the aim of making it more accessible to users with visual impairments. If you are interested in helping me in this matter, I'd be grateful if you would get back to me as soon as possible. Stop relying on javascript for something this important. There are other ways to do this without javascript. For instance, set a session variable, or for users who will not allow session cookies, use the request.querystring method. If anybody has any questions or requires any further information, please don't hesitate to contact me. Additionally, the font size on the second URL may be too small for some users, especially those with low vision problems. I would suggest running your sites through aDesigner available at http://www.alphaworks.ibm.com/tech/adesigner/evaluation>. Run the Blind test and the Low Vision test. You will not be pleasantly surprised. I look forward to hearing from you. Regards, Adam adam (AT) adsandtaz (DOT) com http://www.adsandtaz.com -- Adrienne Boswell http://www.cavalcade-of-coding.info Please respond to the group so others can share |
#4
| ||||
| ||||
|
|
Adrienne, Thanks for your prompt response and your comments. It had been brought to my attention that disabling javascript does prevent the stylesheet from being changed, so I will be looking into using an alternative method (probably query strings) of achieving this. I should point out however, that this is simply an inherent part of ASP.NET in that the javascript is automatically generated to handle postbacks to the server and is not something that I have devised myself. Nevertheless, it still renders the functionality as useless when javascript is disabled so clearly needs to be avoided. |
|
Aside from that, I'd be interested to hear your thoughts on the approach taken to provide a more accessible version of the original pages. Is this effective and if so, what benefits do you believe it offers? Alternatively, what changes (excluding the javascript and font size) could be applied to make it so? In a nutshell, I am keen to hear the opinions of experts like yourself on whether or not the concept of dynamically changing style sheets improves web accessibility. Lastly, can you clarify which version of the page you were referring to when you said that "the font size on the second URL may be too small for some users"? The page has been developed to demonstrate how the appearance has been changed to (hopefully) be more accessible; I am simply trying to make a distinction between a page that is not readily accessible and one that is. There could be a third link which shows the text-only version using even larger font size, but that is not my aim at this point. Let me know if I've not explained myself very clearly. |
|
I will also be testing the pages using aDesigner as you've suggested to see what further changes can be made. |
|
Thanks again, and I look forward to your response. Adam Adrienne wrote: Gazing into my crystal ball I observed "DarthMcAdam" adam (AT) adsandtaz (DOT) com> writing in news:1116780942.791390.206940 (AT) o13g2000cwo (DOT) googlegroups.com: I am currently studying for a Masters degree in Internet Systems Development, and have chosen the area of website accessibility as the subject for my dissertation. As part of this, I have developed a simple ASP.NET tool that enables users to change the appearance of a web page by clicking a link, but would be very interested in getting a clearer understanding of some of the difficulties that people with visual impairments experience when using the Internet. I would like to get some feedback on what I have produced already, both from users and experts in the area of web accessibility, so that I may be able to determine whether or not dynamically changing style sheets is a benefit, when it comes to web accessibility. Examples of this tool in use can be accessed via the following links: http://www.adsandtaz.com/dynamiccss/csstest.aspx http://www.adsandtaz.com/dynamiccss/paradisii.aspx Well, with javascript disabled, there is no changing of the stylesheet. Clicking on the links in the top-right corner of the screen will alter the appearance of the pages, without changing any of the content. It is simply the presentation that has been affected. In the first example, I have tried to use as basic a design as possible; the intention is simply to demonstrate the effects of the tool on a web page. The second example is the home page for my company's website (albeit one that hasn't changed for a while) which I have re-structured to avoid using frames, as well as incorporating the tool to enable the appearance of the page to be changed. In both cases some of the code isn't particularly pretty and there are certainly areas that could be improved so I would welcome any comments on how this could be achieved. However, the focus is on the ability to change the presentation of the page with the aim of making it more accessible to users with visual impairments. If you are interested in helping me in this matter, I'd be grateful if you would get back to me as soon as possible. Stop relying on javascript for something this important. There are other ways to do this without javascript. For instance, set a session variable, or for users who will not allow session cookies, use the request.querystring method. If anybody has any questions or requires any further information, please don't hesitate to contact me. Additionally, the font size on the second URL may be too small for some users, especially those with low vision problems. I would suggest running your sites through aDesigner available at http://www.alphaworks.ibm.com/tech/adesigner/evaluation>. Run the Blind test and the Low Vision test. You will not be pleasantly surprised. I look forward to hearing from you. Regards, Adam adam (AT) adsandtaz (DOT) com http://www.adsandtaz.com -- Adrienne Boswell http://www.cavalcade-of-coding.info Please respond to the group so others can share |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I am currently studying for a Masters degree in Internet Systems Development, and have chosen the area of website accessibility as the subject for my dissertation. As part of this, I have developed a simple ASP.NET tool that enables users to change the appearance of a web page by clicking a link, but would be very interested in getting a clearer understanding of some of the difficulties that people with visual impairments experience when using the Internet. I would like to get some feedback on what I have produced already, both from users and experts in the area of web accessibility, so that I may be able to determine whether or not dynamically changing style sheets is a benefit, when it comes to web accessibility. Examples of this tool in use can be accessed via the following links: http://www.adsandtaz.com/dynamiccss/csstest.aspx http://www.adsandtaz.com/dynamiccss/paradisii.aspx Clicking on the links in the top-right corner of the screen will alter the appearance of the pages, without changing any of the content. It is simply the presentation that has been affected. In the first example, I have tried to use as basic a design as possible; the intention is simply to demonstrate the effects of the tool on a web page. The second example is the home page for my company's website (albeit one that hasn't changed for a while) which I have re-structured to avoid using frames, as well as incorporating the tool to enable the appearance of the page to be changed. In both cases some of the code isn't particularly pretty and there are certainly areas that could be improved so I would welcome any comments on how this could be achieved. However, the focus is on the ability to change the presentation of the page with the aim of making it more accessible to users with visual impairments. If you are interested in helping me in this matter, I'd be grateful if you would get back to me as soon as possible. If anybody has any questions or requires any further information, please don't hesitate to contact me. I look forward to hearing from you. Regards, Adam adam (AT) adsandtaz (DOT) com http://www.adsandtaz.com |
#7
| |||
| |||
|
|
I am currently studying for a Masters degree in Internet Systems Development, and have chosen the area of website accessibility as the subject for my dissertation. As part of this, I have developed a simple ASP.NET tool that enables users to change the appearance of a web page by clicking a link, but would be very interested in getting a clearer understanding of some of the difficulties that people with visual impairments experience when using the Internet. I would like to get some feedback on what I have produced already, both from users and experts in the area of web accessibility, so that I may be able to determine whether or not dynamically changing style sheets is a benefit, when it comes to web accessibility. Examples of this tool in use can be accessed via the following links: http://www.adsandtaz.com/dynamiccss/csstest.aspx http://www.adsandtaz.com/dynamiccss/paradisii.aspx Clicking on the links in the top-right corner of the screen will alter the appearance of the pages, without changing any of the content. It is simply the presentation that has been affected. In the first example, I have tried to use as basic a design as possible; the intention is simply to demonstrate the effects of the tool on a web page. The second example is the home page for my company's website (albeit one that hasn't changed for a while) which I have re-structured to avoid using frames, as well as incorporating the tool to enable the appearance of the page to be changed. In both cases some of the code isn't particularly pretty and there are certainly areas that could be improved so I would welcome any comments on how this could be achieved. However, the focus is on the ability to change the presentation of the page with the aim of making it more accessible to users with visual impairments. If you are interested in helping me in this matter, I'd be grateful if you would get back to me as soon as possible. If anybody has any questions or requires any further information, please don't hesitate to contact me. I look forward to hearing from you. Regards, Adam adam (AT) adsandtaz (DOT) com http://www.adsandtaz.com |
#8
| |||
| |||
|
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Pam, Thanks for your comments. I've had to adjust my line of thinking as far as my dissertation is concerned, since I'm finding it difficult to scientifically prove that dynamically changing style sheets does benefit accessibility. However, the tools that have been suggested by both you and Adrienne will be extremely helpful in my research. If you've anything else to add, I'd be very interested to hear it. Adam (a.k.a. Darth) |
![]() |
| Thread Tools | |
| Display Modes | |
| |