<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simplified People and Groups pages in SharePoint</title>
	<atom:link href="http://www.novolocus.com/2009/05/20/simplified-people-and-groups-pages-in-sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2009/05/20/simplified-people-and-groups-pages-in-sharepoint/</link>
	<description>Whatever I'm working on, really...</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:54:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dan Blaker</title>
		<link>http://www.novolocus.com/2009/05/20/simplified-people-and-groups-pages-in-sharepoint/comment-page-1/#comment-5853</link>
		<dc:creator>Dan Blaker</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1453#comment-5853</guid>
		<description>This is fantastic, Andy. I&#039;m all in favor of simplifying the SharePoint UI. Can you give a quick hint as to how you did this? I&#039;m about to embark on a similar task, and I&#039;m curious how far I&#039;d be able to get without cracking open Visual Studio.</description>
		<content:encoded><![CDATA[<p>This is fantastic, Andy. I&#8217;m all in favor of simplifying the SharePoint UI. Can you give a quick hint as to how you did this? I&#8217;m about to embark on a similar task, and I&#8217;m curious how far I&#8217;d be able to get without cracking open Visual Studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/05/20/simplified-people-and-groups-pages-in-sharepoint/comment-page-1/#comment-5721</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 26 Jun 2009 14:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1453#comment-5721</guid>
		<description>Hmm. Not sure that you can do that through the user interface, out of the box, but the SPUser.Groups property does let you get this information through the object model. You could write your own control for it.

http://msdn.microsoft.com/en-us/library/dd586389(office.11).aspx

Or, according to this link, maybe SPUser.Groups isn&#039;t the best idea:
http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/1c623803-7b46-4528-8526-6ae97ada0067</description>
		<content:encoded><![CDATA[<p>Hmm. Not sure that you can do that through the user interface, out of the box, but the SPUser.Groups property does let you get this information through the object model. You could write your own control for it.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/dd586389(office.11).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/dd586389(office.11).aspx</a></p>
<p>Or, according to this link, maybe SPUser.Groups isn&#8217;t the best idea:<br />
<a href="http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/1c623803-7b46-4528-8526-6ae97ada0067" rel="nofollow">http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/1c623803-7b46-4528-8526-6ae97ada0067</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phil</title>
		<link>http://www.novolocus.com/2009/05/20/simplified-people-and-groups-pages-in-sharepoint/comment-page-1/#comment-5718</link>
		<dc:creator>phil</dc:creator>
		<pubDate>Thu, 25 Jun 2009 19:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1453#comment-5718</guid>
		<description>Is it possible to view a list of groups that a person is a member of?  For example, can SharePoint User C get a list of groups he is a member of?

Thank you, nice job.</description>
		<content:encoded><![CDATA[<p>Is it possible to view a list of groups that a person is a member of?  For example, can SharePoint User C get a list of groups he is a member of?</p>
<p>Thank you, nice job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2009/05/20/simplified-people-and-groups-pages-in-sharepoint/comment-page-1/#comment-5594</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 22 May 2009 09:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1453#comment-5594</guid>
		<description>Sure. I&#039;ll try and knock up a blog post about it over the weekend. And yup, I&#039;m pretty happy with it too.

Turns out I&#039;m not the first person to consider how to simplify the permissions stuff: Ton Stegeman has an couple pf interesting posts, but providing a different sort of solution.

http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?ID=100
http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?ID=105</description>
		<content:encoded><![CDATA[<p>Sure. I&#8217;ll try and knock up a blog post about it over the weekend. And yup, I&#8217;m pretty happy with it too.</p>
<p>Turns out I&#8217;m not the first person to consider how to simplify the permissions stuff: Ton Stegeman has an couple pf interesting posts, but providing a different sort of solution.</p>
<p><a href="http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?ID=100" rel="nofollow">http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?ID=100</a><br />
<a href="http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?ID=105" rel="nofollow">http://www.tonstegeman.com/Blog/Lists/Posts/Post.aspx?ID=105</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Resing</title>
		<link>http://www.novolocus.com/2009/05/20/simplified-people-and-groups-pages-in-sharepoint/comment-page-1/#comment-5590</link>
		<dc:creator>Tom Resing</dc:creator>
		<pubDate>Thu, 21 May 2009 14:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=1453#comment-5590</guid>
		<description>Andy,
Great concept. I like the screenshots with South Park figures. Can you speak more about how you did it? I like the end result, but I&#039;m too lazy to try to figure out where you are making the changes.
Thanks, Tom</description>
		<content:encoded><![CDATA[<p>Andy,<br />
Great concept. I like the screenshots with South Park figures. Can you speak more about how you did it? I like the end result, but I&#8217;m too lazy to try to figure out where you are making the changes.<br />
Thanks, Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
