<?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: Changing the SmallSearchInputBox delegate control</title>
	<atom:link href="http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Fri,  5 Mar 2010 23:09:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Will</title>
		<link>http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/comment-page-1/#comment-6333</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/#comment-6333</guid>
		<description>I confirm, this does not apply to WSS 3.0.  These features described here are not part of the WSS 3.0 search.</description>
		<content:encoded><![CDATA[<p>I confirm, this does not apply to WSS 3.0.  These features described here are not part of the WSS 3.0 search.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh</title>
		<link>http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/comment-page-1/#comment-2979</link>
		<dc:creator>suresh</dc:creator>
		<pubDate>Wed, 03 Sep 2008 16:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/#comment-2979</guid>
		<description>Hi,
I dont know whether am running sharepoint 2007 or wss 3.0 . I think wss 3.0. How to find it.
This works well with me, just have to change property to false of         false
as you described
Regards,
Suresh kumar V.C</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I dont know whether am running sharepoint 2007 or wss 3.0 . I think wss 3.0. How to find it.<br />
This works well with me, just have to change property to false of         false<br />
as you described<br />
Regards,<br />
Suresh kumar V.C</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/comment-page-1/#comment-1486</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 22 Apr 2008 13:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/#comment-1486</guid>
		<description>Hmm, yes my article misses some information.

The features that this information applies to are the OSearchBasicFeature and OSearchEnhancedFeature. Both contain files called &#039;SearchArea.xml&#039;, and that contains the code above.

I don&#039;t know if this is the same in WSS - but if you can&#039;t find folders called:
% 12 Hive%\Template\Features\OSearchBasicFeature     or
% 12 Hive%\Template\Features\OSearchEnhancedFeature

...then I&#039;d suggest that this doesn&#039;t apply. In fact, given that WSS and MOSS have quite different search functionality, I&#039;d suggest that this is likely to be the case.

And yes, the CONTROLTEMPLATES directory contains ASPX controls. And yes, they&#039;re not always the best written.</description>
		<content:encoded><![CDATA[<p>Hmm, yes my article misses some information.</p>
<p>The features that this information applies to are the OSearchBasicFeature and OSearchEnhancedFeature. Both contain files called &#8216;SearchArea.xml&#8217;, and that contains the code above.</p>
<p>I don&#8217;t know if this is the same in WSS &#8211; but if you can&#8217;t find folders called:<br />
% 12 Hive%\Template\Features\OSearchBasicFeature     or<br />
% 12 Hive%\Template\Features\OSearchEnhancedFeature</p>
<p>&#8230;then I&#8217;d suggest that this doesn&#8217;t apply. In fact, given that WSS and MOSS have quite different search functionality, I&#8217;d suggest that this is likely to be the case.</p>
<p>And yes, the CONTROLTEMPLATES directory contains ASPX controls. And yes, they&#8217;re not always the best written.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: skooter</title>
		<link>http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/comment-page-1/#comment-1485</link>
		<dc:creator>skooter</dc:creator>
		<pubDate>Tue, 22 Apr 2008 12:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/#comment-1485</guid>
		<description>Just a note for dudes using WSS...

As far as i can see this does not work for WSS 3. The file I found in the 12-folder is called &quot;Feature.xml&quot; .... loacted in &quot;.....\12\TEMPLATE\FEATURES\SPSearchFeature&quot;.

In the folder &quot;.....\12\TEMPLATE\CONTROLTEMPLATES&quot; theres a file called &quot;SearchArea.ascx&quot;... but that&#039;s a ASP.NET file (or whatever) not XML. I could edit this file, but that would be even more crappy then WSS itself. Or I could style the search-field using CSS, but the control has a lot of useless HTML that I would like to get rid of... Like &quot;display=inline&quot; - get real Microsoft thats CSS not HTML

From the SearchArea.ascx:
&lt; INPUT Type=TEXT id=&#039;idSearchString&#039; size=25 name=&#039;SearchString&#039; display=&#039;inline&#039; maxlength=255 ACCESSKEY=S class=&#039;ms-searchbox&#039; ...</description>
		<content:encoded><![CDATA[<p>Just a note for dudes using WSS&#8230;</p>
<p>As far as i can see this does not work for WSS 3. The file I found in the 12-folder is called &#8220;Feature.xml&#8221; &#8230;. loacted in &#8220;&#8230;..\12\TEMPLATE\FEATURES\SPSearchFeature&#8221;.</p>
<p>In the folder &#8220;&#8230;..\12\TEMPLATE\CONTROLTEMPLATES&#8221; theres a file called &#8220;SearchArea.ascx&#8221;&#8230; but that&#8217;s a ASP.NET file (or whatever) not XML. I could edit this file, but that would be even more crappy then WSS itself. Or I could style the search-field using CSS, but the control has a lot of useless HTML that I would like to get rid of&#8230; Like &#8220;display=inline&#8221; &#8211; get real Microsoft thats CSS not HTML</p>
<p>From the SearchArea.ascx:<br />
&lt; INPUT Type=TEXT id=&#8217;idSearchString&#8217; size=25 name=&#8217;SearchString&#8217; display=&#8217;inline&#8217; maxlength=255 ACCESSKEY=S class=&#8217;ms-searchbox&#8217; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime</title>
		<link>http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/comment-page-1/#comment-64</link>
		<dc:creator>Jaime</dc:creator>
		<pubDate>Thu, 10 Jan 2008 16:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/2008/01/10/changing-the-smallsearchinputbox-delegate-control/#comment-64</guid>
		<description>Hi, This is a good article and better is the Clint Cherry&#039;s one. But, I want to modify the search control in a WSS installation. The feature is different or I don&#039;t know how to search it on FEATURES folder. Could you show me how it can be done on WSS???

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi, This is a good article and better is the Clint Cherry&#8217;s one. But, I want to modify the search control in a WSS installation. The feature is different or I don&#8217;t know how to search it on FEATURES folder. Could you show me how it can be done on WSS???</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
