<?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>SharePointTechs</title>
	<atom:link href="http://www.sharepointtechs.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointtechs.com</link>
	<description>SharePoint  2010 Code Samples and Configuration. SharePoint Designer</description>
	<lastBuildDate>Mon, 20 Feb 2012 23:31:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The following users do not have e-mail addresses specified: . Alerts have been created successfully but these users will not receive e-mail notifications until valid e-mail addresses have been provided</title>
		<link>http://www.sharepointtechs.com/2012/the-following-users-do-not-have-e-mail-addresses-specified-alerts-have-been-created-successfully-but-these-users-will-not-receive-e-mail-notifications-until-valid-e-mail-addresses-have-been-provide</link>
		<comments>http://www.sharepointtechs.com/2012/the-following-users-do-not-have-e-mail-addresses-specified-alerts-have-been-created-successfully-but-these-users-will-not-receive-e-mail-notifications-until-valid-e-mail-addresses-have-been-provide#comments</comments>
		<pubDate>Wed, 18 Jan 2012 23:39:54 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=98</guid>
		<description><![CDATA[In SharePoint 2007 or SharePoint 2010, when a user try to subscribe to an Alert, they got the above error. Problem: • When you create the user in AD email address not specified • User got added to SharePoint • You added user&#8217;s email in AD and run the profile import • You know see user&#8217;s email address on [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2012/the-following-users-do-not-have-e-mail-addresses-specified-alerts-have-been-created-successfully-but-these-users-will-not-receive-e-mail-notifications-until-valid-e-mail-addresses-have-been-provide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a manager for a user in Active directory using Infopath web forms</title>
		<link>http://www.sharepointtechs.com/2011/how-to-add-a-manager-for-a-user-in-active-directory-using-infopath-web-forms</link>
		<comments>http://www.sharepointtechs.com/2011/how-to-add-a-manager-for-a-user-in-active-directory-using-infopath-web-forms#comments</comments>
		<pubDate>Sun, 20 Nov 2011 23:50:58 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[Infopath]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=88</guid>
		<description><![CDATA[One creating a new user in Active Directory (AD), you might want to add or assign  a manager to the user.  Below is the function to add a manager to the user using infopath web forms Public Sub AddManager(ByVal dEntry As DirectoryEntry, ByVal ManagerAccount As String, ByVal loginname As String)             Try                 Dim ManagerSAM As [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2011/how-to-add-a-manager-for-a-user-in-active-directory-using-infopath-web-forms/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: Branding master page manage scrolling on the body</title>
		<link>http://www.sharepointtechs.com/2011/sharepoint-2010-branding-master-page-manage-scrolling-on-the-body</link>
		<comments>http://www.sharepointtechs.com/2011/sharepoint-2010-branding-master-page-manage-scrolling-on-the-body#comments</comments>
		<pubDate>Mon, 31 Oct 2011 00:11:27 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[branding]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=82</guid>
		<description><![CDATA[When branding SharePoint 2010, you might want to remove the scrolling which is happening in the main body area. It works but does not look good. Try adding this styles below and see the difference. body {    overflow: visible!important;    height: 100%!important;  } body #s4-workspace {    height:100%!important; overflow-y:hidden!important; overflow-x:auto!important; &#160; }]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2011/sharepoint-2010-branding-master-page-manage-scrolling-on-the-body/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migrate or Move Sharepoint Content and Config Db from one server to other (SQL 2005 To SQL 2008)</title>
		<link>http://www.sharepointtechs.com/2011/migrate-sharepoint-content-and-config-db-from-one-server-to-other-sql-2005-to-sql-2008</link>
		<comments>http://www.sharepointtechs.com/2011/migrate-sharepoint-content-and-config-db-from-one-server-to-other-sql-2005-to-sql-2008#comments</comments>
		<pubDate>Sun, 09 Oct 2011 23:45:29 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sharepoint Installation]]></category>
		<category><![CDATA[Config Db]]></category>
		<category><![CDATA[Search Administration]]></category>
		<category><![CDATA[sql 2005]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[SSP]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=69</guid>
		<description><![CDATA[To migrate or move all SharePoint databases or config db (content and Configuration) from SQL 2005 To SQL 2008 for SharePoint 2007 Steps: Note down SSP Settings Central Admin -&#62; Shared Services Administration Take Print out of the page Central Admin-&#62;SSP-&#62;Search Administration-&#62;Content Sources Take Print out of the page Note Down Content Access account Central Admin [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2011/migrate-sharepoint-content-and-config-db-from-one-server-to-other-sql-2005-to-sql-2008/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Showing old server as configuration database server after moving config db</title>
		<link>http://www.sharepointtechs.com/2011/moss-2007-showing-old-server-as-configuration-database-server</link>
		<comments>http://www.sharepointtechs.com/2011/moss-2007-showing-old-server-as-configuration-database-server#comments</comments>
		<pubDate>Thu, 06 Oct 2011 22:29:06 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[Config Db]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=64</guid>
		<description><![CDATA[I was in the process of moving content and config databases from one server to another server for Sharepoint 2007.  All went smooth but when i checked under operations -&#62; Servers in the Farm. The page was showing oldserver as the configuration database server. I tried everything including running the Sharepoint configuration wizard, shutting down [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2011/moss-2007-showing-old-server-as-configuration-database-server/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>An indexer is not assigned to the Shared Services Provider</title>
		<link>http://www.sharepointtechs.com/2011/an-indexer-is-not-assigned-to-the-shared-services-provider</link>
		<comments>http://www.sharepointtechs.com/2011/an-indexer-is-not-assigned-to-the-shared-services-provider#comments</comments>
		<pubDate>Wed, 05 Oct 2011 03:44:55 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Search Administration]]></category>
		<category><![CDATA[SSP]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=60</guid>
		<description><![CDATA[I got into trouble after moving all my SSP to new database server. Problem: Error:  When i tried to view profile information in the Shared Service Provider: An error has occurred while accessing the SQL Server database or the Office SharePoint Server Search service. If this is the first time you have seen this message, [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2011/an-indexer-is-not-assigned-to-the-shared-services-provider/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2007: Move content databases &#8211; Central Admin down due to AdminContent database</title>
		<link>http://www.sharepointtechs.com/2011/sharepoint-central-admin-down-due-to-admincontent-database</link>
		<comments>http://www.sharepointtechs.com/2011/sharepoint-central-admin-down-due-to-admincontent-database#comments</comments>
		<pubDate>Thu, 29 Sep 2011 23:27:27 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[sql 2005]]></category>
		<category><![CDATA[sql 2008]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=53</guid>
		<description><![CDATA[I ran into a problem when trying to move the content database for central admin from one server to another server. I had to move all databases (config and content) from sql 2005 to sql 2008 box. 1. I took a backup of all content databases attached to the web applications 2. i restored them [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2011/sharepoint-central-admin-down-due-to-admincontent-database/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010 Link Title to the document in Content Query Webpart</title>
		<link>http://www.sharepointtechs.com/2011/link-title-to-the-document-in-content-query-webpart</link>
		<comments>http://www.sharepointtechs.com/2011/link-title-to-the-document-in-content-query-webpart#comments</comments>
		<pubDate>Thu, 15 Sep 2011 06:41:43 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=50</guid>
		<description><![CDATA[SharePoint 2010 comes with a cool feature like content Query Webpart. You can now display multiple columns and do much more than what you could do using 2007. It is much easy now to display Title from document library using content query webpart and linking it to the document itself. Add a content query webpart to [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2011/link-title-to-the-document-in-content-query-webpart/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Custom List Grouping BY Month Name and Year from Date Column</title>
		<link>http://www.sharepointtechs.com/2010/sharepoint-custom-list-grouping-by-month-name-and-year-from-date-column</link>
		<comments>http://www.sharepointtechs.com/2010/sharepoint-custom-list-grouping-by-month-name-and-year-from-date-column#comments</comments>
		<pubDate>Tue, 21 Sep 2010 00:44:36 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Code Samples]]></category>
		<category><![CDATA[custom list]]></category>
		<category><![CDATA[date columns]]></category>
		<category><![CDATA[group by]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=48</guid>
		<description><![CDATA[This article explains the process of grouping a Sharepoint list based on Month name and year from a date column. SharePoint custom list can be grouped on any column from the list. Although you can group by Created (system column in SharePoint list) column but we had to group a list based on the Month [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2010/sharepoint-custom-list-grouping-by-month-name-and-year-from-date-column/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Breadcrumb (PlaceHolderTitleBreadcrumb) problem in OrangeSingleLevel.master Sharepoint 2007</title>
		<link>http://www.sharepointtechs.com/2010/breadcrumb-placeholdertitlebreadcrumb-problem-in-orangesinglelevel-master-sharepoint-2007</link>
		<comments>http://www.sharepointtechs.com/2010/breadcrumb-placeholdertitlebreadcrumb-problem-in-orangesinglelevel-master-sharepoint-2007#comments</comments>
		<pubDate>Fri, 17 Sep 2010 03:40:54 +0000</pubDate>
		<dc:creator>Tosh</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Sharepoint Errors]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[OrangeSingleLevel.master error branding]]></category>
		<category><![CDATA[PlaceHolderTitleBreadcrumb]]></category>

		<guid isPermaLink="false">http://www.sharepointtechs.com/?p=43</guid>
		<description><![CDATA[Customizing MOSS 2007 could be difficult sometimes. There are some Out of Box customized Master pages within SharePoint which can be used. When using OrangeSingleLevel.master, you might encounter some problems - PlaceHolderTitleBreadcrumb is one of them Problem: It only display the breadcrumb if .aspx pages are selected but does not display anything if you select [...]]]></description>
		<wfw:commentRss>http://www.sharepointtechs.com/2010/breadcrumb-placeholdertitlebreadcrumb-problem-in-orangesinglelevel-master-sharepoint-2007/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

