<?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 Server &#187; MOSS &#8211; Customization with SPD</title>
	<atom:link href="http://www.fivenumber.com/category/moss-customization-with-spd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:33:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://www.fivenumber.com</link>
<url>http://www.fivenumber.com/wp-content/mbp-favicon/5.jpg</url>
<title>Sharepoint Server</title>
</image>
		<item>
		<title>Yet another Sharepoint sample site template</title>
		<link>http://www.fivenumber.com/yet-another-sharepoint-sample-site-template/</link>
		<comments>http://www.fivenumber.com/yet-another-sharepoint-sample-site-template/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 12:51:24 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[MOSS - Master Pages]]></category>
		<category><![CDATA[MOSS - Site Templates]]></category>
		<category><![CDATA[Master Pages]]></category>
		<category><![CDATA[Sample Master Pages]]></category>
		<category><![CDATA[site template]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=636</guid>
		<description><![CDATA[Here I created a simple sample Sharepoint site template with rounded corners. This template allows you to create a new site with rounded corners around the webparts Download the site template Step by step installation: Log into your SharePoint site Go to Site Settings, under Galleries click on Site Template Then, click on Upload to [...]]]></description>
			<content:encoded><![CDATA[<p>Here I created a simple sample Sharepoint site template with rounded corners.</p>
<p>This template allows you to create a new site with rounded corners around the webparts</p>
<div id="attachment_637" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/11/1.gif" rel="lightbox[636]"><img class="size-medium wp-image-637" title="Sharepoint Sample Site Template" src="http://www.fivenumber.com/wp-content/uploads/2009/11/1-300x154.gif" alt="Sharepoint Sample Master Page" width="300" height="154" /></a><p class="wp-caption-text">Sharepoint Sample Site Template</p></div>
<p><a title="Five Number Sample Site Template" href="http://www.fivenumber.com/wp-content/uploads/2009/11/5NumberSiteTemplate_Pink.stp" target="_blank">Download the site template</a></p>
<p><strong>Step by step installation:</strong></p>
<ul>
<li>Log into your SharePoint site</li>
<li>Go to <strong>Site Settings</strong>, under <strong>Galleries</strong> click on <strong>Site Template</strong></li>
<li>Then, click on <strong>Upload </strong>to upload the site template on to the site</li>
<li>Browse to the downloaded file and click <strong>Open</strong></li>
<li>Click <strong>Ok </strong>to complete the upload process and now the template is available for you to use</li>
</ul>
<p><strong>Step by step creating of site:</strong></p>
<ul>
<li>Log into your Sharepoint site</li>
<li>Go to <strong>Site Settings</strong>, under <strong>Site Administration</strong> section click on <strong>Sites and Workspaces</strong></li>
<li>On<strong> Sites and Workspaces</strong> page click on <strong>Create </strong>for creating a new site</li>
<li>Provide the necessary information, then select <strong>Custom</strong> tab</li>
<li>You can see the uploaded template listed select the template <strong>5NumberSiteTemplate_Pink.stp</strong></li>
<li>Finally, click on <strong>Create</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/yet-another-sharepoint-sample-site-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sharepoint: Apply background color to custom list column based on other column value</title>
		<link>http://www.fivenumber.com/sharepoint-apply-background-color-to-custom-list-column-based-on-other-column-value/</link>
		<comments>http://www.fivenumber.com/sharepoint-apply-background-color-to-custom-list-column-based-on-other-column-value/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:12:50 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=450</guid>
		<description><![CDATA[Today we are going to learn how to apply the background color to a custom list column based on other column value, firstly, I tried this scenario using calculated formula column type but some javascript code is needed to render the background color based on calculated formula value,  so I did some research and come [...]]]></description>
			<content:encoded><![CDATA[<p>Today we are going to learn how to apply the background color to a custom list column based on other column value, firstly, I tried this scenario using calculated formula column type but some javascript code is needed to render the background color based on calculated formula value,  so I did some research and come up with the best easy way&#8230;..</p>
<p><strong>STEPS:</strong></p>
<p>I have created a simple custom list and name it as &#8216;<strong>My List</strong>&#8216;</p>
<p>Modified the &#8216;<strong>Title</strong>&#8216; column name as &#8216;<strong>Student Name</strong>&#8216;</p>
<p>Created one more column &#8216;<strong>Subject</strong>&#8216; which is of type <em>single line text</em></p>
<p>Also, created one column &#8216;<strong>Marks</strong>&#8216; which is of type <em>Number </em>min is 1 and max is 100</p>
<p>Open the <strong>AllItems.aspx</strong> page using <strong>Sharepoint Designer 2007</strong></p>
<p>Select the list, right click and <strong>Convert into XSLT</strong> mode</p>
<p>Write the XSL condition in between the &#8216;<strong>Subject</strong>&#8216; <strong>TD</strong> tag as show in the below image</p>
<p>Here goes the XSL code&#8230;&#8230;</p>
<p><em>&lt;!&#8211;custom code for background color starts&#8211;&gt;</em></p>
<p><strong>&lt;xsl:choose&gt;<br />
&lt;xsl:when test=&#8221;@Marks &amp;gt;=&#8217;70&#8242;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;style&#8221;&gt;background-color:Green;&lt;/xsl:attribute&gt;<br />
&lt;/xsl:when&gt;<br />
&lt;xsl:when test=&#8221;@Marks &amp;lt;=&#8217;70&#8242; and @Marks &amp;gt;=&#8217;50&#8242;&#8221;&gt;<br />
&lt;xsl:attribute name=&#8221;style&#8221;&gt;background-color:Yellow;&lt;/xsl:attribute&gt;<br />
&lt;/xsl:when&gt;<br />
&lt;xsl:otherwise&gt;<br />
&lt;xsl:attribute name=&#8221;style&#8221;&gt;background-color:Red;&lt;/xsl:attribute&gt;<br />
&lt;/xsl:otherwise&gt;<br />
&lt;/xsl:choose&gt;</strong></p>
<div id="attachment_485" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/21.gif" rel="lightbox[450]"><img class="size-medium wp-image-485" title="XSL condition in Sharepoint Designer 2007" src="http://www.fivenumber.com/wp-content/uploads/2009/07/21-300x206.gif" alt="XSL condition in Sharepoint Designer 2007" width="300" height="206" /></a><p class="wp-caption-text">XSL condition in Sharepoint Designer 2007</p></div>
<p><strong>Output</strong>:</p>
<div id="attachment_486" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2009/07/11.gif" rel="lightbox[450]"><img class="size-medium wp-image-486" title="Background color to Sharepoint Custom List column based on Marks" src="http://www.fivenumber.com/wp-content/uploads/2009/07/11-300x173.gif" alt="Background color to Sharepoint Custom List column based on Marks" width="300" height="173" /></a><p class="wp-caption-text">Background color to Sharepoint Custom List column based on Marks</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-apply-background-color-to-custom-list-column-based-on-other-column-value/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Set task list title textbox to readonly mode in Sharepoint 2007</title>
		<link>http://www.fivenumber.com/set-task-list-title-textbox-to-readonly-mode-in-sharepoint-2007/</link>
		<comments>http://www.fivenumber.com/set-task-list-title-textbox-to-readonly-mode-in-sharepoint-2007/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 14:23:11 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Custom List]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=239</guid>
		<description><![CDATA[One of my client asked to set the task list title textbox to readonly mode when the user selects edit item property from the context menu. So, I thought to complete this scenario by making use of javascript Open the EditForm.aspx in Sharepiont designer Select one td tag to write the javascript which sets the [...]]]></description>
			<content:encoded><![CDATA[<p>One of my client asked to set the task list <strong>title</strong> textbox to <strong>readonly </strong>mode when the user selects edit item property from the context menu.<br />
So, I thought to complete this scenario by making use of javascript</p>
<ul>
<li>Open the <strong>EditForm.aspx</strong> in Sharepiont designer</li>
<li>Select one td tag to write the javascript which sets the <strong>Title </strong>textbox to <strong>readonly </strong>mode</li>
<li>First of all write <strong>&lt;script language=&#8221;javascript&#8221;&gt;</strong></li>
<li>Then <strong>document.&lt;formname&gt;.&lt;textboxname&gt;.disabled=&#8221;true&#8221;;</strong></li>
<li>In the above step <strong>form name</strong> can be found by selecting the page view source of <strong>Editform.aspx</strong></li>
</ul>
<div id="attachment_240" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/21.gif" rel="lightbox[239]"><img class="size-medium wp-image-240" title="View source of EditForm.aspx to find out form name" src="http://www.fivenumber.com/wp-content/uploads/2008/09/21-300x233.gif" alt="View source of EditForm.aspx to find out form name" width="300" height="233" /></a><p class="wp-caption-text">View source of EditForm.aspx to find out form name</p></div>
<ul>
<li>In the same way find out the <strong>textbox name</strong> by selecting the page view source of <strong>Editform.aspx</strong></li>
</ul>
<div id="attachment_241" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/32.gif" rel="lightbox[239]"><img class="size-medium wp-image-241" title="View source of EditForm.aspx to findout textbox name" src="http://www.fivenumber.com/wp-content/uploads/2008/09/32-300x200.gif" alt="View source of EditForm.aspx to findout textbox name" width="300" height="200" /></a><p class="wp-caption-text">View source of EditForm.aspx to find out textbox name</p></div>
<ul>
<li>At last your script looks like this</li>
</ul>
<p>&lt;!&#8211;Textbox Readonly Script Starts Here&#8211;&gt;</p>
<p>&lt;script language=&#8221;javascript&#8221;&gt;<br />
document.aspnetForm.<br />
ctl00$m$g_99782022_7721_4b5a_baa3_ac4b844844dd$ctl00$ctl04$ctl00$ctl00$ctl00$ctl04$ctl00$ctl00$TextField.<br />
disabled=&#8221;true&#8221;;<br />
&lt;/script&gt;</p>
<p>&lt;!&#8211;Textbox Readonly Script Ends Here&#8211;&gt;</p>
<div id="attachment_244" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/12.gif" rel="lightbox[239]"><img class="size-medium wp-image-244" title="Readonly script in Sharepoint designer" src="http://www.fivenumber.com/wp-content/uploads/2008/09/12-300x64.gif" alt="Readonly script in Sharepoint designer" width="300" height="64" /></a><p class="wp-caption-text">Readonly script in Sharepoint designer</p></div>
<ul>
<li>Add the script tag in some td (example:&lt;td&gt;Script goes here&#8230;&lt;/td&gt;) as shown in above image</li>
<li>Save <strong>EditForm.aspx</strong> in Sharepoint designer and browse in explorer, now you can view the <strong>Title</strong> textbox is set to <strong>readonly </strong>mode, means users cannot edit the <strong>Title </strong>textbox</li>
</ul>
<div id="attachment_242" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/09/41.gif" rel="lightbox[239]"><img class="size-medium wp-image-242" title="Title textbox set to readonly mode" src="http://www.fivenumber.com/wp-content/uploads/2008/09/41-300x211.gif" alt="Title textbox set to readonly mode" width="300" height="211" /></a><p class="wp-caption-text">Title textbox set to readonly mode</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/set-task-list-title-textbox-to-readonly-mode-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Sharepoint Breadcrumb: Display&#039;s current site title</title>
		<link>http://www.fivenumber.com/sharepoint-breadcrumb-displays-current-site-title/</link>
		<comments>http://www.fivenumber.com/sharepoint-breadcrumb-displays-current-site-title/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 11:44:56 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Breadcrumb]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=188</guid>
		<description><![CDATA[To display only the current site title in Sharepoint breadcrumb add the property ParentLevelsDisplayed=&#8221;0&#8243; in the &#60;asp:SiteMapPath&#8230; tag The below Asp:SiteMapPath tag display only the current site title Example: &#60;asp:SiteMapPath ID=&#8221;siteMapPath_section&#8221; Runat=&#8221;server&#8221; SiteMapProvider=&#8221;CurrentNavSiteMapProviderNoEncode&#8221; RenderCurrentNodeAsLink=&#8221;false&#8221; SkipLinkText=&#8221;" CurrentNodeStyle-CssClass=&#8221;breadcrumbCurrent&#8221; NodeStyle-CssClass=&#8221;ms-sitemapdirectional&#8221; ParentLevelsDisplayed=&#8221;0&#8243;&#62; &#60;CurrentNodeStyle CssClass=&#8221;breadcrumbCurrent&#8221; /&#62; &#60;NodeStyle CssClass=&#8221;ms-sitemapdirectional&#8221; /&#62; &#60;/asp:SiteMapPath&#62; The below Asp:SiteMapPath tag display only the current site title [...]]]></description>
			<content:encoded><![CDATA[<p>To display only the current site title in Sharepoint breadcrumb add the property <strong>ParentLevelsDisplayed=&#8221;0&#8243;</strong> in the &lt;asp:SiteMapPath&#8230; tag</p>
<p>The below <strong>Asp:SiteMapPath </strong>tag display only the current site title<br />
<strong>Example</strong>:<br />
&lt;asp:SiteMapPath ID=&#8221;siteMapPath_section&#8221; Runat=&#8221;server&#8221; SiteMapProvider=&#8221;CurrentNavSiteMapProviderNoEncode&#8221; RenderCurrentNodeAsLink=&#8221;false&#8221; SkipLinkText=&#8221;" CurrentNodeStyle-CssClass=&#8221;breadcrumbCurrent&#8221; NodeStyle-CssClass=&#8221;ms-sitemapdirectional&#8221; <strong>ParentLevelsDisplayed=&#8221;0&#8243;</strong>&gt;<br />
&lt;CurrentNodeStyle CssClass=&#8221;breadcrumbCurrent&#8221; /&gt;<br />
&lt;NodeStyle CssClass=&#8221;ms-sitemapdirectional&#8221; /&gt;<br />
&lt;/asp:SiteMapPath&gt;</p>
<p>The below <strong>Asp:SiteMapPath </strong>tag display only the current site title parent and current site title (parent &gt; current)</p>
<p>&lt;asp:SiteMapPath ID=&#8221;siteMapPath&#8221; Runat=&#8221;server&#8221; SiteMapProvider=&#8221;CurrentNavSiteMapProviderNoEncode&#8221; RenderCurrentNodeAsLink=&#8221;false&#8221; SkipLinkText=&#8221;" CurrentNodeStyle-CssClass=&#8221;breadcrumbCurrent&#8221; NodeStyle-CssClass=&#8221;ms-sitemapdirectional&#8221;&gt;<br />
&lt;CurrentNodeStyle CssClass=&#8221;breadcrumbCurrent&#8221; /&gt;<br />
&lt;NodeStyle CssClass=&#8221;ms-sitemapdirectional&#8221; /&gt;<br />
&lt;/asp:SiteMapPath&gt;</p>
<div id="attachment_190" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/13.gif" rel="lightbox[188]"><img class="size-medium wp-image-190" title="Custom Sharepoint breadcrumb" src="http://www.fivenumber.com/wp-content/uploads/2008/08/13-300x47.gif" alt="Custom Sharepoint breadcrumb" width="300" height="47" /></a><p class="wp-caption-text">Custom Sharepoint breadcrumb</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-breadcrumb-displays-current-site-title/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Customize search box in sharepoint 2007</title>
		<link>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/</link>
		<comments>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 12:11:18 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Custom Search]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=165</guid>
		<description><![CDATA[Now, we learn how to customize the sharepoint search box Search for the Content place holder PlaceHolderSearchArea Add the property visible=&#8221;false&#8221; to the PlaceHolderSearchArea As shown in below image: Now, choose the place where you want to put the customized search box or write a new tag &#60;td&#62;&#60;/td&#62; below the PlaceHolderSearchArea closing &#60;/td&#62; tag Go [...]]]></description>
			<content:encoded><![CDATA[<p>Now, we learn how to customize the sharepoint search box</p>
<div id="attachment_167" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/21.gif" rel="lightbox[165]"><img class="size-medium wp-image-167" title="Sharepoint default search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/21-300x24.gif" alt="Sharepoint default search box" width="300" height="24" /></a><p class="wp-caption-text">Sharepoint default search box</p></div>
<div id="attachment_168" class="wp-caption aligncenter" style="width: 216px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" rel="lightbox[165]"><img class="size-medium wp-image-168" title="Customized search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" alt="Customized search box" width="206" height="29" /></a><p class="wp-caption-text">Customized search box</p></div>
<p>Search for the Content place holder <strong>PlaceHolderSearchArea</strong></p>
<p>Add the property <strong>visible=&#8221;false&#8221;</strong> to the <strong>PlaceHolderSearchArea</strong></p>
<p>As shown in below image:</p>
<div id="attachment_169" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/31.gif" rel="lightbox[165]"><img class="size-medium wp-image-169" title="Hiding the PlaceHolderSearchArea" src="http://www.fivenumber.com/wp-content/uploads/2008/08/31-300x37.gif" alt="Hiding the PlaceHolderSearchArea" width="300" height="37" /></a><p class="wp-caption-text">Hiding the PlaceHolderSearchArea</p></div>
<p>Now, choose the place where you want to put the customized search box or write a new tag <strong>&lt;td&gt;&lt;/td&gt;</strong> below the <strong>PlaceHolderSearchArea</strong> closing <strong>&lt;/td&gt;</strong> tag</p>
<p>Go to the menu <strong>Task Panes</strong> &gt; <strong>Web parts</strong> (Select the Web parts, if is not already selected)</p>
<p>Select the <strong>Search Box</strong> web part form he Web part List, Click on <strong>Insert Selected Web part</strong> (which inserts the web part in to the area you have choosen)</p>
<p>Now, add the tag <strong>&lt;DropDownModeEx xmlns=&#8221;urn:schemas-microsoft-com:SearchBoxEx&#8221;&gt;HideScopeDD&lt;/DropDownModeEx&gt;</strong> into the newly added Search Box web part</p>
<p>As shown in the below image:</p>
<div id="attachment_171" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/41.gif" rel="lightbox[165]"><img class="size-medium wp-image-171" title="Customized search box tag" src="http://www.fivenumber.com/wp-content/uploads/2008/08/41-300x182.gif" alt="Customized search box tag" width="300" height="182" /></a><p class="wp-caption-text">Customized search box tag</p></div>
<p>Add one more tag in to the search box code, to display the default value (Enter keyword&#8230;) while the search box is empty<strong>&lt;QueryPromptString xmlns=&#8221;urn:schemas-microsoft-com:SearchBoxEx&#8221;&gt;&lt;b&gt;Enter Keyword&#8230;&lt;/b&gt;&lt;/QueryPromptString&gt;</strong></p>
<p>As shown in the below image:</p>
<div id="attachment_172" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/5.gif" rel="lightbox[165]"><img class="size-medium wp-image-172" title="Customized search box tag" src="http://www.fivenumber.com/wp-content/uploads/2008/08/5-300x172.gif" alt="Customized search box tag" width="300" height="172" /></a><p class="wp-caption-text">Customized search box tag</p></div>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 216px"><a href="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" rel="lightbox[165]"><img class="size-medium wp-image-168" title="Customized search box" src="http://www.fivenumber.com/wp-content/uploads/2008/08/11.gif" alt="Customized search box" width="206" height="29" /></a><p class="wp-caption-text">Output: Customized search box</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/customize-search-box-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sharepoint 2007 sample master page</title>
		<link>http://www.fivenumber.com/sharepoint-2007-sample-master-page/</link>
		<comments>http://www.fivenumber.com/sharepoint-2007-sample-master-page/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 10:36:13 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[MOSS - Master Pages]]></category>
		<category><![CDATA[Master Pages]]></category>
		<category><![CDATA[Sample Master Pages]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=90</guid>
		<description><![CDATA[5number-masterpage.zip Installation Steps: Extract the downloaded file 5Number-MasterPage Open your Sharepoint 2007 site in Microsoft Office SharePoint Designer 2007. On the File menu, click Open Site. In the Open Site dialog box, type the URL of the site that you want to open, and then click Open. On the File menu, select Import &#62; File [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_91" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/08/home.gif" rel="lightbox[90]"><img class="size-medium wp-image-91" title="Sharepoint 2007 sample master page - Home" src="http://fivenumber.com/wp-content/uploads/2008/08/home-300x205.gif" alt="Sharepoint 2007 sample master page - Home" width="300" height="205" /></a><p class="wp-caption-text">Sharepoint 2007 sample master page - Home</p></div>
<div id="attachment_92" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/08/calendar.gif" rel="lightbox[90]"><img class="size-medium wp-image-92" title="Sharepoint 2007 sample master page - Calendar" src="http://fivenumber.com/wp-content/uploads/2008/08/calendar-300x259.gif" alt="Sharepoint 2007 sample master page - Calendar" width="300" height="259" /></a><p class="wp-caption-text">Sharepoint 2007 sample master page - Calendar</p></div>
<div id="attachment_93" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/08/newform.gif" rel="lightbox[90]"><img class="size-medium wp-image-93" title="Sharepoint 2007 sample master page - Newform" src="http://fivenumber.com/wp-content/uploads/2008/08/newform-300x266.gif" alt="Sharepoint 2007 sample master page - Newform" width="300" height="266" /></a><p class="wp-caption-text">Sharepoint 2007 sample master page - Newform</p></div>
<p><a href="http://fivenumber.com/wp-content/uploads/2008/08/5number-masterpage.zip">5number-masterpage.zip</a></p>
<p><strong>Installation Steps:</strong></p>
<ol>
<li>Extract the downloaded file 5Number-MasterPage</li>
<li>Open your Sharepoint 2007 site in Microsoft Office SharePoint Designer 2007.</li>
<li>On the File menu, click Open Site.</li>
<li>In the Open Site dialog box, type the URL of the site that you want to open, and then click Open.</li>
<li>On the File menu, select Import &gt; File</li>
<li>In the Import dialog box, select Add Folder</li>
<li>Browse to location of the extracted master page files, and then browse to the master page</li>
<li>Select the &#8220;_catalogs&#8221; folder and click open</li>
<li>Repeat steps for the &#8220;images&#8221; folder &#8220;css&#8221; and _themes files.</li>
<li>Click ok to finish importing the files.</li>
</ol>
<p><strong>Instructions of use:</strong></p>
<ol>
<li>Browse to the location 5Number.master file (_catalogsMaster Page)</li>
<li>In the master page folder, right-click on 5Number.master file and then click &#8220;Set as Default Master Page&#8221;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2007-sample-master-page/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Copy item from one list to another, using Sharepoint designer workflow</title>
		<link>http://www.fivenumber.com/copy-item-from-one-list-to-another-using-sharepoint-designer-workflow/</link>
		<comments>http://www.fivenumber.com/copy-item-from-one-list-to-another-using-sharepoint-designer-workflow/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 16:27:45 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Out of Box]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>
		<category><![CDATA[Workflows]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=57</guid>
		<description><![CDATA[If you are looking to copy list items from one Sharepoint site to another programmatically, please have a look at this post In this post you will learn how to copy list items from one list to another using Sharepoint Designer workflow, for this you need basically two lists, Source List and Destination List Create [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to copy list items from one Sharepoint site to another programmatically, please have a look at this <a title="Copy list items from one Sharepoint site to another site programmatically" href="http://www.fivenumber.com/copy-sharepoint-list-items-from-one-site-to-another-programmatically/" target="_blank">post</a></p>
<p>In this post you will learn how to copy list items from one list to another using Sharepoint Designer workflow, for this you need basically two lists, <strong>Source List</strong> and <strong>Destination List</strong></p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/12.gif" rel="lightbox[57]"><img class="size-medium wp-image-58" title="Source List" src="http://fivenumber.com/wp-content/uploads/2008/07/12-300x89.gif" alt="Source List" width="300" height="89" /></a><p class="wp-caption-text">Source List</p></div>
<div id="attachment_59" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/22.gif" rel="lightbox[57]"><img class="size-medium wp-image-59" title="Copy Item Workflow - Sharepoitn Designer" src="http://fivenumber.com/wp-content/uploads/2008/07/22-300x234.gif" alt="Copy Item Workflow - Sharepoitn Designer" width="300" height="234" /></a><p class="wp-caption-text">Copy Item Workflow - Sharepoint Designer</p></div>
<div id="attachment_60" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/32.gif" rel="lightbox[57]"><img class="size-medium wp-image-60" title="Source List" src="http://fivenumber.com/wp-content/uploads/2008/07/32-300x88.gif" alt="Source List" width="300" height="88" /></a><p class="wp-caption-text">Source List</p></div>
<div id="attachment_61" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/42.gif" rel="lightbox[57]"><img class="size-medium wp-image-61" title="Destination List" src="http://fivenumber.com/wp-content/uploads/2008/07/42-300x80.gif" alt="Destination List" width="300" height="80" /></a><p class="wp-caption-text">Destination List</p></div>
<p><strong>Create two custom lists</strong>:</p>
<p><strong>Source List</strong> (below are columns and column types)</p>
<p>Employee Id (Single line of text)</p>
<p>Employee Name (Single line of text)</p>
<p>Designation (Single line of text)</p>
<p>Age (Single line of text)</p>
<p><strong>Destination List</strong> (below are columns and column types)</p>
<p>Employee Id (Single line of text)</p>
<p>Employee Name (Single line of text)</p>
<p>Designation (Single line of text)</p>
<p>Age (Single line of text)</p>
<p>After creating the two lists:</p>
<ul>
<li>Open site in Sharepoint Designer 2007</li>
<li>Click <strong>File </strong>&gt; <strong>New </strong>&gt; <strong>Workflow</strong>, which opens Workflow Designer window</li>
<li>Enter the name of the workflow in the appropriate box</li>
<li>Select the list name (Source List) from &#8216;<strong>what sharepoint list should this workflow be attached to</strong>&#8216; dropdownlist</li>
<li>After selecting the list from the dropdownlist, select at least on checkbox from the following:
<p>&#8216;<strong>Allow this workflow to be started manually from an item</strong>&#8216;</p>
<p>&#8216;<strong>Automatically start this workflow when a new item is created</strong>&#8216;</p>
<p>&#8216;<strong>Automatically start this workflow whenever an item is changed</strong>&#8216;</li>
<li>Click <strong>Next</strong></li>
<li>Enter the Step Name in the appropraite box</li>
<li>Click on the <strong>Conditions </strong>buttons and select the &#8216;<strong>Compare Source List item</strong>&#8216;</li>
<li>Click on the <em>field </em>and select the field name (Age), like that give the condition like <em>if source list greater than Age</em></li>
<li>Now, click on the <strong>Actions </strong>button to perform what action to be done if the condition is satisfied</li>
<li>Select <strong>Copy list item</strong></li>
<li>Select the current list (Source list) and then select the Destination list (where to copy the item)</li>
<li>Again, Click on the <strong>Actions </strong>button and select &#8216;<strong>stop the workflow</strong>&#8216; and enter the message</li>
</ul>
<p>Now, try to add the item in the source list (Employee Id, Employee Name, Designation, Age)</p>
<p>If the age is greater than 25 then the row will get update in the destination list too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/copy-item-from-one-list-to-another-using-sharepoint-designer-workflow/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>MOSS links open in new window</title>
		<link>http://www.fivenumber.com/moss-links-open-in-new-window/</link>
		<comments>http://www.fivenumber.com/moss-links-open-in-new-window/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 11:59:36 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=14</guid>
		<description><![CDATA[There is very easy way to open the Links webpart links in new window using SPD. 1. Open the site in sharepoint designer. 2. Select the Links webpart and convert it into XSLT Data View 3. Then, select any one of the link in Links webpart and right click you will find Hyperlinks Properties option, [...]]]></description>
			<content:encoded><![CDATA[<p>There is very easy way to open the Links webpart links in new window using SPD.<br />
1. Open the site in sharepoint designer.<br />
2. Select the Links webpart and convert it into XSLT Data View<br />
3. Then, select any one of the link in Links webpart and right click you will find Hyperlinks Properties option, Click on that<br />
4. It will open Edit Hyperlink dialogue. Click on the Target Frame button which is located right side of the dialogue box.<br />
5. Here, now it opens one more dialogue box naming Target Frame. Select the New Window option from common tragets list and click OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/moss-links-open-in-new-window/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Format sharepoint list column text</title>
		<link>http://www.fivenumber.com/format-sharepoint-list-column-text/</link>
		<comments>http://www.fivenumber.com/format-sharepoint-list-column-text/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 11:27:34 +0000</pubDate>
		<dc:creator>GVK</dc:creator>
				<category><![CDATA[MOSS - Customization with SPD]]></category>
		<category><![CDATA[Customizations]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Designer]]></category>

		<guid isPermaLink="false">http://fivenumber.com/?p=8</guid>
		<description><![CDATA[1. Open the site in Sharepoint Designer 2. Select the list webpart and convert it into XSLT Data View 3. Select the column text which you want to make as bold/italic right click and take mouse over on Format Item as option and click on Text 4. Then format the text accordingly.]]></description>
			<content:encoded><![CDATA[<div id="attachment_9" class="wp-caption aligncenter" style="width: 310px"><a href="http://fivenumber.com/wp-content/uploads/2008/07/list.gif" rel="lightbox[8]"><img class="size-medium wp-image-9" title="list" src="http://fivenumber.com/wp-content/uploads/2008/07/list-300x180.gif" alt="Formatted text in Sharepoint list" width="300" height="180" /></a><p class="wp-caption-text">Formatted text in Sharepoint list</p></div>
<p>1. Open the site in Sharepoint Designer<br />
2. Select the list webpart and convert it into XSLT Data View<br />
3. Select the column text which you want to make as bold/italic right click and take mouse over on Format Item as option and click on Text<br />
4. Then format the text accordingly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/format-sharepoint-list-column-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

