<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Increasing the Strength of Ajax</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Tue, 18 Jun 2013 15:30:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Max Kiesler - Designer &#187; Blog Archive &#187; Downloadable Web 2.0 and AJAX Widgets</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-464412</link>
		<dc:creator>Max Kiesler - Designer &#187; Blog Archive &#187; Downloadable Web 2.0 and AJAX Widgets</dc:creator>
		<pubDate>Tue, 02 Jun 2009 09:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-464412</guid>
		<description><![CDATA[[...] and what not to do with AJAX. Have fun. : )  Jeffrey Veen posts: Designing for the subtlety of Ajax Increasing the Strength of Ajax Alex Bosworth posts Ajax [...]]]></description>
		<content:encoded><![CDATA[<p>[...] and what not to do with AJAX. Have fun. : )  Jeffrey Veen posts: Designing for the subtlety of Ajax Increasing the Strength of Ajax Alex Bosworth posts Ajax [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Kirk</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-8788</link>
		<dc:creator>Dustin Kirk</dc:creator>
		<pubDate>Tue, 22 Nov 2005 15:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-8788</guid>
		<description><![CDATA[Data loading is something that I imagine will quickly have to be adopted by browsers.  For example status indicator such as that at the bottom of IE will likely need to function much more like that of the loading indicator on Google Earth. Not only should one know that something is happening, but also how much is happening.  An icon shouldn&#039;t throb simply because a connection is left open, but should also indicate if data is being loaded and how much is expected. Sites may supplement this indication temporarily via their own indicators, but at some point soon this will need to be handled by the browser.]]></description>
		<content:encoded><![CDATA[<p>Data loading is something that I imagine will quickly have to be adopted by browsers.  For example status indicator such as that at the bottom of IE will likely need to function much more like that of the loading indicator on Google Earth. Not only should one know that something is happening, but also how much is happening.  An icon shouldn&#8217;t throb simply because a connection is left open, but should also indicate if data is being loaded and how much is expected. Sites may supplement this indication temporarily via their own indicators, but at some point soon this will need to be handled by the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meriblog: Meri Williams&#8217; Weblog &#187; Links II</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-8149</link>
		<dc:creator>Meriblog: Meri Williams&#8217; Weblog &#187; Links II</dc:creator>
		<pubDate>Tue, 08 Nov 2005 15:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-8149</guid>
		<description><![CDATA[[...] ind this elusive Web 2.0 idea&#8230; 	On that note, Eric has written a great article about the demands Ajax places on web design. I agree that we&#8217;re goi [...]]]></description>
		<content:encoded><![CDATA[<p>[...] ind this elusive Web 2.0 idea&#8230; 	On that note, Eric has written a great article about the demands Ajax places on web design. I agree that we&#8217;re goi [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Turner</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-6359</link>
		<dc:creator>Julian Turner</dc:creator>
		<pubDate>Thu, 08 Sep 2005 10:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-6359</guid>
		<description><![CDATA[In my rough (and not very cross browser) attemps at AJAX, I inserted a status bar at the bottom, which advises of status, and flashes orange when loading is complete.]]></description>
		<content:encoded><![CDATA[<p>In my rough (and not very cross browser) attemps at AJAX, I inserted a status bar at the bottom, which advises of status, and flashes orange when loading is complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup Shah</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5782</link>
		<dc:creator>Anup Shah</dc:creator>
		<pubDate>Mon, 20 Jun 2005 12:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5782</guid>
		<description><![CDATA[Good points Eric. The other issue with Ajax for web sites may also be accessibility.

Parts of a page automatically updating will cause some screen readers to start reading the updated content, and thus lead to a LOT of disorientation due to the unexpected change.

Not sure if there is always an easy way around this, depends on the nature of the particular web site being developed. (And becomes even more of a gray area when considering if it is a web application as opposed to a web site!)

Perhaps it implies again that &quot;progressive enhancement&quot; is a key -- start with semantic markup, add css, add javascript, add Ajax? (But how does one &#039;disable&#039; the Ajax, or even know they might need to...?)

Many questions, in what is otherwise an interesting area!]]></description>
		<content:encoded><![CDATA[<p>Good points Eric. The other issue with Ajax for web sites may also be accessibility.</p>
<p>Parts of a page automatically updating will cause some screen readers to start reading the updated content, and thus lead to a LOT of disorientation due to the unexpected change.</p>
<p>Not sure if there is always an easy way around this, depends on the nature of the particular web site being developed. (And becomes even more of a gray area when considering if it is a web application as opposed to a web site!)</p>
<p>Perhaps it implies again that &#8220;progressive enhancement&#8221; is a key &#8212; start with semantic markup, add css, add javascript, add Ajax? (But how does one &#8216;disable&#8217; the Ajax, or even know they might need to&#8230;?)</p>
<p>Many questions, in what is otherwise an interesting area!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico Edtinger</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5781</link>
		<dc:creator>Nico Edtinger</dc:creator>
		<pubDate>Mon, 20 Jun 2005 10:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5781</guid>
		<description><![CDATA[When I did a webpage with AJAX I added a throbber. That&#039;s what my browser does next to the URI and at each tab. Having this rotating animation tells me &quot;something&#039;s loading&quot;. And it worked quite well.

b4n]]></description>
		<content:encoded><![CDATA[<p>When I did a webpage with AJAX I added a throbber. That&#8217;s what my browser does next to the URI and at each tab. Having this rotating animation tells me &#8220;something&#8217;s loading&#8221;. And it worked quite well.</p>
<p>b4n</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Wild-smith</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5780</link>
		<dc:creator>Gregory Wild-smith</dc:creator>
		<pubDate>Mon, 20 Jun 2005 10:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5780</guid>
		<description><![CDATA[Reading that back it sounds like I missed your point, which I didn&#039;t, so I should clarify.

Surely rather than making a list of &quot;AJAX Mistakes&quot; it is better to talk about &quot;common UI mistakes in web applications&quot;? Because else it is like blaming JavaScript for popups - accurate, but not really getting to the root of the problem.

Therefore isn&#039;t it less about increasing the strength of AJAX, and more about increasing the strength of the web?]]></description>
		<content:encoded><![CDATA[<p>Reading that back it sounds like I missed your point, which I didn&#8217;t, so I should clarify.</p>
<p>Surely rather than making a list of &#8220;AJAX Mistakes&#8221; it is better to talk about &#8220;common UI mistakes in web applications&#8221;? Because else it is like blaming JavaScript for popups &#8211; accurate, but not really getting to the root of the problem.</p>
<p>Therefore isn&#8217;t it less about increasing the strength of AJAX, and more about increasing the strength of the web?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Wild-smith</title>
		<link>http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5779</link>
		<dc:creator>Gregory Wild-smith</dc:creator>
		<pubDate>Mon, 20 Jun 2005 10:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2005/06/19/increasing-the-strength-of-ajax/#comment-5779</guid>
		<description><![CDATA[Surely this isn&#039;t anything to do with AJAX, it&#039;s about UI design? AJAX is just exposing how little most web-designers know about application design.

Putting the blame on AJAX enabled pages is wrong, but does seem to be what people are doing. As you say Eric - it wasn&#039;t the AJAX that foxed you - it was the lack of responce.

Basically it&#039;s starting to sort out who knows good web design, and who just knows how to create something pretty...]]></description>
		<content:encoded><![CDATA[<p>Surely this isn&#8217;t anything to do with AJAX, it&#8217;s about UI design? AJAX is just exposing how little most web-designers know about application design.</p>
<p>Putting the blame on AJAX enabled pages is wrong, but does seem to be what people are doing. As you say Eric &#8211; it wasn&#8217;t the AJAX that foxed you &#8211; it was the lack of responce.</p>
<p>Basically it&#8217;s starting to sort out who knows good web design, and who just knows how to create something pretty&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->