<?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: Released: SharePoint InstantListFilter</title>
	<atom:link href="http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/</link>
	<description>Just another WordPress.com site</description>
	<lastBuildDate>Mon, 19 Mar 2012 16:28:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: jvossers</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-2024</link>
		<dc:creator><![CDATA[jvossers]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-2024</guid>
		<description><![CDATA[Hi Wayne,

the standalone script (as in, non-dependent on Google&#039;s api) is available for download as a js file under the downloads tab at http://instantlistfilter.codeplex.com]]></description>
		<content:encoded><![CDATA[<p>Hi Wayne,</p>
<p>the standalone script (as in, non-dependent on Google&#8217;s api) is available for download as a js file under the downloads tab at <a href="http://instantlistfilter.codeplex.com" rel="nofollow">http://instantlistfilter.codeplex.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Stanley</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-2020</link>
		<dc:creator><![CDATA[Wayne Stanley]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 06:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-2020</guid>
		<description><![CDATA[Per jvossers comment above; can you provide a full script without any }); or any reference to google&#039;s callback.]]></description>
		<content:encoded><![CDATA[<p>Per jvossers comment above; can you provide a full script without any }); or any reference to google&#8217;s callback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Spewak</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-2004</link>
		<dc:creator><![CDATA[Matt Spewak]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 18:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-2004</guid>
		<description><![CDATA[That did the trick. Can&#039;t believe I missed that :P  Thanks again for your help.]]></description>
		<content:encoded><![CDATA[<p>That did the trick. Can&#8217;t believe I missed that <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />   Thanks again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jvossers</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-2003</link>
		<dc:creator><![CDATA[jvossers]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 23:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-2003</guid>
		<description><![CDATA[Hi Matt,

I am assuming you already have a script reference to your local jquery library.

I think all you have to do is remove the &lt;strong&gt;});&lt;/strong&gt; at the bottom of the script, which is the closing part of the call to google.setOnLoadCallback

Thanks,

Jaap]]></description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I am assuming you already have a script reference to your local jquery library.</p>
<p>I think all you have to do is remove the <strong>});</strong> at the bottom of the script, which is the closing part of the call to google.setOnLoadCallback</p>
<p>Thanks,</p>
<p>Jaap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Spewak</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-2002</link>
		<dc:creator><![CDATA[Matt Spewak]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 22:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-2002</guid>
		<description><![CDATA[This solution is fantastic!  Thank you so much for sharing.  One comment/question:
I know there are good reasons to use google&#039;s jquery lib, but I&#039;ve noticed that on some highly secure sights our users are getting warnings that a &quot;virus&quot; script is trying to run.
Obviously it just doesn&#039;t like calling out to an external site from the secure intranet.

So my question is what do I need to change in the header to get it to use a local jquery library?
I&#039;m still learning and can&#039;t figure out why my attempt to change it doesn&#039;t work:
I changed the top part from:



google.load(&quot;jquery&quot;, &quot;1.2.6&quot;);
google.setOnLoadCallback(function() { 
$(document).ready(function()
{	
	...etc

to:





$(document).ready(function()
{	
	...etc

But it doesn&#039;t seem to work anymore.  Can someone help with a local version of this script?

Thanks so much]]></description>
		<content:encoded><![CDATA[<p>This solution is fantastic!  Thank you so much for sharing.  One comment/question:<br />
I know there are good reasons to use google&#8217;s jquery lib, but I&#8217;ve noticed that on some highly secure sights our users are getting warnings that a &#8220;virus&#8221; script is trying to run.<br />
Obviously it just doesn&#8217;t like calling out to an external site from the secure intranet.</p>
<p>So my question is what do I need to change in the header to get it to use a local jquery library?<br />
I&#8217;m still learning and can&#8217;t figure out why my attempt to change it doesn&#8217;t work:<br />
I changed the top part from:</p>
<p>google.load(&#8220;jquery&#8221;, &#8220;1.2.6&#8243;);<br />
google.setOnLoadCallback(function() {<br />
$(document).ready(function()<br />
{<br />
	&#8230;etc</p>
<p>to:</p>
<p>$(document).ready(function()<br />
{<br />
	&#8230;etc</p>
<p>But it doesn&#8217;t seem to work anymore.  Can someone help with a local version of this script?</p>
<p>Thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jvossers</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-2001</link>
		<dc:creator><![CDATA[jvossers]]></dc:creator>
		<pubDate>Tue, 27 Dec 2011 10:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-2001</guid>
		<description><![CDATA[Hi Ross,

this would be a fairly significant change to the script so I can&#039;t really give you a simple answer to this unfortunately.

Thanks,

Jaap]]></description>
		<content:encoded><![CDATA[<p>Hi Ross,</p>
<p>this would be a fairly significant change to the script so I can&#8217;t really give you a simple answer to this unfortunately.</p>
<p>Thanks,</p>
<p>Jaap</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-1996</link>
		<dc:creator><![CDATA[Ross]]></dc:creator>
		<pubDate>Wed, 30 Nov 2011 19:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-1996</guid>
		<description><![CDATA[Thanks for such a great script Jaap!

Quick question.

Is it possible to filter other lists on the same page when typing into the first list? For example, I would like to find everyone named Jaap and there are 3 lists on the page. How would I set up the script to filter the other two lists?]]></description>
		<content:encoded><![CDATA[<p>Thanks for such a great script Jaap!</p>
<p>Quick question.</p>
<p>Is it possible to filter other lists on the same page when typing into the first list? For example, I would like to find everyone named Jaap and there are 3 lists on the page. How would I set up the script to filter the other two lists?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash Devkate</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-1295</link>
		<dc:creator><![CDATA[Avinash Devkate]]></dc:creator>
		<pubDate>Wed, 04 May 2011 07:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-1295</guid>
		<description><![CDATA[Hi Jaap,

I installed your utility.It is very nice thing.
It is working very fine without any problem.
We have developed similar application using jquery and silverlight.

Thanks all for your stuff.

Regards,
Avinash.Devkate.]]></description>
		<content:encoded><![CDATA[<p>Hi Jaap,</p>
<p>I installed your utility.It is very nice thing.<br />
It is working very fine without any problem.<br />
We have developed similar application using jquery and silverlight.</p>
<p>Thanks all for your stuff.</p>
<p>Regards,<br />
Avinash.Devkate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Areon Jacksomn</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-1294</link>
		<dc:creator><![CDATA[Areon Jacksomn]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 22:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-1294</guid>
		<description><![CDATA[Does this work with SP 2010? We have used it with SP 2007 and it does not seem to be working in our SP 2010 Dev and QA environments. Is there an update or a change that needs to be made to get it to worek properly?]]></description>
		<content:encoded><![CDATA[<p>Does this work with SP 2010? We have used it with SP 2007 and it does not seem to be working in our SP 2010 Dev and QA environments. Is there an update or a change that needs to be made to get it to worek properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: speelry</title>
		<link>http://blog.vossers.com/2009/03/30/released-sharepoint-instantlistfilter/#comment-1293</link>
		<dc:creator><![CDATA[speelry]]></dc:creator>
		<pubDate>Fri, 02 Oct 2009 00:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vossers.com/?p=14#comment-1293</guid>
		<description><![CDATA[I want to parse the special characters from my search text. When I search for C++, results for C are displayed, also characters like # and &amp; are also not taken in search string. please suggest what to do ?



________________
 &lt;a href=&quot;http://www.youtube.com/watch?v=10ACD-KzYK4&quot; rel=&quot;nofollow&quot;&gt;unlock iphone&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I want to parse the special characters from my search text. When I search for C++, results for C are displayed, also characters like # and &amp; are also not taken in search string. please suggest what to do ?</p>
<p>________________<br />
 <a href="http://www.youtube.com/watch?v=10ACD-KzYK4" rel="nofollow">unlock iphone</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

