<?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: Asynchronous HTML and HTTP</title>
	<atom:link href="http://watchitlater.com/blog/2009/09/asynchronous-html-and-http/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog/2009/09/asynchronous-html-and-http/</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Tue, 13 Dec 2011 12:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://watchitlater.com/blog/2009/09/asynchronous-html-and-http/comment-page-1/#comment-4698</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 27 Sep 2009 00:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://watchitlater.com/blog/?p=49#comment-4698</guid>
		<description>That&#039;s what I found on a project where we used AHAH. We also did some cool extensions to SiteMesh allowing us to tell it to return the contents of a named div on the page rather than decorating the page. That way we did not have to have multiple versions of pages - just different decorations.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what I found on a project where we used AHAH. We also did some cool extensions to SiteMesh allowing us to tell it to return the contents of a named div on the page rather than decorating the page. That way we did not have to have multiple versions of pages &#8211; just different decorations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adriano Almeida</title>
		<link>http://watchitlater.com/blog/2009/09/asynchronous-html-and-http/comment-page-1/#comment-4691</link>
		<dc:creator>Adriano Almeida</dc:creator>
		<pubDate>Sat, 26 Sep 2009 17:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://watchitlater.com/blog/?p=49#comment-4691</guid>
		<description>Hey Thomas, I&#039;ve been trying this approach (AHAH) for some time now, and I can say that it&#039;s far easier to write your ajax code (JQuery&#039;s one line of code, for instance). Some might say that you&#039;ll have the drawbacks that you will be transferring a whole XML (html, in the case). Well, in majority of the situations this improvement is insignificant.

Regarding the tests, if you do JavaScript unit tests (QUnit, or something like this), it&#039;ll also get easier to test, after all your code is simpler now (no &quot;heavy&quot; DOM manipulations). If you use a tool like Selenium to see if the ajax call is being correctly done instead, it won&#039;t change anything on your tests.

Of course, there&#039;s still some cases that is more helpful to use AJAX, instead of AHAH.</description>
		<content:encoded><![CDATA[<p>Hey Thomas, I&#8217;ve been trying this approach (AHAH) for some time now, and I can say that it&#8217;s far easier to write your ajax code (JQuery&#8217;s one line of code, for instance). Some might say that you&#8217;ll have the drawbacks that you will be transferring a whole XML (html, in the case). Well, in majority of the situations this improvement is insignificant.</p>
<p>Regarding the tests, if you do JavaScript unit tests (QUnit, or something like this), it&#8217;ll also get easier to test, after all your code is simpler now (no &#8220;heavy&#8221; DOM manipulations). If you use a tool like Selenium to see if the ajax call is being correctly done instead, it won&#8217;t change anything on your tests.</p>
<p>Of course, there&#8217;s still some cases that is more helpful to use AJAX, instead of AHAH.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

