<?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/"
	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>GS2 Web Solutions' Blog</title>
	<atom:link href="http://gs2websolutions.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gs2websolutions.wordpress.com</link>
	<description>SharePoint MOSS Development and Design</description>
	<lastBuildDate>Mon, 07 Nov 2011 16:56:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gs2websolutions.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>GS2 Web Solutions' Blog</title>
		<link>http://gs2websolutions.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gs2websolutions.wordpress.com/osd.xml" title="GS2 Web Solutions&#039; Blog" />
	<atom:link rel='hub' href='http://gs2websolutions.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Writer &#8211; Windows Live</title>
		<link>http://gs2websolutions.wordpress.com/2009/11/26/writer-windows-live/</link>
		<comments>http://gs2websolutions.wordpress.com/2009/11/26/writer-windows-live/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 19:29:04 +0000</pubDate>
		<dc:creator>gs2websolutions</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://gs2websolutions.wordpress.com/2009/11/26/writer-windows-live/</guid>
		<description><![CDATA[Scott Morrison GS2 Web Solutions scott@gs2websolutions.com 163 Ormond St., Suite 194 Brockville, ON K6V 7E6 CA 613-213-0965 www.gs2websolutions.com Writer &#8211; Windows Live Posted in SharePoint<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gs2websolutions.wordpress.com&amp;blog=6146151&amp;post=59&amp;subd=gs2websolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gs2websolutions.wordpress.com/2009/11/26/writer-windows-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1327647a08ba857b7b5e22c77658ac53?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">gs2websolutions</media:title>
		</media:content>

		<media:content url="http://www.gs2websolutions.com/images/scottmorrison_scaled.jpg" medium="image">
			<media:title type="html">photo of Scott Morrison</media:title>
		</media:content>
	</item>
		<item>
		<title>User Controls in Sharepoint Web Parts</title>
		<link>http://gs2websolutions.wordpress.com/2009/03/05/44/</link>
		<comments>http://gs2websolutions.wordpress.com/2009/03/05/44/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 03:34:31 +0000</pubDate>
		<dc:creator>czwarts01</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[User Control]]></category>
		<category><![CDATA[Web User Control]]></category>
		<category><![CDATA[Wrapping]]></category>

		<guid isPermaLink="false">http://gs2websolutions.wordpress.com/?p=44</guid>
		<description><![CDATA[Ever tried to create a complicated, user friendly environment in a custom web part?

In a nutshell, this is a major pain. Everything must be hand coded, and updates are difficult. But what most people don't know is that it is unnecessary. Any Web User Control can be loaded into a web Part and used (as well as deployed) very easily, in a few short steps.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gs2websolutions.wordpress.com&amp;blog=6146151&amp;post=44&amp;subd=gs2websolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gs2websolutions.wordpress.com/2009/03/05/44/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a8085ca4628a49ed6e54442aa16e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">czwarts01</media:title>
		</media:content>
	</item>
		<item>
		<title>Finding the Public Key Token</title>
		<link>http://gs2websolutions.wordpress.com/2009/03/05/finding-the-public-key-token/</link>
		<comments>http://gs2websolutions.wordpress.com/2009/03/05/finding-the-public-key-token/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 03:09:22 +0000</pubDate>
		<dc:creator>czwarts01</dc:creator>
				<category><![CDATA[Useful Tools]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Dll]]></category>
		<category><![CDATA[Public Key]]></category>
		<category><![CDATA[Public Key Token]]></category>
		<category><![CDATA[Strong Name]]></category>
		<category><![CDATA[Token]]></category>

		<guid isPermaLink="false">http://gs2websolutions.wordpress.com/?p=34</guid>
		<description><![CDATA[Ever had a Problem finding the Public Key Token? That algorithm sure is elusive.... but there is an easy solution!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gs2websolutions.wordpress.com&amp;blog=6146151&amp;post=34&amp;subd=gs2websolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gs2websolutions.wordpress.com/2009/03/05/finding-the-public-key-token/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a8085ca4628a49ed6e54442aa16e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">czwarts01</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Parts in C#</title>
		<link>http://gs2websolutions.wordpress.com/2009/01/23/web-parts-in-c/</link>
		<comments>http://gs2websolutions.wordpress.com/2009/01/23/web-parts-in-c/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 17:18:27 +0000</pubDate>
		<dc:creator>czwarts01</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[vs]]></category>
		<category><![CDATA[Web Parts]]></category>
		<category><![CDATA[Webparts]]></category>

		<guid isPermaLink="false">http://gs2websolutions.wordpress.com/?p=23</guid>
		<description><![CDATA[Building and deploying web parts is a tricky buisiness. A new template from microsoft, however, can make it a piece of cake. Little used and less often explained, the Sharepoint Tools for MS VS2008 are an easy alternative to manually deploying web parts.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gs2websolutions.wordpress.com&amp;blog=6146151&amp;post=23&amp;subd=gs2websolutions&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://gs2websolutions.wordpress.com/2009/01/23/web-parts-in-c/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a8085ca4628a49ed6e54442aa16e6f2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">czwarts01</media:title>
		</media:content>

		<media:content url="http://static.technorati.com/pix/fave/tech-fav-1.png" medium="image">
			<media:title type="html">Add to Technorati Favorites</media:title>
		</media:content>
	</item>
	</channel>
</rss>
