<?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>Microsoft Sharepoint Server &#187; Sharepoint</title>
	<atom:link href="http://www.fivenumber.com/tag/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fivenumber.com</link>
	<description>It&#039;s all about SharePoint</description>
	<lastBuildDate>Fri, 28 May 2010 09:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
<link>http://www.fivenumber.com</link>
<url>http://www.fivenumber.com/wp-content/mbp-favicon/5.jpg</url>
<title>Microsoft Sharepoint Server</title>
</image>
		<item>
		<title>Customizing SharePoint 2010 Social Tags: I Like It &#124; Tags &amp;  Notes</title>
		<link>http://www.fivenumber.com/customizing-sharepoint-2010-social-tags-i-like-it-tags-notes/</link>
		<comments>http://www.fivenumber.com/customizing-sharepoint-2010-social-tags-i-like-it-tags-notes/#comments</comments>
		<pubDate>Fri, 28 May 2010 09:20:32 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010 - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=741</guid>
		<description><![CDATA[When I was customizing the SharePoint 2010 V4.master I found the  Social tags I Like It and Tags &#38; Notes which are new in SharePoint 2010. The tag is a SharePoint Delegate control
The tags are occupying big amount of area, so our client told to minimize the icons to make use of space, also he [...]]]></description>
			<content:encoded><![CDATA[<p>When I was customizing the SharePoint 2010 V4.master I found the  Social tags <strong>I Like It</strong> and <strong>Tags &amp; Notes</strong> which are new in SharePoint 2010. The tag is a SharePoint Delegate control</p>
<p>The tags are occupying big amount of area, so our client told to minimize the icons to make use of space, also he given the hint that the nightandday.master has small social icons</p>
<p><strong>&lt;SharePoint:DelegateControl ControlId=&#8221;GlobalSiteLink3&#8243; Scope=&#8221;Farm&#8221; runat=&#8221;server&#8221;/&gt;</strong></p>
<div id="attachment_742" class="wp-caption aligncenter" style="width: 309px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/1.gif" rel="lightbox[741]"><img class="size-full wp-image-742" title="SharePoint 2010: Social Tags before customizing" src="http://www.fivenumber.com/wp-content/uploads/2010/05/1.gif" alt="SharePoint 2010: Social Tags before customizing" width="299" height="95" /></a><p class="wp-caption-text">SharePoint 2010: Social Tags before customizing</p></div>
<p>sooner I opened nightandday.master and compared with v4.master and found v4.master Social tag Delegate control Id is &#8216;GlobalSiteLink3&#8242; and the same delegate colntrol Id is GlobalSiteLink3-mini in nightandday.master</p>
<p>So I just changed the control Id to GlobalSiteLink3-mini  in v4.master and minimized the social icons.</p>
<p><strong>&lt;SharePoint:DelegateControl ControlId=&#8221;GlobalSiteLink3-mini&#8221; Scope=&#8221;Farm&#8221; runat=&#8221;server&#8221;/&gt;</strong></p>
<div id="attachment_743" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/2.gif" rel="lightbox[741]"><img class="size-medium wp-image-743" title="SharePoint 2010: Social Tags after customizing" src="http://www.fivenumber.com/wp-content/uploads/2010/05/2-300x78.gif" alt="SharePoint 2010: Social Tags after customizing" width="300" height="78" /></a><p class="wp-caption-text">SharePoint 2010: Social Tags after customizing</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/customizing-sharepoint-2010-social-tags-i-like-it-tags-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered</title>
		<link>http://www.fivenumber.com/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/</link>
		<comments>http://www.fivenumber.com/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/#comments</comments>
		<pubDate>Wed, 19 May 2010 15:44:40 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010 - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=737</guid>
		<description><![CDATA[When I am trying to run powershell window for the first time after installing SharePoint 2010 I was faced with a message that
The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered
Then, I did Bing search for some time and found the solution and the same I want to post here, so that [...]]]></description>
			<content:encoded><![CDATA[<p>When I am trying to run powershell window for the first time after installing SharePoint 2010 I was faced with a message that</p>
<p><strong>The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered</strong></p>
<p>Then, I did Bing search for some time and found the solution and the same I want to post here, so that it may be useful for some one.</p>
<p><strong>Solution: </strong>Make sure that the logged in user account has <strong>db_owner</strong> and <strong>SharePoint_Shell_Access</strong> rights to <strong>SharePoint_Config</strong> database</p>
<div id="attachment_738" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/5.gif" rel="lightbox[737]"><img class="size-medium wp-image-738" title="Granting rights to logged in user account" src="http://www.fivenumber.com/wp-content/uploads/2010/05/5-300x219.gif" alt="Granting rights to the user account" width="300" height="219" /></a><p class="wp-caption-text">Granting rights to the user account</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/the-local-farm-is-not-accessible-cmdlets-with-featuredependencyid-are-not-registered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Site Templates</title>
		<link>http://www.fivenumber.com/sharepoint-2010-site-templates/</link>
		<comments>http://www.fivenumber.com/sharepoint-2010-site-templates/#comments</comments>
		<pubDate>Tue, 11 May 2010 16:55:30 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[site template]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=729</guid>
		<description><![CDATA[The following are the site templates shipped with SharePoint 2010 Beta and available for creating top-level sites



Collaboration




Team Site


Blank Site


Document Workspace


Blog


Group Work Site


Visio Process Repository


Meetings




Basic Meeting Workspace


Blank Meeting Workspace


Decision Meeting Workspace


Social Meeting Workspace


Multipage Meeting Workspace


Enterprise




Document Center


Records Center


Business Intelligence Center


Enterprise Search Center


My Site Host


Basic Search Center


FAST Search Center


Publishing




Publishing Portal


Enterprise Wiki



The following is the list site templates available [...]]]></description>
			<content:encoded><![CDATA[<p>The following are the site templates shipped with SharePoint 2010 Beta and available for creating top-level sites</p>
<table border="1">
<tbody>
<tr>
<td style="text-align: center;"><strong>Collaboration</strong></td>
<td rowspan="7">
<div id="attachment_730" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Collaboration.gif" rel="lightbox[729]"><img class="size-medium wp-image-730" title="List of templates under Collaboration" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Collaboration-300x177.gif" alt="List of templates under Collaboration" width="300" height="177" /></a><p class="wp-caption-text">List of templates under Collaboration</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Team Site</td>
</tr>
<tr>
<td style="text-align: center;">Blank Site</td>
</tr>
<tr>
<td style="text-align: center;">Document Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Blog</td>
</tr>
<tr style="text-align: center;">
<td>Group Work Site</td>
</tr>
<tr>
<td style="text-align: center;">Visio Process Repository</td>
</tr>
<tr>
<td style="text-align: center;"><strong>Meetings</strong></td>
<td style="text-align: center;" rowspan="6">
<p><div id="attachment_731" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Meetings.gif" rel="lightbox[729]"><img class="size-medium wp-image-731" title="List of templates under Meetings" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Meetings-300x177.gif" alt="List of templates under Meetings" width="300" height="177" /></a><p class="wp-caption-text">List of templates under Meetings</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Basic Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Blank Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Decision Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Social Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;">Multipage Meeting Workspace</td>
</tr>
<tr>
<td style="text-align: center;"><strong>Enterprise</strong></td>
<td style="text-align: center;" rowspan="8">
<p><div id="attachment_732" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Enterprise.gif" rel="lightbox[729]"><img class="size-medium wp-image-732" title="List of template under Enterprise" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Enterprise-300x165.gif" alt="List of template under Enterprise" width="300" height="165" /></a><p class="wp-caption-text">List of template under Enterprise</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Document Center</td>
</tr>
<tr>
<td style="text-align: center;">Records Center</td>
</tr>
<tr>
<td style="text-align: center;">Business Intelligence Center</td>
</tr>
<tr>
<td style="text-align: center;">Enterprise Search Center</td>
</tr>
<tr>
<td style="text-align: center;">My Site Host</td>
</tr>
<tr>
<td style="text-align: center;">Basic Search Center</td>
</tr>
<tr>
<td style="text-align: center;">FAST Search Center</td>
</tr>
<tr>
<td style="text-align: center;"><strong>Publishing</strong></td>
<td style="text-align: center;" rowspan="3">
<p><div id="attachment_733" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/Publishing.gif" rel="lightbox[729]"><img class="size-medium wp-image-733" title="List of template under Publishing" src="http://www.fivenumber.com/wp-content/uploads/2010/05/Publishing-300x182.gif" alt="List of template under Publishing" width="300" height="182" /></a><p class="wp-caption-text">List of template under Publishing</p></div></td>
</tr>
<tr>
<td style="text-align: center;">Publishing Portal</td>
</tr>
<tr>
<td style="text-align: center;">Enterprise Wiki</td>
</tr>
</tbody>
</table>
<p>The following is the list site templates available in SharePoint 2010</p>
<table border="1">
<tbody>
<tr>
<td><strong>SharePoint 2010 &#8211; Site Templates</strong></td>
</tr>
<tr>
<td>Team Site</td>
</tr>
<tr>
<td>Blank Site</td>
</tr>
<tr>
<td>Document Workspace</td>
</tr>
<tr>
<td>Basic Meeting Workspace</td>
</tr>
<tr>
<td>Blank Meeting Workspace</td>
</tr>
<tr>
<td>Decision Meeting Workspace</td>
</tr>
<tr>
<td>Social Meeting Workspace</td>
</tr>
<tr>
<td>Multipage Meeting Workspace</td>
</tr>
<tr>
<td>Blog</td>
</tr>
<tr>
<td>Group Work Site <img src="http://www.fivenumber.com/wp-content/uploads/2010/05/new.gif" alt="New" /></td>
</tr>
<tr>
<td>Assets Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /></td>
</tr>
<tr>
<td>Charitable Contributions Web <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Contacts Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Issues Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Projects Web Database <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Document center</td>
</tr>
<tr>
<td>Records Center</td>
</tr>
<tr>
<td>Personalization Site</td>
</tr>
<tr>
<td>Enterprise Search Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Basic Search Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>FAST Search Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Visio Process Repository <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Business Intelligence Center <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>My Site Host</td>
</tr>
<tr>
<td>Enterprise Wiki <img src="../wp-content/uploads/2010/05/new.gif" alt="New" /><strong></strong></td>
</tr>
<tr>
<td>Publishing Portal</td>
</tr>
<tr>
<td>Publishing Site</td>
</tr>
<tr>
<td>Publishing Site With Workflow</td>
</tr>
</tbody>
</table>
<p><div id="attachment_734" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/05/All-Categories.gif" rel="lightbox[729]"><img class="size-medium wp-image-734" title="SharePoint 2010 - List of available site templates" src="http://www.fivenumber.com/wp-content/uploads/2010/05/All-Categories-300x264.gif" alt="SharePoint 2010 - List of available site templates" width="300" height="264" /></a><p class="wp-caption-text">SharePoint 2010 - List of available site templates</p></div>
<p>The following is the list of deprecated site templates</p>
<table border="1">
<tbody>
<tr>
<td>Wiki Site</td>
</tr>
<tr>
<td>Site Directory</td>
</tr>
<tr>
<td>Report Center</td>
</tr>
<tr>
<td>Search Center With Tabs</td>
</tr>
<tr>
<td>Search Center</td>
</tr>
<tr>
<td>Collaboration Portal</td>
</tr>
<tr>
<td>News Site</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2010-site-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 and Office 2010 Launch</title>
		<link>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/</link>
		<comments>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/#comments</comments>
		<pubDate>Tue, 04 May 2010 15:15:35 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MOSS - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=726</guid>
		<description><![CDATA[Microsoft officially  announced that 12th May, 2010 is the date of launch for SharePoint 2010 and  Office 2010
All of can virtually join for the event  on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft  Business Division, please register for the event on the following [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft officially  announced that 12th May, 2010 is the date of launch for SharePoint 2010 and  Office 2010<br />
All of can virtually join for the event  on 12th May, at 11 a.m EST to listen to Stephen Elop, President of the Microsoft  Business Division, please register for the event on the following link<br />
<a title="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx" href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx">http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2010-and-office-2010-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capacity Planning for SharePoint 2010</title>
		<link>http://www.fivenumber.com/capacity-planning-for-sharepoint-2010/</link>
		<comments>http://www.fivenumber.com/capacity-planning-for-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 04 May 2010 15:12:56 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Sharepoint 2010 - General]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=724</guid>
		<description><![CDATA[The capacity planning document describes about the capacity and  performance uniqueness and recommendations of the features incorporated  in SharePoint 2010 server.
Please look in to the Capacity  Management Resource Center for SharePoint 2010 gone live when Office  2010 released  on April 16th.
]]></description>
			<content:encoded><![CDATA[<p>The capacity planning document describes about the capacity and  performance uniqueness and recommendations of the features incorporated  in SharePoint 2010 server.<br />
Please look in to the <a title="Capacity Management Resource Center" href="http://technet.microsoft.com/en-us/sharepoint/ff601870.aspx" target="_blank">Capacity  Management Resource Cente</a>r for SharePoint 2010 gone live when Office  2010 released  on April 16th.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/capacity-planning-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in Microsoft SharePoint 2010</title>
		<link>http://www.fivenumber.com/whats-new-in-microsoft-sharepoint-2010/</link>
		<comments>http://www.fivenumber.com/whats-new-in-microsoft-sharepoint-2010/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 14:34:12 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Sharepoint 2010]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=718</guid>
		<description><![CDATA[People who are looking for E-Learning courses and to know what&#8217;s new in Sharepoint 2010, please follow the links below and sign up for the courses, even you may download the entire course for offline viewing.
Clinic 10277: What&#8217;s New in Microsoft SharePoint 2010 for Developers
 Developing SharePoint 2010 Solutions by Using Visual Studio 2010

 Creating [...]]]></description>
			<content:encoded><![CDATA[<p>People who are looking for E-Learning courses and to know what&#8217;s new in Sharepoint 2010, please follow the links below and sign up for the courses, even you may download the entire course for offline viewing.</p>
<div id="attachment_719" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/04/Microsoft-E-Learning.gif" rel="lightbox[718]"><img class="size-medium wp-image-719" title="Microsoft E-Learning: What's new in Sharepoint 2010" src="http://www.fivenumber.com/wp-content/uploads/2010/04/Microsoft-E-Learning-300x25.gif" alt="Microsoft E-Learning: What's new in Sharepoint 2010" width="300" height="25" /></a><p class="wp-caption-text">Microsoft E-Learning: What&#39;s new in Sharepoint 2010?</p></div>
<p><a title="What's new in Microsoft Sharepoint 2010 for Developers" href="https://www.microsoftelearning.com/eLearning/courseDetail.aspx?courseId=160329&amp;tab=overview" target="_blank">Clinic 10277: What&#8217;s New in Microsoft SharePoint 2010 for Developers</a><br />
<strong> Developing SharePoint 2010 Solutions by Using Visual Studio 2010</strong></p>
<ul>
<li> Creating SharePoint 2010 Solutions by Using Visual Studio 2010</li>
<li> Deploying SharePoint 2010 Solutions by Using Visual Studio 2010</li>
</ul>
<p><strong>Integrating New Development Features in SharePoint 2010 Solutions</strong></p>
<ul>
<li> New Process Capabilities for SharePoint 2010</li>
<li> Developing New User Interfaces for SharePoint 2010</li>
<li> Using LINQ to SharePoint</li>
</ul>
<p><strong>Developing Remote Clients for SharePoint 2010</strong></p>
<ul>
<li>Developing Remote Clients by Using the Client Object Model</li>
<li> Accessing SharePoint Data in Silverlight Applications</li>
</ul>
<p><strong>Incorporating External Data in SharePoint 2010 Solutions</strong></p>
<ul>
<li> Configuring Business Connectivity Services for SharePoint 2010</li>
</ul>
<p><a title="What's new in Microsoft Sharepoint 2010 for IT Professionals" href="https://www.microsoftelearning.com/eLearning/courseDetail.aspx?courseId=161467&amp;tab=overview" target="_blank">Clinic 10279: What&#8217;s New in Microsoft SharePoint 2010 for IT Professionals</a></p>
<p><strong>Introduction to SharePoint 2010</strong></p>
<ul>
<li> Fundamentals of SharePoint 2010</li>
<li> SharePoint 2010 User Interface Experience</li>
</ul>
<p><strong>Managing Data in SharePoint 2010</strong></p>
<ul>
<li> Using IFilters</li>
<li> Managing Lists with Large List Resource Throttling</li>
<li> Using Windows PowerShell</li>
<li> Backing Up and Recovering Data</li>
</ul>
<p><strong>Monitoring Data in SharePoint 2010</strong></p>
<ul>
<li> Performance Tracking in SharePoint 2010</li>
<li> Using the SharePoint Best Practices Analyzer</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/whats-new-in-microsoft-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick look on WSS Out Of Box web services &#8211; Part 2</title>
		<link>http://www.fivenumber.com/a-quick-look-on-wss-out-of-box-web-services-part-2/</link>
		<comments>http://www.fivenumber.com/a-quick-look-on-wss-out-of-box-web-services-part-2/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 09:31:08 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[MOSS - Object Model]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=708</guid>
		<description><![CDATA[In my previous post you can have a quick look on WSS Out Of Box web services – Part 1
In this post once again I want to update few WSS web service handy programs with minimum lines of code.
Before executing the code first of all add web reference  http://servername:port/_vti_bin/Webs.asmx
In this example I have given [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post you can have <a title="A quick look on WSS out of box web services - Part 2" href="http://www.fivenumber.com/a-quick-look-on-wss-out-of-box-web-services/" target="_blank">a quick look on WSS Out Of Box web services – Part 1</a></p>
<p>In this post once again I want to update few WSS web service handy programs with minimum lines of code.</p>
<p>Before executing the code first of all add web reference  http://servername:port/_vti_bin/Webs.asmx<br />
In this example I have given the web reference folder name as myWebswebservice</p>
<p><strong>Show all subsites:</strong><br />
 static void Main(string[] args)<br />
        {<br />
myWebswebservice.Webs allWebs = new myWebswebservice.Webs();<br />
//credentials for password based authentication<br />
//System.Net.NetworkCredential mycredentials = new System.Net.NetworkCredential(&#8220;g.vijaikumar&#8221;, &#8220;mypassword&#8221;, &#8220;fivenumber&#8221;);<br />
//allWebs.Credentials = mycredentials;<br />
//using system credentials of the application<br />
allWebs.Credentials = System.Net.CredentialCache.DefaultCredentials;<br />
try<br />
{<br />
string webTitle = null;<br />
XmlNode myNode = allWebs.GetAllSubWebCollection();<br />
XmlNodeList nodes = myNode.SelectNodes(&#8220;*&#8221;);<br />
foreach (XmlNode node in nodes)<br />
{<br />
Console.WriteLine(webTitle + node.Attributes["Title"].Value);<br />
}<br />
}<br />
catch (Exception ex)<br />
{<br />
Console.WriteLine(ex.ToString());<br />
}<br />
Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
Console.ReadLine();<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/a-quick-look-on-wss-out-of-box-web-services-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 &amp; Office 2010 Launch</title>
		<link>http://www.fivenumber.com/sharepoint-2010-office-2010-launch/</link>
		<comments>http://www.fivenumber.com/sharepoint-2010-office-2010-launch/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 08:36:29 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=701</guid>
		<description><![CDATA[Microsoft has made an official announcement that on May 12th, 2010 is the launch date for SharePoint 2010 &#38; Office 2010
Let us join Microsoft virtually on May 12th at 11am EST and listen to Stephen Elop, President of the Microsoft Business Division, use the following link to register for the event Microsoft Office 2010 and SharePoint [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has made an official announcement that on May 12th, 2010 is the launch date for SharePoint 2010 &amp; Office 2010</p>
<p>Let us join Microsoft virtually on May 12th at 11am EST and listen to Stephen Elop, President of the Microsoft Business Division, use the following link to register for the event <a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx" target="_blank"><strong>Microsoft Office 2010 and SharePoint 2010</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/sharepoint-2010-office-2010-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick look on Sharepoint object model programs &#8211; Part 2</title>
		<link>http://www.fivenumber.com/a-quick-look-on-sharepoint-object-model-programs-part-2/</link>
		<comments>http://www.fivenumber.com/a-quick-look-on-sharepoint-object-model-programs-part-2/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:04:03 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[MOSS - Object Model]]></category>
		<category><![CDATA[MOSS - Quick Look]]></category>
		<category><![CDATA[Custom Webparts]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Webparts]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=684</guid>
		<description><![CDATA[In my previous post you can have a quick look on Sharepoint object model programs &#8211; Part 1
Here, once again am going to post Sharepoint object model programs (part 2) with minimum lines of code and are really handy, which are actually most useful even.
Show only BLOG sites:
        [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post you can have <a title="A quick look on Sharepoint object model programs" href="http://www.fivenumber.com/a-quick-look-on-sharepoint-object-model-programs/" target="_blank">a quick look on Sharepoint object model programs &#8211; Part 1</a></p>
<p>Here, once again am going to post Sharepoint object model programs (part 2) with minimum lines of code and are really handy, which are actually most useful even.</p>
<p><strong>Show only BLOG sites:</strong></p>
<p>        //STS#0   &#8211;   Team Site<br />
        //STS#1   &#8211;   Blank Site<br />
        //STS#2   &#8211;   Document Workspace<br />
        //MPS#0   &#8211;   Basic Meeting Workspace<br />
        //MPS#1   &#8211;   Blank Meeting Workspace<br />
        //MPS#2   &#8211;   Decision Meeting Workspace<br />
        //MPS#3   &#8211;   Social Meeting Workspace<br />
        //MPS#4   &#8211;   Multipage Meeting Workspace<br />
        //WIKI#0  &#8211;   Wiki<br />
        //BLOG#0  &#8211;   Blog</p>
<p>static void Main(string[] args)<br />
        {<br />
            SPSite site = new SPSite(&#8220;http://servername:port&#8221;);<br />
            foreach (SPWeb web in site.AllWebs)<br />
            {<br />
                string template = web.WebTemplate + &#8220;#&#8221; + web.Configuration;<br />
                if (template.ToUpper() == &#8220;BLOG#0&#8243;)<br />
                {<br />
                    Console.WriteLine(web.Title);<br />
                }<br />
            }<br />
            Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
            Console.ReadLine();<br />
        }</p>
<p><strong>Show services and status in Sharepoint server farm:</strong><br />
static void Main(string[] args)<br />
        {<br />
            SPServiceCollection services = SPFarm.Local.Services;<br />
            foreach (SPService service in services)<br />
            {<br />
                Console.WriteLine(&#8220;Service Name: {0}&#8221;, service.Name);<br />
                Console.WriteLine(&#8220;Service Status: {0}&#8221;, service.Status);<br />
                Console.WriteLine(&#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-&#8221;);<br />
            }<br />
            Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
            Console.ReadLine();<br />
        }</p>
<p><strong>Adding/Retrieving values to property bag:</strong><br />
static void Main(string[] args)<br />
        {<br />
            using (SPSite siteCollection = new SPSite(&#8220;http://servername:port&#8221;))<br />
            {<br />
                using (SPWeb site = siteCollection.RootWeb)<br />
                {<br />
                    site.Properties.Add(&#8220;TempKey&#8221;, &#8220;TempValue&#8221;);//Adding value<br />
                    site.Properties.Update();</p>
<p>                    Console.WriteLine(site.Properties["TempKey"]);//Reading value<br />
                }<br />
            }<br />
            Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
            Console.ReadLine();<br />
        }</p>
<p><strong>Read files in a folder:</strong><br />
static void Main(string[] args)<br />
        {<br />
            SPSite site = new SPSite(&#8220;http://servername:port&#8221;);<br />
            SPWeb web = site.OpenWeb();<br />
            SPFolder folder = web.GetFolder(&#8220;Shared Documents&#8221;);<br />
            SPFileCollection files = folder.Files;<br />
            foreach (SPFile file in files)<br />
            {<br />
                Console.WriteLine(file.Name.ToString());<br />
            }<br />
            Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
            Console.ReadLine();<br />
        }</p>
<p><strong>Get content database for all site collections:</strong></p>
<p> static void Main(string[] args)<br />
        {<br />
                SPSite site = new SPSite(&#8220;http://CentralAdminSiteURL&#8221;);<br />
                SPFarm farm = site.WebApplication.Farm;<br />
                SPWebService service = farm.Services.GetValue<SPWebService>(&#8220;&#8221;);<br />
                foreach (SPWebApplication webapp in service.WebApplications)<br />
                {<br />
                    foreach (SPSite mysite in webapp.Sites)<br />
                    {<br />
                        Console.WriteLine(mysite.Url+&#8221; &#8212;&#8211; &#8220;+ mysite.ContentDatabase.Name);<br />
                    }<br />
                }<br />
            Console.WriteLine(&#8220;Press any key to continue&#8230;..&#8221;);<br />
            Console.ReadLine();<br />
        }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/a-quick-look-on-sharepoint-object-model-programs-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Most Valuable Professional</title>
		<link>http://www.fivenumber.com/microsoft-most-valuable-professional/</link>
		<comments>http://www.fivenumber.com/microsoft-most-valuable-professional/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:32:56 +0000</pubDate>
		<dc:creator>G Vijai Kumar</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[MVP]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://www.fivenumber.com/?p=646</guid>
		<description><![CDATA[Happy to inform you that, on 1st January 2010 I have received a mail from Microsoft that I have been awarded as Microsoft Most Valuable Professional (MVP) in Sharepoint Server. What a surprise! I am so thrilled, thank you so much MICROSOFT for recognizing my contributions and honoring me with MVP award
The mail I received [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_647" class="wp-caption aligncenter" style="width: 600px"><a href="http://www.fivenumber.com/wp-content/uploads/2010/01/MVPLogo.jpg" rel="lightbox[646]"><img class="size-full wp-image-647" title="MVP Logo" src="http://www.fivenumber.com/wp-content/uploads/2010/01/MVPLogo.jpg" alt="MVP Logo" width="590" height="111" /></a><p class="wp-caption-text">MVP Logo</p></div>
<p>Happy to inform you that, on 1st January 2010 I have received a mail from Microsoft that I have been awarded as Microsoft Most Valuable Professional (MVP) in Sharepoint Server. What a surprise! I am so thrilled, thank you so much MICROSOFT for recognizing my contributions and honoring me with MVP award</p>
<p>The mail I received from Microsoft</p>
<p>Dear G Kumar,</p>
<p>Congratulations! We are pleased to present you with the 2010 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in SharePoint Server technical communities during the past year.</p>
<p>Also in this email:</p>
<p>* About your MVP Award Gift<br />
* How to access www.mvpaward.com to begin taking advantage of your award benefits<br />
* Your MVP Identification Number<br />
* MVP Award Program Code of Conduct</p>
<p>The Microsoft MVP Award provides us the unique opportunity to celebrate and honor your significant contributions and say &#8220;Thank you for your technical leadership.&#8221;</p>
<p>Toby Richards<br />
General Manager<br />
Community &amp; Online Support</p>
<p>***********************************************************************************************************</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fivenumber.com/microsoft-most-valuable-professional/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
