<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PeteStilgoe.com &#187; Sharepoint / MOSS / WSS</title>
	<atom:link href="http://www.petestilgoe.com/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>&#34;Be fearful when others are greedy, be greedy when others are fearful.”</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>How to total a column of values in a Sharepoint DVWP</title>
		<link>http://www.petestilgoe.com/2012/01/how-to-total-a-column-of-values-in-a-sharepoint-dvwp/</link>
		<comments>http://www.petestilgoe.com/2012/01/how-to-total-a-column-of-values-in-a-sharepoint-dvwp/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 11:15:24 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint DVWP]]></category>
		<category><![CDATA[Xpath]]></category>
		<category><![CDATA[xsl]]></category>
		<category><![CDATA[XSLT]]></category>
		<category><![CDATA[dvwp]]></category>
		<category><![CDATA[xpath]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1023</guid>
		<description><![CDATA[

To total a column of values in a Sharepoint DVWP use:
&#60;xsl:value-of select=&#34;sum(/dsQueryResponse/Rows/Row/@TotalHoursWorked)&#34; /&#62;
To do something similar in Xpath with formatting:
format-number(sum(/dsQueryResponse/Rows/Row/@TotalHoursWorked), &#039;#,##0.00;-#,##0.00&#039;)

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2012/01/how-to-total-a-column-of-values-in-a-sharepoint-dvwp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a back button in Sharepoint</title>
		<link>http://www.petestilgoe.com/2012/01/how-to-create-a-back-button-in-sharepoint/</link>
		<comments>http://www.petestilgoe.com/2012/01/how-to-create-a-back-button-in-sharepoint/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 08:59:10 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint How To]]></category>
		<category><![CDATA[Sharepoint Backlink]]></category>
		<category><![CDATA[Sharepoint Customisation]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1020</guid>
		<description><![CDATA[

How to create a back button in Sharepoint to take you back to the previous page either using a text link or image -
Text link:
&#60;a href=&#34;#&#34; onClick=&#34;history.go(-1)&#34;&#62;Back Link Text&#60;/a&#62;
Using a back button image:
&#60;a href=&#34;#&#34; onClick=&#34;history.go(-1)&#34;&#62;&#60;img src=&#34;linktobackbuttonimage.gif&#34; alt=&#34;Back&#34;/&#62;&#60;/a&#62;
Note: I have only tested this in Internet Explorer

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2012/01/how-to-create-a-back-button-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to display a URL hyperlink in a CQWP</title>
		<link>http://www.petestilgoe.com/2011/11/how-to-display-a-url-hyperlink-in-a-cqwp/</link>
		<comments>http://www.petestilgoe.com/2011/11/how-to-display-a-url-hyperlink-in-a-cqwp/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 15:07:39 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint CQWP]]></category>
		<category><![CDATA[XSLT]]></category>
		<category><![CDATA[cqwp]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1011</guid>
		<description><![CDATA[

In the relevant template section in itemstyle.xsl add a line something like (replacing the column name with the your column containing the URL):

LiveView: &#60;a href=&#34;{substring-before(@Live_x005F_x0020_View, &#039;,&#039;)}&#34;&#62;Click here&#60;/a&#62;

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/11/how-to-display-a-url-hyperlink-in-a-cqwp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2 &#8211; The base type ’SourceCode.SharePoint.ProcessPortal.UI.PortalWebPartPage’ is not allowed for this page. The type is not registered as safe.</title>
		<link>http://www.petestilgoe.com/2011/11/k2-the-base-type-%e2%80%99sourcecode-sharepoint-processportal-ui-portalwebpartpage%e2%80%99-is-not-allowed-for-this-page-the-type-is-not-registered-as-safe/</link>
		<comments>http://www.petestilgoe.com/2011/11/k2-the-base-type-%e2%80%99sourcecode-sharepoint-processportal-ui-portalwebpartpage%e2%80%99-is-not-allowed-for-this-page-the-type-is-not-registered-as-safe/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 16:57:49 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[K2 Blackpearl]]></category>
		<category><![CDATA[K2 Blackpoint]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[K2 Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1007</guid>
		<description><![CDATA[

When creating a a process portal or trying to access certain sections of a process portal in K2 Blackpearl or Blackpoint &#038; you get the following error:
&#8220;Parser Error Message: The base type ’SourceCode.SharePoint.ProcessPortal.UI.PortalWebPartPage’ is not allowed for this page. The type is not registered as safe. 
Source Error: 
Assembly Name=&#8221;SourceCode.SharePoint.ProcessPortal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d
Page Language=&#8221;C#&#8221; MasterPageFile=&#8221;~masterurl/default.master&#8221; [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/11/k2-the-base-type-%e2%80%99sourcecode-sharepoint-processportal-ui-portalwebpartpage%e2%80%99-is-not-allowed-for-this-page-the-type-is-not-registered-as-safe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add Custom Style Sheet CSS to your masterpage file</title>
		<link>http://www.petestilgoe.com/2011/10/how-to-add-custom-style-sheet-css-to-your-masterpage-file/</link>
		<comments>http://www.petestilgoe.com/2011/10/how-to-add-custom-style-sheet-css-to-your-masterpage-file/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 10:10:03 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint CSS]]></category>
		<category><![CDATA[Sharepoint Master Pages]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=1003</guid>
		<description><![CDATA[

Edit your masterpage file, In the  tag add a link to your custom CSS file just above the content place holder named &#8220;PlaceHolderAdditonalPageHead&#8221; ie.
&#60;link href=&#34;/Style%20Library/mystyle.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34; /&#62;

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/10/how-to-add-custom-style-sheet-css-to-your-masterpage-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint: How to find a Sharepoint feature by GUID</title>
		<link>http://www.petestilgoe.com/2011/07/sharepoint-how-to-find-a-sharepoint-feature-by-guid/</link>
		<comments>http://www.petestilgoe.com/2011/07/sharepoint-how-to-find-a-sharepoint-feature-by-guid/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 08:08:56 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint How To]]></category>
		<category><![CDATA[Sharepoint Features]]></category>
		<category><![CDATA[Sharepoint GUIDs]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=987</guid>
		<description><![CDATA[

If you need to find a Sharepoint feature by its GUID because you are getting the error:
Error: The site template requires that the feature *GUID* be activated in the site collection
1) Site Actions -> Site Settings -> Site Collection Features
2) Right click on the features page and select &#8216;View Source&#8217;
3) Now do a search/find for [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/07/sharepoint-how-to-find-a-sharepoint-feature-by-guid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint: Site collection administrators lose their permissions</title>
		<link>http://www.petestilgoe.com/2011/07/sharepoint-site-collection-administrators-lose-their-permissions/</link>
		<comments>http://www.petestilgoe.com/2011/07/sharepoint-site-collection-administrators-lose-their-permissions/#comments</comments>
		<pubDate>Mon, 11 Jul 2011 09:27:47 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Databases]]></category>
		<category><![CDATA[Sharepoint STSADM]]></category>
		<category><![CDATA[Sharepoint How To]]></category>
		<category><![CDATA[Sharepoint Site Lock]]></category>
		<category><![CDATA[site collections]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=984</guid>
		<description><![CDATA[

Sharepoint Site collection administrators lose their permissions.
An odd problem where I would login to Sharepoint with my normal Sharepoint Site Collection Administrator account &#038; I would only have basic permissons &#038; various OK buttons were greyed out.
This seems to be caused by having multiple jobs running against your Sharepoint databases at the same time, Sharepoint [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/07/sharepoint-site-collection-administrators-lose-their-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2010 Powershell Backup Scripts</title>
		<link>http://www.petestilgoe.com/2011/07/sharepoint-2010-powershell-backup-scripts/</link>
		<comments>http://www.petestilgoe.com/2011/07/sharepoint-2010-powershell-backup-scripts/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 12:59:29 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint Backup Restore]]></category>
		<category><![CDATA[Sharepoint Backup]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=981</guid>
		<description><![CDATA[

Sharepoint 2010 Powershell Backup Scripts
Backup a Sharepoint 2010 Farm:
Backup-SPFarm -BackupMethod Full -Directory &#34;Destination directory&#34; -BackupThreads 5
List all items included the Sharepoint 2010 Farm backup:
Backup-SPFarm –ShowTree
Backup a Sharepoint 2010 Site Collection:
Backup-SPSite -Identity &#34;http://MySharepointServer/SC1/&#34; -Path &#34;Path and Filename&#34;

]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/07/sharepoint-2010-powershell-backup-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forefront Security for SharePoint: Calling LoadLibraryEx on ISAPI filter D:\Program Files\Microsoft Forefront Protection for SharePoint\FSSPUsernameFilter.dll failed</title>
		<link>http://www.petestilgoe.com/2011/07/forefront-security-for-sharepoint-calling-loadlibraryex-on-isapi-filter-dprogram-filesmicrosoft-forefront-protection-for-sharepointfsspusernamefilter-dll-failed/</link>
		<comments>http://www.petestilgoe.com/2011/07/forefront-security-for-sharepoint-calling-loadlibraryex-on-isapi-filter-dprogram-filesmicrosoft-forefront-protection-for-sharepointfsspusernamefilter-dll-failed/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 12:24:14 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Forefront Security]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=979</guid>
		<description><![CDATA[

When Microsoft Forefront Security for SharePoint is installed on a SharePoint server, non-SharePoint sites may have problems accessing the Internet Server API (ISAPI) filter that is installed by Forefront Security.
On Internet Information Services (IIS) 7, users who browse to these sites may receive the following error message: 
HTTP Error 500.0 &#8211; Internal Server Error
Calling LoadLibraryEx [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/07/forefront-security-for-sharepoint-calling-loadlibraryex-on-isapi-filter-dprogram-filesmicrosoft-forefront-protection-for-sharepointfsspusernamefilter-dll-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint CQWP: XSL template to display document details</title>
		<link>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/</link>
		<comments>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 08:42:11 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Content Query Webpart]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[cqwp]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=960</guid>
		<description><![CDATA[

An example XSL template to display document details in a content query webpart:

&#60;xsl:template name=&#34;DocumentsDetails&#34; match=&#34;Row[@Style=&#039;DocumentsDetails&#039;]&#34; mode=&#34;itemstyle&#34;&#62;
       &#60;xsl:variable name=&#34;SafeLinkUrl&#34;&#62;
            &#60;xsl:call-template name=&#34;OuterTemplate.GetSafeLink&#34;&#62;
                 &#60;xsl:with-param name=&#34;UrlColumnName&#34; [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2011/06/sharepoint-cqwp-xsl-template-to-display-document-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

