<?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>Just Ask about SharePoint - Beta &#187; How do I</title>
	<atom:link href="http://www.understandingsharepoint.com/justask/tags/howdoi/feed" rel="self" type="application/rss+xml" />
	<link>http://www.understandingsharepoint.com/justask</link>
	<description>Get your SharePoint questions answered</description>
	<lastBuildDate>Tue, 21 Apr 2009 12:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>How do I get access to the correct SPSite entity from a webpart</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-get-access-to-the-correct-spsite-entity-from-a-webpart</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-get-access-to-the-correct-spsite-entity-from-a-webpart#comments</comments>
		<pubDate>Tue, 06 Jan 2009 19:33:43 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>
		<category><![CDATA[webpart]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=387</guid>
		<description><![CDATA[<p>To get access to the correct SPSite entity from a webpart use the SPContext.Current where you have access to both the current site and web.</p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-get-access-to-the-correct-spsite-entity-from-a-webpart/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I find associated groups in code</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:30:28 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=301</guid>
		<description><![CDATA[<p>To find associated groups in code you can either use the AssociatedGroups collection or access the individual groups as AssociatedOwnerGroup, AssociatedMemberGroup, or AssociatedVisitorGroup of an SPWeb object:</p>

<div class="wp_syntax"><div class="code"><pre class="csharp" style="font-family:monospace;">SPGroup owners <span style="color: #008000;">=</span> <span style="color: #0600FF; font-weight: bold;">this</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Web</span><span style="color: #008000;">.</span><span style="color: #0000FF;">AssociatedOwnerGroup</span><span style="color: #008000;">;</span>
SPGroup members <span style="color: #008000;">=</span> <span style="color: #0600FF; font-weight: bold;">this</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Web</span><span style="color: #008000;">.</span><span style="color: #0000FF;">AssociatedMemberGroup</span><span style="color: #008000;">;</span>
SPGroup visitors <span style="color: #008000;">=</span> <span style="color: #0600FF; font-weight: bold;">this</span><span style="color: #008000;">.</span><span style="color: #0000FF;">Web</span><span style="color: #008000;">.</span><span style="color: #0000FF;">AssociatedVisitorGroup</span><span style="color: #008000;">;</span></pre></div></div>

<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code" class="more-link">Read more on How do I find associated groups in code&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-find-associated-groups-in-code/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I add a page to SharePoint using the web interface</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-add-a-page-to-sharepoint-using-the-web-interface</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-add-a-page-to-sharepoint-using-the-web-interface#comments</comments>
		<pubDate>Sun, 04 Jan 2009 19:48:45 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[End user]]></category>
		<category><![CDATA[How do I]]></category>
		<category><![CDATA[Pages]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=276</guid>
		<description><![CDATA[<p>To add a page to SharePoint using the web interface you go to the Create page of the site. Note that prior to adding a page your site must have at least one library to hold the page. On the Create page you go to the Web Pages column and select either the Basic page or the Web part page. Other pages may also be available. </p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-add-a-page-to-sharepoint-using-the-web-interface" class="more-link">Read more on How do I add a page to SharePoint using the web interface&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-add-a-page-to-sharepoint-using-the-web-interface/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I add a link on the Create page</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page#comments</comments>
		<pubDate>Sat, 03 Jan 2009 18:00:48 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=376</guid>
		<description><![CDATA[<p>The only column to which you can add a link on the Create page is the Web Pages column. To add a link there, use a CustomAction feature with Location=&#8221;Microsoft.SharePoint.Create&#8221; and a GroupId=&#8221;WebPages&#8221;:</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page" class="more-link">Read more on How do I add a link on the Create page&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-add-a-link-on-the-create-page/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I create a view through the web interface</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-create-a-view-through-the-web-interface</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-create-a-view-through-the-web-interface#comments</comments>
		<pubDate>Sat, 20 Dec 2008 09:07:22 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[End user]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[How do I]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=356</guid>
		<description><![CDATA[<p>To create a view through the web interface you need list manager permissions. If you do not have those permissions you may still be able to add a personal view if the list or site is set up to allow adding personal views.</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-create-a-view-through-the-web-interface" class="more-link">Read more on How do I create a view through the web interface&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-create-a-view-through-the-web-interface/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I deploy a workflow in SharePoint</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:23:49 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[How do I]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=374</guid>
		<description><![CDATA[<p>To deploy a workflow in SharePoint you use a feature. The feature should contain an elements file which points to the workflow to deploy. Here is a sample elements.xml file:</p>
<p> &#60;Elements xmlns=&#8221;<a href="http://schemas.microsoft.com/sharepoint/">http://schemas.microsoft.com/sharepoint/</a>&#8220;&#62;<br />
  &#60;Workflow<br />
       Name=&#8221;Workflow name&#8221;<br />
       Description=&#8221;Workflow description&#8221;<br />
       Id=&#8221;GUID&#8221;<br />
       CodeBesideClass=&#8221;Namespace.Workflowclass&#8221;<br />
       CodeBesideAssembly=&#8221;ProjectName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=publicKeyToken&#8221;<br />
       StatusUrl=&#8221;_layouts/WrkStat.aspx&#8221;&#62;<br />
    &#60;Categories/&#62;<br />
    &#60;MetaData&#62;<br />
    &#60;/MetaData&#62;<br />
  &#60;/Workflow&#62;<br />
&#60;/Elements&#62;</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint" class="more-link">Read more on How do I deploy a workflow in SharePoint&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-deploy-a-workflow-in-sharepoint/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I apply a template to an exsisting site</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-apply-a-template-to-an-exsisting-site</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-apply-a-template-to-an-exsisting-site#comments</comments>
		<pubDate>Wed, 10 Dec 2008 19:54:42 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=327</guid>
		<description><![CDATA[<p>You can not apply a new site template to an existing site. The site template is a recipe for how the site and site content should be created, and once that is done, the site is detached from the template. Applying a new site template to a site would be analogous to applying a new architect&#8217;s drawing to a house that is already built.</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-apply-a-template-to-an-exsisting-site" class="more-link">Read more on How do I apply a template to an exsisting site&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-apply-a-template-to-an-exsisting-site/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I deactivate a feature in SharePoint using the web interface</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-deactivate-a-feature-in-sharepoint-using-the-web-interface</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-deactivate-a-feature-in-sharepoint-using-the-web-interface#comments</comments>
		<pubDate>Wed, 10 Dec 2008 09:30:07 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=306</guid>
		<description><![CDATA[<p>To deactivate a feature in SharePoint using the web interface, first go to the site settings page, available from the site actions menu. Next, depending on the scope of the feature you either go to the web features or site collection features. The site collection features will only be available if you are at the root site of a site collection.</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-deactivate-a-feature-in-sharepoint-using-the-web-interface" class="more-link">Read more on How do I deactivate a feature in SharePoint using the web interface&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-deactivate-a-feature-in-sharepoint-using-the-web-interface/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I activate a feature in SharePoint using the web interface</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-activate-a-feature-in-sharepoint-using-the-web-interface</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-activate-a-feature-in-sharepoint-using-the-web-interface#comments</comments>
		<pubDate>Wed, 10 Dec 2008 09:22:15 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=302</guid>
		<description><![CDATA[To activate a feature in SharePoint using the web interface, first go to the site settings page, available from the site actions menu.]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-activate-a-feature-in-sharepoint-using-the-web-interface/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
		<item>
		<title>How do I get the top navigation bar to light up on a page</title>
		<link>http://www.understandingsharepoint.com/justask/how-do-i-get-the-top-navigation-bar-to-light-up-on-a-page</link>
		<comments>http://www.understandingsharepoint.com/justask/how-do-i-get-the-top-navigation-bar-to-light-up-on-a-page#comments</comments>
		<pubDate>Tue, 09 Dec 2008 20:21:02 +0000</pubDate>
		<dc:creator>furuknap</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[How do I]]></category>

		<guid isPermaLink="false">http://www.understandingsharepoint.com/justask/?p=273</guid>
		<description><![CDATA[<p>To get the top navigation bar to light up on a page you need to add a top navigation bar link to the page you want highlighted. Add the complete relative URL to the page, for example &#8220;/Pages/Lightup.aspx&#8221;.</p>
<p><a href="http://www.understandingsharepoint.com/justask/how-do-i-get-the-top-navigation-bar-to-light-up-on-a-page" class="more-link">Read more on How do I get the top navigation bar to light up on a page&#8230;</a></p>
]]></description>
		<wfw:commentRss>http://www.understandingsharepoint.com/justask/how-do-i-get-the-top-navigation-bar-to-light-up-on-a-page/feed</wfw:commentRss>
		<slash:comments></slash:comments>
		</item>
	</channel>
</rss>

