<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Meta-Search with Ajax</title>
	<atom:link href="http://softwareas.com/meta-search-with-ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://softwareas.com/meta-search-with-ajax</link>
	<description>Mahemoff's Podcast/Blog - Web, Programming, Usability from the Author of 'Ajax Design Patterns' (AjaxPatterns.org)</description>
	<lastBuildDate>Sat, 24 Jul 2010 21:06:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shanu</title>
		<link>http://softwareas.com/meta-search-with-ajax/comment-page-1#comment-435162</link>
		<dc:creator>Shanu</dc:creator>
		<pubDate>Tue, 02 Jun 2009 09:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/meta-search-with-ajax#comment-435162</guid>
		<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I am really thankful to you for posting such a required post. I have an Meta Search Engine. And I like to implement Kayak type of search progress. My Application is built on PERL.&lt;/p&gt;

&lt;p&gt;Please help me???&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, </p>

<p>I am really thankful to you for posting such a required post. I have an Meta Search Engine. And I like to implement Kayak type of search progress. My Application is built on PERL.</p>

<p>Please help me???</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://softwareas.com/meta-search-with-ajax/comment-page-1#comment-2335</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 17 Aug 2005 03:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/meta-search-with-ajax#comment-2335</guid>
		<description>&lt;p&gt;Hi!&lt;/p&gt;

&lt;p&gt;Thank for the Live Grid Demo. I really do not know when I will have the time to check at it, but do not worry, I will do it :)&lt;/p&gt;

&lt;p&gt;Thank for all these suggestions!&lt;/p&gt;

&lt;p&gt;Salutations,&lt;/p&gt;

&lt;p&gt;Fred&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi!</p>

<p>Thank for the Live Grid Demo. I really do not know when I will have the time to check at it, but do not worry, I will do it <img src='http://softwareas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Thank for all these suggestions!</p>

<p>Salutations,</p>

<p>Fred</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mahemoff</title>
		<link>http://softwareas.com/meta-search-with-ajax/comment-page-1#comment-2316</link>
		<dc:creator>mahemoff</dc:creator>
		<pubDate>Mon, 15 Aug 2005 10:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/meta-search-with-ajax#comment-2316</guid>
		<description>&lt;p&gt;Hi Fred,&lt;/p&gt;

&lt;p&gt;Great to see this got back to you and that you&#039;re happy with the way I labelled those features. What I like about TD is it&#039;s genuinely useful, stacked with Ajax goodness and at the same time very distinct from other Ajax apps out there.&lt;/p&gt;

&lt;p&gt;Sortable columns - I&#039;ll add the Query-Report pattern writeup to ajaxpatterns.org soon, the best Ajaxian example is the &lt;a href=&quot;http://openrico.org/livegrid.page&quot;&gt; Live Grid Demo&lt;/a&gt;.  In TD&#039;s case, there&#039;s only a few results, so I guess you can handle sorting with Javascript alone rather than resorting back to the server.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Fred,</p>

<p>Great to see this got back to you and that you&#8217;re happy with the way I labelled those features. What I like about TD is it&#8217;s genuinely useful, stacked with Ajax goodness and at the same time very distinct from other Ajax apps out there.</p>

<p>Sortable columns &#8211; I&#8217;ll add the Query-Report pattern writeup to ajaxpatterns.org soon, the best Ajaxian example is the <a href="http://openrico.org/livegrid.page"> Live Grid Demo</a>.  In TD&#8217;s case, there&#8217;s only a few results, so I guess you can handle sorting with Javascript alone rather than resorting back to the server.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://softwareas.com/meta-search-with-ajax/comment-page-1#comment-2315</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Mon, 15 Aug 2005 10:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.softwareas.com/meta-search-with-ajax#comment-2315</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;this is a great post, thank! Now I have technical terms like microlinks and multy-stage to name what I am working with  :)&lt;/p&gt;

&lt;p&gt;I am happy to see that talk digger could be use as a good Ajax demo, to show what could be done with Ajax, and the future of internet application. I built TD with an Ajax interface to see what Ajax could do and be used for; now I am impressed after that first Ajax experience.&lt;/p&gt;

&lt;p&gt;I take a good note of you list of suggestions. I am particularly attracted by the &quot;sort list&quot; option and the unique URL.&lt;/p&gt;

&lt;p&gt;Do you have an example of your Ajax sortable columns thing?&lt;/p&gt;

&lt;p&gt;Salutations,&lt;/p&gt;

&lt;p&gt;Fred&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>this is a great post, thank! Now I have technical terms like microlinks and multy-stage to name what I am working with  <img src='http://softwareas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>I am happy to see that talk digger could be use as a good Ajax demo, to show what could be done with Ajax, and the future of internet application. I built TD with an Ajax interface to see what Ajax could do and be used for; now I am impressed after that first Ajax experience.</p>

<p>I take a good note of you list of suggestions. I am particularly attracted by the &#8220;sort list&#8221; option and the unique URL.</p>

<p>Do you have an example of your Ajax sortable columns thing?</p>

<p>Salutations,</p>

<p>Fred</p>]]></content:encoded>
	</item>
</channel>
</rss>
