<?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: A quick recommendation</title>
	<atom:link href="http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/</link>
	<description>A blog by Ryan Breen of Gomez</description>
	<pubDate>Mon, 01 Dec 2008 23:25:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ryan Breen</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-73</link>
		<dc:creator>Ryan Breen</dc:creator>
		<pubDate>Wed, 22 Nov 2006 06:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-73</guid>
		<description>Sounds like a plan, and I have no objections to beer ;-)</description>
		<content:encoded><![CDATA[<p>Sounds like a plan, and I have no objections to beer <img src='http://www.ajaxperformance.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-72</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Wed, 22 Nov 2006 04:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-72</guid>
		<description>Ryan, when you're in town shoot me an email if you want and we can grab a beer (or tea if you don't like beer) and chat and brainstorm. You can tell me more about the stuff you hack on.

Best,
  Brad</description>
		<content:encoded><![CDATA[<p>Ryan, when you&#8217;re in town shoot me an email if you want and we can grab a beer (or tea if you don&#8217;t like beer) and chat and brainstorm. You can tell me more about the stuff you hack on.</p>
<p>Best,<br />
  Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Breen</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-66</link>
		<dc:creator>Ryan Breen</dc:creator>
		<pubDate>Tue, 21 Nov 2006 07:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-66</guid>
		<description>Hi Brad.  You're certainly welcome.  I'm in Boston, though I expect work to take me to the Bay a few times in the coming months.</description>
		<content:encoded><![CDATA[<p>Hi Brad.  You&#8217;re certainly welcome.  I&#8217;m in Boston, though I expect work to take me to the Bay a few times in the coming months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Neuberg</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-65</link>
		<dc:creator>Brad Neuberg</dc:creator>
		<pubDate>Tue, 21 Nov 2006 07:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-65</guid>
		<description>Hi there, thanks for the nice comment on my tutorial! I appreciate it. Are you in the Bay Area?

Best,
  Brad Neuberg
  bkn3@columbia.edu
  Weblog: http://codinginparadise.org</description>
		<content:encoded><![CDATA[<p>Hi there, thanks for the nice comment on my tutorial! I appreciate it. Are you in the Bay Area?</p>
<p>Best,<br />
  Brad Neuberg<br />
  <a href="mailto:bkn3@columbia.edu">bkn3@columbia.edu</a><br />
  Weblog: <a href="http://codinginparadise.org" rel="nofollow">http://codinginparadise.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Breen</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-6</link>
		<dc:creator>Ryan Breen</dc:creator>
		<pubDate>Tue, 31 Oct 2006 00:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-6</guid>
		<description>I can't speak much for usability, but interactivity is a big focus of mine.  Ajax gives us the ability to hide more of the network interactivity to give the user a better perceived performance.  Timing perceived performance is a little bit more work as a third party, but you can do it quite easily from JavaScript space.  Add some javascript to time the point that the user initiates an action and add some script to time the point where the action is complete.  This is slightly more complicated in a non-Ajax setup, but it's not too hard to persist a little bit of state across page boundaries.
&lt;br&gt;
This should give you a nice user-perceived time from within the user's browser.  I will be talking a lot more about this technique in the very near future.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t speak much for usability, but interactivity is a big focus of mine.  Ajax gives us the ability to hide more of the network interactivity to give the user a better perceived performance.  Timing perceived performance is a little bit more work as a third party, but you can do it quite easily from JavaScript space.  Add some javascript to time the point that the user initiates an action and add some script to time the point where the action is complete.  This is slightly more complicated in a non-Ajax setup, but it&#8217;s not too hard to persist a little bit of state across page boundaries.<br />
<br />
This should give you a nice user-perceived time from within the user&#8217;s browser.  I will be talking a lot more about this technique in the very near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Andreas</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-5</link>
		<dc:creator>Michael Andreas</dc:creator>
		<pubDate>Mon, 30 Oct 2006 17:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-5</guid>
		<description>Ryan, thanks for the lightning-fast reply.

Yes, you're spot on. Ajax application tends to break the conventional interaction logic due to its asynchronous nature. Which is a good thing of course, because it leads to richer user experience.

I'm actually winding this up for my college essay. I want to prove that good, simple Ajax techniques can improve application performance. For the moment I'm defining performance as 3 variables: 1) speed, 2) interactivity, 3) usability. I think I got speed covered, but the other variables are a bit tricky to be measured.

Anyway, creating a specific example seems to be the way to go. Maybe a forum or photo gallery or any other web application with 3--5 functional pages. A common website would also be an alternative. I can pack it up with some Ajax patterns (form processing, autosuggest, image overlay, etc). What do you think, Ryan?</description>
		<content:encoded><![CDATA[<p>Ryan, thanks for the lightning-fast reply.</p>
<p>Yes, you&#8217;re spot on. Ajax application tends to break the conventional interaction logic due to its asynchronous nature. Which is a good thing of course, because it leads to richer user experience.</p>
<p>I&#8217;m actually winding this up for my college essay. I want to prove that good, simple Ajax techniques can improve application performance. For the moment I&#8217;m defining performance as 3 variables: 1) speed, 2) interactivity, 3) usability. I think I got speed covered, but the other variables are a bit tricky to be measured.</p>
<p>Anyway, creating a specific example seems to be the way to go. Maybe a forum or photo gallery or any other web application with 3&#8211;5 functional pages. A common website would also be an alternative. I can pack it up with some Ajax patterns (form processing, autosuggest, image overlay, etc). What do you think, Ryan?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Breen</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-4</link>
		<dc:creator>Ryan Breen</dc:creator>
		<pubDate>Mon, 30 Oct 2006 14:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-4</guid>
		<description>Michael,

That's an interesting question.  It's a bit tricky to answer.  Ajax typically leads to a different interaction model between the end user and the application, so a true apple-to-apple comparison between multi-step transactions against the site would be unlikely unless we are using an example created for these purposes.

It might help me answer the question if I had a better idea of what you were trying to accomplish with this analysis.  How many pages do you want to test, what type of data are you looking for, etc?

Thanks!
Ryan</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>That&#8217;s an interesting question.  It&#8217;s a bit tricky to answer.  Ajax typically leads to a different interaction model between the end user and the application, so a true apple-to-apple comparison between multi-step transactions against the site would be unlikely unless we are using an example created for these purposes.</p>
<p>It might help me answer the question if I had a better idea of what you were trying to accomplish with this analysis.  How many pages do you want to test, what type of data are you looking for, etc?</p>
<p>Thanks!<br />
Ryan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Andreas</title>
		<link>http://www.ajaxperformance.com/2006/10/28/a-quick-recommendation/#comment-3</link>
		<dc:creator>Michael Andreas</dc:creator>
		<pubDate>Mon, 30 Oct 2006 10:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxperformance.com/?p=21#comment-3</guid>
		<description>Hi Ryan, this might be a bit out of topic but..

I'm interested in comparing and measuring performance of Ajax vs non-Ajax web application, and I was wondering if anyone could kindly point me to a good example of Ajax vs non-Ajax, apple-to-apple comparison (same backend/database/server-side technologies)? The best I can come up so far is comparing: 1) Yahoo! Mail and Yahoo! Mail Beta. 2) &lt;a href="http://www.jackslocum.com/forum/" title="YUI Extensions Forum" rel="nofollow"&gt;A phpBB Forum&lt;/a&gt; and &lt;a href="http://www.jackslocum.com/forum2/" title="YUI Extensions Forum" rel="nofollow"&gt;its Ajax counterpart&lt;/a&gt;.

Maybe anyone know a certain web application which can switch its Ajax functionality on/off like a snap? That would be much useful.

Thanks.. :D</description>
		<content:encoded><![CDATA[<p>Hi Ryan, this might be a bit out of topic but..</p>
<p>I&#8217;m interested in comparing and measuring performance of Ajax vs non-Ajax web application, and I was wondering if anyone could kindly point me to a good example of Ajax vs non-Ajax, apple-to-apple comparison (same backend/database/server-side technologies)? The best I can come up so far is comparing: 1) Yahoo! Mail and Yahoo! Mail Beta. 2) <a href="http://www.jackslocum.com/forum/" title="YUI Extensions Forum" rel="nofollow">A phpBB Forum</a> and <a href="http://www.jackslocum.com/forum2/" title="YUI Extensions Forum" rel="nofollow">its Ajax counterpart</a>.</p>
<p>Maybe anyone know a certain web application which can switch its Ajax functionality on/off like a snap? That would be much useful.</p>
<p>Thanks.. <img src='http://www.ajaxperformance.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.311 seconds -->
