<?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>mylifeinaminute.com &#187; web parts</title>
	<atom:link href="http://www.mylifeinaminute.com/tag/web-parts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mylifeinaminute.com</link>
	<description>You can learn a lot in a minute</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SharePoint 2010: Sites That I Have Access To Web Part</title>
		<link>http://www.mylifeinaminute.com/2011/04/11/sharepoint-2010-sites-that-i-have-access-to-web-part/</link>
		<comments>http://www.mylifeinaminute.com/2011/04/11/sharepoint-2010-sites-that-i-have-access-to-web-part/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 15:27:37 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[web parts]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=809</guid>
		<description><![CDATA[Laura Rogers (aka @wonderlaura) has a post on her site about utilizing the Search Core Results web part to create a data view of sites that a user has access to. I&#8217;ve been utilizing this functionality in several places lately and thought it might be helpful to have the web part definition handy (why recreate [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Web Part: Sites that I have access to" href="http://www.sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?ID=98">Laura Rogers</a> (aka <a title="@wonderlaura" href="http://www.twitter.com/wonderlaura">@wonderlaura</a>) has a post on her site about utilizing the Search Core Results <a title="Web Parts" href="/tag/web-parts/">web part</a> to create a data view of sites that a user has access to. I&#8217;ve been utilizing this functionality in several places lately and thought it might be helpful to have the web part definition handy (why recreate the wheel?).</p>
<p>The following definition provides a single column view, with just the <strong>title</strong> field from the search results formatted as a link to the site (using the <strong>url</strong> field).</p>
<h4>Web Part Definition</h4>
<pre class="brush: xml; title: ; notranslate">
&lt;webParts&gt;
  &lt;webPart xmlns=&quot;http://schemas.microsoft.com/WebPart/v3&quot;&gt;
    &lt;metaData&gt;
      &lt;type name=&quot;Microsoft.Office.Server.Search.WebControls.CoreResultsWebPart, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot; /&gt;
      &lt;importErrorMessage&gt;Cannot import this Web Part.&lt;/importErrorMessage&gt;
    &lt;/metaData&gt;
    &lt;data&gt;
      &lt;properties&gt;
        &lt;property name=&quot;SpellcheckingMode&quot; type=&quot;Microsoft.Office.Server.Search.Query.SpellcheckMode, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;Suggest&lt;/property&gt;
        &lt;property name=&quot;MissingAssembly&quot; type=&quot;string&quot;&gt;Cannot import this Web Part.&lt;/property&gt;
        &lt;property name=&quot;AllowConnect&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;HelpMode&quot; type=&quot;helpmode&quot;&gt;Modeless&lt;/property&gt;
        &lt;property name=&quot;CharactersInUrl&quot; type=&quot;int&quot;&gt;90&lt;/property&gt;
        &lt;property name=&quot;ShowLangPicker&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;DisplayName&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;MoreLinkUrl&quot; type=&quot;string&quot; null=&quot;true&quot; /&gt;
        &lt;property name=&quot;Title&quot; type=&quot;string&quot;&gt;Search Core Results&lt;/property&gt;
        &lt;property name=&quot;ShowActionLinks&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;ViewFlag&quot; type=&quot;string&quot;&gt;0&lt;/property&gt;
        &lt;property name=&quot;QueryNumber&quot; type=&quot;Microsoft.Office.Server.Search.WebControls.QueryId, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;Query2&lt;/property&gt;
        &lt;property name=&quot;PreviewWindowSize&quot; type=&quot;string&quot;&gt;160&lt;/property&gt;
        &lt;property name=&quot;DateFormat&quot; type=&quot;Microsoft.SharePoint.Utilities.SPDateFormat, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;DateOnly&lt;/property&gt;
        &lt;property name=&quot;AllowClose&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;SentencesInSummary&quot; type=&quot;System.Int16, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;3&lt;/property&gt;
        &lt;property name=&quot;HighestResultPage&quot; type=&quot;System.Int16, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;1000&lt;/property&gt;
        &lt;property name=&quot;CacheXslTimeOut&quot; type=&quot;int&quot;&gt;86400&lt;/property&gt;
        &lt;property name=&quot;RelevanceView&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;MoreLinkLabel&quot; type=&quot;string&quot;&gt;View more results »&lt;/property&gt;
        &lt;property name=&quot;ManualRefresh&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;ListUrl&quot; type=&quot;string&quot; null=&quot;true&quot; /&gt;
        &lt;property name=&quot;FixedQuery&quot; type=&quot;string&quot;&gt;contentclass:STS_Site contentclass:STS_Web contentClass:sts_listitem_850&lt;/property&gt;
        &lt;property name=&quot;CacheXslStorage&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;ResubmitFlag&quot; type=&quot;Microsoft.Office.Server.Search.Query.ResubmitFlag, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;NoResubmit&lt;/property&gt;
        &lt;property name=&quot;XslLink&quot; type=&quot;string&quot; null=&quot;true&quot; /&gt;
        &lt;property name=&quot;EnableStemming&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;ShowSearchResults&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;AllowMinimize&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;AllowHide&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;ShowMoreLink&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;ListDisplayName&quot; type=&quot;string&quot; null=&quot;true&quot; /&gt;
        &lt;property name=&quot;ChromeType&quot; type=&quot;chrometype&quot;&gt;None&lt;/property&gt;
        &lt;property name=&quot;EnableDocumentPreviewPowerPoint&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;DefaultRankingModelID&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;CatalogIconImageUrl&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;Default&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;DisplayRSSLink&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;FireInitialRow&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;TotalNumberDocumentPreview&quot; type=&quot;string&quot;&gt;10&lt;/property&gt;
        &lt;property name=&quot;DateView&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;ViewFlags&quot; type=&quot;Microsoft.SharePoint.SPViewFlags, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;None&lt;/property&gt;
        &lt;property name=&quot;DisplayAlertMeLink&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;DataSourceID&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;HelpUrl&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;DisplayDiscoveredDefinition&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;AppendedQuery&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;AsyncRefresh&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;IgnoreNoise&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;Height&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;PageSize&quot; type=&quot;int&quot;&gt;-1&lt;/property&gt;
        &lt;property name=&quot;UseSQLDataSourcePaging&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;AllowEdit&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;ViewContentTypeId&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;Hidden&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;DefaultSort&quot; type=&quot;Microsoft.Office.Server.Search.WebControls.ResultsView, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;Modified_Date&lt;/property&gt;
        &lt;property name=&quot;ExportMode&quot; type=&quot;exportmode&quot;&gt;All&lt;/property&gt;
        &lt;property name=&quot;ConcurrentNumberDocumentPreview&quot; type=&quot;string&quot;&gt;10&lt;/property&gt;
        &lt;property name=&quot;ListName&quot; type=&quot;string&quot; null=&quot;true&quot; /&gt;
        &lt;property name=&quot;PropertiesToRetrieve&quot; type=&quot;string&quot;&gt;&amp;lt;Columns&amp;gt;  &amp;lt;Column Name=&quot;WorkId&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Rank&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Title&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Author&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Size&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Path&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Description&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Write&quot;/&amp;gt;  &amp;lt;Column Name=&quot;SiteName&quot;/&amp;gt;  &amp;lt;Column Name=&quot;CollapsingStatus&quot;/&amp;gt;  &amp;lt;Column Name=&quot;HitHighlightedSummary&quot;/&amp;gt;  &amp;lt;Column Name=&quot;HitHighlightedProperties&quot;/&amp;gt;  &amp;lt;Column Name=&quot;ContentClass&quot;/&amp;gt;  &amp;lt;Column Name=&quot;IsDocument&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PictureThumbnailURL&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PopularSocialTags&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PictureWidth&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PictureHeight&quot;/&amp;gt;  &amp;lt;Column Name=&quot;DatePictureTaken&quot;/&amp;gt;  &amp;lt;Column Name=&quot;ServerRedirectedURL&quot;/&amp;gt;  &amp;lt;/Columns&amp;gt;&lt;/property&gt;
        &lt;property name=&quot;ParameterBindings&quot; type=&quot;string&quot; null=&quot;true&quot; /&gt;
        &lt;property name=&quot;DataSourcesString&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;EnablePhonetic&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;ListId&quot; type=&quot;System.Guid, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;00000000-0000-0000-0000-000000000000&lt;/property&gt;
        &lt;property name=&quot;Scope&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;XmlDefinitionLink&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;DataFields&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;ShowMessages&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;Width&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;InitialAsyncDataFetch&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;QuerySideLanguage&quot; type=&quot;string&quot;&gt;-1&lt;/property&gt;
        &lt;property name=&quot;MoreResultsLink&quot; type=&quot;string&quot; null=&quot;true&quot; /&gt;
        &lt;property name=&quot;XmlDefinition&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;ChromeState&quot; type=&quot;chromestate&quot;&gt;Normal&lt;/property&gt;
        &lt;property name=&quot;PageType&quot; type=&quot;Microsoft.SharePoint.PAGETYPE, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;PAGE_NORMALVIEW&lt;/property&gt;
        &lt;property name=&quot;ScopeID&quot; type=&quot;int&quot;&gt;1&lt;/property&gt;
        &lt;property name=&quot;SelectColumns&quot; type=&quot;string&quot;&gt;&amp;lt;Columns&amp;gt;  &amp;lt;Column Name=&quot;WorkId&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Rank&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Title&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Author&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Size&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Path&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Description&quot;/&amp;gt;  &amp;lt;Column Name=&quot;Write&quot;/&amp;gt;  &amp;lt;Column Name=&quot;SiteName&quot;/&amp;gt;  &amp;lt;Column Name=&quot;CollapsingStatus&quot;/&amp;gt;  &amp;lt;Column Name=&quot;HitHighlightedSummary&quot;/&amp;gt;  &amp;lt;Column Name=&quot;HitHighlightedProperties&quot;/&amp;gt;  &amp;lt;Column Name=&quot;ContentClass&quot;/&amp;gt;  &amp;lt;Column Name=&quot;IsDocument&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PictureThumbnailURL&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PopularSocialTags&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PictureWidth&quot;/&amp;gt;  &amp;lt;Column Name=&quot;PictureHeight&quot;/&amp;gt;  &amp;lt;Column Name=&quot;DatePictureTaken&quot;/&amp;gt;  &amp;lt;Column Name=&quot;ServerRedirectedURL&quot;/&amp;gt;  &amp;lt;/Columns&amp;gt;&lt;/property&gt;
        &lt;property name=&quot;SampleData&quot; type=&quot;string&quot;&gt;&amp;lt;All_Results&amp;gt;  &amp;lt;Result&amp;gt;    &amp;lt;workid&amp;gt;1&amp;lt;/workid&amp;gt;    &amp;lt;rank&amp;gt;222&amp;lt;/rank&amp;gt;    &amp;lt;title&amp;gt;Title of document or web page&amp;lt;/title&amp;gt;    &amp;lt;author&amp;gt;Author of document or web page&amp;lt;/author&amp;gt;    &amp;lt;size&amp;gt;1025&amp;lt;/size&amp;gt;    &amp;lt;sitename&amp;gt;http://www.sample.com&amp;lt;/sitename&amp;gt;    &amp;lt;url&amp;gt;http://www.sample.com/folder/document.aspx&amp;lt;/url&amp;gt;    &amp;lt;imageurl&amp;gt;/_layouts/images/aspx16.gif&amp;lt;/imageurl&amp;gt;    &amp;lt;description&amp;gt;This is the summary of the document or web page. The summary is generated from the original document based on matches with query terms. In some cases, the summary is a description provided by the author.&amp;lt;/description&amp;gt;    &amp;lt;write&amp;gt;December 26, 2004&amp;lt;/write&amp;gt;  &amp;lt;/Result&amp;gt;&amp;lt;/All_Results&amp;gt;&lt;/property&gt;
        &lt;property name=&quot;EnableDocumentPreviewWord&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;AutoRefreshInterval&quot; type=&quot;int&quot;&gt;60&lt;/property&gt;
        &lt;property name=&quot;CharactersInSummary&quot; type=&quot;int&quot;&gt;185&lt;/property&gt;
        &lt;property name=&quot;TitleUrl&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;RemoveDuplicates&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;Xsl&quot; type=&quot;string&quot;&gt;
&amp;lt;xsl:stylesheet version=&quot;1.0&quot; exclude-result-prefixes=&quot;xsl msxsl ddwrt&quot; xmlns:ddwrt=&quot;http://schemas.microsoft.com/WebParts/v2/DataView/runtime&quot; xmlns:asp=&quot;http://schemas.microsoft.com/ASPNET/20&quot; xmlns:__designer=&quot;http://schemas.microsoft.com/WebParts/v2/DataView/designer&quot; xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; xmlns:msxsl=&quot;urn:schemas-microsoft-com:xslt&quot; xmlns:SharePoint=&quot;Microsoft.SharePoint.WebControls&quot; xmlns:ddwrt2=&quot;urn:frontpage:internal&quot;&amp;gt;
	&amp;lt;xsl:output method=&quot;html&quot; indent=&quot;no&quot;/&amp;gt;
	&amp;lt;xsl:decimal-format NaN=&quot;&quot;/&amp;gt;
						&amp;lt;xsl:param name=&quot;dvt_apos&quot;&amp;gt;&amp;amp;apos;&amp;lt;/xsl:param&amp;gt;
						&amp;lt;xsl:param name=&quot;ManualRefresh&quot;&amp;gt;&amp;lt;/xsl:param&amp;gt;
						&amp;lt;xsl:param name=&quot;FileName&quot; /&amp;gt;
						&amp;lt;xsl:variable name=&quot;dvt_1_automode&quot;&amp;gt;0&amp;lt;/xsl:variable&amp;gt;
						&amp;lt;xsl:template match=&quot;/&quot; xmlns:asp=&quot;http://schemas.microsoft.com/ASPNET/20&quot; xmlns:__designer=&quot;http://schemas.microsoft.com/WebParts/v2/DataView/designer&quot; xmlns:SharePoint=&quot;Microsoft.SharePoint.WebControls&quot;&amp;gt;
							&amp;lt;xsl:choose&amp;gt;
								&amp;lt;xsl:when test=&quot;($ManualRefresh = 'True')&quot;&amp;gt;
				&amp;lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&amp;gt;
					&amp;lt;tr&amp;gt;
						&amp;lt;td valign=&quot;top&quot;&amp;gt;
							&amp;lt;xsl:call-template name=&quot;dvt_1&quot;/&amp;gt;
						&amp;lt;/td&amp;gt;
						&amp;lt;td width=&quot;1%&quot; class=&quot;ms-vb&quot; valign=&quot;top&quot;&amp;gt;
							&amp;lt;img src=&quot;/_layouts/images/staticrefresh.gif&quot; id=&quot;ManualRefresh&quot; border=&quot;0&quot; onclick=&quot;javascript: {ddwrt:GenFireServerEvent('__cancel')}&quot; alt=&quot;Click here to refresh the dataview.&quot;/&amp;gt;
						&amp;lt;/td&amp;gt;
					&amp;lt;/tr&amp;gt;
				&amp;lt;/table&amp;gt;
			&amp;lt;/xsl:when&amp;gt;
								&amp;lt;xsl:otherwise&amp;gt;
									&amp;lt;xsl:call-template name=&quot;dvt_1&quot;/&amp;gt;
			&amp;lt;/xsl:otherwise&amp;gt;
							&amp;lt;/xsl:choose&amp;gt;
	&amp;lt;/xsl:template&amp;gt;

						&amp;lt;xsl:template name=&quot;dvt_1&quot;&amp;gt;
							&amp;lt;xsl:variable name=&quot;dvt_StyleName&quot;&amp;gt;Table&amp;lt;/xsl:variable&amp;gt;
							&amp;lt;xsl:variable name=&quot;Rows&quot; select=&quot;/All_Results/Result&quot;/&amp;gt;
							&amp;lt;xsl:variable name=&quot;dvt_RowCount&quot; select=&quot;count($Rows)&quot;/&amp;gt;
							&amp;lt;xsl:variable name=&quot;IsEmpty&quot; select=&quot;$dvt_RowCount = 0&quot; /&amp;gt;
							&amp;lt;xsl:variable name=&quot;dvt_IsEmpty&quot; select=&quot;$dvt_RowCount = 0&quot;/&amp;gt;

							&amp;lt;xsl:choose&amp;gt;
								&amp;lt;xsl:when test=&quot;$dvt_IsEmpty&quot;&amp;gt;
									&amp;lt;xsl:call-template name=&quot;dvt_1.empty&quot;/&amp;gt;
			&amp;lt;/xsl:when&amp;gt;
								&amp;lt;xsl:otherwise&amp;gt;
				&amp;lt;table border=&quot;0&quot; width=&quot;100%&quot; cellpadding=&quot;2&quot; cellspacing=&quot;0&quot;&amp;gt;
					&amp;lt;xsl:call-template name=&quot;dvt_1.body&quot;&amp;gt;
						&amp;lt;xsl:with-param name=&quot;Rows&quot; select=&quot;$Rows&quot;/&amp;gt;&amp;lt;/xsl:call-template&amp;gt;
				&amp;lt;/table&amp;gt;
			&amp;lt;/xsl:otherwise&amp;gt;
							&amp;lt;/xsl:choose&amp;gt;&amp;lt;/xsl:template&amp;gt;
						&amp;lt;xsl:template name=&quot;dvt_1.body&quot;&amp;gt;
							&amp;lt;xsl:param name=&quot;Rows&quot;/&amp;gt;
							&amp;lt;xsl:for-each select=&quot;$Rows&quot;&amp;gt;
								&amp;lt;xsl:call-template name=&quot;dvt_1.rowview&quot; /&amp;gt;
							&amp;lt;/xsl:for-each&amp;gt;
	&amp;lt;/xsl:template&amp;gt;
						&amp;lt;xsl:template name=&quot;dvt_1.rowview&quot;&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;xsl:if test=&quot;position() mod 2 = 1&quot;&amp;gt;
				&amp;lt;xsl:attribute name=&quot;class&quot;&amp;gt;ms-alternating&amp;lt;/xsl:attribute&amp;gt;
			&amp;lt;/xsl:if&amp;gt;
			&amp;lt;xsl:if test=&quot;$dvt_1_automode = '1'&quot; ddwrt:cf_ignore=&quot;1&quot;&amp;gt;
				&amp;lt;td class=&quot;ms-vb&quot; width=&quot;1%&quot; nowrap=&quot;nowrap&quot;&amp;gt;
					&amp;lt;span ddwrt:amkeyfield=&quot;&quot; ddwrt:amkeyvalue=&quot;string($XPath)&quot; ddwrt:ammode=&quot;view&quot;&amp;gt;&amp;lt;/span&amp;gt;
				&amp;lt;/td&amp;gt;
			&amp;lt;/xsl:if&amp;gt;
			&amp;lt;td class=&quot;ms-vb&quot;&amp;gt;
				&amp;lt;a href=&quot;{url}&quot;&amp;gt;&amp;lt;xsl:value-of select=&quot;title&quot; /&amp;gt;&amp;lt;/a&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
	&amp;lt;/xsl:template&amp;gt;
						&amp;lt;xsl:template name=&quot;dvt_1.empty&quot;&amp;gt;
							&amp;lt;xsl:variable name=&quot;dvt_ViewEmptyText&quot;&amp;gt;There are no items to show in this view.&amp;lt;/xsl:variable&amp;gt;
		&amp;lt;table border=&quot;0&quot; width=&quot;100%&quot;&amp;gt;
			&amp;lt;tr&amp;gt;
				&amp;lt;td class=&quot;ms-vb&quot;&amp;gt;
					&amp;lt;xsl:value-of select=&quot;$dvt_ViewEmptyText&quot;/&amp;gt;
				&amp;lt;/td&amp;gt;
			&amp;lt;/tr&amp;gt;
		&amp;lt;/table&amp;gt;
	&amp;lt;/xsl:template&amp;gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;/property&gt;
        &lt;property name=&quot;View&quot; type=&quot;Microsoft.Office.Server.Search.WebControls.ResultsView, Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&quot;&gt;Modified_Date&lt;/property&gt;
        &lt;property name=&quot;TitleIconImageUrl&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;EnableSimilarFind&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;Direction&quot; type=&quot;direction&quot;&gt;NotSet&lt;/property&gt;
        &lt;property name=&quot;AllowZoneChange&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;ResultsPerPage&quot; type=&quot;System.Int16, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&quot;&gt;20&lt;/property&gt;
        &lt;property name=&quot;ShowWithSampleData&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;Description&quot; type=&quot;string&quot;&gt;Displays the search results and the properties associated with them.&lt;/property&gt;
        &lt;property name=&quot;EnableNicknames&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;AutoRefresh&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;IsLocationPeople&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;Location&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;NoDefaultStyle&quot; type=&quot;string&quot; /&gt;
        &lt;property name=&quot;ShowWindowsSearch&quot; type=&quot;bool&quot;&gt;True&lt;/property&gt;
        &lt;property name=&quot;UseLocationVisualization&quot; type=&quot;bool&quot;&gt;False&lt;/property&gt;
        &lt;property name=&quot;MoreResultsText&quot; type=&quot;string&quot;&gt;View more results »&lt;/property&gt;
      &lt;/properties&gt;
    &lt;/data&gt;
  &lt;/webPart&gt;
&lt;/webParts&gt;
</pre>
<h4>Reference</h4>
<ul>
<li><a title="Web Part: Sites that I have access to" href="http://www.sharepoint911.com/blogs/laura/Lists/Posts/Post.aspx?ID=98">Web Part: Sites that I have access to</a></li>
</ul>
<p><map name='google_ad_map_809_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/809?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_809_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=809&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2011%2F04%2F11%2Fsharepoint-2010-sites-that-i-have-access-to-web-part%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2011/04/11/sharepoint-2010-sites-that-i-have-access-to-web-part/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint 2010: My Links Web Part Outside the My Site Host</title>
		<link>http://www.mylifeinaminute.com/2011/04/04/sharepoint-2010-my-links-web-part-outside-the-my-site-host/</link>
		<comments>http://www.mylifeinaminute.com/2011/04/04/sharepoint-2010-my-links-web-part-outside-the-my-site-host/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 18:03:40 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[SharePoint Server 2010]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[web parts]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=727</guid>
		<description><![CDATA[The following &#8220;My Links&#8221; web part definition can be imported on a SharePoint 2010 site that is not based on the My Site Host template. As an alternative, you can also create the web part yourself through the Web Part gallery on the target site collection by adding a new instance of the Microsoft.SharePoint.Portal.WebControls.QuickLinksMicroView web [...]]]></description>
			<content:encoded><![CDATA[<p>The following &#8220;My Links&#8221; <a href="/tag/web-parts/" title="Web Parts">web part</a> definition can be imported on a <a href="/tag/sharepoint/" title="SharePoint">SharePoint</a> <a href="/tag/sharepoint-2010/" title="SharePoint 2010">2010</a> site that is not based on the My Site Host template. As an alternative, you can also create the web part yourself through the <a href="http://technet.microsoft.com/en-us/library/cc261736.aspx" title="Configure and deploy Web Parts (SharePoint Server 2010)">Web Part gallery</a> on the target site collection by adding a new instance of the Microsoft.SharePoint.Portal.WebControls.QuickLinksMicroView web part.</p>
<h4>Web Part Definition</h4>
<pre class="brush: xml; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;WebPart xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns=&quot;http://schemas.microsoft.com/WebPart/v2&quot;&gt;
  &lt;Title&gt;My Links&lt;/Title&gt;
  &lt;FrameType&gt;Default&lt;/FrameType&gt;
  &lt;Description&gt;Use to display your links&lt;/Description&gt;
  &lt;IsIncluded&gt;true&lt;/IsIncluded&gt;
  &lt;ZoneID&gt;MiddleRightZone&lt;/ZoneID&gt;
  &lt;PartOrder&gt;0&lt;/PartOrder&gt;
  &lt;FrameState&gt;Normal&lt;/FrameState&gt;
  &lt;Height /&gt;
  &lt;Width /&gt;
  &lt;AllowRemove&gt;true&lt;/AllowRemove&gt;
  &lt;AllowZoneChange&gt;true&lt;/AllowZoneChange&gt;
  &lt;AllowMinimize&gt;true&lt;/AllowMinimize&gt;
  &lt;AllowConnect&gt;true&lt;/AllowConnect&gt;
  &lt;AllowEdit&gt;true&lt;/AllowEdit&gt;
  &lt;AllowHide&gt;true&lt;/AllowHide&gt;
  &lt;IsVisible&gt;true&lt;/IsVisible&gt;
  &lt;DetailLink /&gt;
  &lt;HelpLink /&gt;
  &lt;HelpMode&gt;Modeless&lt;/HelpMode&gt;
  &lt;Dir&gt;Default&lt;/Dir&gt;
  &lt;PartImageSmall /&gt;
  &lt;MissingAssembly&gt;Cannot import this Web Part.&lt;/MissingAssembly&gt;
  &lt;PartImageLarge&gt;/_layouts/images/wp_pers.gif&lt;/PartImageLarge&gt;
  &lt;IsIncludedFilter /&gt;
  &lt;Assembly&gt;Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c&lt;/Assembly&gt;
  &lt;TypeName&gt;Microsoft.SharePoint.Portal.WebControls.QuickLinksMicroView&lt;/TypeName&gt;
&lt;/WebPart&gt;
</pre>
<h4>Web Part Gallery Definition</h4>
<p><a href="http://www.mylifeinaminute.com/images/2011/04/QuickLinksMicroView.png" rel="lightbox[727]"><img src="http://www.mylifeinaminute.com/images/2011/04/QuickLinksMicroView-300x17.png" alt="Add Web Part QuickLinksMicroView" title="QuickLinksMicroView" width="300" height="17" class="aligncenter size-medium wp-image-734" /></a></p>
<h4>Reference</h4>
<ul>
<li><a title="The My Links Web Part &amp;#8211; It&amp;#8217;s Not Just for My Sites #sharepoint -- SharePoint Solutions Team Blog" href="http://sharepointsolutions.blogspot.com/2009/05/my-links-web-part-its-not-just-for-my.html">The My Links Web Part – It’s Not Just for My Sites #sharepoint &#8212; SharePoint Solutions Team Blog</a></li>
</ul>
<p><map name='google_ad_map_727_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/727?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_727_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=727&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2011%2F04%2F04%2Fsharepoint-2010-my-links-web-part-outside-the-my-site-host%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2011/04/04/sharepoint-2010-my-links-web-part-outside-the-my-site-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint Audience Targeting Quirk</title>
		<link>http://www.mylifeinaminute.com/2009/04/22/sharepoint-audience-targeting-quirk/</link>
		<comments>http://www.mylifeinaminute.com/2009/04/22/sharepoint-audience-targeting-quirk/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:00:13 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Sharepoint Server]]></category>
		<category><![CDATA[audience targeting]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[sharepoint quirks]]></category>
		<category><![CDATA[web parts]]></category>

		<guid isPermaLink="false">http://www.mylifeinaminute.com/?p=389</guid>
		<description><![CDATA[I recently ran into a strange quirk/bug when setting a target audience on a web part. In the particular site collection where the web part resides, a number of cross-site groups exist. For the sake of example, imagine that the site collection has several cross-site groups with simlar names. Ex: IT IT Designers IT Administrators [...]]]></description>
			<content:encoded><![CDATA[<p>I recently ran into a strange quirk/bug when setting a target audience on a web part. In the particular site collection where the web part resides, a number of cross-site groups exist.</p>
<p>For the sake of example, imagine that the site collection has several cross-site groups with simlar names. Ex:</p>
<ul>
<li>IT</li>
<li>IT Designers</li>
<li>IT Administrators</li>
</ul>
<p>When targeting the web part to either the <em>IT Designers</em> or <em>IT Administrators</em> cross-site group, the web part is able to correctly apply the audience.  However, when the <em>IT</em> group is used, the web part configuration for audiences is unable to determine the correct group when the web part is rendered on the page.</p>
<p>It would appear that when selecting a target audience (if it is a SharePoint group), the group name must be unique and not contain a portion of another group name. In my case, while the <em>IT</em> group name is unique, the <em>IT Designers</em> and <em>IT Administrators</em> groups also contain the string &#8220;IT&#8221;.</p>
<p><map name='google_ad_map_389_0feb153b14d1a0fb'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/389?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_389_0feb153b14d1a0fb' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=389&amp;url= http%3A%2F%2Fwww.mylifeinaminute.com%2F2009%2F04%2F22%2Fsharepoint-audience-targeting-quirk%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.mylifeinaminute.com/2009/04/22/sharepoint-audience-targeting-quirk/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.mylifeinaminute.com @ 2012-02-07 15:13:19 by W3 Total Cache -->
