<?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 Webparts</title>
	<atom:link href="http://www.petestilgoe.com/tag/sharepoint-webparts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petestilgoe.com</link>
	<description>Sharepoint &#124; Process Automation &#124;  Business Intelligence &#124; Online Business</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:44:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Unable to add selected web part</title>
		<link>http://www.petestilgoe.com/2010/05/unable-to-add-selected-web-part/</link>
		<comments>http://www.petestilgoe.com/2010/05/unable-to-add-selected-web-part/#comments</comments>
		<pubDate>Fri, 21 May 2010 08:11:30 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=581</guid>
		<description><![CDATA[Unable to add selected web part(s)
QueryListPart: A Web Part or Web Form Control on this page cannot be displayed or imported.  The type could not be found or it is not registered as safe.
- Make sure the webpart is registered as safe in the web.config
- Make sure the assembly is accessible and in the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/05/unable-to-add-selected-web-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Prevent users from changing views in Sharepoint</title>
		<link>http://www.petestilgoe.com/2010/04/how-to-prevent-users-from-changing-views-in-sharepoint/</link>
		<comments>http://www.petestilgoe.com/2010/04/how-to-prevent-users-from-changing-views-in-sharepoint/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 09:51:11 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint Views]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=574</guid>
		<description><![CDATA[If you need to prevent users from seeing the view menu allowing them to pick which views they want to use you can remove this easily by:
Browse to the relevant list or library
Click Site Action and select Edit Page
On the Web Part Click edit –> click Modify Shared Web Part
Change Toolbar to either &#8216;Summary&#8217; or [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/04/how-to-prevent-users-from-changing-views-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint Javascript Error: &#8216;style.display&#8217; is not null or not an object</title>
		<link>http://www.petestilgoe.com/2010/04/sharepoint-javascript-error-style-display-is-not-null-or-not-an-object/</link>
		<comments>http://www.petestilgoe.com/2010/04/sharepoint-javascript-error-style-display-is-not-null-or-not-an-object/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 07:22:02 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=564</guid>
		<description><![CDATA[If you are receiving the following error when trying to access the &#8216;edit&#8217; menu of a webpart on a page:
&#8216;style.display&#8217; is not null or not an object
It is likely that you have some random/extra code in another webpart on the page, this typically happens if you cut &#038; paste text from another location onto the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2010/04/sharepoint-javascript-error-style-display-is-not-null-or-not-an-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add extra fields to your CQWP that dont display as standard</title>
		<link>http://www.petestilgoe.com/2009/12/how-to-add-extra-fields-to-your-cqwp-that-dont-display-as-standard/</link>
		<comments>http://www.petestilgoe.com/2009/12/how-to-add-extra-fields-to-your-cqwp-that-dont-display-as-standard/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 15:04:34 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Content Query Webpart]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>
		<category><![CDATA[cqwp]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=486</guid>
		<description><![CDATA[1) Export your Content Query Web part to your desktop
2) Open it with Notepad and look for the following line of code:


3) Change this line to the following, and replace the portion MYINTERNALCOUMNNAME with the internal column name for your column

MYINTERNALCOUMNNAME
4) Save your file
5) Import the web part
- Edit page
- Add Web Parts
- Switch to [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/12/how-to-add-extra-fields-to-your-cqwp-that-dont-display-as-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatting Text / Questions in Sharepoint Surveys</title>
		<link>http://www.petestilgoe.com/2009/09/formatting-text-questions-in-sharepoint-surveys/</link>
		<comments>http://www.petestilgoe.com/2009/09/formatting-text-questions-in-sharepoint-surveys/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 13:13:27 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Content Editor Webpart]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Surveys]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=409</guid>
		<description><![CDATA[If you have ever tried to format text and / or insert line breaks into your questions in sharepoint surveys, you&#8217;ll know its not an easy task.  However by adding some simple javascript you can format the text in your questions as you want.
Basically at the bottom of your survey page add a Content [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/09/formatting-text-questions-in-sharepoint-surveys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need to edit a sharepoint page but there is no edit option</title>
		<link>http://www.petestilgoe.com/2009/09/need-to-edit-a-sharepoint-page-but-there-is-no-edit-option/</link>
		<comments>http://www.petestilgoe.com/2009/09/need-to-edit-a-sharepoint-page-but-there-is-no-edit-option/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 12:31:37 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Surveys]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>
		<category><![CDATA[Sharepoint Pages]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=406</guid>
		<description><![CDATA[You need to edit a page in Sharepoint but the &#8216;Edit&#8217; option is greyed out for example on a survey page.
Simply append NewForm.aspx with ?ToolPaneView=2 so it looks like
/NewForm.aspx?ToolPaneView=2
You now have your page in edit mode so you can add webparts etc
]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/09/need-to-edit-a-sharepoint-page-but-there-is-no-edit-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Type Toolbar Web Part</title>
		<link>http://www.petestilgoe.com/2009/08/385/</link>
		<comments>http://www.petestilgoe.com/2009/08/385/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 12:47:32 +0000</pubDate>
		<dc:creator>peter.stilgoe</dc:creator>
				<category><![CDATA[Sharepoint / MOSS / WSS]]></category>
		<category><![CDATA[Sharepoint Webparts]]></category>

		<guid isPermaLink="false">http://www.petestilgoe.com/?p=385</guid>
		<description><![CDATA[The Content Type Toolbar is a simple add-on that will enhance the use of SharePoint Content Types in large deployments. 
The use of content types in SharePoint 2007 has a number of benefits and businesses may spend a considerable amount of time planning and deploying content type to help support their business processes. Unfortunately, the [...]]]></description>
		<wfw:commentRss>http://www.petestilgoe.com/2009/08/385/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
