<?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 Himadrish &#187; Customization</title>
	<atom:link href="http://sharepointhimadrish.com/index.php/tag/customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointhimadrish.com</link>
	<description>To Share Ideas - Build the Colaboration Network</description>
	<lastBuildDate>Sun, 20 Jun 2010 06:55:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to send email to People or group field user</title>
		<link>http://sharepointhimadrish.com/index.php/2010/03/02/how-to-send-email-to-people-or-group-field-user/</link>
		<comments>http://sharepointhimadrish.com/index.php/2010/03/02/how-to-send-email-to-people-or-group-field-user/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:05:10 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=470</guid>
		<description><![CDATA[People/Group field in SharePoint allow us to keep adding the existing user(s) or group(s) into the document library or list item. Let’s think, I have a list where one field name i.e. Assigned To (reviewer) is type of People/Group. Objective is when I assign someone to review the list item, and then an email notification [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2010/03/02/how-to-send-email-to-people-or-group-field-user/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server Reporting Services Report Viewer &#8211; configuration</title>
		<link>http://sharepointhimadrish.com/index.php/2010/01/26/sql-server-reporting-services-report-reviewer-configuration/</link>
		<comments>http://sharepointhimadrish.com/index.php/2010/01/26/sql-server-reporting-services-report-reviewer-configuration/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 08:59:27 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=451</guid>
		<description><![CDATA[Productive reports are always welcome. Management always appreciates you to build up a good informative report. In SharePoint, you can found a large area where organization can play with their business data and transformed the raw data to a informative and intelligent report.
From the ancient stage, we are following the process to transformed business data [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2010/01/26/sql-server-reporting-services-report-reviewer-configuration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To execute row count SQL SPQuery against SPList Item – Use of GetRowCountByField() method</title>
		<link>http://sharepointhimadrish.com/index.php/2009/12/12/to-execute-row-count-sql-spquery-against-splist-item-%e2%80%93-use-of-getrowcountbyfield-method/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/12/12/to-execute-row-count-sql-spquery-against-splist-item-%e2%80%93-use-of-getrowcountbyfield-method/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 17:53:05 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=387</guid>
		<description><![CDATA[Today, I’m going to demonstrate one useful and simple custom method against SPList object which could be reusable in other SharePoint applications. The objective is to verify whether any item is exist in the existing SharePoint list. And if the item is not exist in the SharePoint list, let an entry of the new inserted [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/12/12/to-execute-row-count-sql-spquery-against-splist-item-%e2%80%93-use-of-getrowcountbyfield-method/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Few common mistakes @ SPList and SPListItem objects</title>
		<link>http://sharepointhimadrish.com/index.php/2009/12/02/few-common-mistakes-in-splist-and-splistitem-objects/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/12/02/few-common-mistakes-in-splist-and-splistitem-objects/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 04:25:15 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Troubleshoot Issues]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=381</guid>
		<description><![CDATA[We can assume many things in life, but not everything match with our assumption. Similar story with SPList.Fields properties. Fields is a properties of the SPList objects which actually returns the SPFieldCollection object which also basically inherited  from SPBaseCollection.
From .NET perspective, we can use indexer or name to get the actual Field object from the [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/12/02/few-common-mistakes-in-splist-and-splistitem-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>window open using content editor in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/11/25/window-open-using-content-editor-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/11/25/window-open-using-content-editor-in-sharepoint/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 17:54:22 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=423</guid>
		<description><![CDATA[This is very common requirement in web world to open any link in a new window. The simplest approach is to use JavaScript to implement same. The same is applicable in SharePoint as well. There are different gateways you can implement JavaScript in SharePoint pages. You can use master page, layout page or any OTB [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/11/25/window-open-using-content-editor-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to implement rule on SharePoint list and design color SharePoint list</title>
		<link>http://sharepointhimadrish.com/index.php/2009/11/02/how-to-implement-rule-on-sharepoint-list-and-design-color-sharepoint-list/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/11/02/how-to-implement-rule-on-sharepoint-list-and-design-color-sharepoint-list/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 18:02:19 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=361</guid>
		<description><![CDATA[SharePoint designer has many features and one of the features is to design the SharePoint list and implement rule over there. You can implement bi-color on any SharePoint list by using SharePoint designer.
This article is to help you to understand how to design a list in a SharePoint page, implement rule on the list and [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/11/02/how-to-implement-rule-on-sharepoint-list-and-design-color-sharepoint-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Remove Quick Launch Bar from SharePoint Page</title>
		<link>http://sharepointhimadrish.com/index.php/2009/09/08/how-to-remove-quick-launch-bar-from-sharepoint-page/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/09/08/how-to-remove-quick-launch-bar-from-sharepoint-page/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:36:02 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[WSS 2.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=219</guid>
		<description><![CDATA[The question which strike in my mind last week is why we are using stereo type SharePoint page. Where we can feed added value into the page. In other words, in which area, we can change easily (not considering branding here). The objective is to use more webpart and utilize the space available in dashboard. [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/09/08/how-to-remove-quick-launch-bar-from-sharepoint-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SPList.GetItems error &#8211; One or more field types are not installed properly</title>
		<link>http://sharepointhimadrish.com/index.php/2009/06/30/377/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/06/30/377/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:51:02 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Troubleshoot Issues]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=377</guid>
		<description><![CDATA[This article is to address one of the very common errors in SPList which most of the SharePoint developer face while working with SPList object. Let me try to explain the scenario first and the error.
Let’s say we have a list name Registration which when submitted some kind of action item need to execute. Say, [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/06/30/377/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send email in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/06/07/how-to-send-emailing-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/06/07/how-to-send-emailing-in-sharepoint/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 07:47:28 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>
		<category><![CDATA[Customization]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=15</guid>
		<description><![CDATA[
 
private void SendEmail()
        {
            // Build the email subject
            System.Text.StringBuilder subject = new System.Text.StringBuilder();
            subject.Append(&#8220;New TimeSheet has been added &#8220;);
            subject.Append(txtEmailAddress.Text);
 
            // Build the email body message
            System.Text.StringBuilder message = new System.Text.StringBuilder();
            message.Append(&#8220;Employee Name: &#8220;);
            message.AppendLine(txtEmpName.Text.Trim());
            message.AppendLine();
            message.Append(&#8220;Email Address: &#8220;);
            message.AppendLine(txtEmailAddress.Text);
            message.AppendLine();
            message.Append(&#8220;WeekEnd: &#8220;);
            message.AppendLine(WeekCalendar.SelectedItem.Text.Trim());
            message.AppendLine();
            
 
            // Construct the message header
            System.Collections.Specialized.StringDictionary messageInfo =
            [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/06/07/how-to-send-emailing-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TimeSheet webpart solution in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/06/02/time-sheet-booking-webpart-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/06/02/time-sheet-booking-webpart-sharepoint/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 17:24:43 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Solutions]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=1</guid>
		<description><![CDATA[
I had different design approach to make this things happens. However the simple way was to use the inbuilt feature in SharePoint and then added the out of the box feature. It needs to have one GUI where employee could able to put time sheet data, one list item as repository of data, and a [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/06/02/time-sheet-booking-webpart-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
