<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>  Accessibility</title>
	<link>http://accessibility.indelv.com</link>
	<description>Web Standards News &#187; Accessibility</description>
	<pubDate>Tue, 31 Aug 2010 20:30:39 +0000</pubDate>
	<language>en</language>
			<item>
		<title>How to make accessible image maps</title>
		<link>http://accessibility.indelv.com/how-to-make-accessible-image-maps.html</link>
		<pubDate>Tue, 31 Aug 2010 20:26:24 +0000</pubDate>
		<description><![CDATA[The modern  HTML provides such a function as creation of image-maps. Simply put,  it is the ability of cutting an image in multiple areas, with every  area having a link tied to it. So, if you click on an area of the map,  you are sent to one web page. And [...]]]></description>
			<content:encoded><![CDATA[<p>The modern  HTML provides such a function as creation of image-maps. Simply put,  it is the ability of cutting an image in multiple areas, with every  area having a link tied to it. So, if you click on an area of the map,  you are sent to one web page. And if you click on the second area of  the map, another page opens. </p>
<p>Basically,  there are two types of image maps: server-side and client-side. The  most used type is client-side maps, as there are some implementation  problems with the server-side image maps.</p>
<p>The client-side  image maps are called so, because the browser, after it receives the  image, must figure out how to handle the clicking on every different  piece of  the image. If the user clicked on the page, the browser  looks at the areas specified in the &lt;area&gt; tag. If the user clicked  in a region pointed in the code, the browser opens the requested page.</p>
<p>Because the  screen readers are unable to understand what is written on images, it  is required to use the alt tags together with these image maps, so that  a blind person that uses a screen reader would be able to hear where  the link goes to, instead of the link itself which very often in incomprehensible  for the simple person.</p>
<p>Another type  of image-maps are the server-side image maps. The difference between  the client-side and server-side image maps is that the server-side image  is closed in the &lt;a&gt; tag, and contains the ismap boolean attribute.  Because of the implementation, this kind of image map is not accessible  for a disabled person. Pressing Enter on the image would simply give  the output of pressing on the image on 0,0 coordinate, and therefore  it doesn&#8217;t allow access for people that are unable to use the mouse. </p>
<p>Therefore,  it is recommended  to specify redundant text links next to server-side  image maps, in order to allow access for the disabled people.</p>
]]></content:encoded>
			</item>
		<item>
		<title>About AJAX and accessible Web pages</title>
		<link>http://accessibility.indelv.com/about-ajax-and-accessible-web-pages.html</link>
		<pubDate>Tue, 31 Aug 2010 20:23:57 +0000</pubDate>
		<description><![CDATA[AJAX is a  very powerful way of making your web page interactive. It is a straightforward  instrument for experienced web-developers and therefore it is very popular  nowadays. But AJAX has a very big problem with accessibility.
Sometimes,  pages with AJAX can trigger a script that simply changes the way the  page [...]]]></description>
			<content:encoded><![CDATA[<p>AJAX is a  very powerful way of making your web page interactive. It is a straightforward  instrument for experienced web-developers and therefore it is very popular  nowadays. But AJAX has a very big problem with accessibility.</p>
<p>Sometimes,  pages with AJAX can trigger a script that simply changes the way the  page looks like or changes the contents of the page. For someone that  is using a screen reader to navigate through it, it is very hard to  understand that possibly a text is somewhere changed.</p>
<p>So, in order  to make AJAX accessible, there are four steps: optimise the content,  mark up content semantically XHTML, create a CSS presentation layer  and finally create the behaviour DOM scripts.</p>
<p>AJAX is such  a kind of tool, that in the hands of the experienced people, it may  result in creation of bright and interesting pages for everyone. But  even experienced designers are advised to use AJAX as sparingly as possible.  But as AJAX is a very interesting technology, in time it is very possible  that it will be used more and more for the creation of web pages.</p>
<p>This is caused  by the fact that many AJAX scripts, in contradiction with the WCAG,  are unable to work with the JavaScript turned off. Many browsers still  do not support JavaScript and many users are turning JavaScript off  basing on security reasons.</p>
<p>The people  and communities that are concerned about the web accessibility of client-side  scripting and in particular AJAX for the production of Rich Internet  Applications are working on adapting screen readers for working with  AJAX. Nowadays Steve Faulkner, member of Vision Australia and fonder  member of the Web Accessibility Tools Consortium, together with The  Paciello Group are working on creation of technologies that would enable  the screen readers in future to understand the AJAX output.</p>
<p>But nowadays,  if you are thinking about creating an accessible web-site, think three  times before using AJAX in it.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Beginners and the dilemma of HTML versus XHTML</title>
		<link>http://accessibility.indelv.com/beginners-and-the-dilemma-of-html-versus-xhtml.html</link>
		<pubDate>Fri, 20 Aug 2010 22:38:24 +0000</pubDate>
		<description><![CDATA[A much disputed  issue on the internet resources is the question of HTML versus XHTML.  There are many participants on different web resources and communities  as forums, mailing lists, newsgroups and blogs. And many persons are  asked by the beginners what to use best HTML or XHTML. This question  may [...]]]></description>
			<content:encoded><![CDATA[<p>A much disputed  issue on the internet resources is the question of HTML versus XHTML.  There are many participants on different web resources and communities  as forums, mailing lists, newsgroups and blogs. And many persons are  asked by the beginners what to use best HTML or XHTML. This question  may be very important because it can affect the attitude and the working  tools of a novice. It is very important to mention that both HTML and  XHTML are important tools, but they have to be used for different tasks.</p>
<p>While for a  beginner this can be a too unclear answer. It is very important to stress  out that XHTML is not a tool that beginners can use. There are some  arguments that XHTML is a new step in the evolution of HTML, but this  is yet a thing that is not so sure, despite the many advocates it has.  If this is correct then it will be necessary to teach XHTML from the  ground up. It is an interesting idea, but the actual teaching is mainly  done in a text/html environment. And in these conditions attempting  to teach XHTML is very complicated and makes the learner to entangle  in the vast volume of information. The XHTML offers a lot of material  for learning, and this not taking in consideration the issues of browser  support. In this situation it gets clear that the learners in most cases  simply are not prepared, and it is better to teach them HTML instead</p>
<p>XHTML has included  all the XML handling requirements and it is not only a HTML 4 in XML  syntax. Also many suppositions concerning the possibility to use XHTML  as text/html and after change it to XML with an improved browser support  have no significant evidence to demonstrate that XHTML evolutes in a  text/html environment will not make the transition to XML.</p>
<p>Many internet  resources which offer tag-soup pages contain extremely complicated information  for the beginner, and don’t touch upon the basics that the visitor  has to know. This is why many beginners that learned XHTML under HTML,  will not understand the elementary aspects of XHTML.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Why should you make your web page accessible?</title>
		<link>http://accessibility.indelv.com/why-should-you-make-your-web-page-accessible.html</link>
		<pubDate>Fri, 20 Aug 2010 22:37:30 +0000</pubDate>
		<description><![CDATA[The universities  nowadays are developing, by transferring from buildings to Web and internal  networks. But one of the most ardent problems there is that complicates  the access of the impaired to studies is the absences of accessible  technology for the disabled students. The solution for this is the creation  of [...]]]></description>
			<content:encoded><![CDATA[<p>The universities  nowadays are developing, by transferring from buildings to Web and internal  networks. But one of the most ardent problems there is that complicates  the access of the impaired to studies is the absences of accessible  technology for the disabled students. The solution for this is the creation  of accessible web pages. This is also necessary in order to comply with  the national legislation, especially concerning the disabled persons.  The universities work hard on assuring the academic equality and non  discrimination in the access to the informative resources. The accessible  web pages are also compatible with new technologies and are beneficial  for all the visitors.  They can be used by any beneficiary notwithstanding  any constraints under which they operate. Some persons with disabilities  are imposed to use special means in order to access internet as text-to-speech  screen readers and other special devices. In many cases these persons  have a keyboard-only access to web. In many cases the software developers  and can improve the accessibility of web resources for the impaired  solving many impediments created by physical impairments, blindness,  low vision and learning difficulties.</p>
<p>Also the accessible  web sites make the web content accessible for those who use new mobile  and hand held technologies like handheld PDA, mobile phone, voice browser.  Also these improvements will assist those who work in unfavourable environments  for example in a room with no light, in spaces with a big noise pollution  etc. Another plus for web accessible content is the simplicity of search.</p>
<p>The pluses  of this technology can be shown in the case of a visual impaired user  of internet. These persons usually use screen readers, to access text  information, while the graphics and images are not accessed. The Web  creators solved a part of this problem attaching screen-readable alternative  text to graphics and links, organizing the text in a logical reading  order. This technology can also benefit the users that have low bandwidth  connections using text-based browsers to surf more quickly. Also PDA  users can disable graphics for quicker page downloads. And with increasing  the content availability as text or alt-text a more effective search  is possible.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Google and Microsoft a battle for the future of the internet search engines</title>
		<link>http://accessibility.indelv.com/google-and-microsoft-a-battle-for-the-future-of-the-internet-search-engines.html</link>
		<pubDate>Fri, 20 Aug 2010 22:36:44 +0000</pubDate>
		<description><![CDATA[The competition  between Microsoft and Google is very intriguing, although some specialists  motivate the superiority of Microsoft because of its financial superiority  over its rival.
The corporate  vice president of the search and advertising division at Microsoft,  Satya Nadella informed in a public interview about the Microsoft perspectives  and plans [...]]]></description>
			<content:encoded><![CDATA[<p>The competition  between Microsoft and Google is very intriguing, although some specialists  motivate the superiority of Microsoft because of its financial superiority  over its rival.</p>
<p>The corporate  vice president of the search and advertising division at Microsoft,  Satya Nadella informed in a public interview about the Microsoft perspectives  and plans for the improvement of the search market, in along perspective.  This interview was offered in a short time after the launch of the new  Microsoft features in the Live Search site on the 26 of September 2007.</p>
<p>The first question  was concerning how much search traffic comes from the search embedded  in other Microsoft web properties, in comparison with the users that  access directly the main Live.com search page. The Vice president answered  that the MSN search bar creates a lot of traffic, also many users, install  the MSN toolbar and select MSN as default provider for their browsers.  Also she mentioned that these three sources constitute the top of the  Microsoft search traffic.</p>
<p>Also the interviewer  asked if one percent of the Microsoft traffic comes from persons which  are typing in the Live.com web address. She confirmed the probability  of this fact and also informed that Microsoft did not marketed seriously  Live.com. The strategy of Microsoft was that Live search to power MSN.  The Microsoft official mentioned that this is the place where better  gains can be acquired while offering a better search experience and  stimulating the consumers and customers to do more searches on MSN.</p>
<p>Also Satya  Nadella mentioned that the unasked question in this case is what kind  of hoops Microsoft will ask the web designers to overlook in case if  their engine catches on. Also Google had the same problems when it became  a popular search engine. And it is interesting what paid help or keywords  the Google Company will use. The official ended it’s interview with  the question concerning if Google will use the same tactics as earlier  to overcome this difficulties.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Creating your own web-presentation with SMIL</title>
		<link>http://accessibility.indelv.com/creating-your-own-web-presentation-with-smil.html</link>
		<pubDate>Fri, 20 Aug 2010 22:35:49 +0000</pubDate>
		<description><![CDATA[Since March  1997 SMIL become a significant new technology which helps integrate  multimedia into Web content. The importance of SMIL has grown with the  apparition of its 2.0 version. SMIL offers XML-based technology for  managing the presentation and timing of multimedia elements. SMIL is  used in the software and technologies [...]]]></description>
			<content:encoded><![CDATA[<p>Since March  1997 SMIL become a significant new technology which helps integrate  multimedia into Web content. The importance of SMIL has grown with the  apparition of its 2.0 version. SMIL offers XML-based technology for  managing the presentation and timing of multimedia elements. SMIL is  used in the software and technologies supported by Adobe, Microsoft,  and the Real Networks. </p>
<p>Taking in consideration  the development and support for the 2.0 specification, SMIL has the  perspective of becoming a standard approach for the developers which  work with any type of multimedia asset control.</p>
<p>SMIL was developed  since March 1997, starting with the establishment of a working team  on synchronized multimedia by the World Wide Web Consortium. It was  created as an XML-based language that allows the creation of interactive  multimedia presentations, without the use of multimedia tools. It gives  the developers the possibility of describing the timing of presentations,  associating hyperlinks with media and defining the layout of the presentation  onscreen.</p>
<p>The 2.0 version  of SMIL was released in August 2001. Afterwards this basic concept many  independently-crafted SMIL authoring platforms were available. The World  Wide Web Consortium designates two basic design aims for SMIL 2.0. First  of all to define continuously an XML-based language that will allow  the web-designers to make interactive multimedia presentations. And  secondly is the possibility of re-using SMIL 2.0 semantics and syntax  for other XML-based languages.  </p>
<p>The SMIL format  has a large vendor support. One of the most significant vendors is Real  Networks. The RealOne player of this company supports playback of SMIL.  Also Real Networks released its own version of XML/SMIL authoring tool,  SMILGen in the autumn of 2001. Also the Microsoft Company added to Internet  Explorer starting with the version 5.0 a subset of SMIL support to web.  Adobe in its visual authoring software for Web designers GoLive Studio  offers SMIL and also QuickTime editors. </p>
<p>The perspectives  of SMIL are very promising because of the large use of MMS messaging  instead of simple SMS. This could make SMIL one of the most used services  in the future of mobile communications.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Style Sheets technology a help for the visually impaired</title>
		<link>http://accessibility.indelv.com/style-sheets-technology-a-help-for-the-visually-impaired.html</link>
		<pubDate>Fri, 20 Aug 2010 22:28:26 +0000</pubDate>
		<description><![CDATA[The assurance of web accessibility  for the visually impaired is a very acute problem. Taking in consideration  the number of persons who are visually impaired this makes a very large  group of people limited in their access to internet resources. But now  some work concerning the extended web style sheets is [...]]]></description>
			<content:encoded><![CDATA[<p>The assurance of web accessibility  for the visually impaired is a very acute problem. Taking in consideration  the number of persons who are visually impaired this makes a very large  group of people limited in their access to internet resources. But now  some work concerning the extended web style sheets is implemented. It  contains built in facilities which will assist the visually impaired. </p>
<p>The HTML standard was initially  projected as a structural markup language. The latter improvements made  with the help of such companies as Netscape and Microsoft, have improved  HTML adding new markup tags, in order to influence the presentation,  with “BLINK” as an example.</p>
<p>Using the Style Sheets technology  HTML format returns to its primary aim, also allowing the authors to  change and work with the presentation. CSS1 is the first official specification  of Style Sheets for HTML standard. This specification is a draft project  included in the W3C process, allowing to the authors to control easily  features as color, font, margins and others.</p>
<p>HTML offers many advantages  in this sense. The use of a structured language instead of a presentational  language is an advantage of HTML. This structure makes it relatively  simple to create an Aural Browser with the help of a speech synthesizer,  which reads the documents to the user. Such an aural browser has the  superiority of reading the emphasized text with a greater emphasis making  the quality of the reading much better. This technology will surely  help the persons with vision defects but also it can assist people that  can not use a video screen, for example while driving, walking, and  other.</p>
<p>The perspectives of the technology  are great, and some projects exist to extend CSS for including speech  and other aural specifications. This will increase the possibility of  working with documents, and other tasks that earlier were not possible  for a visually impaired person. T.V. Raman is one of the initiators  of the project, he is also a blind person, and he also effectuated researches  on the issue of voice synthesis and automatic reading of LaTeX documents  in his PHD. The thesis of T.V. Raman analyzed the issue of web surfing  with the help of Emacs W3 web browser connected to a speech-synthesizer  which is testing a beta version of the specification that will improve  the internet access for the visually impaired.</p>
]]></content:encoded>
			</item>
		<item>
		<title>XForms: the classical form, in a new way</title>
		<link>http://accessibility.indelv.com/xforms-the-classical-form-in-a-new-way.html</link>
		<pubDate>Sun, 15 Aug 2010 00:28:26 +0000</pubDate>
		<description><![CDATA[Forms are a  part of our lives. They are used day by day in the ordinary life, but  online they have a special place. They are the primary way of collecting  information, being used for search engines, polls, surveys, electronic  commerce, and even on-line applications. Every type of user-interaction  on-line [...]]]></description>
			<content:encoded><![CDATA[<p>Forms are a  part of our lives. They are used day by day in the ordinary life, but  online they have a special place. They are the primary way of collecting  information, being used for search engines, polls, surveys, electronic  commerce, and even on-line applications. Every type of user-interaction  on-line is done through web-forms of some sort. However, this technology  is already showing it&#8217;s age. Being created 5 years before XML, it has  limitations, that make developer&#8217;s and user&#8217;s lives harder. Among them  are:</p>
<ul>
<li>As forms are older than XML, the integration between them is very poor</li>
<li>Every common tasks made on form&#8217;s information requires a great amount of scripting</li>
<li>Forms run well only on desktop browsers, depending on the device it is being run on</li>
<li>They have great limits in accessibility</li>
<li>They are hard to learn, because of the blending of purpose and presentation.</li>
</ul>
<p>A new W3C  standard, the XForms, come to substitute the old forms, in order to add  some additional features and ease the work for the developers. The goals  that XForms tend to accomplish are:</p>
<ul>
<li> Improvement on XML and XML Schema integration</li>
<li> Simplification of common-related tasks, so that less scripting would be required</li>
<li>Device-independence, so that it could work on all types of computers</li>
<li>Universal Accessibility</li>
<li>Separation of purpose from presentation.</li>
</ul>
<p>XForms is  an XML technology, that is very close to XSLT processing. They both use  the instance data that is based on XML and defined in terms of XPath&#8217;s  internal tree representation. Of course, there are some differences  between them. XSLT is usually defined in terms of three trees, resultant  from parsing XML documents. But XForms combines the input and output  trees, so often in the diagrams you would see it as the representation  of only two trees, resulted from parsing XML documents. The flow of data  in XForms is in the following way:</p>
<ol>
<li>The information that comes either inline, or from an XML document is parsed into memory.</li>
<li>The  information from the instance data is being processed. That involved the  interaction with the user and recording of the received data.</li>
<li>The submitted data is processed, being transformed usually into XML, and sent to the server</li>
</ol>
]]></content:encoded>
			</item>
		<item>
		<title>Making Web accessible for everyone: how to.</title>
		<link>http://accessibility.indelv.com/making-web-accessible-for-everyone-how-to.html</link>
		<pubDate>Tue, 10 Aug 2010 21:29:44 +0000</pubDate>
		<description><![CDATA[Modern Web is developing at a very fast pace, therefore it&#8217;s very hard to find sites that would assure accessibility for everybody, including the people with disabilities. In order to assure the accessibility for everybody, the University of Illinois launched the HTML/XHTML Best Practices site.
The site is a set of practices that are used on [...]]]></description>
			<content:encoded><![CDATA[<p>Modern Web is developing at a very fast pace, therefore it&#8217;s very hard to find sites that would assure accessibility for everybody, including the people with disabilities. In order to assure the accessibility for everybody, the University of Illinois launched the HTML/XHTML Best Practices site.</p>
<p>The site is a set of practices that are used on the University&#8217;s site to provide support  for everybody on the university&#8217;s site. Now it&#8217;s the place where all the Internet meets to learn on making a website accessible. The HTML/XHTML Best Practices Site was made with the following purposes in mind: it must benefit the people with disabilities in the first place, bring benefits to web developers and all other users, and in the end, encourage the creation of sites that would support automated testing.</p>
<p>The old approach of making a site “accessible” is the repair approach, where the web-designer simply brings the site to the requirements of WCAG or of the Section 508. While this makes the site more usable from the technical part, anyway it doesn&#8217;t help a lot. The Best Practices on the other way, focuses on creating a functionally easier environment, that improve the experience of all the users, not only the ones with disabilities. The site is mentoring the so-called “user-centered” design approach, that are inspired by the needs of people with disabilities, but also allow other users to get additional control when accessing the web resources.</p>
<p>The user-centered approach is centered around making assumptions not about what technologies should be used when accessing a web-resource, but more options can be implemented to use a larger range of technologies, so that the information could be restyled for the needs of the developer. In such a way, basing on the fact that all the users benefit from this design approach, developers can test to see if their resources are conforming to the user-centered design.</p>
]]></content:encoded>
			</item>
		<item>
		<title>WCAG 2.0: a new step towards integration of people with disabilities</title>
		<link>http://accessibility.indelv.com/wcag-20-a-new-step-towards-integration-of-people-with-disabilities.html</link>
		<pubDate>Fri, 30 Jul 2010 21:56:20 +0000</pubDate>
		<description><![CDATA[Once  with the great pace of development of the World Wide Web, a new important  problem appears: how to make the Internet accessible for the people  with disabilities? 
As  an answer to this question appeared the Web Content Accessibility Guidelines  document, first version 1.0, and more recently the 2.0 version. [...]]]></description>
			<content:encoded><![CDATA[<p>Once  with the great pace of development of the World Wide Web, a new important  problem appears: how to make the Internet accessible for the people  with disabilities? </p>
<p>As  an answer to this question appeared the Web Content Accessibility Guidelines  document, first version 1.0, and more recently the 2.0 version. It covers  a great range of recommendations that would enable the Internet to be  much more accessible. After following these recommendations from W3C,  a wider range of people with disabilities, such as blindness and low  vision, deafness and hearing loss, cognitive limitations, photo-sensitivity,  learning disabilities and combinations of these. Also, these guidelines  would help you make the content of your site more sensitive to users  in general. The most important thing that was done by the WCAG developers  was that they were able to define a notion of the word “accessible”,  that can be applied to the online technologies. They made a great accent  on the usability, regardless of the deficiency one has.</p>
<p>The  recommendations included in WCAG 2.0 are not technically specific, meaning  that they could be implemented on different platform and operating systems.  WCAG 2.0 is being extended and supported in a series of additional document,  Understanding WCAG 2.0 and Techniques for WCAG 2.0. These documents  do not have a formal status and help the user or developer to better  understand the requirements of implementation of WCAG 2.0. </p>
<p>WCAG  2.0 succeeds the Web Content Accessibility Guidelines 1.0, which were  published as a W3C recommendation in May 1999. Now, it is possible to  conform to either 1.0 version of the document, or to 2.0 (or even both),  but the W3c recommends the usage of 2.0 version for the new, updated  content.</p>
<p>By  implementing the new WCAG specifications on every site, we can open  a new era of opening the Internet for all the categories of people,  regardless of their disabilities.</p>
]]></content:encoded>
			</item>
	</channel>
</rss>
