<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Announcing: OpenSearch on ASP.NET made super easy with the OpenSearch Toolkit</title>
	<atom:link href="http://blog.tatham.oddie.com.au/2009/07/19/announcing-opensearch-on-asp-net-made-super-easy-with-the-opensearch-toolkit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tatham.oddie.com.au/2009/07/19/announcing-opensearch-on-asp-net-made-super-easy-with-the-opensearch-toolkit/</link>
	<description>Enter the Tatrix</description>
	<lastBuildDate>Wed, 10 Mar 2010 19:33:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tatham Oddie</title>
		<link>http://blog.tatham.oddie.com.au/2009/07/19/announcing-opensearch-on-asp-net-made-super-easy-with-the-opensearch-toolkit/#comment-14213</link>
		<dc:creator>Tatham Oddie</dc:creator>
		<pubDate>Wed, 21 Oct 2009 21:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=364#comment-14213</guid>
		<description>Hi Alaa,

You should only need to do two things to support suggestions. Both changes are in your own handler.

1) return true from SupportsSuggestions
2) implement GetSuggestions

Also note that suggestions are only for Firefox. IE8 uses the results feed.

Thanks,

Tatham</description>
		<content:encoded><![CDATA[<p>Hi Alaa,</p>
<p>You should only need to do two things to support suggestions. Both changes are in your own handler.</p>
<p>1) return true from SupportsSuggestions<br />
2) implement GetSuggestions</p>
<p>Also note that suggestions are only for Firefox. IE8 uses the results feed.</p>
<p>Thanks,</p>
<p>Tatham</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alaa</title>
		<link>http://blog.tatham.oddie.com.au/2009/07/19/announcing-opensearch-on-asp-net-made-super-easy-with-the-opensearch-toolkit/#comment-14212</link>
		<dc:creator>Alaa</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=364#comment-14212</guid>
		<description>hi Tatham
how can i enable the suggestions?
i made modification , is it ok?
Results = SearchHelper.PerformSearch(SearchTerm);
if (Results.Count() == 0)
{
Suggestions = SearchHelper.GenerateSuggestions(SearchTerm);
}</description>
		<content:encoded><![CDATA[<p>hi Tatham<br />
how can i enable the suggestions?<br />
i made modification , is it ok?<br />
Results = SearchHelper.PerformSearch(SearchTerm);<br />
if (Results.Count() == 0)<br />
{<br />
Suggestions = SearchHelper.GenerateSuggestions(SearchTerm);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Want Open Search Integration in Your Website&#8230;? &#171; Ducas&#8217; World</title>
		<link>http://blog.tatham.oddie.com.au/2009/07/19/announcing-opensearch-on-asp-net-made-super-easy-with-the-opensearch-toolkit/#comment-14125</link>
		<dc:creator>Want Open Search Integration in Your Website&#8230;? &#171; Ducas&#8217; World</dc:creator>
		<pubDate>Wed, 05 Aug 2009 22:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=364#comment-14125</guid>
		<description>[...] at opensearchtoolkit.codeplex.com. Tatham has a great post on how to integrate it into your site on his blog… OpenSearch is a technology that already has widespread support across the web and is now getting [...]</description>
		<content:encoded><![CDATA[<p>[...] at opensearchtoolkit.codeplex.com. Tatham has a great post on how to integrate it into your site on his blog… OpenSearch is a technology that already has widespread support across the web and is now getting [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
