<?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; WSS 3.0</title>
	<atom:link href="http://sharepointhimadrish.com/index.php/category/sharepoint/wss-30-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>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>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>Render Failed Issue in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/08/20/render-failed-issue-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/08/20/render-failed-issue-in-sharepoint/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 03:06:51 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 2.0]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=182</guid>
		<description><![CDATA[On a fine morning, while I have started browsing my staging environment, I have stuck on one document library. AllItems view was not working there and displaying error RENDER FAILED. I remembered, last time we feed up around 2k data on this document library for test purpose.
My initial thought was somehow the document library has [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/08/20/render-failed-issue-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Practices For Document Libraries and List in SharePoint</title>
		<link>http://sharepointhimadrish.com/index.php/2009/08/02/best-practices-for-document-libraries-and-list-in-sharepoint/</link>
		<comments>http://sharepointhimadrish.com/index.php/2009/08/02/best-practices-for-document-libraries-and-list-in-sharepoint/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 09:15:58 +0000</pubDate>
		<dc:creator>Himadrish</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[WSS 2.0]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://sharepointhimadrish.com/?p=153</guid>
		<description><![CDATA[Last week, I came to know the article &#8220;Top 10 Best Practices for Document Libraries&#8221; published at officesharepointpro.com by Dan Holme. This is another great article print out from Dan&#8217;s pen. 
Dan has pointed out the top ten things which we must check and implement in SharePoint Document Library. Those lists are not everything we should [...]]]></description>
		<wfw:commentRss>http://sharepointhimadrish.com/index.php/2009/08/02/best-practices-for-document-libraries-and-list-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
