<?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 for bentedder.com</title>
	<atom:link href="http://www.bentedder.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bentedder.com</link>
	<description>web consulting and design</description>
	<lastBuildDate>Wed, 22 Feb 2012 15:01:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Create a jQuery + SharePoint instant search/filter by bentedder</title>
		<link>http://www.bentedder.com/create-a-jquery-sharepoint-instant-searchfilter/#comment-1365</link>
		<dc:creator>bentedder</dc:creator>
		<pubDate>Wed, 22 Feb 2012 15:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=1107#comment-1365</guid>
		<description>List View WebPart should be fine. Although, you mentioned you were in SharePoint 2007. Honestly, they might apply some different class to table rows. Really, if you can grab a class of a table row you&#039;ll be good. You just need to give jQuery something to hook onto when it does its search for each row.</description>
		<content:encoded><![CDATA[<p>List View WebPart should be fine. Although, you mentioned you were in SharePoint 2007. Honestly, they might apply some different class to table rows. Really, if you can grab a class of a table row you&#8217;ll be good. You just need to give jQuery something to hook onto when it does its search for each row.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a jQuery + SharePoint instant search/filter by Will</title>
		<link>http://www.bentedder.com/create-a-jquery-sharepoint-instant-searchfilter/#comment-1361</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Tue, 21 Feb 2012 20:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=1107#comment-1361</guid>
		<description>Hi B-

I am having issues locating the ms-itmhover class... where would this be located in the source of the page? Also- i&#039;m using a list view web part, not a content query webpart... does this matter?</description>
		<content:encoded><![CDATA[<p>Hi B-</p>
<p>I am having issues locating the ms-itmhover class&#8230; where would this be located in the source of the page? Also- i&#8217;m using a list view web part, not a content query webpart&#8230; does this matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove Checkboxes from XSLTListViewWebpart in Sharepoint Designer by Yatharth</title>
		<link>http://www.bentedder.com/remove-checkboxes-from-xsltlistviewwebpart-in-sharepoint-designer/#comment-1360</link>
		<dc:creator>Yatharth</dc:creator>
		<pubDate>Tue, 21 Feb 2012 11:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=330#comment-1360</guid>
		<description>Thanks,It really works..m luking for it from many sites but couldnt find the straight solution provided by you..:)</description>
		<content:encoded><![CDATA[<p>Thanks,It really works..m luking for it from many sites but couldnt find the straight solution provided by you..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Search Scope for a Sharepoint 2010 List or Library by bentedder</title>
		<link>http://www.bentedder.com/create-a-search-scope-for-a-sharepoint-2010-list-or-library/#comment-1351</link>
		<dc:creator>bentedder</dc:creator>
		<pubDate>Mon, 20 Feb 2012 14:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=717#comment-1351</guid>
		<description>Thanks Dan, glad you enjoyed the article!</description>
		<content:encoded><![CDATA[<p>Thanks Dan, glad you enjoyed the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a Search Scope for a Sharepoint 2010 List or Library by Dan Clarkson</title>
		<link>http://www.bentedder.com/create-a-search-scope-for-a-sharepoint-2010-list-or-library/#comment-1350</link>
		<dc:creator>Dan Clarkson</dc:creator>
		<pubDate>Mon, 20 Feb 2012 14:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=717#comment-1350</guid>
		<description>Thanks for a great post and a great site - I&#039;ve just come across it, and it&#039;s definitely one of the best for the power-user just short of &#039;developer&#039; (like me!)</description>
		<content:encoded><![CDATA[<p>Thanks for a great post and a great site &#8211; I&#8217;ve just come across it, and it&#8217;s definitely one of the best for the power-user just short of &#8216;developer&#8217; (like me!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a jQuery + SharePoint instant search/filter by bentedder</title>
		<link>http://www.bentedder.com/create-a-jquery-sharepoint-instant-searchfilter/#comment-1349</link>
		<dc:creator>bentedder</dc:creator>
		<pubDate>Mon, 20 Feb 2012 09:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=1107#comment-1349</guid>
		<description>Hey Will,
Yeah, jQuery searches every row of the table. When SharePoint creates the table it puts a class of &quot;ms-itemhover&quot; on each row. So this was a quick way of selecting every row that&#039;s visible.

I imagine this works with SP2007 because it&#039;s really not dependent on any SharePoint features. As long as you can select the classes of rows or cells you want to search, jQuery should be able to handle it.</description>
		<content:encoded><![CDATA[<p>Hey Will,<br />
Yeah, jQuery searches every row of the table. When SharePoint creates the table it puts a class of &#8220;ms-itemhover&#8221; on each row. So this was a quick way of selecting every row that&#8217;s visible.</p>
<p>I imagine this works with SP2007 because it&#8217;s really not dependent on any SharePoint features. As long as you can select the classes of rows or cells you want to search, jQuery should be able to handle it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a jQuery + SharePoint instant search/filter by Will</title>
		<link>http://www.bentedder.com/create-a-jquery-sharepoint-instant-searchfilter/#comment-1346</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sun, 19 Feb 2012 03:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=1107#comment-1346</guid>
		<description>Oh, and also...
&quot;tr.ms-itmhover seems to be the correct selector for any row in a list view&quot;

Do you mean the column ID in this case? Or does this jQuery search look in ANY column that&#039;s visible in a share point list view?</description>
		<content:encoded><![CDATA[<p>Oh, and also&#8230;<br />
&#8220;tr.ms-itmhover seems to be the correct selector for any row in a list view&#8221;</p>
<p>Do you mean the column ID in this case? Or does this jQuery search look in ANY column that&#8217;s visible in a share point list view?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a jQuery + SharePoint instant search/filter by Will</title>
		<link>http://www.bentedder.com/create-a-jquery-sharepoint-instant-searchfilter/#comment-1345</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sun, 19 Feb 2012 03:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=1107#comment-1345</guid>
		<description>Wow. This is pretty awesome. I built a custom search function for SharePoint 2007 using JavaScript... what mine does is manipulates the URL string to mimic filtering functions with wildcards. However, the drawback is searching using this method requires reload, which limits the effectiveness of variables and such.

I&#039;m going to try this next week. Do you know if this works with SharePoint 2007? We haven&#039;t yet upgraded...</description>
		<content:encoded><![CDATA[<p>Wow. This is pretty awesome. I built a custom search function for SharePoint 2007 using JavaScript&#8230; what mine does is manipulates the URL string to mimic filtering functions with wildcards. However, the drawback is searching using this method requires reload, which limits the effectiveness of variables and such.</p>
<p>I&#8217;m going to try this next week. Do you know if this works with SharePoint 2007? We haven&#8217;t yet upgraded&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPServices and jQuery: pull items from multiple lists in SharePoint 2010 by Dennis</title>
		<link>http://www.bentedder.com/spservices-and-jquery-pull-items-from-multiple-lists-in-sharepoint-2010/#comment-1342</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 17 Feb 2012 03:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=1237#comment-1342</guid>
		<description>Nice post. I found this very useful for my project. But my next step is how to do pagination? I don&#039;t want to get the entire result list returned and I can not use the camlquery for the returned list.</description>
		<content:encoded><![CDATA[<p>Nice post. I found this very useful for my project. But my next step is how to do pagination? I don&#8217;t want to get the entire result list returned and I can not use the camlquery for the returned list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 video tag formats by The HTML5 Video Codec Debate</title>
		<link>http://www.bentedder.com/html5-video-tag-formats/#comment-1341</link>
		<dc:creator>The HTML5 Video Codec Debate</dc:creator>
		<pubDate>Fri, 17 Feb 2012 02:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bentedder.com/?p=1286#comment-1341</guid>
		<description>[...] Video Codec Debate Posted on February 17, 2012 by bentedder  Recently I wrote a brief article on HTML5 video formats that claimed WebM as the way to go for all your HTML5 needs. In hindsight, the subject needed more [...]</description>
		<content:encoded><![CDATA[<p>[...] Video Codec Debate Posted on February 17, 2012 by bentedder  Recently I wrote a brief article on HTML5 video formats that claimed WebM as the way to go for all your HTML5 needs. In hindsight, the subject needed more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

