<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Master-SharePoint.com SharePoint Resource Blog</title>
	
	<link>http://blog.master-sharepoint.com</link>
	<description>SharePoint &amp; InfoPath tips tutorials and resources</description>
	<lastBuildDate>Tue, 18 Oct 2011 12:38:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Master-sharepoint" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="master-sharepoint" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Using SPBasePermissions to Manage Content and Rights in SharePoint</title>
		<link>http://blog.master-sharepoint.com/2011/10/using-spbasepermissions-to-manage-content-and-rights-in-sharepoint/</link>
		<comments>http://blog.master-sharepoint.com/2011/10/using-spbasepermissions-to-manage-content-and-rights-in-sharepoint/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 12:38:19 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[Permissions]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=205</guid>
		<description><![CDATA[The SPBasePermissions Enumeration is used in many components of the SharePoint object model, which can be used to obtain, set or check permissions for users and content, site, lists / libraries, the User Interface and much more. When working programmatically with the SharePoint Object model, it is easy to determine which rights a user must [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/' rel='bookmark' title='Permanent Link: Restrict SharePoint Content based on Permissions'>Restrict SharePoint Content based on Permissions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/2VhPfcxjgkpHOMCWIk15O4g83fg/0/da"><img src="http://feedads.g.doubleclick.net/~a/2VhPfcxjgkpHOMCWIk15O4g83fg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/2VhPfcxjgkpHOMCWIk15O4g83fg/1/da"><img src="http://feedads.g.doubleclick.net/~a/2VhPfcxjgkpHOMCWIk15O4g83fg/1/di" border="0" ismap="true"></img></a></p><p>The SPBasePermissions Enumeration is used in many components of the SharePoint object model, which can be used to obtain, set or check permissions for users and content, site, lists / libraries, the User Interface and much more.</p>
<p>When working programmatically with the SharePoint Object model, it is easy to determine which rights a user must have to access content or complete various actions, as well as set permissions.<br />
<span id="more-205"></span><br />
The following article provides a list of objects with properties and methods that return SPBasePermissions for objects and users, as well as inforamtion about uses that don’t require the use of code such as the SPSecurityTrimmedControl class and customisations to the User Interface.</p>
<p><strong><a href="http://blog-sharepoint.blogspot.com/2011/10/spbasepermissions-usage-with.html">SPBasePermissions Usage With (Programmatic) and Without Code</a></strong></p>
<p>Some of the programmatic uses provided in the article include:</p>
<ul>
<li>Get or set the Base Permissions for a Role Definition in a Web</li>
<li>Get the current or specified user’s effective SPBasePermissions on an object (SPWeb, SPList, SPListItem, etc.)</li>
<li>Check if a user has the specified permission(s)</li>
</ul>
<p>Getting and setting permissions for:</p>
<ul>
<li>Layout Page Base</li>
<li>Trimmed Content on a Page</li>
<li>SPPermission object</li>
<li>ConsoleAction object or ConsoleNode</li>
<li>developer dashboard</li>
<li>a web application</li>
<li>Mobile Page</li>
<li>Toolbar Menu Button</li>
<li>The Ribbon</li>
<li>Custom UI Actions / Links</li>
</ul>
<p>See the full article for more uses of  <a href="http://blog-sharepoint.blogspot.com/2011/10/spbasepermissions-usage-with.html">SPBasePermissions </a>.</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/' rel='bookmark' title='Permanent Link: Restrict SharePoint Content based on Permissions'>Restrict SharePoint Content based on Permissions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/10/using-spbasepermissions-to-manage-content-and-rights-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restrict SharePoint Content based on Permissions</title>
		<link>http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/</link>
		<comments>http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 02:32:28 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=201</guid>
		<description><![CDATA[In this post I explain the steps required to restrict (show/hide) content based on criteria relating to the permissions or authentication status of the current user. References to other tutorials relating to restricting content based on permissions are also provided below. The SPSecurityTrimmedControl class is used to specify the criteria required for content to be [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/using-spbasepermissions-to-manage-content-and-rights-in-sharepoint/' rel='bookmark' title='Permanent Link: Using SPBasePermissions to Manage Content and Rights in SharePoint'>Using SPBasePermissions to Manage Content and Rights in SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/10/restrict-global-navigation-settings-on-subsites-in-moss-2007/' rel='bookmark' title='Permanent Link: Restrict Global Navigation Settings on Subsites in MOSS 2007'>Restrict Global Navigation Settings on Subsites in MOSS 2007</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/09/excel-generate-reports-sharepoint-permissions/' rel='bookmark' title='Permanent Link: Excel: Generate Reports for SharePoint Permissions'>Excel: Generate Reports for SharePoint Permissions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/jLqeNVCS2TO-CG0H44v1ReXaCqs/0/da"><img src="http://feedads.g.doubleclick.net/~a/jLqeNVCS2TO-CG0H44v1ReXaCqs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/jLqeNVCS2TO-CG0H44v1ReXaCqs/1/da"><img src="http://feedads.g.doubleclick.net/~a/jLqeNVCS2TO-CG0H44v1ReXaCqs/1/di" border="0" ismap="true"></img></a></p><p>In this post I explain the steps required to <strong>restrict (show/hide) content based on criteria relating to the permissions or authentication status of the current user</strong>. References to other tutorials relating to restricting content based on permissions are also provided below.</p>
<p><span id="more-201"></span>The <strong><a href="http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spsecuritytrimmedcontrol.aspx">SPSecurityTrimmedControl</a> class</strong> is used to specify the criteria required for content to be included on a page for a user.  The class has a large amount of functionality that allows specific scenarios to be singled out, or more general scenarios such as the authentication status of a user which would be highly useful when using SharePoint as an internet / public facing website that often has anonymous users accessing the site(s).</p>
<p>The following example uses the SPSecurityTrimmedControl class to restrict content to users with the ManageWeb permission (full control over the current site):</p>
<pre>&lt;SharePoint:SPSecurityTrimmedControl
     ID="ShowContentSample"
     PermissionsString="ManageWeb"
     runat="server"&gt; 

     &lt;div&gt;Controls or HTML included here will be visible only to users with the ManageWeb permission on the site.&lt;/div&gt;

&lt;/SharePoint:SPSecurityTrimmedControl&gt;</pre>
<p>&nbsp;</p>
<p>The tutorials / articles below provide information and examples on how to use the SPSecurityTrimmedControl class to restrict content:</p>
<p><strong><a href="http://www.master-sharepoint.com/sp/17695-SharePoint-Show-or-Hide-Content-based-on-Permissions/">SharePoint: Show or Hide Content based on Permissions</a></strong> &#8211; This article provides details on how to use the class by referring to a specific example scenario where content is only to be shown to users with the Manage Lists or Manage Web permission role on a site.  The article explains how to incorporate multiple permission roles so that a user with any one or more of the associated roles will see the content.</p>
<p>&nbsp;</p>
<p><strong><a href="http://blog-sharepoint.blogspot.com/2011/10/permission-based-content-in-sharepoint.html">Permission Based Content in SharePoint (With Examples)</a></strong> &#8211; This tutorial provides a range of examples for using the SPSecurityTrimmedControl class to restrict content based on permissions and authentication and additional information to help when incorporating other conditions to control the context (Site, List, Item, etc.) and Permission Mode for when multiple permission roles are included (Require a user to have all of the permissions, or any one or more).  Example scenarios include:</p>
<ul>
<li>Show content to only a user with full permissions on the site</li>
<li>Show content to only a user with full permissions on the site</li>
<li>Show Content to users with access to manage permissions</li>
<li>Show Content to users who can Add, Edit or Delete List Items in the Current List</li>
<li>Show a link to Anonymous (not authenticated) users only</li>
<li>Show a link to Authenticated users only</li>
</ul>
<p>&nbsp;</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/using-spbasepermissions-to-manage-content-and-rights-in-sharepoint/' rel='bookmark' title='Permanent Link: Using SPBasePermissions to Manage Content and Rights in SharePoint'>Using SPBasePermissions to Manage Content and Rights in SharePoint</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/10/restrict-global-navigation-settings-on-subsites-in-moss-2007/' rel='bookmark' title='Permanent Link: Restrict Global Navigation Settings on Subsites in MOSS 2007'>Restrict Global Navigation Settings on Subsites in MOSS 2007</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/09/excel-generate-reports-sharepoint-permissions/' rel='bookmark' title='Permanent Link: Excel: Generate Reports for SharePoint Permissions'>Excel: Generate Reports for SharePoint Permissions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Custom User Control for SharePoint 2010</title>
		<link>http://blog.master-sharepoint.com/2011/10/create-a-custom-user-control-for-sharepoint-2010/</link>
		<comments>http://blog.master-sharepoint.com/2011/10/create-a-custom-user-control-for-sharepoint-2010/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 02:09:12 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Application Page]]></category>
		<category><![CDATA[Master Page]]></category>
		<category><![CDATA[User Control]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=198</guid>
		<description><![CDATA[How to create a custom User Control for use in SharePoint Master Pages, Application Pages and Web Parts. Building the custom the control using Visual Studio 2010 Open Visual Studio 2010 and start a new empty SharePoint Project Add a User Control to the project from the list of templates for SharePoint 2010 Add some [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/add-custom-site-title-link-to-homepage-of-site-to-a-sharepoint-master-page/' rel='bookmark' title='Permanent Link: Add custom Site Title link to homepage of site to a SharePoint Master Page'>Add custom Site Title link to homepage of site to a SharePoint Master Page</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/custom-publishing-page-layout-using-sharepoint-designer/' rel='bookmark' title='Permanent Link: Custom Publishing Page Layout using SharePoint Designer'>Custom Publishing Page Layout using SharePoint Designer</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/UgY_svcmGUYcrPG85fuW-Uq9TnI/0/da"><img src="http://feedads.g.doubleclick.net/~a/UgY_svcmGUYcrPG85fuW-Uq9TnI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UgY_svcmGUYcrPG85fuW-Uq9TnI/1/da"><img src="http://feedads.g.doubleclick.net/~a/UgY_svcmGUYcrPG85fuW-Uq9TnI/1/di" border="0" ismap="true"></img></a></p><p>How to create a custom User Control for use in SharePoint Master Pages, Application Pages and Web Parts.</p>
<p><span id="more-198"></span><strong>Building the custom the control using Visual Studio 2010</strong></p>
<ul>
<li>Open Visual Studio 2010 and start a new empty SharePoint Project</li>
<li>Add a User Control to the project from the list of templates for SharePoint 2010</li>
<li>Add some content or ASP controls to the user control (.ascx file)</li>
<li>Add code to the .ascx.cs file to populate the User Control with dynamic or static data</li>
</ul>
<p><strong>Applying The User Control to a page:</strong></p>
<p>Master Page, Application  Page or .aspx page:</p>
<ul>
<li>Register the control at the top of the page, giving it a tag name and tag prefix for use in the page content</li>
<li>Add the user control to the page content using &lt;tagprefix:tagname &#8230; &gt;, where tagprefix is the prefix specified when registering the control on the page, and tagname is the name also specified when registering the control.</li>
</ul>
<p>The summary of steps above were taken from the complete tutorial linked below.  For full details including step by step instructions to build an example User Control that displays the Site Title, List Title and Item / Page details and how to add the User Control to an Application page, please see the following:</p>
<ul>
<li><a href="http://www.master-sharepoint.com/sp/17686-Developing-a-custom-User-Control-for-SharePoint-2010/">Developing a custom User Control for SharePoint 2010</a></li>
<li>Related: <a href="http://blog-sharepoint.blogspot.com/2011/10/sharepoint-2010-add-user-control-to.html">SharePoint 2010: Add User Control to Master Page Using SharePoint Designer 2010</a></li>
</ul>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/add-custom-site-title-link-to-homepage-of-site-to-a-sharepoint-master-page/' rel='bookmark' title='Permanent Link: Add custom Site Title link to homepage of site to a SharePoint Master Page'>Add custom Site Title link to homepage of site to a SharePoint Master Page</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/custom-publishing-page-layout-using-sharepoint-designer/' rel='bookmark' title='Permanent Link: Custom Publishing Page Layout using SharePoint Designer'>Custom Publishing Page Layout using SharePoint Designer</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/10/create-a-custom-user-control-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add custom Site Title link to homepage of site to a SharePoint Master Page</title>
		<link>http://blog.master-sharepoint.com/2011/10/add-custom-site-title-link-to-homepage-of-site-to-a-sharepoint-master-page/</link>
		<comments>http://blog.master-sharepoint.com/2011/10/add-custom-site-title-link-to-homepage-of-site-to-a-sharepoint-master-page/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 01:06:05 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=195</guid>
		<description><![CDATA[How to include the title of the current site in a Master Page that links to the homepage of the site when clicked: &#60;a href=&#8221;&#60;% $SPUrl:~site/ %&#62;&#8221; runat=&#8221;server&#8221;&#62;&#60;SharePoint:ProjectProperty Property=&#8221;Title&#8221; runat=server&#8221; /&#62;&#60;/a&#62; Details: &#60;% $SPUrl:~site/ %&#62; is added to the href attribute of the link, which links to the homepage of the current site.  the &#60;a&#62; [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/' rel='bookmark' title='Permanent Link: Restrict SharePoint Content based on Permissions'>Restrict SharePoint Content based on Permissions</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/custom-publishing-page-layout-using-sharepoint-designer/' rel='bookmark' title='Permanent Link: Custom Publishing Page Layout using SharePoint Designer'>Custom Publishing Page Layout using SharePoint Designer</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/P5wWU-bhtBYCOi9AtrSrUiNj9g8/0/da"><img src="http://feedads.g.doubleclick.net/~a/P5wWU-bhtBYCOi9AtrSrUiNj9g8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/P5wWU-bhtBYCOi9AtrSrUiNj9g8/1/da"><img src="http://feedads.g.doubleclick.net/~a/P5wWU-bhtBYCOi9AtrSrUiNj9g8/1/di" border="0" ismap="true"></img></a></p><p>How to include the title of the current site in a Master Page that links to the homepage of the site when clicked:</p>
<p><span id="more-195"></span>&lt;a href=&#8221;&lt;% $SPUrl:~site/ %&gt;&#8221; runat=&#8221;server&#8221;&gt;&lt;SharePoint:ProjectProperty Property=&#8221;Title&#8221; runat=server&#8221; /&gt;&lt;/a&gt;</p>
<p>Details:</p>
<ul>
<li>&lt;% $SPUrl:~site/ %&gt; is added to the href attribute of the link, which links to the homepage of the current site.  the &lt;a&gt; tag will need to include the runat=&#8221;server&#8221; attribute for the link to be generated.</li>
<li>&lt;SharePoint:ProjectProperty Property=&#8221;Title&#8221; runat=server&#8221; /&gt; is included as the anchor text for the link, which will display the title of the current site.</li>
</ul>
<p>When this is included in a Master Page the link will always contain the title of the current site, and point to the homepage of the current site.</p>
<p>See the full tutorial, which contains additional information and instructions on how to include this in a Master Page for SharePoint 2010.  This is also to SharePoint 2007 (MOSS) sites as well.</p>
<p><a href="http://www.master-sharepoint.com/sp/17480-SharePoint-Master-Page-Include-Title-of-a-Site-as-a-link-to-/">SharePoint Master Page: Include Title of a Site as a link to the Site’s Homepage</a></p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/' rel='bookmark' title='Permanent Link: Restrict SharePoint Content based on Permissions'>Restrict SharePoint Content based on Permissions</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/08/managed-properties-not-populating-with-data-metadata-property-mappings/' rel='bookmark' title='Permanent Link: Managed Properties Not Populating with Data &#8211; Metadata Property Mappings'>Managed Properties Not Populating with Data &#8211; Metadata Property Mappings</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/custom-publishing-page-layout-using-sharepoint-designer/' rel='bookmark' title='Permanent Link: Custom Publishing Page Layout using SharePoint Designer'>Custom Publishing Page Layout using SharePoint Designer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/10/add-custom-site-title-link-to-homepage-of-site-to-a-sharepoint-master-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restrict Global Navigation Settings on Subsites in MOSS 2007</title>
		<link>http://blog.master-sharepoint.com/2011/10/restrict-global-navigation-settings-on-subsites-in-moss-2007/</link>
		<comments>http://blog.master-sharepoint.com/2011/10/restrict-global-navigation-settings-on-subsites-in-moss-2007/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 00:49:28 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[Navigation Settings]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=192</guid>
		<description><![CDATA[When giving full access to a SharePoint 2007 site to a user, there are times where you would like them to have control over the site and navigation, but not the Global Navigation settings for their site.  A common occurrence is when the top / global navigation menu should be the same on all sites [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/' rel='bookmark' title='Permanent Link: Restrict SharePoint Content based on Permissions'>Restrict SharePoint Content based on Permissions</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/sharepoint-designer-2007-run-reports-for-all-sites-programmatically/' rel='bookmark' title='Permanent Link: SharePoint Designer (2007) &#8211; Run reports for all sites programmatically'>SharePoint Designer (2007) &#8211; Run reports for all sites programmatically</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/t5DySVEnF6Hd7rBahxwEiBKXhws/0/da"><img src="http://feedads.g.doubleclick.net/~a/t5DySVEnF6Hd7rBahxwEiBKXhws/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/t5DySVEnF6Hd7rBahxwEiBKXhws/1/da"><img src="http://feedads.g.doubleclick.net/~a/t5DySVEnF6Hd7rBahxwEiBKXhws/1/di" border="0" ismap="true"></img></a></p><p>When giving full access to a SharePoint 2007 site to a user, there are times where you would like them to have control over the site and navigation, but not the Global Navigation settings for their site.  A common occurrence is when the top / global navigation menu should be the same on all sites in a site collection, which can be changed via the navigation settings page of a sub site to break inheritance on the top navigation from the parent site.  To restrict the global navigation settings on sub-sites, it is possible to hide this component of the navigation settings page so that only the current site navigation can be modified by a site owner.</p>
<p><span id="more-192"></span></p>
<div class="wp-caption alignnone" style="width: 330px"><img class=" " title="Restrict Global Navigation Settings on SharePoint sites." src="http://2.bp.blogspot.com/-j4EgDECO1BQ/TnoGg1bPf0I/AAAAAAAAAOY/n8t-BjYH44I/s320/global_nav.jpg" alt="Restrict Global Navigation Settings on SharePoint sites." width="320" height="252" /><p class="wp-caption-text">Restrict Global Navigation Settings on SharePoint sites.</p></div>
<p>This is achieved by making a copy of the AreaNavigationSettings.aspx page and removing some of the elements used to display the Global Navigation, and setting the table containing form fields so that it is not displayed using CSS.  Removing the controls from the page can result in an error, which is why CSS is used instead to hide the controls.</p>
<p>The AreaNavigationSettings.apsx page in its original state is renamed to a different filename, which means that it is still accessible by manually entering the address of the page into the browser.  It can also be reinstated by removing the modified version of the page, and renaming the original file back to AreaNavigationSettings.apsx.</p>
<p>It is also a good idea to make the changes to a temporary copy of the page before renaming the original to something else, and the modified version to AreaNavigationSettings.apsx.</p>
<p>The process:</p>
<ul>
<li>Make a copy of the AreaNavigationSettings.aspx page and rename it to AreaNavigationSettingsTest.aspx.  (usually found in: c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\TEMPLATES\LAYOUTS )</li>
</ul>
<ul>
<li>Open the &#8220;AreaNavigationSettingsTest.aspx&#8221; page using a text editor.</li>
</ul>
<ul>
<li>Remove the Title attribute used to display the heading for the Global Navigation section on the page:</li>
</ul>
<pre style="padding-left: 30px;"> &lt;wssuc:InputFormSection ID="globalNavSection" Title="&lt;%....%&gt;" runat="server"&gt;</pre>
<ul>
<li>Remove the &lt;Template_Description&gt; element from inside the &lt;wssuc:InputFormSection ID=&#8221;globalNavSection&#8221; .. &gt; element.</li>
</ul>
<ul>
<li>Inside the &lt;Template_Control&gt; element for the global navigation components, add the following inline style to the table containing the form controls:</li>
</ul>
<pre style="padding-left: 30px;">style="display:none"</pre>
<ul>
<li>Once you are happy with the changes to the page (test in your browser), rename the original AreaNavigationSettings.aspx to something else, and the modified version to AreaNavigationSettings.aspx .</li>
</ul>
<p>When you go to the Navigation settings for a site in the site collection, the Global Navigation section will be hidden from the page.  When modifying the navigation for the Root site in a site collection, you still have access to maintain the global navigation that appears on sub-sites.</p>
<p>For more detailed instructions and information, please see: <a href="http://www.master-sharepoint.com/sp/17156-Hide-SharePoint-Global-Top-Navigation-Settings-from-Sites/">Restrict Global Navigation Settings on Subsites</a>.</p>
<p>&nbsp;</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/restrict-sharepoint-content-based-on-permissions/' rel='bookmark' title='Permanent Link: Restrict SharePoint Content based on Permissions'>Restrict SharePoint Content based on Permissions</a></li>
<li><a href='http://blog.master-sharepoint.com/2010/01/sharepoint-designer-2007-run-reports-for-all-sites-programmatically/' rel='bookmark' title='Permanent Link: SharePoint Designer (2007) &#8211; Run reports for all sites programmatically'>SharePoint Designer (2007) &#8211; Run reports for all sites programmatically</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/10/restrict-global-navigation-settings-on-subsites-in-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Online Marketing Tips &amp; Free Tools – SharePoint SEO</title>
		<link>http://blog.master-sharepoint.com/2011/09/sharepoint-online-marketing-tips-free-tools-sharepoint-seo/</link>
		<comments>http://blog.master-sharepoint.com/2011/09/sharepoint-online-marketing-tips-free-tools-sharepoint-seo/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 09:36:08 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Marketing]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=185</guid>
		<description><![CDATA[The following article provides information about how to promote SharePoint products and services online yourself through article submission.  There are many things that need to be considered when deciding how to market SharePoint products and services that can help or hinder your efforts or financial investment.  Some key factors are explained in the post to [...]


No related posts.]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/f1DHTKXy0C_EABdSRgjcLaMIfK0/0/da"><img src="http://feedads.g.doubleclick.net/~a/f1DHTKXy0C_EABdSRgjcLaMIfK0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/f1DHTKXy0C_EABdSRgjcLaMIfK0/1/da"><img src="http://feedads.g.doubleclick.net/~a/f1DHTKXy0C_EABdSRgjcLaMIfK0/1/di" border="0" ismap="true"></img></a></p><p>The following article provides information about <strong>how to promote SharePoint products and services online</strong> yourself through article submission.  There are many things that need to be considered when deciding how to market SharePoint products and services that can help or hinder your efforts or financial investment.  Some key factors are explained in the post to help you become more informed in regards to online promotion of SharePoint products and services.</p>
<p>&nbsp;</p>
<p><span id="more-185"></span></p>
<p><strong><a href="http://www.code-tips.com/2011/09/diy-sharepoint-marketing-tips-tools-do.html">DIY SharePoint Marketing Tips &amp; Tools &#8211; Do Follow SharePoint Article Libraries</a></strong></p>
<p>The key focus of the post is writing and submitting articles to external libraries hosted on websites related to your own.  A few sites are also provided in the post that include free SharePoint and InfoPath Article Libraries, one of which is Master-SharePoint.com.  Article submission can be very beneficial as it gives you full control over your online marketing inventory, reducing the change of wasting time or money with <strong>SharePoint SEO</strong> (Search Engine Optimisation) services that in many cases use methods that can introduce risk or have a negative impact.</p>
<p>Some of the points covered in the post include ways of determining if a particular article library is suitable, how to improve the quality and value of articles used to promote your site in the context of the external site/library, things to avoid when writing and submitting articles, and more.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/09/sharepoint-online-marketing-tips-free-tools-sharepoint-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Development Resources</title>
		<link>http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/</link>
		<comments>http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 05:19:31 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[CAML]]></category>
		<category><![CDATA[InfoPath]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[SharePoint Resources]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=166</guid>
		<description><![CDATA[Get Started Developing on SharePoint 2010 Software developers can use the SharePoint 2010 business collaboration platform to build enterprise-class solutions for intranet portals and the web. Use these ten modules to get started with development for SharePoint 2010 using Visual Studio 2010. SharePoint 2010 Developer Training Course SharePoint 2010 provides the business collaboration platform for [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-state-machine-workflow-tutorial/' rel='bookmark' title='Permanent Link: Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources'>Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/change-site-logo-using-css-sharepoint-2010/' rel='bookmark' title='Permanent Link: Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010'>Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/YZZUnnLSzgAyY9SOX39EuVly1fE/0/da"><img src="http://feedads.g.doubleclick.net/~a/YZZUnnLSzgAyY9SOX39EuVly1fE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/YZZUnnLSzgAyY9SOX39EuVly1fE/1/da"><img src="http://feedads.g.doubleclick.net/~a/YZZUnnLSzgAyY9SOX39EuVly1fE/1/di" border="0" ismap="true"></img></a></p><p><a href="http://msdn.microsoft.com/en-us/sharepoint/ee513147">Get Started Developing on SharePoint 2010</a></p>
<p>Software developers can use the SharePoint 2010 business collaboration platform to build enterprise-class solutions for intranet portals and the web. Use these ten modules to get started with development for SharePoint 2010 using Visual Studio 2010.</p>
<p><span id="more-166"></span></p>
<p><a href="http://msdn.microsoft.com/en-us/gg620703">SharePoint 2010 Developer Training Course</a></p>
<p>SharePoint 2010 provides the business collaboration platform for developers to rapidly build solutions using familiar tools while leveraging a rich set of out of the box features. Visual Studio 2010 and SharePoint Designer 2010 make developers more productive and Visual Studio Team Foundation Server delivers support for application lifecycle management.</p>
<p>&nbsp;</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ee554869.aspx">Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008</a></p>
<p>When you create or customize SharePoint solutions, it is usually best to develop the solution on a local computer where Microsoft SharePoint Server 2010 or Microsoft SharePoint Foundation 2010 is installed. This article describes how to install a development environment with Microsoft SharePoint 2010 and Microsoft Visual Studio 2010.</p>
<p>&nbsp;</p>
<p id="top"><a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=1721">SharePoint 2010: Getting Started with Development on SharePoint 2010 Hands-on Labs in C# and Visual Basic</a></p>
<p id="ctl00_ctl18_ColumnRepeater_ctl00_RowRepeater_ctl01_CellRepeater_ctl00_ctl01_Description">Use these 10 hands-on lab manuals for SharePoint 2010 to get started learning SharePoint 2010 development.</p>
<p>&nbsp;</p>
<p><a href="http://blogs.msdn.com/b/pandrew/archive/2010/05/12/getting-started-with-sharepoint-2010-development.aspx">Getting Started with SharePoint 2010 Development</a></p>
<p>We just published an online course for developers to learn about SharePoint 2010. This is updated for RTM. If you have some experience developing with .NET then you can learn SharePoint. The course includes:</p>
<ul>
<li>10 modules introducing developers to SharePoint 2010</li>
<li>55 short instructional and demonstration demos</li>
<li>Hands on labs that you can download or try online with MSDN Virtual Labs</li>
<li>Test your skills quiz’s</li>
<li>Code samples for each module</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://weblogs.asp.net/erobillard/archive/2009/10/29/how-to-build-a-sharepoint-2010-development-machine-part-i.aspx">How to Build a SharePoint 2010 Development Machine (Part I)</a></p>
<p>I was going to hold off on posting this until the public beta drops, but anyone preparing for the drop will want to get the right hardware, OS and optionally virtualization in place now. Then when the beta drops I&#8217;ll write more about specific steps to get SQL, SharePoint and your development tools installed.</p>
<p>&nbsp;</p>
<p><a href="http://blog-sharepoint.blogspot.com/">SharePoint &amp; InfoPath Development Tutorials</a></p>
<p>SharePoint 2010, MOSS 2007. InfoPath Form Development and Integration with SharePoint Technologies (InfoPath SharePoint).</p>
<p>&nbsp;</p>
<p><strong>More:</strong></p>
<ul>
<li><a href="http://www.amazon.com/Professional-SharePoint-2010-Development-Programmer/dp/0470529423">Professional SharePoint 2010 Development (Wrox Programmer to Programmer) [Paperback]</a></li>
<li><a href="http://en.search.wordpress.com/?q=SharePoint+2010&amp;t=post">Posts tagged &#8220;SharePoint 2010&#8243; (WordPress.com)</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/sharepoint2010">Stackoverflow &#8211; Questions tagged &#8220;SharePoint 2010&#8243;</a></li>
</ul>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;<strong><br />
</strong></p>
<p><strong><a href="http://www.vsworkflow.com/sp/7935-Step-by-Step-Tutorial-Creating-workflows-for-Sharepoint-2010/">SharePoint 2010 Workflow Tutorial</a></strong><br />
Tutorial to help you learn how to build simple or more complex workflows in SharePoint 2010.</p>
<p><strong><a href="http://www.vsworkflow.com/sp/10191-SharePoint-2010-dynamic-approvers-for-OOB-Approval-Workflow/">SharePoint Approval Workflow</a></strong><br />
How to create a workflow that selects the approver based on certain criteria (dynamic approver).</p>
<p><strong><a href="http://www.spdtraining.com/sp/10759-How-To-Create-and-debug-a-state-machine-workflow-in-SharePoi/">State Machine Workflow Tutorial SharePoint 2010</a></strong><br />
Tutorial on how to build a state machine worklfow in SharePoint 2010.</p>
<p><strong><a href="http://www.vsworkflow.com/sp/12159-Publish-InfoPath-Form-Templates-to-SharePoint-2007/">InfoPath Tutorial</a></strong><br />
How to publish InfoPath Form templates to SharePoint 2007 (MOSS).</p>
<p><strong><a href="http://www.vsworkflow.com/sp/7555-U2U-CAML-Query-Builder-for-SharePoint-2010/">SharePoint 2010 CAML Query Builder</a></strong><br />
How to use U2U CAML Query Builder in a SharePoint 2010 environment.</p>
<p>SharePoint 2010 Interview Questions and Answers (various articles):<br />
<a href="http://www.vsworkflow.com/sp/11263-Sharepoint-2010-Interview-Questions-Answers/"><strong>SharePoint 2010 Interview Questions and Answers</strong></a><br />
<a href="http://www.vsworkflow.com/sp/11262-Sharepoint-2010-Interview-Questions-Answers-/"><strong>SharePoint 2010 Interview Questions / Answers</strong></a><br />
<a href="http://www.vsworkflow.com/sp/11626-Sharepoint-2010-2007-Interview-Questions-with-Answers/"><strong>Interview Questions and Answers for SharePoint 2010</strong></a></p>
<p><a href="http://www.vsworkflow.com/sp/7551-Hide-List-or-Document-Library-With-SharePoint-Designer-2010-/">SharePoint Designer 2010 Tutorial</a><br />
Tutorial using SharePoint Designer 2010 to customize SharePoint.</p>
<p><a href="http://www.spdtraining.com/sp/8019-Change-SharePoint-2010-Site-Logo-Via-CSS/">Change the default site logo using CSS (SharePoint 2010)</a><br />
How to modify the site logo of a SharePoint 2010 site using CSS.</p>
<p><a href="http://www.vsworkflow.com/sp/13663-Creating-Custom-SharePoint-Workflows/">SharePoint Workflow Tutorial</a><br />
Creating custom workflows in SharePoint.</p>
<p><strong>SharePoint Courses:</strong><br />
<a href="http://www.vsworkflow.com/sp/11756-New-SharePoint-and-Silverlight-Training-Course/">SharePoint &amp; Silverlight Training Course</a></p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-state-machine-workflow-tutorial/' rel='bookmark' title='Permanent Link: Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources'>Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/change-site-logo-using-css-sharepoint-2010/' rel='bookmark' title='Permanent Link: Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010'>Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Workflow | Dynamic Activities | Dynamic Approver for SharePoint Approval Workflow</title>
		<link>http://blog.master-sharepoint.com/2011/06/sharepoint-workflow-dynamic-activities-dynamic-approver-for-sharepoint-approval-workflow/</link>
		<comments>http://blog.master-sharepoint.com/2011/06/sharepoint-workflow-dynamic-activities-dynamic-approver-for-sharepoint-approval-workflow/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 13:24:44 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=164</guid>
		<description><![CDATA[&#160; &#160; The following is a rage of tutorials and resources to help when developing Dynamic Workflows for SharePoint and other platforms: Create a workflow With Microsoft Office SharePoint Designer 2007, you can design workflows that add application logic to your site or application without having to write custom code &#160; Workflows in SharePoint Server [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/' rel='bookmark' title='Permanent Link: SharePoint 2010 Development Resources'>SharePoint 2010 Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-state-machine-workflow-tutorial/' rel='bookmark' title='Permanent Link: Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources'>Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/34MNyjlhaXP8ti11PkG4V2U-SdI/0/da"><img src="http://feedads.g.doubleclick.net/~a/34MNyjlhaXP8ti11PkG4V2U-SdI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/34MNyjlhaXP8ti11PkG4V2U-SdI/1/da"><img src="http://feedads.g.doubleclick.net/~a/34MNyjlhaXP8ti11PkG4V2U-SdI/1/di" border="0" ismap="true"></img></a></p><p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong></strong>The following is a rage of tutorials and resources to help when <strong>developing Dynamic Workflows for SharePoint and other platforms:</strong></p>
<p><strong><span id="more-164"></span><br />
</strong></p>
<p><strong><a href="http://office.microsoft.com/en-us/sharepoint-designer-help/create-a-workflow-HA010100591.aspx">Create a workflow</a></strong></p>
<p>With Microsoft Office SharePoint Designer 2007, you can design workflows that add application logic to your site or application without having to write custom code</p>
<p>&nbsp;</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms549489.aspx"><strong>Workflows in SharePoint Server 2010 (ECM)</strong></a></p>
<p>Microsoft SharePoint Server 2010 builds on and extends the workflow development framework in Microsoft SharePoint Foundation 2010. Workflow developers have access to the entire range of workflow development options in SharePoint Foundation 2010, as well as using Microsoft InfoPath 2010 to create forms that can be hosted inside of Microsoft Office 2010 system client applications—such as Word, PowerPoint, and Excel—as well as on the server.</p>
<p>&nbsp;</p>
<p><strong><a href="http://office.microsoft.com/en-us/sharepoint-server-help/introduction-to-workflows-HA010154424.aspx">Introduction to workflows</a></strong></p>
<p>Workflows help people to collaborate on documents and to manage project tasks by implementing business processes on documents and items in a Microsoft Office SharePoint Server 2007 site.</p>
<p>&nbsp;</p>
<p><a href="http://sharepointsolutions.com/resourcecenters/Pages/SharePoint-Workflow.aspx"><strong>SharePoint Workflow Resource Center </strong></a></p>
<p>Welcome to our SharePoint workflow resource center!  Below you will find links to web pages, white papers, free webinars, blog posts, training classes and case studies &#8211; all pertaining to SharePoint workflows using the powerful toolset that comes with SharePoint Designer 2007.<strong> </strong></p>
<p>&nbsp;</p>
<p id="ctl00_TitleArea_ArticleTitle"><a href="http://www.codeproject.com/KB/sharepoint/sharepointworkflowbasics.aspx"><strong>SharePoint Workflow Basics</strong></a></p>
<ul>
<li>Introduction</li>
<li>Previous SharePoint QuickStart FAQ</li>
<li>Is SharePoint Workflow the Same as Windows Workflow?</li>
<li>What are the Different Stages of SharePoint Workflow Life Cycle?</li>
<li>What is a Three-state Workflow in SharePoint?</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://www.nintex.com/">Nintex</a></p>
<p>YouTube:</p>
<ul>
<li><a href="http://www.youtube.com/watch?v=z4jHEYdGWOk">Creating a Workflow in SharePoint Designer 2007</a></li>
<li><a href="http://www.youtube.com/watch?v=gy3NW9pv7Qk">Building a Basic Approval SharePoint Workflow</a></li>
</ul>
<p>&nbsp;</p>
<p><strong><a href="http://channel9.msdn.com/Blogs/matthijs/Overview-Creating-Workflows-with-SharePoint-Designer-2010-InfoPath-2010-and-Visio-2010">Overview: Creating Workflows with SharePoint Designer 2010, InfoPath 2010 and Visio 2010</a></strong></p>
<p>Forms and Workflows are important for automating business processes. Companies usually rely on programmers to create the forms and workflows using code. Not anymore! With InfoPath 2010 and SharePoint Designer 2010, you can create powerful data driven form composite solutions on your SharePoint sites.<strong></strong></p>
<p>&nbsp;</p>
<p><strong><a href="http://blog-sharepoint.blogspot.com/2010/01/sharepoint-looping-workflow-how-to-loop.html">SharePoint Looping Workflow &#8211; How to: Loop through and process all items in a list</a></strong></p>
<p>To use SharePoint workflows to loop through all items in a list to perform calculations, process and update metadata values, or concatenate the value of a specific column in all list items into a single string.</p>
<p>&nbsp;</p>
<p><strong>More Worklfow Resources:</strong></p>
<p>&nbsp;</p>
<p><strong><a href="http://en.search.wordpress.com/?q=Approval+Workflow&amp;t=post">Approval Workflow:</a></strong></p>
<p><a href="http://forcecertified.wordpress.com/2008/10/31/workflow-approval-processing/">Workflow Approval Processing</a><br />
John Coppedge<br />
…  the basics of the Workflow Approval Process Let’s go through the steps: User submits record for approval. There is no method for automatic approval submission. Does …<br />
Tags: salesforce.com, Certified Administrator, SalesForce, <strong>Workflow</strong>, <strong>approval</strong></p>
<p><a href="http://kartooz.wordpress.com/2009/08/10/sharepoint-content-approval-never-ending-workflow/">SharePoint Content Approval – Never ending workflow</a><br />
Karthikeyan Kasiviswanathan<br />
…  Content Approval feature permits you to create a list or a document library where items …  in a list or a document library after you enable content approval for that list or document library, the item is marked as Pending. …  and is returned to the user who created it.   Use a workflow to manage content approval for a library You can use a workflow to …<br />
Tags: SharePoint, SharePoint Tips and Tricks, <strong>SharePoint Approval Workflow</strong>, Never Ending Approval Workflow, Workflow in a infinite loop</p>
<p><a href="http://eointherealworld.wordpress.com/2010/12/29/sharepoint-2010-approval-workflow-with-content-approval/">SharePoint 2010 Approval Workflow with Content Approval</a><br />
EO In The Real World<br />
…  that will store letter and form templates. I want Content Approval one so that document is not available until reviewed/approved. I also want to use a workflow for the notification and ease of use to the end user to provide …<br />
Tags: SharePoint, Sharepoint 2010, <strong>Approval workflow</strong>, <strong>SharePoint Designer 2010</strong>, customize SharePoint worklfow, <strong>Content Approval</strong>, Document Library, out-of-the-box</p>
<p><a href="http://discoverlars.wordpress.com/2010/12/28/update-the-approval-status-in-a-sharepoint-designer-workflow/">Update the approval status in a SharePoint Designer workflow</a><br />
Lars Nielsen<br />
…  recently had to build a workflow in SharePoint Designer to model a fairly lengthy approval process for policy documents involving multiple stages of review, each …  has enforced check in/out, version control, and content approval all turned on. I also needed a field called Review Stage to show what …<br />
Tags: SharePoint, Publishing, Workflow, Content Approval</p>
<p><a href="http://oracleebusinesssuite.wordpress.com/2008/10/18/debugging-the-approval-workflow-for-purchase-order-or-purchase-requisition/">Debugging the Approval Workflow for Purchase Order or Purchase Requisition</a><br />
Ahmad Bilal<br />
…  you do not have access to it Then this represents that Workflow has not yet performed a submit into the action history table. The document approval manager performs the action of submitting a record into the Action …<br />
Tags: General, Oracle Purchasing, <strong>Requisition Approval</strong>, Purchase order Approval, Processed Deferred, Process Time Out, background_dump_dest, Does Approver have Approval Authority, APP-14288, This document is either incomplete or you do not have a, <strong>Workflow Background Process</strong></p>
<p><a href="http://knoworacle.wordpress.com/2009/03/19/setting-up-invoice-approval-workflow/">Setting up Invoice Approval Workflow</a><br />
shivmohan purohit<br />
…  Business Requirements while setting up Invoice Approval Workflow Approving AP Invoices using Oracle Approval Management (OAM) is a …<br />
Tags: Oracle AP Functional, Oracle Payables Technical, <strong>Workflow</strong>, Oracle Payables, invoice approval, invoice workflow, ap invoice, payables technical</p>
<p><a href="http://knoworacle.wordpress.com/2011/03/07/oracle-workflow-how-to-remove-reassign-button-on-po-approval-notifications/">Oracle Workflow &#8211; How to remove &#8220;Reassign&#8221; button on PO Approval Notifications</a><br />
shivmohan purohit<br />
…  Workflow &#8211; How to remove &#8220;Reassign&#8221; button on PO Approval Notifications 1. With regards to Requisition Approval set the profile option PO: Allow Requisition Approval Foward Action …</p>
<p><a href="http://sharepoint410.wordpress.com/2008/02/20/workflow-an-error-has-occured-in-approval/">Workflow: An error has occured in Approval</a><br />
Experience &amp; Solution 410<br />
…  have created a custom approval workflow in a document library. On customize workflow screen I selected the following option: [x] Update the approval status (use this workflow to control content approval)During workflow …</p>
<p><a href="http://erpcoder.wordpress.com/2011/04/26/item-journal-approval-workflow/">Item Journal Approval Workflow</a><br />
erpcoder<br />
…  create an Item Journal Approval Workflow. It can be used to change the default order settings for a journal of items as part of a workflow. The Workflow contains three approval steps, for purchase, inventory management and sales. Each approval …</p>
<p><a href="http://prequest01.wordpress.com/2011/05/04/differentiating-content-approval-and-approval-workflow/">Differentiating Content Approval and Approval Workflow</a><br />
Abhishek Bhowmick<br />
…  approval is a core SharePoint process which is used for publishing documents. …  access to the list will be able OR not able to view it. Approval workflow is a workflow designed for approving documents. When the workflow is …</p>
<p>&nbsp;</p>
<p><strong>(Stackoverflow Q&amp;A)</strong>:</p>
<ul>
<li><a href="http://stackoverflow.com/search?q=SharePoint+Workflow">SharePoint Workflow</a></li>
<li><a href="http://stackoverflow.com/search?q=Dynamic+Workflow+Activities&amp;submit=search">Dynamic Workflow Activities</a></li>
</ul>
<p><strong><a href="http://stackoverflow.com/search?q=Dynamic+Approver+SharePoint&amp;submit=search">Dynamic Approval Workflows:</a></strong></p>
<p><a href="http://stackoverflow.com/questions/6360700/workflow-on-a-document-library-with-dynamic-approver">Workflow on a Document Library with Dynamic Approver?</a><br />
… I have a document library. This is what I want: When a document is added the uploader specifies the approver in another column in that list. I … for that document where the approver is set to the person … this is possible Out of the Box in SharePoint. Am I</p>
<p><a href="http://stackoverflow.com/questions/5186218/how-do-i-add-an-approver-to-sharepoint-2010">How do I add an Approver to SharePoint 2010?</a><br />
… I am still new to SharePoint and am learning so much, but have came in to a few hic-ups and here is one. I want to add an approver to SharePoint 2010 who has FULL CONTROL. My manager requested … site/subsite and set him to be the approver</p>
<p><a href="http://stackoverflow.com/questions/1159888/sharepoint-workflows-reassign-approver-when-out-of-office-possible">SharePoint Workflows &#8211; Reassign Approver when out of office possible?</a><br />
… WSS 3.0 and MOSS 2007 with December cummulative updates installed. How to reassign an approver to a workflow when the user currently assigned is out of the office and unable to respond? Is this possible with SharePoint out of the box (no custom</p>
<p><a href="http://stackoverflow.com/questions/3445252/sharepoint-2010-publishing-site-how-to-enable-publishing-without-going-through">SharePoint 2010 Publishing Site &#8211; how to enable Publishing WITHOUT going through workflow</a><br />
I&#8217;m working on a 2010 publishing site and I&#8217;d like to enable the users to publish a page directly, without going through the workflow. On the Ribbon&#8217;s &#8220;Publish&#8221; tab, there is a &#8220;Submit&#8221; dropdown with …</p>
<p><a href="http://stackoverflow.com/questions/1197894/can-i-get-the-publishing-page-approver-and-page-status-in-workflow">Can I get the Publishing Page Approver and Page Status in workflow?</a><br />
… I want to develop a workflow for a SharePoint Publishing Page Library. When someone approves the page, I want to trigger this workflow and record the approver name, URLl and page status to a custom database. How can I get approver name and page</p>
<p><a href="http://stackoverflow.com/questions/1841573/sharepoint-approving-an-item-using-content-approval-overwrites-the-items-last">SharePoint &#8211; Approving an item using Content Approval overwrites the item&#8217;s last modified by with the Approver&#8217;s name</a><br />
This has been bugging me for a couple days now. A list has content approval and versioning on edits enabled. Here is what&#8217;s happening: 1) Bob adds item &#8211; The item&#8217;s Modified By is &#8220;Bob,&#8221; approval sta …</p>
<p><a href="http://stackoverflow.com/questions/2471267/what-permissions-does-an-approver-need-to-edit-and-approve-a-document">What permissions does an approver need to edit and approve a document?</a><br />
If an Approval workflow assigns a task to approve a document to a user, that user receives an email which prompts them to: review the document, and modify if necessary edit the task to show as appro …</p>
<p><a href="http://stackoverflow.com/questions/567627/sharepoint-and-workflows">SharePoint and workflows</a><br />
… ? We&#8217;re deploying a site with a basic 2-stage approver … using the existing Approver workflow but having 2 … /tommysegoro/archive/2008/08/18/configuring-sharepoint … it gets (by default) a single approver workflow … to the standard Approver workflow which is out</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Building <a href="http://www.vsworkflow.com/sp/8713-Building-dynamic-activities-in-Workflow-foundation-4-Part-2/"><strong>Dynamic Activities</strong></a> in Workflow Foundation 4.</p>
<p><a href="http://www.vsworkflow.com/sp/10191-SharePoint-2010-dynamic-approvers-for-OOB-Approval-Workflow/"><strong>SharePoint Approval Workflow</strong></a> &#8211; Configure OOB Approval Workflow in SharePoint 2010 to select the Approver based on criteria / metadata values.</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/' rel='bookmark' title='Permanent Link: SharePoint 2010 Development Resources'>SharePoint 2010 Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-state-machine-workflow-tutorial/' rel='bookmark' title='Permanent Link: Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources'>Lots of SharePoint 2010 State Machine Workflow Tutorials &#038; Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/06/sharepoint-workflow-dynamic-activities-dynamic-approver-for-sharepoint-approval-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Many SharePoint Branding Resources: Change Site Logo &amp; more using CSS and Masterpages – SharePoint 2010</title>
		<link>http://blog.master-sharepoint.com/2011/06/change-site-logo-using-css-sharepoint-2010/</link>
		<comments>http://blog.master-sharepoint.com/2011/06/change-site-logo-using-css-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 13:05:23 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Design / Customisation]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Branding]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=160</guid>
		<description><![CDATA[Information about SharePoint Branding and modifying the logo of a SharePoint site using CSS or another means: SharePoint 2010 Base CSS Classes This will be the first of many SharePoint 2010 posts. I will be focusing on a few of the main CSS classes used for SharePoint 2010 Public Beta. &#160; Change SharePoint 2010 Site Logo [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/add-custom-site-title-link-to-homepage-of-site-to-a-sharepoint-master-page/' rel='bookmark' title='Permanent Link: Add custom Site Title link to homepage of site to a SharePoint Master Page'>Add custom Site Title link to homepage of site to a SharePoint Master Page</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/' rel='bookmark' title='Permanent Link: SharePoint 2010 Development Resources'>SharePoint 2010 Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/8G2a5JcTqeJWI3_EWPMg7sF51Tk/0/da"><img src="http://feedads.g.doubleclick.net/~a/8G2a5JcTqeJWI3_EWPMg7sF51Tk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8G2a5JcTqeJWI3_EWPMg7sF51Tk/1/da"><img src="http://feedads.g.doubleclick.net/~a/8G2a5JcTqeJWI3_EWPMg7sF51Tk/1/di" border="0" ismap="true"></img></a></p><p>Information about <strong>SharePoint Branding</strong> and<strong> modifying the logo of a SharePoint site using CSS</strong> or another means<strong>:</strong></p>
<p><span id="more-160"></span></p>
<p><a href="http://erikswenson.blogspot.com/2010/01/sharepoint-2010-base-css-classes.html"><strong>SharePoint 2010 Base CSS Classes</strong></a></p>
<p>This will be the first of many SharePoint 2010 posts. I will be focusing on a few of the main CSS classes used for SharePoint 2010 Public Beta.</p>
<p>&nbsp;</p>
<p><strong><a href="http://erikswenson.blogspot.com/2010/12/change-sharepoint-2010-site-logo-via.html">Change SharePoint 2010 Site Logo Via CSS</a></strong></p>
<p>I thought that I created this post before, but I guess it was either the <a href="http://erikswenson.blogspot.com/2008/11/alternative-way-to-change-site-logo.html" target="_blank">SharePoint 2007 Logo</a>, or the SharePoint 2010 Search Button. So here it is.</p>
<p>Very much like the two examples above, if you simply want to change the site logo via CSS globally, or for a single site. Without having to go to the Site Actions &gt; Site Settings &gt; Title and description &gt; adding in a URL to site logo.</p>
<p><strong><a href="http://erikswenson.blogspot.com/2010/01/change-sharepoint-search-icon-with-just.html">Change SharePoint Search Icon with Just CSS</a></strong></p>
<p>I created a post awhile ago on how to change the SharePoint site logo via CSS so that you don’t have to modify the titlegraphic.gif file on the file server or change it via the UI for every site to make a global change.</p>
<p>&nbsp;</p>
<p><strong><a href="http://msdn.microsoft.com/en-us/library/gg430141.aspx" target="_blank">Real World Branding with SharePoint 2010 Publishing Sites</a></strong></p>
<ul>
<li>Introduction to Real World Branding with SharePoint 2010 Publishing Sites</li>
<li>Gathering Design Requirements for a SharePoint Publishing Site</li>
<li>Planning for SharePoint Branding Tasks</li>
<li>Creating Realistic Design Comps for SharePoint Site Designs</li>
<li>Creating the Adventure Works Travel HTML</li>
<li>Creating .css files for Adventure Works Travel</li>
<li>Testing SharePoint Webpage Design in Multiple Browsers</li>
<li>Creating the Brand in SharePoint</li>
<li>Adding .css and Image Files to SharePoint</li>
<li>Building the Master Page with HTML</li>
<li>Building Out .css Rules for the SharePoint Site Design</li>
<li>Creating a Custom Page Layout</li>
<li>Editing a Page Layout with SharePoint Designer</li>
<li>Packaging and Deploying SharePoint Branding</li>
<li>Conclusion</li>
<li>Additional Resources</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms438349.aspx" target="_blank"><strong>Cascading Style Sheets Class Usage in SharePoint Foundation</strong></a></p>
<p>Cascading style sheets (CSS) define style rules that a developer can apply to elements in a Web page. For example, CSS styles can define how elements are displayed and where they are positioned on the page. You can use CSS in conjunction with ECMAScript (JavaScript, JScript) and the HTML elements defined on the master page (v4.master) and individual pages to customize the display of Microsoft SharePoint Foundation Web sites.</p>
<p>&nbsp;</p>
<p><strong><a href="http://srinivas.handflow.com/2011/07/06/how-to-change-sharepoint-2010-site-logo-with-css/" target="_blank">How to Change SharePoint 2010 Site Logo with CSS</a></strong></p>
<p>If you simply want to change the site logo via CSS globally, or for a single site. Without having to go to the Site Actions &gt; Site Settings &gt; Title and description &gt; adding in a URL to site logo. Then simply do the following:</p>
<p>&nbsp;</p>
<p><strong><a href="http://styledpoint.com/blog/ribbon-customization-changing-placement-look-and-behavior/" target="_blank">Ribbon Customization: Changing Placement, Look and Behavior</a></strong></p>
<p>One of the biggest features of SharePoint 2010 is the Office Ribbon. Whether you love it or hate it, it’s here to stay and eventually you will be faced with the choice of including the ribbon within your site branding.</p>
<p>&nbsp;</p>
<p><strong><a href="http://www.turhaltemizer.com/2010/10/sharepoint-2010-alternative-way-to.html" target="_blank">SharePoint 2010 &#8211; Alternative way to Change Site Logo</a></strong></p>
<p>OOTB SharePoint allows you to change the logo of the page from the default:  titlegraphic.gif to another image by going into site settings &gt; Title, Description, and Icon.</p>
<p>&nbsp;</p>
<p><a href="http://littletalk.wordpress.com/2008/10/17/change-site-logo-in-built-in-site-master-pages/" target="_blank"><strong>Change Site Logo in Built-In Site Master Pages</strong></a></p>
<p>If you are using any built-in site master page as your default master, Go to Site Action—&gt;Title,Description, and Icon–&gt;Change the Value of Logo URL and Description will not work.</p>
<p>&nbsp;</p>
<p><a href="http://msdn.microsoft.com/en-us/library/gg447066.aspx" target="_blank"><strong>Deploying Branding Solutions for SharePoint 2010 Sites Using Sandboxed Solutions</strong></a></p>
<p>Learn how to create sandbox-compatible branding solutions by using custom master pages, CSS files, and images that can be deployed to Microsoft SharePoint 2010 farms.</p>
<ul>
<li>Overview</li>
<li>Motivation for Targeting the Sandbox</li>
<li>Creating the Branding101 Project</li>
<li>Conclusion</li>
<li>Additional Resources</li>
</ul>
<p>&nbsp;</p>
<p><strong><a href="http://library.constantcontact.com/download/get/file/1100616415276-30/SharePoint+Branding+101_v3_0501011+%283%29.pdf" target="_blank">SharePoint Branding 101: How to Customize Your SharePoint Site</a></strong></p>
<p>(PDF) You&#8217;ve been tasked with updating the look and feel of your SharePoint site, but where do you begin? If you&#8217;re new to SharePoint branding, this can be a daunting mission.</p>
<p>&nbsp;</p>
<p><strong>More:</strong></p>
<p>&nbsp;</p>
<p><a href="http://virtualizesharepoint.com/2011/02/18/sharepoint-2010-branding/" target="_blank">SharePoint 2010 Branding</a><br />
virtualizesharepoint<br />
SharePoint 2010 Branding Series – Part Five &#8211; In this post we are going to move a few of the standard SharePoint controls around and get ready for styling. SharePoint 2010 …<br />
Tags: SharePoint 2010 Branding, Branding Master Page SharePoint, Branding SHarePoint 2010 Master Page</p>
<p><a href="http://virtualizesharepoint.com/2011/05/11/customization-and-branding-options-in-sharepoint-2010/" target="_blank">Customization and branding options in SharePoint 2010</a><br />
virtualizesharepoint<br />
Before you begin any significant SharePoint 2010 customization and branding, you need to make sure you do all the necessary planning. For example, …<br />
Tags: <strong>SharePoint 2010 Branding</strong>, SharePoint 2010 Customization</p>
<p><a href="http://webdesignreviewss.wordpress.com/2010/03/22/professional-sharepoint-2010-branding-and-user-interface-design/" target="_blank">Professional SharePoint 2010 Branding and User Interface Design</a><br />
eeonon<br />
…  and considerations you need to know when deploying a SharePoint siteThe new features of SharePoint 2010 make branding easier for the most beginner user while simultaneously allowing for …<br />
Tags: web design, Design, Professional, <strong>SharePoint</strong>, <strong>Branding</strong>, Interface<br />
<a href="http://moresharepoint.wordpress.com/2011/07/26/featured-series-of-posts-on-branding-options-in-sharepoint-2010/" target="_blank"><br />
Featured Series of Posts on Branding Options in SharePoint 2010:</a><br />
maiomar86<br />
…  to me and to anyone needs it. Thanks David. 0. SP 2010 Branding Options: Master Pages vs. Themes: OverviewWhy I prefer custom master …  the master page to add a custom logo and a favicon with SharePoint Designer 2010 3. SP 2010 Branding Options: Master Pages vs. Themes: …<br />
Tags: Sharepoint 2010, Sharepoint Designer, sharepoint customization, <strong>Master Page</strong>, <strong>SharePoint branding</strong></p>
<p><a href="http://padavis.wordpress.com/2009/02/26/web-design-trends-for-2009-and-sharepoint-branding-2/" target="_blank">Web Design Trends for 2009 and SharePoint Branding</a><br />
padavis<br />
…  you or your customers want a trendy looking SharePoint site but are unsure about where to start? Below are my …  the WSS Demo website to find out what others have done in SharePoint: WSS Demo&#8217;s SharePoint Public Web Sites WSS Demo&#8217;s Top …  (CSS), master pages, and layouts: Heather Solomon&#8217;s Branding SharePoint Heather Solomon&#8217;s CSS Reference Chart for …<br />
Tags: SharePoint, <strong>Branding</strong>, web design 2009, Web Trends, 2009</p>
<p><a href="http://padavis.wordpress.com/2009/02/24/adding-a-favicon-to-a-sharepoint-website/" target="_blank">Adding a Favicon to a SharePoint website</a><br />
padavis<br />
…  are a simple and fun way to add some additional branding to your website. As shown below, a favicon appears next to the url in …  of favorites. Creating a favicon and placing it on a SharePoint site is very easy and straightforward. Here are the steps: Create …<br />
Tags: <strong>SharePoint</strong>, Favicon, <strong>Branding</strong></p>
<p><a href="http://miketangoblog.wordpress.com/2011/03/02/re-branding-sharepoint/" target="_blank">SharePoint 2010 Branding</a><br />
Dave<br />
…  we have taken on is to completely re-brand our internal SharePoint site. What we wanted to achieve was to have our internal site match some recent branding changes, while still maintaining all of the functionality and …<br />
Tags: technology, Sharepoint 2010, SharePoint, <strong>Branding</strong>, <strong>Re-branding</strong></p>
<p><a href="http://miketangoblog.wordpress.com/2011/03/16/sharepoint-2010-branding-understanding-the-components/" target="_blank">SharePoint 2010 Branding: Understanding the Components</a><br />
Dave<br />
SharePoint gives you a lot of control over what your site looks like. On top of applying …  few things that need to be considered before diving in to SharePoint design. The most important of which being: with SharePoint, you do …  size restrictions. However, since the whole point of “branding” a SharePoint site is to make it have the look and feel of your …<br />
Tags: technology, Sharepoint 2010, SharePoint, <strong>Branding</strong>, Re-branding, page layout</p>
<p><a href="http://blackfalconsoftware.wordpress.com/2009/11/16/black-falcon-software-presents-branding-sharepoint-services-2007/" target="_blank">Black Falcon Software: Branding SharePoint Services 2007</a><br />
Black Falcon<br />
…  SharePoint Server is probably the finest document management server available …  full server implementation, Microsoft offers their Windows SharePoint Services engine without charge.  Though the sub-set of the full …  on IIS in the first place to serve up its web-pages. Branding a SharePoint site to bring it in line with corporate interfaces …<br />
Tags: Tools &amp; Code, SharePoint Services, <strong>SharePoint</strong>, <strong>Branding</strong></p>
<p><a href="http://sharepoint.learningtree.com/2010/03/31/branding-sharepoint-not-so-fast/" target="_blank">Branding SharePoint, not so fast!</a><br />
Gord Maric<br />
…  developers are given the task of deploying SharePoint and one of the first things they want to do is &#8220;not make it look like SharePoint&#8221;.  I can understand they want to customize the look and feel, …  to. What is the business ROI (return on investment) to branding? If SharePoint is used as an external facing website I totally …</p>
<p><a href="http://gees.wordpress.com/2008/11/05/sharepoint-2007-css-style-guidereferencecheat-sheet/" target="_blank">Sharepoint 2007 CSS Style Guide/Reference/Cheat Sheet</a><br />
Spongee<br />
…  sharepoint (Moss 2007 , you can do a lot of customization using cascading style sheet (CSS). But there are thousands of css classes defined in Sharepoint by default. So which style should I edit to …<br />
Tags: SharePoint, MOSS 2007, sharepoint customization, SharePoint 2007, CSS, sharepoint css guide, moss 2007 css style guide, wss css reference, sharepoint css, sharepoint 2007 css, sharepoint cascading style sheet, CSS cheat sheet, sharepoint styling, css reference chart, WSS, cascading style sheet</p>
<p><a href="http://sptwentyten.wordpress.com/2009/12/17/how-to-change-the-site-logo-in-sharepoint-2010/" target="_blank">How to Change the Site Logo in SharePoint 2010</a><br />
sptwentyten<br />
…  not sure I follow you. If you set the new logo URL under &#8220;Title, description, and icon&#8221;, then the logo will show on the main site, any new page you add, and any new site you create under that site …  in a new window. If your link is invalid, then perhaps SharePoint defaults back to the original …</p>
<p><a href="http://shaneperran.wordpress.com/2006/12/08/add-your-company-logo-to-all-sites-in-a-site-collection/" target="_blank">Add your company logo to all sites in a site collection</a><br />
shaneperran<br />
…  Today, I want to add our Logo to our new SharePoint 2007 server. The server was just installed yesterday …  blog posting Add your company logo to all sites in a site collection to complete this task. The reason I am using his, is that he …</p>
<p><a href="http://shaneperran.wordpress.com/2005/11/09/sharepoint-customization-tip-add-your-company-logo-without-site-definitions-or-unghosting/" target="_blank">SharePoint Customization Tip: Add your company logo without site definitions or unghosting</a><br />
I would like info on how to modify the theme!! I&#8217;ve changed the company logo on my sharepoint site, I can change a page individually, but how do I modify the theme?<br />
Tags: SharePoint</p>
<p><a href="http://stackoverflow.com/questions/6508268/web-part-branding-in-css-whitespace-border-issues-and-browser-difference" target="_blank">Web Part Branding in CSS &#8211; Whitespace, Border Issues, and Browser Difference</a><br />
I am attempting to brand a SharePoint page and it requires me to edit the web part headers so that they have a gradient background. I have a gradient image that I am using but I am running into issue …</p>
<p><a href="http://stackoverflow.com/questions/4896708/how-to-customize-sharepoint-2010-mobile-view" target="_blank">How to customize SharePoint 2010 mobile view</a><br />
I am stuck on developing a mobile view for my SP2010 publishing portal. It is Internet-facing with custom pages / web parts (e.g. http://server/Pages/customPage.aspx with custom webparts on it). The …</p>
<p><a href="http://stackoverflow.com/questions/4184548/spgridview-with-boxed-style" target="_blank">SPGridview with boxed style</a><br />
I have to create a custom page that search in a list and displays the result like the boxed style in list view with pagging. What is the best option to do this ? Can i use SPgridview ? P.S. the …</p>
<p><a href="http://stackoverflow.com/questions/4178048/sharepoint-search-button-customization" target="_blank">Sharepoint search button customization</a><br />
I am working on SharePoint Branding project, where i need to change the whole sharepoint look and feel according to Clients design guidelines/Visual Designs. happy part, most of the branding is done …</p>
<p><a href="http://stackoverflow.com/questions/2165127/there-is-another-sharepoint-masterpage-parameter-different-of-site-and-system" target="_blank">There is another SharePoint MasterPage parameter different of Site and System</a><br />
After the branding of a SharePoint site is done, I mean Site and System masterpages, there are still a few pages that uses the default style. My question is if we can change the master page for that …</p>
<p><a href="http://stackoverflow.com/questions/1644377/sharepoint-intranet-branding-how-to-rollout-the-changes-for-themes" target="_blank">Sharepoint Intranet Branding : How to rollout the changes for themes</a><br />
I have created a new theme as per the corporate guidelines and stapled the same with the site defination, as all the custom themes are unghosted, what is the best way to rollout changes. is there any …</p>
<p><a href="http://stackoverflow.com/questions/1302593/sharepoint-site-template-how-do-i-set-the-default-site-template" target="_blank">Sharepoint Site Template: How do I set the default Site Template</a><br />
I created a subsite using the &#8220;Publishing Site with Workflow&#8221; site template in Sharepoint. I then created a page in the subsite using a custom page layout and set that page as the default page for …</p>
<p><a href="http://stackoverflow.com/questions/1289663/sharepoint-richimagefield-set-default-image" target="_blank">Sharepoint RichImageField set default image</a><br />
In my custom page layout I declare a RichImageField &amp;lt;PublishingWebControls:RichImageField id=&#8221;InteriorHeaderImage&#8221; FieldName=&#8221;InteriorHeaderImage&#8221; InputFieldLabel=&#8221;Header Image&#8221; runat=&#8221;server&#8221; …</p>
<p>&#8212;&#8212;-</p>
<p>How to modify the logo of a SharePoint 2010 site using CSS:</p>
<p><a href="http://www.spdtraining.com/sp/8019-Change-SharePoint-2010-Site-Logo-Via-CSS/">Change <strong>Logo SP 2010</strong></a><br />
SharePoint 2010 (SP 2010) Site Logo CSS: Override the default site logo on a SP 2010 site using CSS.</p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/10/add-custom-site-title-link-to-homepage-of-site-to-a-sharepoint-master-page/' rel='bookmark' title='Permanent Link: Add custom Site Title link to homepage of site to a SharePoint Master Page'>Add custom Site Title link to homepage of site to a SharePoint Master Page</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/' rel='bookmark' title='Permanent Link: SharePoint 2010 Development Resources'>SharePoint 2010 Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/06/change-site-logo-using-css-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lots of SharePoint 2010 State Machine Workflow Tutorials &amp; Development Resources</title>
		<link>http://blog.master-sharepoint.com/2011/06/sharepoint-2010-state-machine-workflow-tutorial/</link>
		<comments>http://blog.master-sharepoint.com/2011/06/sharepoint-2010-state-machine-workflow-tutorial/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 04:58:01 +0000</pubDate>
		<dc:creator>Master-SharePoint</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[State Machine Workflow]]></category>
		<category><![CDATA[Worklfow]]></category>

		<guid isPermaLink="false">http://blog.master-sharepoint.com/?p=158</guid>
		<description><![CDATA[In this post, I have listed many tutorials to help you create State Machine Workflows in SharePoint 2010. How Do I: Create State Machine Workflows for SharePoint 2010 in Visual Studio 2010? (Video) Visual Studio 2010 provides a template for a State Machine workflow that enables developers the opportunity to build workflow solutions for SharePoint [...]


<h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/' rel='bookmark' title='Permanent Link: SharePoint 2010 Development Resources'>SharePoint 2010 Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/change-site-logo-using-css-sharepoint-2010/' rel='bookmark' title='Permanent Link: Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010'>Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[
<p><a href="http://feedads.g.doubleclick.net/~a/fv7ace8bk-4ld4BB26grNQMed9g/0/da"><img src="http://feedads.g.doubleclick.net/~a/fv7ace8bk-4ld4BB26grNQMed9g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/fv7ace8bk-4ld4BB26grNQMed9g/1/da"><img src="http://feedads.g.doubleclick.net/~a/fv7ace8bk-4ld4BB26grNQMed9g/1/di" border="0" ismap="true"></img></a></p><p>In this post, I have listed many tutorials to help you create <strong>State Machine Workflows in SharePoint 2010</strong>.</p>
<p><span id="more-158"></span></p>
<p><a href="http://msdn.microsoft.com/en-us/vcsharp/Video/ff623023">How Do I: Create State Machine Workflows for SharePoint 2010 in Visual Studio 2010?</a></p>
<p>(Video) Visual Studio 2010 provides a template for a State Machine workflow that enables developers the opportunity to build workflow solutions for SharePoint using a graphical design surface.</p>
<p>&nbsp;</p>
<p><a href="http://msdn.microsoft.com/en-us/library/gg508985.aspx">Creating SharePoint 2010 State Machine Workflows in Visual Studio 2010</a></p>
<p>Learn how to use the State Machine Workflow template in Microsoft Visual Studio 2010 to build a Microsoft SharePoint 2010 state machine workflow</p>
<p>&nbsp;</p>
<p><a href="http://sergeluca.wordpress.com/2010/06/08/workflows-in-sharepoint-2010-tutorial-step120-what%E2%80%99s-new/">Workflows in Sharepoint 2010 Tutorial -Step1/20: What’s new</a></p>
<p>Based natively on the Workflow Foundation engine, Sharepoint 2007 was the first version of SharePoint that made usage of workflows quite popular among Microsoft end users and .Net developers.</p>
<p>&nbsp;</p>
<p id="ctl00_TitleArea_ArticleTitle"><a href="http://www.codeproject.com/KB/sharepoint/StateMachineWorkflows.aspx">SharePoint 2010 State Machine Workflows with Custom Task Forms (InfoPath) using VS 2010 &#8211; Part 1</a></p>
<p>2 Part tutorial on SharePoint 2010 Custom State Machine Workflows with Custom Task forms in InfoPath 2010. An example based tutorial, where I simulate the Recruitment Process of an organization. .. Workflows are systems that manage the execution of a business process. They are primarily described as a process that manage the flow of work among various individuals, or divisions, or multiple organizations.</p>
<p id="ctl00_TitleArea_ArticleTitle"><a href="http://www.codeproject.com/KB/sharepoint/StateMachineWorkflows2.aspx">SharePoint 2010 State Machine Workflows with Custom Task Forms (InfoPath) using Visual Studio 2010: Part 2 of 2</a></p>
<p>As mentioned in part 1 of the tutorial, we can use custom task forms instead of the default task forms provided by SharePoint. Default forms have fixed number of fields which cannot be altered. Using custom forms, we can gather the required information from the user and they also make the process more dynamic and flexible.</p>
<p>&nbsp;</p>
<p><a href="http://blogs.msdn.com/b/kaevans/archive/2009/07/28/water-cooler-demo-sharepoint-state-machine-workflows.aspx">Water Cooler Demo: SharePoint state machine workflows</a></p>
<p>I can’t think of a better way to introduce this series than opening the spigot (wow, I am so going to have fun throwing out bad water puns and references) and showing off how to create a somewhat complex business process using a minimal amount of code and completing the basic functionality within 20 minutes.</p>
<p>&nbsp;</p>
<p id="threadstatus" title="SharePoint State Machine Workflow tutorial"><a href="http://forums.asp.net/t/1461546.aspx/1">SharePoint State Machine Workflow tutorial</a></p>
<p>Back when I was tasked with making a SharePoint workflow, everytime I googled it, I kept finding a tutorial about how to create a sequential workflow. The problem was that I needed a state machine workflow.</p>
<ul>
<li><a href="http://simplesharepointsolutions.blogspot.com/2009/08/how-to-create-sharepoint-state-machine.html">How to create a SharePoint State Machine Workflow: Part 1 &#8211; Introduction</a></li>
<li><a href="http://simplesharepointsolutions.blogspot.com/2009/08/how-to-create-sharepoint-state-machine_19.html">How to create a SharePoint State Machine Workflow: Part 2 &#8211; Create the initiation form</a></li>
<li><a href="http://simplesharepointsolutions.blogspot.com/2009/08/how-to-create-sharepoint-state-machine_1265.html">How to create a SharePoint State Machine Workflow: Part 3 &#8211; Create the task form</a></li>
<li><a href="http://simplesharepointsolutions.blogspot.com/2009/08/how-to-create-sharepoint-state-machine_5795.html">How to create a SharePoint State Machine Workflow: Part 4 &#8211; Create the state machine workflow</a></li>
<li><a href="http://simplesharepointsolutions.blogspot.com/2009/08/how-to-create-sharepoint-state-machine_20.html">How to create a SharePoint State Machine Workflow: Part 5 &#8211; Add workflow history logging</a></li>
<li><a href="http://simplesharepointsolutions.blogspot.com/2009/08/how-to-create-sharepoint-state-machine_2183.html">How to create a SharePoint State Machine Workflow: Part 6 &#8211; Add task notification emails</a></li>
</ul>
<p>&nbsp;</p>
<p><a href="http://workflowssimplified.wordpress.com/2011/04/15/sp2010-statemachinewf-vs2010-part1/">SharePoint 2010 State Machine Workflows using Visual Studio 2010 Part 1</a></p>
<p>As compared to Sequential Workflows which always progresses forward and never goes back (although using a while loop you can reiterate through same steps multiple times), the State Machine Workflows moves from one state to another, until the workflow concludes by reaching the completed state.</p>
<p>&nbsp;</p>
<p><a href="http://programming4.us/enterprise/3752.aspx">SharePoint 2010 : Workflow Modeling and Development Tools (part 2) &#8211; Visual Studio 2010 &amp; Workflow Modeling Tools Comparison</a></p>
<p>Visual Studio 2010 is a development tool for developing various types of applications and services. It provides development project types for different SharePoint customizations and project templates for SharePoint 2010 workflows.</p>
<p>&nbsp;</p>
<p><a href="http://www.bing.com/videos/watch/video/creating-sharepoint-2010-state-machine-workflows-in-visual-studio-2010/10t0wrzyt?cpkey=0ea010a6-917f-4eef-b015-b9a151d1bc8c||||">Creating SharePoint 2010 State Machine Workflows in Visual Studio 2010</a></p>
<p>Learn to create state machine workflows for SharePoint 2010 in Visual Studio 2010</p>
<p>&nbsp;</p>
<p><a href="http://channel9.msdn.com/Blogs/kirke/Water-Cooler-Demo-SharePoint-Visual-Studio-workflows-for-escalations">Water Cooler Demo &#8211; SharePoint Visual Studio workflows for escalations</a></p>
<p>Our first episode of The Water Cooler Demo show, the show focused on all things Office related.  In this episode, Kirk Evans demonstrates how to create a SharePoint state machine workflow using Visual Studio 2008 that accomodates escalations and timeouts.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><a href="http://shafaqat309.wordpress.com/2009/07/30/introduction-to-workflows-sequential-workflow-state-machine-workflow-windows-sharepoint-services-3-0-windows-sharepoint-services-4-0-workflow-styles-workflow-types-workflows/">Introduction to Workflows Sequential Workflow State Machine Workflow Windows Sharepoint Services 3.0 Windows Sharepoint Services 4.0 Workflow Styles Workflow Types Workflows</a><br />
…  the exact order of activity execution can vary. State machine workflows Represents a set of states, transitions, and actions. One …<br />
Tags: windows sharepoint services 3.0, Windows Sharepoint Services 4.0, Workflows, Sequential Workflow, State Machine Workflow, Workflow Types, Workflow Styles, Introduction of Workflows</p>
<p><a href="http://vojtan.wordpress.com/2008/12/09/use-sequential-our-state-machine-workflow-in-sharepoint/">Use sequential or State machine workflow in SharePoint?</a><br />
…  workflow advantages: 1. easier to implement State machine workflow advantages 1. You can also use sequential parts in the …<br />
Tags: SharePoint, WWF</p>
<p><a href="http://wordwalkin.wordpress.com/2010/11/25/sequential-workflow-vs-state-machine-workflow/">Sequential Workflow Vs State Machine Workflow</a><br />
…  of the box in Visual Studio are: * Sequential Workflow * State Machine Workflow Below, find the differences between them, so that when you …<br />
Tags: SharePoint</p>
<p><a href="http://jmettraux.wordpress.com/2009/07/03/state-machine-workflow-engine/">state machine != workflow engine</a><br />
…  two quotes that are enlightening when thinking about state and workflow. update (2011) : a discussion between two engineers about …  engines. I&#8217;m listing workflow engine and state machine implementations for Ruby at the end of this post. There are a number …<br />
Tags: Workflow, Rules, openwferu, ruote, State Machine, Ruby</p>
<p><a href="http://farazjavaid.wordpress.com/2011/06/12/sharepoint-state-machine-workflow-automatic-tasks-if-the-user-did-not-act/">SharePoint State Machine Workflow (automatic tasks completion if the user did not act)</a><br />
…  user do not act within the specified time. I had to use State Machine workflow template due to the nature of the workflow; so i added …<br />
Tags: Sharepoint 2010</p>
<p><a href="http://danielpcampos.wordpress.com/2008/01/07/windows-workflow-foundation-hosting-workflows-creating-machine-state-workflows-part-i/">Windows Workflow Foundation: Hosting workflows, creating machine state workflows (Part I)</a><br />
…  of the issues that the project team had was: how to host a state machine workflow, how to register services, and how to communicate my UI to the …<br />
Tags: Não categorizado</p>
<p><a href="http://makina119.wordpress.com/2010/02/04/source-code-of-a-demo-on-windows-workflow-state-machine-duplex-wcf-services-wpf-and-silverlight/">Source code of a demo on Windows Workflow state machine duplex WCF services WPF and Silverlight</a><br />
…  a new open source project I have done on Windows Workflow state machine, duplex WCF services TCP duplex and Silverlight polling, WPF and …</p>
<p><a href="http://ross613.wordpress.com/2010/03/23/automatic-state-transition-using-the-state-machine-workflow-3-5/">Automatic State Transition Using the State Machine Workflow 3.5</a><br />
Figure 1: A small Microsoft Workflow Foundation (WF) 3.5 State Machine diagram with 2 states; the eventDrivenActivity1 contains a …<br />
Tags: Programming and Scripting</p>
<p><a href="http://rabbitmaomao.wordpress.com/2009/12/03/event-eventname-on-interface-type-interfacename-for-instance-id-guid-cannot-be-delivered-error-in-state-machine-workflow/">Event [EventName] on interface type [InterfaceName] for instance ID [GUID] cannot be delivered. error in state machine workflow</a><br />
…  a strange error when I try the state machine workflow. Event [EventName] on interface type [InterfaceName] for instance ID …</p>
<p><a href="http://mydotnet.wordpress.com/2008/08/27/creating-state-machine-workflows-step-by-step-windows-application-part-i/">Creating State Machine Workflows &#8211; Step by Step Windows Application &#8211; Part I</a><br />
…  state machine workflow is all about different states a program execution is in. Take for …  what you have just completed is the first step in your state machine workflows. The first step of State Machine says identify your …</p>
<p>&#8212;&#8212;&#8212;&#8212;-</p>
<p><a href="http://stackoverflow.com/questions/5579745/state-machine-workflow-in-vs-2010">State machine workflow in VS 2010</a><br />
… but dont know how to create a state machine workflow in VS 2010. The only option i get in creating … I have a simple web application (non sharepoint) in which i want to add window workflow. I am using … Worflow 4. Console I want that workflow<br />
<a href="http://stackoverflow.com/questions/5853658/state-machine-modeling-workflow"><br />
state machine modeling workflow</a><br />
… I am having real trouble modeling this as a state machine&#8230; in uml. My problem domain is this: I have a workflow, which involves adding approvals A, B ,C, D. they can only be allowed to be added … point from the workflow rendering it unapproved. some</p>
<p><a href="http://stackoverflow.com/questions/5144953/custom-completed-status-in-sharepoint-state-machine-workflow">Custom Completed Status in SharePoint State Machine Workflow</a><br />
… Is it possible to override the &#8220;Completed&#8221; status in a SharePoint state machine workflow. I&#8217;ve successfully used ExtendedStatusColumnValues in the workflow to update the status along the way, but my … of a completed workflow read &#8220;Final&#8221; instead of completed. I</p>
<p><a href="http://stackoverflow.com/questions/905755/state-machine-workflow-designer-for-windows-wf">State Machine Workflow designer for Windows WF</a><br />
… I want a designer for State Machine Windows WF, I find a sample code from microsoft and host visual studio desginer of Sequence Workflow in a Windows app, but I can&#8217;t use it for State Machine , Is there any desginer for State Machine or can I host</p>
<p><a href="http://stackoverflow.com/questions/1329230/state-machine-persistence-workflow">State Machine Persistence WorkFlow</a><br />
… Hey all, I have created a WinForms to handle Persistence Activities using the Windows WorkFlow … is this, I&#8217;m able to work with 1 workflow at a time … form, I&#8217;d like to be able to create a new WorkFlow … of the WorkFlow. I&#8217;m relatively new to the WorkFlow</p>
<p><a href="http://stackoverflow.com/questions/2104883/state-machine-workflow-vb-net">State machine workflow &#8211; VB.NET</a><br />
… I am creating a very simple state machine class library project in vb.net. This has only 3 states &#8211; CreateApplication, ProcessApplication and CompleteApplication. I have an interface created in the same project.I am invoking it from a web</p>
<p><a href="http://stackoverflow.com/questions/2572042/state-machine-wf-issues-with-workflow-termination">State Machine WF: Issues with workflow termination</a><br />
… We have a state machine workflow for maintaining the state of an application submitted by a user … to workflow termination. In one of the states, I had a bug. When the application reached that state, it threw … of the workflow was called and the particular</p>
<p><a href="http://stackoverflow.com/questions/1966950/workflow-design-dilemma-state-machine-yes-or-no">Workflow Design Dilemma &#8211; State Machine, yes or no</a><br />
… state, and there are thousands of items. The question is, do I create a state machine workflow … . However, a state-machine workflow logically sounds … correctly, if I create a single state machine … of individual items which have a state: Spare</p>
<p><a href="http://stackoverflow.com/questions/862591/exchanging-data-with-activity-event-in-state-machine-workflow">Exchanging data with activity event in state machine workflow</a><br />
… In a event driven activity in a stage in state machine workflow, when an event occurs how can I send some data to work flow and send some data back … don&#8217;t use SetState activity, can I set next state of the workflow programmatically?</p>
<p><a href="http://stackoverflow.com/questions/732425/workflowmarkupserializer-doesnt-keep-positions-in-a-state-machine-workflow">WorkflowMarkupSerializer doesn&#8217;t keep positions in a state machine workflow</a><br />
… a statemachine workflow &#8211; it saves the states OK … the workflow is here: using (XmlWriter … , workflow); } The code to read the workflow is: DesignerSerializationManager … )) { //deserialize the workflow from</p>
<p><a href="http://stackoverflow.com/questions/72667/should-i-use-a-state-machine-or-a-sequence-workflow-in-wf">Should I use a state machine or a sequence workflow in WF?</a><br />
… my workflow to make it a state machine to follow … workflow and that&#8217;s how I have it so far, with COM … to suspend the workflow while I manually do this piece</p>
<p><a href="http://stackoverflow.com/questions/3634901/to-workflow-or-not-to-workflow">To Workflow or Not to Workflow?</a><br />
… or is there an alternative technology (I.E., Simple State Machine, etc … are looking at using Windows Workflow (.NET 4.0 … ). On the surface it seems that Workflow is indeed … developers who understand or know Workflow … a feeling that Windows Workflow has a steep learning</p>
<p><a href="http://stackoverflow.com/questions/864027/how-do-i-get-data-out-of-a-state-machine-workflow-before-the-workflow-enters-its">How do I get data out of a state machine workflow before the workflow enters its completed state?</a><br />
… I&#8217;m working with a state machine workflow … events in the host and get data into the workflow via … of the workflow and I&#8217;m having difficulties. The outputparameters are only available in the workflow completed event, but my workflow isn&#8217;t complete</p>
<p><a href="http://stackoverflow.com/questions/6665693/re-running-workflow-state-in-wf-4-0-state-machine">Re-running workflow state in wf 4.0 state machine</a><br />
… I have created a State machine workflow in WF 4.0 and it has following steps. State 1 : RunExe State 2: LoadData State 3: VerifyData state 4: ExportData State 5: Complete Each of above state will have a recevie and send activity which contains</p>
<p><strong>More:</strong></p>
<ul>
<li><a href="http://www.slideshare.net/pwicklund/sharepoint-2010-workflows">SharePoint 2010 Workflows</a> &#8211; Video</li>
<li><a href="http://www.fewlines4biju.com/2011/06/sequential-vs-state-machine-workflows.html">Sequential vs State machine workflows in SharePoint 2010</a></li>
<li><a href="http://www.techrepublic.com/whitepapers/how-do-i-create-state-machine-workflows-for-sharepoint-2010-in-visual-studio-2010/2385301">How Do I: Create State Machine Workflows For SharePoint 2010 In Visual Studio 2010?</a> &#8211; Whitepaper</li>
<li><a href="http://en.search.wordpress.com/?q=State+Machine+Workflow&amp;t=post">SharePoint State Machine Workflow Posts</a></li>
</ul>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>&nbsp;</p>
<p><strong><a href="http://www.spdtraining.com/sp/10759-How-To-Create-and-debug-a-state-machine-workflow-in-SharePoi/">SharePoint 2010 State Machine Workflow Tutorial</a></strong><br />
Tutorial on how to build a state machine workflow in SharePoint 2010.</p>
<p><a href="http://www.spdtraining.com/sp/10759-How-To-Create-and-debug-a-state-machine-workflow-in-SharePoi/">sharepoint workflow tutorial</a></p>


<p><h4>Related posts:</h4><ol><li><a href='http://blog.master-sharepoint.com/2011/06/sharepoint-2010-development-resources/' rel='bookmark' title='Permanent Link: SharePoint 2010 Development Resources'>SharePoint 2010 Development Resources</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/02/sharepoint-designer-2010-tutorial/' rel='bookmark' title='Permanent Link: Many SharePoint Designer 2010 Tutorials'>Many SharePoint Designer 2010 Tutorials</a></li>
<li><a href='http://blog.master-sharepoint.com/2011/06/change-site-logo-using-css-sharepoint-2010/' rel='bookmark' title='Permanent Link: Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010'>Many SharePoint Branding Resources: Change Site Logo &#038; more using CSS and Masterpages &#8211; SharePoint 2010</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.master-sharepoint.com/2011/06/sharepoint-2010-state-machine-workflow-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

