<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Debate article in Internetworld</title>
	<atom:link href="http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Fri, 05 Dec 2008 09:39:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3703</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 24 Mar 2006 13:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3703</guid>
		<description>Tommy,

Oh, absolutely, then we're on the same page. :-)

In fact, I prefer if web developers never solely relied on AJAX, no matter the environment.</description>
		<content:encoded><![CDATA[<p>Tommy,</p>
<p>Oh, absolutely, then we&#8217;re on the same page. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In fact, I prefer if web developers never solely relied on <acronym title="Asynchronous Javascript and XML">AJAX</acronym>, no matter the environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Olsson</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3702</link>
		<dc:creator>Tommy Olsson</dc:creator>
		<pubDate>Fri, 24 Mar 2006 13:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3702</guid>
		<description>&lt;blockquote&gt;I donâ€™t agree with you there. I think you should use AJAX where you know it will enhance the end user experience, not where you necessarily know JavaScript and XMLHttpRequest are supported.&lt;/blockquote&gt;
No argument from me, but you shouldn't &lt;strong&gt;rely&lt;/strong&gt; on 'Ajax' features unless it's in a controlled environment.</description>
		<content:encoded><![CDATA[<blockquote><p>I donâ€™t agree with you there. I think you should use <acronym title="Asynchronous Javascript and XML">AJAX</acronym> where you know it will enhance the end user experience, not where you necessarily know JavaScript and XMLHttpRequest are supported.</p></blockquote>
<p>No argument from me, but you shouldn&#8217;t <strong>rely</strong> on &#8216;<acronym title="Asynchronous Javascript and XML">AJAX</acronym>&#8217; features unless it&#8217;s in a controlled environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3677</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 23 Mar 2006 12:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3677</guid>
		<description>Fredrik,

No problem, it's a valid question. Personally, I think Flash is ok to use to enhance certain parts of a web site, definitely depending on what web site it is, of course, but not to build a full web site with.

Why not? There are a number of accessibility and usability issues with Flash. E.g:

- Text selection problems.
- Hard to only use the keyboard to navigate.
- Can't open links in new tabs.
- Plugin dependant, therefore not as accessible on PDAs and cell phones.
- Doesn't automatically downgrade in a nice manner, compared to a light-weight approach with HTML and unobtrusive JavaScript.

With that said, I'm not sure that AJAX is the best way to do it either. I think why it has become such a hype is because it's fairly easy to implement and, most importantly, is based on already existing and vastly widespread technologies.</description>
		<content:encoded><![CDATA[<p>Fredrik,</p>
<p>No problem, it&#8217;s a valid question. Personally, I think Flash is ok to use to enhance certain parts of a web site, definitely depending on what web site it is, of course, but not to build a full web site with.</p>
<p>Why not? There are a number of accessibility and usability issues with Flash. E.g:</p>
<p>- Text selection problems.<br />
- Hard to only use the keyboard to navigate.<br />
- Can&#8217;t open links in new tabs.<br />
- Plugin dependant, therefore not as accessible on PDAs and cell phones.<br />
- Doesn&#8217;t automatically downgrade in a nice manner, compared to a light-weight approach with <acronym title="HyperText Markup Language">HTML</acronym> and unobtrusive JavaScript.</p>
<p>With that said, I&#8217;m not sure that <acronym title="Asynchronous Javascript and XML">AJAX</acronym> is the best way to do it either. I think why it has become such a hype is because it&#8217;s fairly easy to implement and, most importantly, is based on already existing and vastly widespread technologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fredrik Pettersson</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3676</link>
		<dc:creator>Fredrik Pettersson</dc:creator>
		<pubDate>Thu, 23 Mar 2006 12:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3676</guid>
		<description>I know this thread is about AJAX but I just want to bring up another topic: 
How about Flash and flash remoting?

As I see it the feeling of working in a client application is the future of the Internet and then flash probably is the best alternative deisignwise. 
And if you then combine a programming language such as VB or C # with that, you have a much more powerful application than AJAX that depends on Javascript. Am I totally wrong? I have just started to look at flash remoting and dont know so much about AJAX but I cant understand why not flash and flash remoting is more discussed.</description>
		<content:encoded><![CDATA[<p>I know this thread is about <acronym title="Asynchronous Javascript and XML">AJAX</acronym> but I just want to bring up another topic:<br />
How about Flash and flash remoting?</p>
<p>As I see it the feeling of working in a client application is the future of the Internet and then flash probably is the best alternative deisignwise.<br />
And if you then combine a programming language such as <acronym title="Visual Basic">VB</acronym> or C # with that, you have a much more powerful application than <acronym title="Asynchronous Javascript and XML">AJAX</acronym> that depends on Javascript. Am I totally wrong? I have just started to look at flash remoting and dont know so much about <acronym title="Asynchronous Javascript and XML">AJAX</acronym> but I cant understand why not flash and flash remoting is more discussed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3670</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 23 Mar 2006 07:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3670</guid>
		<description>Shane,

Thanks! :-)

Robert W,

Absolutely right, that's exactly what it's about! :-)
Regarding getting published, I think I'm just riding the wave for PR attention for the moment. And you need to explain that Dave thing to me, I don't get it... :-)

Tommy,

I don't agree with you there. I think you should use AJAX where you know it will enhance the end user experience, not where you necessarily know JavaScript and XMLHttpRequest are supported.

It's all about progressive enhancement and graceful degradation. Take the search on my web site as an example: on-the-fly updating for those who support it and a normal postback and new page for those who don't.

Steve,

Actually, kind of both. :-)
I'll get to explaining as soon as possible.

Jens,

Thank you very much! I'm also glad that I got the chance to reach out in such a forum where their technical articles otherwise are rarely accurate or spot-on. It's hard to find a good level, though, since many of their readers are beginners.</description>
		<content:encoded><![CDATA[<p>Shane,</p>
<p>Thanks! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Robert W,</p>
<p>Absolutely right, that&#8217;s exactly what it&#8217;s about! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Regarding getting published, I think I&#8217;m just riding the wave for PR attention for the moment. And you need to explain that Dave thing to me, I don&#8217;t get it&#8230; <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Tommy,</p>
<p>I don&#8217;t agree with you there. I think you should use <acronym title="Asynchronous Javascript and XML">AJAX</acronym> where you know it will enhance the end user experience, not where you necessarily know JavaScript and XMLHttpRequest are supported.</p>
<p>It&#8217;s all about progressive enhancement and graceful degradation. Take the search on my web site as an example: on-the-fly updating for those who support it and a normal postback and new page for those who don&#8217;t.</p>
<p>Steve,</p>
<p>Actually, kind of both. <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I&#8217;ll get to explaining as soon as possible.</p>
<p>Jens,</p>
<p>Thank you very much! I&#8217;m also glad that I got the chance to reach out in such a forum where their technical articles otherwise are rarely accurate or spot-on. It&#8217;s hard to find a good level, though, since many of their readers are beginners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Wedin</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3669</link>
		<dc:creator>Jens Wedin</dc:creator>
		<pubDate>Thu, 23 Mar 2006 07:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3669</guid>
		<description>Is so good that you can write in such  forums with a lot of developers with no clue of web standards. I was amazed by the qualilty of the article at IDG, then I saw your name and just smiled. Good work Robert.</description>
		<content:encoded><![CDATA[<p>Is so good that you can write in such  forums with a lot of developers with no clue of web standards. I was amazed by the qualilty of the article at IDG, then I saw your name and just smiled. Good work Robert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3663</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Wed, 22 Mar 2006 21:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3663</guid>
		<description>@Tommy:

LOL, yes, perfect!

(By the way, I am a bit of a joker.) :-)

@Steve:

Unobtrusive does mean that, with the exception of a &lt;code&gt;&#60;script type="text/javascript" src="foo" &#62;&#60;/script&#62;&lt;/code&gt; tag (or multiples thereof), there is no JavaScript within the (X)HTML code.</description>
		<content:encoded><![CDATA[<p>@Tommy:</p>
<p>LOL, yes, perfect!</p>
<p>(By the way, I am a bit of a joker.) <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@Steve:</p>
<p>Unobtrusive does mean that, with the exception of a <code>&lt;script type="text/javascript" src="foo" &gt;&lt;/script&gt;</code> tag (or multiples thereof), there is no JavaScript within the (X)<acronym title="HyperText Markup Language">HTML</acronym> code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Williams</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3661</link>
		<dc:creator>Steve Williams</dc:creator>
		<pubDate>Wed, 22 Mar 2006 20:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3661</guid>
		<description>Looking forward to this future post as I recently used AJAX on a site for the first time and have probably made every mistake possible :)

I'm particularly confused by what exactly is meant by 'unobtrusive' javascript? Does that mean it must not be embedded in the page at all, and/or that the page should function with javascript turned off, or something completely different altogether?</description>
		<content:encoded><![CDATA[<p>Looking forward to this future post as I recently used <acronym title="Asynchronous Javascript and XML">AJAX</acronym> on a site for the first time and have probably made every mistake possible <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m particularly confused by what exactly is meant by &#8216;unobtrusive&#8217; javascript? Does that mean it must not be embedded in the page at all, and/or that the page should function with javascript turned off, or something completely different altogether?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Olsson</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3658</link>
		<dc:creator>Tommy Olsson</dc:creator>
		<pubDate>Wed, 22 Mar 2006 17:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3658</guid>
		<description>@Jules: Of course I'm not saying that. I'm surprised you even have to ask! But 'Ajax' doesn't have to be anathema to people with disabilities. (There are other disabilities than severe visual impairment.)

I should have said '&lt;strong&gt;may&lt;/strong&gt; be fine', I suppose.

In an environment where you &lt;em&gt;know&lt;/em&gt; that JavaScript and XMLHttpRequest are supported, and you &lt;em&gt;know&lt;/em&gt; that there are no users for whom asynchronous updates will pose accessibility problems, &lt;em&gt;then&lt;/em&gt; 'Ajax' may be a good solution.

Good enough? :)</description>
		<content:encoded><![CDATA[<p>@Jules: Of course I&#8217;m not saying that. I&#8217;m surprised you even have to ask! But &#8216;<acronym title="Asynchronous Javascript and XML">AJAX</acronym>&#8217; doesn&#8217;t have to be anathema to people with disabilities. (There are other disabilities than severe visual impairment.)</p>
<p>I should have said &#8216;<strong>may</strong> be fine&#8217;, I suppose.</p>
<p>In an environment where you <em>know</em> that JavaScript and XMLHttpRequest are supported, and you <em>know</em> that there are no users for whom asynchronous updates will pose accessibility problems, <em>then</em> &#8216;<acronym title="Asynchronous Javascript and XML">AJAX</acronym>&#8217; may be a good solution.</p>
<p>Good enough? <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Wellock</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3655</link>
		<dc:creator>Robert Wellock</dc:creator>
		<pubDate>Wed, 22 Mar 2006 15:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3655</guid>
		<description>What he appears to be talking about in Smurfish is graceful degradation and that script should be applied externally and unobtrusively basically.

Is it normal that ordinary webmasters in Sweden often appear in IT Magazines; or do you just happen to know Dave very well already?</description>
		<content:encoded><![CDATA[<p>What he appears to be talking about in Smurfish is graceful degradation and that script should be applied externally and unobtrusively basically.</p>
<p>Is it normal that ordinary webmasters in Sweden often appear in IT Magazines; or do you just happen to know Dave very well already?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Shepherd</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3654</link>
		<dc:creator>Shane Shepherd</dc:creator>
		<pubDate>Wed, 22 Mar 2006 14:53:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3654</guid>
		<description>Even though I can't read Swedish, I'm impressed with all these internet magazines that are publishing your writings!  Major coolness Rob!</description>
		<content:encoded><![CDATA[<p>Even though I can&#8217;t read Swedish, I&#8217;m impressed with all these internet magazines that are publishing your writings!  Major coolness Rob!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3652</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 22 Mar 2006 14:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3652</guid>
		<description>Jules,

It's cool. And not really off-topic, either, it's all about AJAX and accessibility.

Chris, Richard,

Basically it's all about the stuff I write here about accessibility, unobtrusive JavaScript etc. But most likely, I'll write a post soon discussing the topic in English! :-)</description>
		<content:encoded><![CDATA[<p>Jules,</p>
<p>It&#8217;s cool. And not really off-topic, either, it&#8217;s all about <acronym title="Asynchronous Javascript and XML">AJAX</acronym> and accessibility.</p>
<p>Chris, Richard,</p>
<p>Basically it&#8217;s all about the stuff I write here about accessibility, unobtrusive JavaScript etc. But most likely, I&#8217;ll write a post soon discussing the topic in English! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3650</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 22 Mar 2006 14:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3650</guid>
		<description>I second that request for an english translation!</description>
		<content:encoded><![CDATA[<p>I second that request for an english translation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3649</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 22 Mar 2006 14:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3649</guid>
		<description>Speaking of accessible; I dont understand a word you wrote ;-)
I'm very interested in this subject - will there be an english translation or do I have to learn swedish?</description>
		<content:encoded><![CDATA[<p>Speaking of accessible; I dont understand a word you wrote <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
I&#8217;m very interested in this subject - will there be an english translation or do I have to learn swedish?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3647</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Wed, 22 Mar 2006 13:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3647</guid>
		<description>Tommy:

I disagree with your statement that AJAX are fine in ... an Intranet. Are you suggesting that the disabled don't work? Of course not, I know you better than that but I think that the accessibility of an Intranet should be considered equally to that of an Internet site. No, wait a sec, an Intranet should be considered more with respect to accessibility.

Why? To use a simple example, if you are a user that &lt;strong&gt;needs&lt;/strong&gt; an accessible site and you are looking to buy a popular music CD, if you encounter an inaccessible music CD shopping site, you can simply move on to another. If you are an employee and need to record your attendance for the past month, if the &lt;abbr title="Human Resources"&gt;HR&lt;/abbr&gt; application is inaccessible, you don't have the choice of shopping around.

At my work, we have the choice of calling someone and getting them to fill out our &lt;abbr title="Human Resources"&gt;HR&lt;/abbr&gt; forms for us but I don't know what options other employers provide.

Sorry Robert for taking this off topic.</description>
		<content:encoded><![CDATA[<p>Tommy:</p>
<p>I disagree with your statement that <acronym title="Asynchronous Javascript and XML">AJAX</acronym> are fine in &#8230; an Intranet. Are you suggesting that the disabled don&#8217;t work? Of course not, I know you better than that but I think that the accessibility of an Intranet should be considered equally to that of an Internet site. No, wait a sec, an Intranet should be considered more with respect to accessibility.</p>
<p>Why? To use a simple example, if you are a user that <strong>needs</strong> an accessible site and you are looking to buy a popular music <acronym title="Compact Disk">CD</acronym>, if you encounter an inaccessible music <acronym title="Compact Disk">CD</acronym> shopping site, you can simply move on to another. If you are an employee and need to record your attendance for the past month, if the <abbr title="Human Resources">HR</abbr> application is inaccessible, you don&#8217;t have the choice of shopping around.</p>
<p>At my work, we have the choice of calling someone and getting them to fill out our <abbr title="Human Resources">HR</abbr> forms for us but I don&#8217;t know what options other employers provide.</p>
<p>Sorry Robert for taking this off topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3645</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 22 Mar 2006 12:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3645</guid>
		<description>Tommy,

I think AJAX solutions has a very important role to play for public web sites as well. It's all about implementing it properly, like the concept of &lt;a href="http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/" rel="nofollow"&gt;ASK&lt;/a&gt; .</description>
		<content:encoded><![CDATA[<p>Tommy,</p>
<p>I think <acronym title="Asynchronous Javascript and XML">AJAX</acronym> solutions has a very important role to play for public web sites as well. It&#8217;s all about implementing it properly, like the concept of <a href="http://www.robertnyman.com/2006/02/08/ask-ajax-source-kit/" rel="nofollow">ASK</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Olsson</title>
		<link>http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3643</link>
		<dc:creator>Tommy Olsson</dc:creator>
		<pubDate>Wed, 22 Mar 2006 11:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2006/03/22/debate-article-in-internetworld/#comment-3643</guid>
		<description>Well said, but I guess you'll meet some resistance on this one. Especially from people who insist that accessibility is exclusively about disabilities, and that relying on client-side scripting is not an accessibility issue.

'Ajax' solutions are fine in a controlled environment, like an intranet. They are also fine for progressive enhancement on general-audience sites, but there really should be accessible alternatives in the latter case IMHO.</description>
		<content:encoded><![CDATA[<p>Well said, but I guess you&#8217;ll meet some resistance on this one. Especially from people who insist that accessibility is exclusively about disabilities, and that relying on client-side scripting is not an accessibility issue.</p>
<p>&#8216;<acronym title="Asynchronous Javascript and XML">AJAX</acronym>&#8217; solutions are fine in a controlled environment, like an intranet. They are also fine for progressive enhancement on general-audience sites, but there really should be accessible alternatives in the latter case IMHO.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
