<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Monitor &#187; SharePoint Designer</title>
	<atom:link href="http://www.sharepointmonitor.com/tag/sharepoint-designer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointmonitor.com</link>
	<description>SharePoint Tutorials</description>
	<lastBuildDate>Fri, 23 Dec 2011 05:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Customizing SharePoint Master Pages using SharePoint Designer</title>
		<link>http://www.sharepointmonitor.com/2011/06/customizing-sharepoint-master-pages-using-sharepoint-designer/</link>
		<comments>http://www.sharepointmonitor.com/2011/06/customizing-sharepoint-master-pages-using-sharepoint-designer/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 06:51:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Master Pages]]></category>
		<category><![CDATA[SharePoint Designer]]></category>

		<guid isPermaLink="false">http://www.sharepointmonitor.com/?p=1023</guid>
		<description><![CDATA[SharePoint Designer 2010 is a great tool for many tasks which are not possible using only the SharePoint on-site tools. One of the best features of SharePoint Designer is the ability to modify SharePoint master pages. In this post I will cover how to modify SharePoint master pages for some basic purposes such as branding and also change the [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint Designer 2010 is a great tool for many tasks which are not possible using only the SharePoint on-site tools. One of the best features of SharePoint Designer is the ability to modify SharePoint master pages. In this post I will cover how to modify SharePoint master pages for some basic purposes such as branding and also change the standard SP 2010 design.</p>
<h2>Leave Default Master Pages In Peace</h2>
<p>SharePoint 2010 comes with three out-of-box Master Pages  &#8211; v4.master (the default SP2010 design), default.master (the old MOSS2007 look) and minimal.master (used in SP2010 Search Center). In this tutorial we will create a new masterpage using the v4.master as a template and then connect the newly created custom Master Page to our site. It is a good idea to leave the default Master Pages untouched (at least for the examples in this post).</p>
<p>First we need to clone the v4.master file. Open SharePoint Designer 2010, and from the <strong>Sites </strong>tab select the <strong>Open Site</strong> icon and enter your site URL.</p>
<p><img title="SharePoint Master Pages" alt="SharePoint Master Pages" width=627 height=434 id="Picture 1" src="http://c3154802.r2.cf0.rackcdn.com/article_images/Basics_of_SharePoint_2010_master_page_design_with_SharePoint_Designer_2010-1_files/image001.jpg" /><br />
<em>SharePoint Designer 2010 &#8211; Open Site window</em></p>
<p>The site root will be opened in SharePoint Designer 2010. Now select <strong>Master Pages</strong> from the left menu, click on the <strong>v4.master</strong> file and  press CTRL+C and CTRL+V to create a<br />
copy of the .master file.</p>
<p><img title="SharePoint Master Pages" alt="SharePoint Master Pages" width=627 height=445 id="Picture 2" src="http://c3154802.r2.cf0.rackcdn.com/article_images/Basics_of_SharePoint_2010_master_page_design_with_SharePoint_Designer_2010-1_files/image002.jpg" /><br />
<em>SharePoint Designer 2010 with copy of the v4.master file</em></p>
<p>Now name your master page – click on the <strong>Rename</strong> icon in the ribbon and enter your  custom name (for example myCustom.master).</p>
<p>Now using the newly created master page we are now ready to make the modifications. Users of your  SharePoint site will not notice that we are changing anything, and if you will break something – you will break custom master page, not the one users are seeing.</p>
<h2>Create a Custom CSS to Add Branding</h2>
<p>Next we need a CSS file which overrides the default core4.css style definitions. To see some changes to our<br />
customizations, we will include the fixed width style for our new master page.</p>
<p>Open SharePoint Designer 2010, select <strong>All files</strong> from the left menu and then enter the <strong>Style library</strong>.</p>
<p>To create a new css file, right click on the <strong>Style Library</strong> and select <strong>New</strong> &gt; <strong>CSS</strong> from menu.</p>
<p><img title="SharePoint Master Pages" alt="SharePoint Master Pages" width=613 height=559 id="Picture 5" src="http://c3154802.r2.cf0.rackcdn.com/article_images/Basics_of_SharePoint_2010_master_page_design_with_SharePoint_Designer_2010-1_files/image003.png" /><br />
<em>New CSS file menu in Style Library</em></p>
<p>Name this file <strong>myCustom.css</strong>, just to keep the naming schema consistent with our custom Master Page.</p>
<p>Right click the newly created .css file and select the <strong>Edit file in Advanced Mode </strong>option.</p>
<p><img title="SharePoint Master Pages" alt="SharePoint Master Pages" width=353 height=364 id="Picture 6" src="http://c3154802.r2.cf0.rackcdn.com/article_images/Basics_of_SharePoint_2010_master_page_design_with_SharePoint_Designer_2010-1_files/image004.png" /></p>
<p><em>SharePoint Designer menu available on the CSS file</em></p>
<p><i>Continues&#8230;</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointmonitor.com/2011/06/customizing-sharepoint-master-pages-using-sharepoint-designer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Building Custom Workflows using SharePoint Designer 2010</title>
		<link>http://www.sharepointmonitor.com/2010/02/custom-workflows-sharepoint-designer-2010/</link>
		<comments>http://www.sharepointmonitor.com/2010/02/custom-workflows-sharepoint-designer-2010/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 07:42:13 +0000</pubDate>
		<dc:creator>szahariev</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Designer]]></category>
		<category><![CDATA[Workflows]]></category>

		<guid isPermaLink="false">http://www.sharepointmonitor.com/?p=166</guid>
		<description><![CDATA[SharePoint 2010 comes with several inbuilt workflow templates, such as one for document approval. Sometimes these templates are not suitable and new workflows need to be created.  You can do this in one of the following ways: Using the SharePoint Designer. Designing the workflow in Microsoft Office Visio and importing into the SharePoint Designer. Writing [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2010 comes with several inbuilt workflow templates, such as one for document approval. Sometimes these templates are not suitable and new workflows need to be created.  You can do this in one of the following ways:</p>
<ul>
<li>Using the SharePoint Designer.</li>
<li>Designing the workflow in Microsoft Office Visio and importing into the SharePoint Designer.</li>
<li>Writing programming code inside Microsoft Visual Studio.</li>
</ul>
<h2>Custom Workflows with the SharePoint Designer</h2>
<p>In this article, we will explore the first approach. We will build a sample workflow that creates a new item in the Announcements list when someone uploads a document in a predefined document library. This will be accomplished without writing even a single line of programming code.</p>
<p>The first step is to create the document library where our custom workflow will run. To do this, select the “Site Actions” menu and then choose “New Document Library”.  The dialog for creating a new document library will appear (see Figure 1). Enter“Rules” for the library name and optionally provide a description. Press the “Create” button and our new library will be created.</p>
<p><img class="alignnone size-full wp-image-165" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/02/Fig1.png" alt="" width="514" height="487" /></p>
<p><em>Figure 1 Create new document library</em></p>
<p>Now we are ready to build the workflow for the newly created library. To do this, start SharePoint Designer 2010 and select “Open Site” from the menu. Then enter the URL address of your SharePoint site (Figure 2). In the this example the SharePoint server runs on the same machine where we are running the SharePoint Designer, so we will use “localhost”.</p>
<p><img class="alignnone size-full wp-image-168" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/02/Fig2.png" alt="" width="500" height="384" /></p>
<p><em>Figure 2 Opening a  site using SharePoint Designer</em></p>
<p>After a pause, the SharePoint Designer opens the site. To check what workflow templates are available, select the “Workflows” item from the “Site Objects” list (Figure 3). In this example only the default templates are available.</p>
<p>Now create a new workflow. We can choose from one of the following workflow types:</p>
<ul>
<li><em><strong>List Workflow </strong></em>– this type of workflow can be attached only to SharePoint lists or libraries. This template comes in handy when the use-case is very specific and can be applied only to lists or libraries.</li>
<li><em><strong>Reusable Workflow </strong></em>– more flexible than the List Workflow and can be attached to a content type. Later this content type can be used in, for example, a list. In addition, workflows from this type can be imported into Visual Studio and enhanced with programming code.</li>
<li><em><strong>Site Workflow </strong></em>– this type of workflow operates on site level. For example, the List workflow operates over a SharePoint library. This workflow can operate over the overall site objects.</li>
</ul>
<p>In this example, we will use the List Workflow. Click on the “List Workflow” and then select the “Rules” library. A new dialog will popup (Figure 4), where we provide the name of the workflow &#8211; “CreateAnnouncement”. Optionally you can provide description as well.</p>
<p><img class="alignnone size-full wp-image-169" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/02/Fig3.png" alt="" width="584" height="471" /></p>
<p><em>Figure 3 SharePoint Designer and Workflows</em></p>
<p><img class="alignnone size-full wp-image-170" src="http://t10files.s3.amazonaws.com/wp-content/uploads/2010/02/Fig4.png" alt="" width="540" height="290" /></p>
<p><em>Figure 4 Create a new List Workflow</em></p>
<p>Now it is time to implement the steps in our workflow. Actually we will need to implement just a single step &#8211; create a new item in the announcements list.To do so, select the “Step 1” and start typing “cre”. Then press Enter (Figure 5).<br />
<em>Continues&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointmonitor.com/2010/02/custom-workflows-sharepoint-designer-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

