<?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; SharePoint</title>
	<atom:link href="http://sharepointhimadrish.com/index.php/category/sharepoint/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>SharePoint tools and utilities software</title>
		<link>http://sharepointhimadrish.com/index.php/2009/11/12/sharepoint-tools-and-utilities-software/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/11/12/sharepoint-tools-and-utilities-software/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 18:50:04 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[WSS 2.0]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=480</guid>
		<description><![CDATA[SharePoint tools and utilities software are very essential for SharePoint web farm maintenance, development and migration purpose. There are lots of tools and utilities software available around us, few of them are branded and few are tagged with Open Source. Obviously every software product has some good insight along with existing bugs.   In this post, [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/11/12/sharepoint-tools-and-utilities-software/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>October 2009 Cumulative Update for MOSS 2007 and WSS 3.0</title>
		<link>http://sharepointhimadrish.com/index.php/2009/10/30/october-2009-cumulative-update-for-moss-2007-and-wss-30/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/10/30/october-2009-cumulative-update-for-moss-2007-and-wss-30/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 19:24:39 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=353</guid>
		<description><![CDATA[On October 29th, Jie Li, Technical Product Manager, SharePoint at Microsoft has been announced the release of cumulative update for Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0 at MS SharePoint blog.
Below the download Information:
Windows SharePoint Services 3.0 October 2009 cumulative update package 
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974989
Office SharePoint Server 2007 October 2009 cumulative update package
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=974988

Detail Description:
Description [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/10/30/october-2009-cumulative-update-for-moss-2007-and-wss-30/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Content Query Web Part (CQWP) in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/10/26/content-query-web-part-cqwp-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/10/26/content-query-web-part-cqwp-in-sharepoint/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:01:32 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=351</guid>
		<description><![CDATA[One of the most usable OOTB web parts in SharePoint is Content Query Web Part (CQWP). It has been hugely used in publishing sites. Designer as well as developer always prefer this OOTB component for branding or display the data into the dashboard.
CQWP is for to display the dynamic content in your site (within a [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/10/26/content-query-web-part-cqwp-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Viewer Web Part &#8211; How to setup in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/10/24/rss-viewer-web-part-how-to-setup-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/10/24/rss-viewer-web-part-how-to-setup-in-sharepoint/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 15:28:38 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Troubleshoot Issues]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=340</guid>
		<description><![CDATA[RSS Viewer web part is another OOTB feature which people are willing to use. At the very initial  setup stage, there are few issues attached with this. This article is for explaining you how to install and setup the RSS web part into SharePoint portal.
Open SharePoint site and click on Edit Page under Site Action. [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/10/24/rss-viewer-web-part-how-to-setup-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
