<?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: Ajaxing the Rails</title>
	<atom:link href="http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails/feed" rel="self" type="application/rss+xml" />
	<link>http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails</link>
	<description>Random musings of a Southern geek</description>
	<pubDate>Wed, 08 Oct 2008 02:42:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Joe Online</title>
		<link>http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-29320</link>
		<dc:creator>Joe Online</dc:creator>
		<pubDate>Thu, 29 Sep 2005 03:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-29320</guid>
		<description>The client callbacks in ASP.net is actually sth like XMLHTTPRequest. XMLHTTPRequest object has both server-side and client-side versions. Many people are familiar with the server-side version, which allows you to communicate with another server for real-time response. It is widly used in transaction such as credit card authorization used by gateway provider such as one of the biggest Authorize.Net at http://www.authorizenet.com. Their service fee is low and is getting more and more clients including our company at http://www.shopfleet.com, than Verisign. The powerful client-side version allows you to connect to the backend db from javascript. This is really amazing. A good tutorial on XMLHTTPRequest I found online to share: http://www.xml.com/pub/a/2005/02/09/xml-http-request.html</description>
		<content:encoded><![CDATA[<p>The client callbacks in ASP.net is actually sth like XMLHTTPRequest. XMLHTTPRequest object has both server-side and client-side versions. Many people are familiar with the server-side version, which allows you to communicate with another server for real-time response. It is widly used in transaction such as credit card authorization used by gateway provider such as one of the biggest Authorize.Net at <a href="http://www.authorizenet.com" rel="nofollow">http://www.authorizenet.com</a>. Their service fee is low and is getting more and more clients including our company at <a href="http://www.shopfleet.com" rel="nofollow">http://www.shopfleet.com</a>, than Verisign. The powerful client-side version allows you to connect to the backend db from javascript. This is really amazing. A good tutorial on XMLHTTPRequest I found online to share: <a href="http://www.xml.com/pub/a/2005/02/09/xml-http-request.html" >http://www.xml.com/pub/a/2005/02/09/xml-http-request.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal</title>
		<link>http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-20220</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Fri, 27 May 2005 15:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-20220</guid>
		<description>Sure, the ability to do this kind of stuff has been around since IE4. But when IE4 first came out, Netscape Navigator version 4 (and even version 3!) still had a fair amount of market share. It's only been more recently (relatively speaking) that the vast majority of the general public has migrated up to more advanced browser versions. And also only recently that some Big Names began using those techniques in real world applications.</description>
		<content:encoded><![CDATA[<p>Sure, the ability to do this kind of stuff has been around since <acronym title='Internet Explorer 4'><span class='caps'>IE4</span></acronym>. But when <acronym title='Internet Explorer 4'><span class='caps'>IE4</span></acronym> first came out, Netscape Navigator version 4 (and even version 3!) still had a fair amount of market share. It&#8217;s only been more recently (relatively speaking) that the vast majority of the general public has migrated up to more advanced browser versions. And also only recently that some Big Names began using those techniques in real world applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: glen</title>
		<link>http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-20218</link>
		<dc:creator>glen</dc:creator>
		<pubDate>Fri, 27 May 2005 14:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-20218</guid>
		<description>Our next quarter of &lt;a href="http://msdnevents.com/" rel="nofollow"&gt;MSDN Events&lt;/a&gt; is all about ASP.NET 2.0 and I've made sure that we are including a demo of &lt;a href="http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/" rel="nofollow"&gt;client callbacks in ASP.NET 2.0&lt;/a&gt; which is essentially what people are calling now calling AJAX. It's pretty funny that the plumbing for doing this has been around since IE 4 and is just now gaining momentum.</description>
		<content:encoded><![CDATA[<p>Our next quarter of <a href="http://msdnevents.com/" rel="nofollow"><acronym title='Microsoft Developer Network'><span class='caps'>MSDN</span></acronym> Events</a> is all about ASP.NET 2.0 and I&#8217;ve made sure that we are including a demo of <a href="http://msdn.microsoft.com/msdnmag/issues/04/08/CuttingEdge/" >client callbacks in ASP.NET 2.0</a> which is essentially what people are calling now calling <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym>. It&#8217;s pretty funny that the plumbing for doing this has been around since <acronym title='Internet Explorer'><span class='caps'>IE</span></acronym> 4 and is just now gaining momentum.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Wild-smith</title>
		<link>http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-10730</link>
		<dc:creator>Gregory Wild-smith</dc:creator>
		<pubDate>Thu, 24 Mar 2005 16:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-10730</guid>
		<description>Yup! AJAX is very useful.

I've been using it to develop a new plugin, and without it there is no realistic way (or reason) you could do what it does. (btw if you are interested in the plugin its on my website - WordPress: Touched, I won't link it, that would be cheap).

However AJAX has limits, and some people seem to be touting it as the next buzzword. I'm just glad Adaptive Path made up a name that is easier to type and pronounce than XMLHttpRequest ;)</description>
		<content:encoded><![CDATA[<p>Yup! <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> is very useful.</p>
<p>I&#8217;ve been using it to develop a new plugin, and without it there is no realistic way (or reason) you could do what it does. (btw if you are interested in the plugin its on my website - WordPress: Touched, I won&#8217;t link it, that would be cheap).</p>
<p>However <acronym title='Asynchronous Javascript and XML'><span class='caps'>AJAX</span></acronym> has limits, and some people seem to be touting it as the next buzzword. I&#8217;m just glad Adaptive Path made up a name that is easier to type and pronounce than XMLHttpRequest <img src='http://dougal.gunters.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bieber Labs &#187; Ruby on Rails gets Ajax Support?</title>
		<link>http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-10718</link>
		<dc:creator>Bieber Labs &#187; Ruby on Rails gets Ajax Support?</dc:creator>
		<pubDate>Thu, 24 Mar 2005 12:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2005/03/23/ajaxing-the-rails#comment-10718</guid>
		<description>[...] self24 Mar 2005 by Ron Bieber Ruby on Rails gets Ajax Support?  		I found an article on Dougal Campbells weblog about how Ruby On Rails now has built in Ajax support. 	This  [...]</description>
		<content:encoded><![CDATA[<p>[...] self24 Mar 2005 by Ron Bieber<br />
 Ruby on Rails gets Ajax Support?</p>
<p> 		I found an article on Dougal Campbells weblog about how Ruby On Rails now has built in Ajax support. 	This  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
