<?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 for Wes Hackett</title>
	<atom:link href="http://weshackett.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://weshackett.com</link>
	<description>Adventures with SharePoint</description>
	<lastBuildDate>Fri, 27 Apr 2012 17:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Microsoft Office Specialist (MOS) 77-886 Study Guide by Microsoft Office Specialist (MOS): SharePoint 2010 (77-886) &#171; Sandro Oliveira Sharepoint Blog</title>
		<link>http://weshackett.com/2011/05/microsoft-office-specialist-mos-77-886-study-guide/#comment-17104</link>
		<dc:creator>Microsoft Office Specialist (MOS): SharePoint 2010 (77-886) &#171; Sandro Oliveira Sharepoint Blog</dc:creator>
		<pubDate>Fri, 27 Apr 2012 17:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=753#comment-17104</guid>
		<description>[...] Microsoft Office Specialist (MOS) 77-886 Study Guide [...]</description>
		<content:encoded><![CDATA[<p>[...] Microsoft Office Specialist (MOS) 77-886 Study Guide [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the activity feed with enterprise content by Bill Crider</title>
		<link>http://weshackett.com/2011/06/extending-the-activity-feed-with-enterprise-content/#comment-15992</link>
		<dc:creator>Bill Crider</dc:creator>
		<pubDate>Tue, 17 Apr 2012 01:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=781#comment-15992</guid>
		<description>That&#039;s the same thought I had and is the same approach at least 2 of the popular 3rd party tools are using. Thanks again.</description>
		<content:encoded><![CDATA[<p>That&#8217;s the same thought I had and is the same approach at least 2 of the popular 3rd party tools are using. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting tags to display their profile and search by Eugene</title>
		<link>http://weshackett.com/2010/07/getting-tags-to-display-their-profile-and-search/#comment-15975</link>
		<dc:creator>Eugene</dc:creator>
		<pubDate>Mon, 16 Apr 2012 20:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=30#comment-15975</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Activity Feed Item Templates by Wes Hackett</title>
		<link>http://weshackett.com/2011/10/activity-feed-item-templates/#comment-15886</link>
		<dc:creator>Wes Hackett</dc:creator>
		<pubDate>Sun, 15 Apr 2012 19:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=70#comment-15886</guid>
		<description>The pictures are the profile pictures for the user who generated the activity (in this case me). The user has to have a picture set at the time the event was created or it will always show the grey portrait.</description>
		<content:encoded><![CDATA[<p>The pictures are the profile pictures for the user who generated the activity (in this case me). The user has to have a picture set at the time the event was created or it will always show the grey portrait.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the activity feed with enterprise content by Wes Hackett</title>
		<link>http://weshackett.com/2011/06/extending-the-activity-feed-with-enterprise-content/#comment-15883</link>
		<dc:creator>Wes Hackett</dc:creator>
		<pubDate>Sun, 15 Apr 2012 19:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=781#comment-15883</guid>
		<description>Gatherer and the associated timerjob are there for scale. Doing anything directly from an UI invoked action only scales to a point.

Also if i followed the link article code correctly it never broadcast the generated activity to that user&#039;s colleagues. It would only show on that persons profile feed (Published Feed) and not on their colleagues (Consolidated Feed) feed on the newsfeed page.</description>
		<content:encoded><![CDATA[<p>Gatherer and the associated timerjob are there for scale. Doing anything directly from an UI invoked action only scales to a point.</p>
<p>Also if i followed the link article code correctly it never broadcast the generated activity to that user&#8217;s colleagues. It would only show on that persons profile feed (Published Feed) and not on their colleagues (Consolidated Feed) feed on the newsfeed page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the activity feed with enterprise content by Wes Hackett</title>
		<link>http://weshackett.com/2011/06/extending-the-activity-feed-with-enterprise-content/#comment-15882</link>
		<dc:creator>Wes Hackett</dc:creator>
		<pubDate>Sun, 15 Apr 2012 19:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=781#comment-15882</guid>
		<description>The gatherer is executed during each timerjob execution. As for the override i just had some helpers in a base class and some abstracts to make sure I hooked up the correct logic sequences.

This &#039;gatherer&#039; approach is taken from the pattern the native timerjobs use, if you break out your favourite decompiler and trace through the timerjobs you&#039;ll see the gatherers.</description>
		<content:encoded><![CDATA[<p>The gatherer is executed during each timerjob execution. As for the override i just had some helpers in a base class and some abstracts to make sure I hooked up the correct logic sequences.</p>
<p>This &#8216;gatherer&#8217; approach is taken from the pattern the native timerjobs use, if you break out your favourite decompiler and trace through the timerjobs you&#8217;ll see the gatherers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending the activity feed with enterprise content by Wes Hackett</title>
		<link>http://weshackett.com/2011/06/extending-the-activity-feed-with-enterprise-content/#comment-15881</link>
		<dc:creator>Wes Hackett</dc:creator>
		<pubDate>Sun, 15 Apr 2012 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=781#comment-15881</guid>
		<description>Hi Bill,

Yeah I&#039;ve done a lot of work on this particular implementation and you can create something very complex without those third party products. Chris O&#039;Brien recently wrote an article about these features from our project http://www.sharepointnutsandbolts.com/2012/03/extending-sharepoint-2010-social.html

You will struggle to create them using only the native API&#039;s as they don&#039;t really support the complexity required to provide the comment and republishing of the comments to colleagues.

We architected our likes, comments and subscriptions into a custom Service Application and associated database to provide the data store.</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>Yeah I&#8217;ve done a lot of work on this particular implementation and you can create something very complex without those third party products. Chris O&#8217;Brien recently wrote an article about these features from our project <a href="http://www.sharepointnutsandbolts.com/2012/03/extending-sharepoint-2010-social.html" rel="nofollow">http://www.sharepointnutsandbolts.com/2012/03/extending-sharepoint-2010-social.html</a></p>
<p>You will struggle to create them using only the native API&#8217;s as they don&#8217;t really support the complexity required to provide the comment and republishing of the comments to colleagues.</p>
<p>We architected our likes, comments and subscriptions into a custom Service Application and associated database to provide the data store.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SP2010 MySites &#8211; Part Three: Branding by Wes Hackett</title>
		<link>http://weshackett.com/2011/02/sp2010-mysites-part-three-branding/#comment-15879</link>
		<dc:creator>Wes Hackett</dc:creator>
		<pubDate>Sun, 15 Apr 2012 18:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=505#comment-15879</guid>
		<description>Anything shared is probably best hosted within the MySite Host site collection and either rolled up through search or RSS from there.

Anything specific to only that user is best held in thier personal MySite, but beware that the update and governance aspects need considerations once you start having an instance per person. For example what happens if you wanted to add a column and have 50,000 users.... these types of things are easy enough to do, but consider them while making you choice.</description>
		<content:encoded><![CDATA[<p>Anything shared is probably best hosted within the MySite Host site collection and either rolled up through search or RSS from there.</p>
<p>Anything specific to only that user is best held in thier personal MySite, but beware that the update and governance aspects need considerations once you start having an instance per person. For example what happens if you wanted to add a column and have 50,000 users&#8230;. these types of things are easy enough to do, but consider them while making you choice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SP2010 MySites &#8211; Part One: Overview by Wes Hackett</title>
		<link>http://weshackett.com/2011/01/sp2010-mysites-part-one-overview/#comment-15878</link>
		<dc:creator>Wes Hackett</dc:creator>
		<pubDate>Sun, 15 Apr 2012 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=402#comment-15878</guid>
		<description>There are several things behind the scenes that may be affecting this.

Lync as well as Outlook are used to provide colleague suggestions.

SharePoint Server proactively suggests colleagues and displays them in a Suggested Colleagues web part on a user’s My Site. It does this through a number of different features. 

The user’s Communicator or Lync contacts are examined and are collected from the Communicator client via the ActiveX control (name.dll) for colleague suggestions. 

The SharePoint Server Colleague Add-In in Microsoft Outlook 2010 scans the user’s Sent Items folder periodically (every 5 days or so, depending on usage) to look for names and keywords along with the frequency of those names and keywords. The list of possible colleagues is updated periodically and stored under the user’s profile on the user’s local computer. This list is accessed by the Add Colleagues page on a user’s SharePoint My Site through an ActiveX control when you click Suggested colleagues where they can choose the colleagues they want to add to their My Site. The user can approve or reject contact names before they are added. Outlook 2007 supports this functionality but is not as extensive in searching for colleagues. 

Although you can enable e-mail analysis for all users in Outlook or only for specific groups by using Group Policy, users can opt out of this feature. If e-mail analysis is disabled for all users, individual users can still opt in. Also, you can choose not to install the add-in as part of the Office install. More information about configuring the add-in can be found here: http://technet.microsoft.com/en-us/library/ff384821.aspx.</description>
		<content:encoded><![CDATA[<p>There are several things behind the scenes that may be affecting this.</p>
<p>Lync as well as Outlook are used to provide colleague suggestions.</p>
<p>SharePoint Server proactively suggests colleagues and displays them in a Suggested Colleagues web part on a user’s My Site. It does this through a number of different features. </p>
<p>The user’s Communicator or Lync contacts are examined and are collected from the Communicator client via the ActiveX control (name.dll) for colleague suggestions. </p>
<p>The SharePoint Server Colleague Add-In in Microsoft Outlook 2010 scans the user’s Sent Items folder periodically (every 5 days or so, depending on usage) to look for names and keywords along with the frequency of those names and keywords. The list of possible colleagues is updated periodically and stored under the user’s profile on the user’s local computer. This list is accessed by the Add Colleagues page on a user’s SharePoint My Site through an ActiveX control when you click Suggested colleagues where they can choose the colleagues they want to add to their My Site. The user can approve or reject contact names before they are added. Outlook 2007 supports this functionality but is not as extensive in searching for colleagues. </p>
<p>Although you can enable e-mail analysis for all users in Outlook or only for specific groups by using Group Policy, users can opt out of this feature. If e-mail analysis is disabled for all users, individual users can still opt in. Also, you can choose not to install the add-in as part of the Office install. More information about configuring the add-in can be found here: <a href="http://technet.microsoft.com/en-us/library/ff384821.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/ff384821.aspx</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SP2010 MySites &#8211; Part One: Overview by Wes Hackett</title>
		<link>http://weshackett.com/2011/01/sp2010-mysites-part-one-overview/#comment-15877</link>
		<dc:creator>Wes Hackett</dc:creator>
		<pubDate>Sun, 15 Apr 2012 18:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://weshackett.com/?p=402#comment-15877</guid>
		<description>The native activity feed doesn&#039;t really have the concept of a &#039;team feed&#039; so it is very difficult to provide just activities for that site and it&#039;s users directly. One way you could make this appear is to write a custom web part which reads off the change log and displays the events in the same markup as the activity feed web part. To a user this would feel like a team feed.</description>
		<content:encoded><![CDATA[<p>The native activity feed doesn&#8217;t really have the concept of a &#8216;team feed&#8217; so it is very difficult to provide just activities for that site and it&#8217;s users directly. One way you could make this appear is to write a custom web part which reads off the change log and displays the events in the same markup as the activity feed web part. To a user this would feel like a team feed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

