<?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 for Gav&#039;s Blog - SharePoint .NET &amp; Tech</title>
	<atom:link href="http://gavinb.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavinb.net</link>
	<description>My adventures in the world of SharePoint</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Serving HTML5 Video from SharePoint Document Libraries by Janson</title>
		<link>http://gavinb.net/2011/07/19/serving-html5-video-from-sharepoint-document-libraries/#comment-202</link>
		<dc:creator><![CDATA[Janson]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 18:47:13 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=233#comment-202</guid>
		<description><![CDATA[Here you go guys.... 

http://blog.sallarp.com/why-your-video-refuse-to-play-on-ipad-iphone/

I&#039;ve used this http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Internet-Information-Services-IIS7-Version2 but serving up video from Non Sharepoint IIS as setting to 32bit breaks Sharepoint 2010 - not surprisingly.  If a X64 version of the mod-h264 is released it should be good to go.

Hope that helps]]></description>
		<content:encoded><![CDATA[<p>Here you go guys&#8230;. </p>
<p><a href="http://blog.sallarp.com/why-your-video-refuse-to-play-on-ipad-iphone/" rel="nofollow">http://blog.sallarp.com/why-your-video-refuse-to-play-on-ipad-iphone/</a></p>
<p>I&#8217;ve used this <a href="http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Internet-Information-Services-IIS7-Version2" rel="nofollow">http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Internet-Information-Services-IIS7-Version2</a> but serving up video from Non Sharepoint IIS as setting to 32bit breaks Sharepoint 2010 &#8211; not surprisingly.  If a X64 version of the mod-h264 is released it should be good to go.</p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Mobile Redirection for a Web Application via PowerShell by gavinbarron</title>
		<link>http://gavinb.net/2011/06/13/disable-mobile-redirection-for-a-web-application-via-powershell/#comment-199</link>
		<dc:creator><![CDATA[gavinbarron]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:45:37 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=202#comment-199</guid>
		<description><![CDATA[Yup, pretty simple really, the WebModifications property on which .Add method is called is just a collection and it has a .Contains method, so just add a check that the key isn&#039;t already in the WebModificatons collection, something like this untested powershell implementation:

if($WebApp.WebConfigModifications.Contains( $configMod1 ) -eq $false)
{
   $WebApp.WebConfigModifications.Add( $configMod1 )
}]]></description>
		<content:encoded><![CDATA[<p>Yup, pretty simple really, the WebModifications property on which .Add method is called is just a collection and it has a .Contains method, so just add a check that the key isn&#8217;t already in the WebModificatons collection, something like this untested powershell implementation:</p>
<p>if($WebApp.WebConfigModifications.Contains( $configMod1 ) -eq $false)<br />
{<br />
   $WebApp.WebConfigModifications.Add( $configMod1 )<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pre-Populate a SharePoint List Instance by Gary</title>
		<link>http://gavinb.net/2008/08/13/pre-populate-a-sharepoint-list-instance/#comment-198</link>
		<dc:creator><![CDATA[Gary]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:49:06 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=174#comment-198</guid>
		<description><![CDATA[Thanks bro!]]></description>
		<content:encoded><![CDATA[<p>Thanks bro!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Mobile Redirection for a Web Application via PowerShell by Don</title>
		<link>http://gavinb.net/2011/06/13/disable-mobile-redirection-for-a-web-application-via-powershell/#comment-197</link>
		<dc:creator><![CDATA[Don]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 16:42:20 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=202#comment-197</guid>
		<description><![CDATA[Great script! One issue though every time we deploy a new WSP to the farm,duplicate entries get added to each WebApp web.config file this was ran against, thus breaking the site. Any advice on reversing this and removing the persistent entry in the config db?

Don]]></description>
		<content:encoded><![CDATA[<p>Great script! One issue though every time we deploy a new WSP to the farm,duplicate entries get added to each WebApp web.config file this was ran against, thus breaking the site. Any advice on reversing this and removing the persistent entry in the config db?</p>
<p>Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disable Mobile Redirection for a Web Application via PowerShell by Switch Off Default Mobile Experience in SharePoint 2010 &#171; Sladescross&#039;s Blog</title>
		<link>http://gavinb.net/2011/06/13/disable-mobile-redirection-for-a-web-application-via-powershell/#comment-195</link>
		<dc:creator><![CDATA[Switch Off Default Mobile Experience in SharePoint 2010 &#171; Sladescross&#039;s Blog]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 17:02:04 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=202#comment-195</guid>
		<description><![CDATA[[...] http://gavinb.net/2011/06/13/disable-mobile-redirection-for-a-web-application-via-powershell/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://gavinb.net/2011/06/13/disable-mobile-redirection-for-a-web-application-via-powershell/" rel="nofollow">http://gavinb.net/2011/06/13/disable-mobile-redirection-for-a-web-application-via-powershell/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPC366 Making SharePoint Websites Sing on your Smartphone by Daryl Rasmussen</title>
		<link>http://gavinb.net/2011/10/05/spc366-making-sharepoint-websites-sing-on-your-smartphone/#comment-167</link>
		<dc:creator><![CDATA[Daryl Rasmussen]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 22:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://gavinb.net/?p=265#comment-167</guid>
		<description><![CDATA[Hi Gavin
Great presentation this week.  I made a note to myself to come here and have a look at the HTML, CSS etc. from your demos.  When you get that VS solution zipped and posted somewhere, please let the world know.  
Thanks
Daryl]]></description>
		<content:encoded><![CDATA[<p>Hi Gavin<br />
Great presentation this week.  I made a note to myself to come here and have a look at the HTML, CSS etc. from your demos.  When you get that VS solution zipped and posted somewhere, please let the world know.<br />
Thanks<br />
Daryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPServices Helper Function: Resolve the Guid of a View by gavinbarron</title>
		<link>http://gavinb.net/2011/09/21/spservices-helper-function-resolve-the-guid-of-a-view/#comment-166</link>
		<dc:creator><![CDATA[gavinbarron]]></dc:creator>
		<pubDate>Thu, 06 Oct 2011 17:44:27 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=253#comment-166</guid>
		<description><![CDATA[yeah, try using the full Url, http://mywebapp/relativesiteUrl and drop the end bit that you have which is the path to the view page of your list.]]></description>
		<content:encoded><![CDATA[<p>yeah, try using the full Url, <a href="http://mywebapp/relativesiteUrl" rel="nofollow">http://mywebapp/relativesiteUrl</a> and drop the end bit that you have which is the path to the view page of your list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPServices Helper Function: Resolve the Guid of a View by Jernej</title>
		<link>http://gavinb.net/2011/09/21/spservices-helper-function-resolve-the-guid-of-a-view/#comment-165</link>
		<dc:creator><![CDATA[Jernej]]></dc:creator>
		<pubDate>Thu, 06 Oct 2011 09:07:08 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=253#comment-165</guid>
		<description><![CDATA[&quot;I have tried with GetViewCollection&quot;* mistake]]></description>
		<content:encoded><![CDATA[<p>&#8220;I have tried with GetViewCollection&#8221;* mistake</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPServices Helper Function: Resolve the Guid of a View by Jernej</title>
		<link>http://gavinb.net/2011/09/21/spservices-helper-function-resolve-the-guid-of-a-view/#comment-164</link>
		<dc:creator><![CDATA[Jernej]]></dc:creator>
		<pubDate>Thu, 06 Oct 2011 08:14:55 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=253#comment-164</guid>
		<description><![CDATA[i&#039;ll try with GetVewCollection but is still the same story :(.,what about webUrl?is there something wrong?

Thnak you very much,
i appreciated!]]></description>
		<content:encoded><![CDATA[<p>i&#8217;ll try with GetVewCollection but is still the same story <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .,what about webUrl?is there something wrong?</p>
<p>Thnak you very much,<br />
i appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SPServices Helper Function: Resolve the Guid of a View by gavinbarron</title>
		<link>http://gavinb.net/2011/09/21/spservices-helper-function-resolve-the-guid-of-a-view/#comment-162</link>
		<dc:creator><![CDATA[gavinbarron]]></dc:creator>
		<pubDate>Tue, 04 Oct 2011 20:04:12 +0000</pubDate>
		<guid isPermaLink="false">https://gavinbdotnet.wordpress.com/?p=253#comment-162</guid>
		<description><![CDATA[At fist glance the problem appear to be that you are using the GetView call, if you look at my mechanism I use the GetVewCollection call and then find a match in the returned result.
From memory I went for GetViewCollection as the call to GetView expects the Guid supplied as the viewName parameter.
Yup, looking at the MSDN docs, &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/views.views.getview(v=office.12).aspx&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/en-us/library/views.views.getview(v=office.12).aspx&lt;/a&gt; viewName is infact expecting the Guid.]]></description>
		<content:encoded><![CDATA[<p>At fist glance the problem appear to be that you are using the GetView call, if you look at my mechanism I use the GetVewCollection call and then find a match in the returned result.<br />
From memory I went for GetViewCollection as the call to GetView expects the Guid supplied as the viewName parameter.<br />
Yup, looking at the MSDN docs, <a href="http://msdn.microsoft.com/en-us/library/views.views.getview(v=office.12).aspx" rel="nofollow"></a><a href="http://msdn.microsoft.com/en-us/library/views.views.getview(v=office.12)" rel="nofollow">http://msdn.microsoft.com/en-us/library/views.views.getview(v=office.12)</a>.aspx viewName is infact expecting the Guid.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

