<?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>Hans Rasmussen &#187; WSS</title>
	<atom:link href="http://www.hansrasmussen.com/tag/wss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hansrasmussen.com</link>
	<description>info@hansrasmussen.com, +46 (0)723 207008</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:59:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable AJAX Support in SharePoint,WSS, MOSS 2007</title>
		<link>http://www.hansrasmussen.com/2010/02/enable-ajax-support-in-sharepointwss-moss-2007/</link>
		<comments>http://www.hansrasmussen.com/2010/02/enable-ajax-support-in-sharepointwss-moss-2007/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:45:50 +0000</pubDate>
		<dc:creator>Hans Rasmussen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[web.config]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.hansrasmussen.com/?p=46</guid>
		<description><![CDATA[Microsoft suggests the following changes to web.config for your SharePoint installation if you want to enable AJAX functionality. http://msdn.microsoft.com/en-us/library/bb861898.aspx However it is easier to use this Feature and activate it through SharePoint central administration. Benefits are that it both creates the changes when you activate and undo the changes when you deactivate. And from a [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft suggests the following changes to web.config for your SharePoint installation if you want to enable AJAX functionality. <a href="http://msdn.microsoft.com/en-us/library/bb861898.aspx">http://msdn.microsoft.com/en-us/library/bb861898.aspx</a></p>
<p>However it is easier to use this Feature and activate it through SharePoint central administration. Benefits are that it both creates the changes when you activate and undo the changes when you deactivate. And from a deployment perspective it is more &#8220;clean&#8221;.</p>
<p><a href="http://www.moss2007.be/blogs/vandest/Documents/SPWebConfig_XML.zip">http://www.moss2007.be/blogs/vandest/Documents/SPWebConfig_XML.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hansrasmussen.com/2010/02/enable-ajax-support-in-sharepointwss-moss-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Avoid unghosting by avoiding SharePoint Designer</title>
		<link>http://www.hansrasmussen.com/2010/02/avoid-unghosting-by-avoiding-sharepointdesigner/</link>
		<comments>http://www.hansrasmussen.com/2010/02/avoid-unghosting-by-avoiding-sharepointdesigner/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:36:35 +0000</pubDate>
		<dc:creator>Hans Rasmussen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.hansrasmussen.com/?p=36</guid>
		<description><![CDATA[YES, SharePoint Designer serves a purpose. However think for yourself a bit before you decide to make your changes to a page with SharePoint Designer. The minute you made changes to a page it is unghosted and saved in the database. If you provision these changes to new web sites you will struggle if you [...]]]></description>
			<content:encoded><![CDATA[<p>YES, SharePoint Designer serves a purpose. However think for yourself a bit before you decide to make your changes to a page with SharePoint Designer. The minute you made changes to a page it is unghosted and saved in the database. If you provision these changes to new web sites you will struggle if you need to make new changes to the page. The changes will not cascade and you&#8217;ll need to update each site manually and there can be MANY of them. Making a feature that will help you deploy design changes is one solution because you can automate the process with stsadm commands. However I also found this little interesting approach I&#8217;d like to share <a href="http://www.cleverworkarounds.com/2008/02/28/more-sharepoint-branding-customisation-using-javascript-part-3/">http://www.cleverworkarounds.com/2008/02/28/more-sharepoint-branding-customisation-using-javascript-part-3/</a> which allows you to make changes but still keep the pages ghosted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hansrasmussen.com/2010/02/avoid-unghosting-by-avoiding-sharepointdesigner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharepoint Workflow Feature.xml and Workflow.xml for WSS 3.0 &amp; MOSS 2007</title>
		<link>http://www.hansrasmussen.com/2010/02/sharepoint-workflow-feature-xml-and-workflow-xml-for-wss-3-0-moss-2007/</link>
		<comments>http://www.hansrasmussen.com/2010/02/sharepoint-workflow-feature-xml-and-workflow-xml-for-wss-3-0-moss-2007/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:26:30 +0000</pubDate>
		<dc:creator>Hans Rasmussen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[workflow]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.hansrasmussen.com/?p=30</guid>
		<description><![CDATA[It seems like when you create workflows in Visual Studio and deploys them to SharePoint you have to consider the environment you are deploying them to. In the feature.xml the ReceiverAssembly and ReceiverClass are specified if you want to go for the MOSS 2007 deployment. Remove the lines in bold if you need to deploy [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like when you create workflows in Visual Studio and deploys them to SharePoint you have to consider the environment you are deploying them to. In the feature.xml the ReceiverAssembly and ReceiverClass are specified if you want to go for the MOSS 2007 deployment. Remove the lines in bold if you need to deploy them to WSS 3.0 installation.</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&gt;</p>
<p>&lt;Feature  Id=&#8221;Feature-GUID-Goes-Here&#8221;</p>
<p>      Title=&#8221;Thenameofyourfeature&#8221;</p>
<p>      Description=&#8221;The description of your feature&#8221;</p>
<p>      Version=&#8221;12.0.0.0&#8243;</p>
<p>      Scope=&#8221;Site&#8221;</p>
<p><strong>      ReceiverAssembly=&#8221;Microsoft.Office.Workflow.Feature, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&#8221;</strong>      xmlns=&#8221;<a href="http://schemas.microsoft.com/sharepoint/">http://schemas.microsoft.com/sharepoint/</a>&#8220;&gt;</p>
<p>      ReceiverClass=&#8221;Microsoft.Office.Workflow.Feature.WorkflowFeatureReceiver&#8221;</p>
<p>  &lt;ElementManifests&gt;</p>
<p>    &lt;ElementManifest Location=&#8221;workflow.xml&#8221; /&gt;</p>
<p>  &lt;/ElementManifests&gt;</p>
<p>  &lt;Properties&gt;</p>
<p>    &lt;Property Key=&#8221;GloballyAvailable&#8221; Value=&#8221;true&#8221; /&gt;</p>
<p>  &lt;/Properties&gt;</p>
<p>&lt;/Feature&gt;</p>
<p>Your workflow.xml however can look the same regardless of deployment</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243; ?&gt;</p>
<p>&lt;Elements xmlns=&#8221;<a href="http://schemas.microsoft.com/sharepoint/">http://schemas.microsoft.com/sharepoint/</a>&#8220;&gt;</p>
<p>  &lt;Workflow</p>
<p>     Name=&#8221;Nameofyourworkflow&#8221;</p>
<p>     Description=&#8221;Description of your workflow&#8221;</p>
<p>     Id=&#8221;Workflow-GUID-Goes-Here&#8221;</p>
<p>     CodeBesideClass=&#8221;Projectname.Classname&#8221;</p>
<p>     CodeBesideAssembly=&#8221;Projectname.Classname, Version=1.0.0.0, Culture=neutral, PublicKeyToken=TokenForYourSignedDll&#8221;&gt;</p>
<p>    &lt;Categories/&gt;</p>
<p>    &lt;MetaData&gt;</p>
<p>      &lt;StatusPageUrl&gt;_layouts/WrkStat.aspx&lt;/StatusPageUrl&gt;</p>
<p>    &lt;/MetaData&gt;</p>
<p>  &lt;/Workflow&gt;</p>
<p>&lt;/Elements&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hansrasmussen.com/2010/02/sharepoint-workflow-feature-xml-and-workflow-xml-for-wss-3-0-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing different editions of SharePoint including a WSS 3.0 only installation</title>
		<link>http://www.hansrasmussen.com/2010/02/comparing-different-editions-of-sharepoint-including-a-wss-3-0-only-installation/</link>
		<comments>http://www.hansrasmussen.com/2010/02/comparing-different-editions-of-sharepoint-including-a-wss-3-0-only-installation/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 23:16:04 +0000</pubDate>
		<dc:creator>Hans Rasmussen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS]]></category>

		<guid isPermaLink="false">http://www.hansrasmussen.com/?p=19</guid>
		<description><![CDATA[A good to have link is one where you could quickly find the differences between the editions of SharePoint and even more important the differences between a SharePoint and a WSS 3.0 install. http://office.microsoft.com/en-us/sharepointtechnology/FX101758691033.aspx?ofcresset=1]]></description>
			<content:encoded><![CDATA[<p>A good to have link is one where you could quickly find the differences between the editions of SharePoint and even more important the differences between a SharePoint and a WSS 3.0 install.</p>
<p><a href="http://office.microsoft.com/en-us/sharepointtechnology/FX101758691033.aspx?ofcresset=1">http://office.microsoft.com/en-us/sharepointtechnology/FX101758691033.aspx?ofcresset=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hansrasmussen.com/2010/02/comparing-different-editions-of-sharepoint-including-a-wss-3-0-only-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

