<?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 Yaroslav Pentsarskyy&#039;s SharePoint and .NET adventures</title>
	<atom:link href="http://www.sharemuch.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharemuch.com</link>
	<description>Innovative SharePoint solutions and training</description>
	<lastBuildDate>Wed, 10 Mar 2010 16:38:15 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Enable SharePoint 2010 ratings and social data features by Yaroslav Pentsarskyy</title>
		<link>http://www.sharemuch.com/2010/01/07/enable-sharepoint-2010-ratings-and-social-data-features/comment-page-1/#comment-294</link>
		<dc:creator>Yaroslav Pentsarskyy</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharemuch.com/?p=944#comment-294</guid>
		<description>Hi jmillman,

1. Rating control is basically a set of javascript and DOM that is sealed as a single control and output to a browser. I haven`t tried it on a webpart, but, since it requires the context of the item it`s trying to rate - I assume it can only be placed on a webpart within Display/Edit form. If you place it on a random page it won`t know the context of an item which your trying to rate and therefore refuse to render.

2. User can cast rating, which is picked up by timer job and average is calculated. Same user can cast another rating on the same item later and this new rating will take place of the old rating and average will be recalculated. In essence users can change their mind about the rating. That`s how it works now, I don`t know if MS plans to change it.</description>
		<content:encoded><![CDATA[<p>Hi jmillman,</p>
<p>1. Rating control is basically a set of javascript and DOM that is sealed as a single control and output to a browser. I haven`t tried it on a webpart, but, since it requires the context of the item it`s trying to rate &#8211; I assume it can only be placed on a webpart within Display/Edit form. If you place it on a random page it won`t know the context of an item which your trying to rate and therefore refuse to render.</p>
<p>2. User can cast rating, which is picked up by timer job and average is calculated. Same user can cast another rating on the same item later and this new rating will take place of the old rating and average will be recalculated. In essence users can change their mind about the rating. That`s how it works now, I don`t know if MS plans to change it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enable SharePoint 2010 ratings and social data features by jmillman</title>
		<link>http://www.sharemuch.com/2010/01/07/enable-sharepoint-2010-ratings-and-social-data-features/comment-page-1/#comment-293</link>
		<dc:creator>jmillman</dc:creator>
		<pubDate>Wed, 10 Mar 2010 15:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharemuch.com/?p=944#comment-293</guid>
		<description>Thanks for the post.  I  have two questions though.
1. Can I add this control to a web part?  I have been trying without luck.  I can access the two fields easily via a webpart.  If I add the control to my web part it will not display at all.
    SPListItem li = SPContext.Current.ListItem;
    object testObj = li[&quot;Number_x0020_of_x0020_Ratings&quot;];

2. Do  you have any idea about the logic behind the ratings?  Meaning, can a user keep rating something, or will it only allow one rating per user.  I would think they would protect against a user skewing the results, but I am not sure how they do it.  I was thinking of manually updating the two columns  just to avoid the latency, but I am not sure how their actual ratings work.

Thanks, I would really like some input on question 1 if  you have any ideas.</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  I  have two questions though.<br />
1. Can I add this control to a web part?  I have been trying without luck.  I can access the two fields easily via a webpart.  If I add the control to my web part it will not display at all.<br />
    SPListItem li = SPContext.Current.ListItem;<br />
    object testObj = li["Number_x0020_of_x0020_Ratings"];</p>
<p>2. Do  you have any idea about the logic behind the ratings?  Meaning, can a user keep rating something, or will it only allow one rating per user.  I would think they would protect against a user skewing the results, but I am not sure how they do it.  I was thinking of manually updating the two columns  just to avoid the latency, but I am not sure how their actual ratings work.</p>
<p>Thanks, I would really like some input on question 1 if  you have any ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating custom SharePoint 2010 Service Jobs by An Introduction To SharePoint 2010 &#124; One Stop Download</title>
		<link>http://www.sharemuch.com/2010/03/03/creating-custom-sharepoint-2010-service-jobs/comment-page-1/#comment-288</link>
		<dc:creator>An Introduction To SharePoint 2010 &#124; One Stop Download</dc:creator>
		<pubDate>Sun, 07 Mar 2010 07:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharemuch.com/?p=1054#comment-288</guid>
		<description>[...] Yaroslav Pentsarskyy&#039;s SharePoint and .NET adventures » Creating &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Yaroslav Pentsarskyy&#39;s SharePoint and .NET adventures » Creating &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically changing SharePoint 2010 list form rendering templates by An Introduction To SharePoint 2010 &#124; One Stop Download</title>
		<link>http://www.sharemuch.com/2010/03/06/dynamically-changing-sharepoint-2010-list-form-rendering-templates/comment-page-1/#comment-287</link>
		<dc:creator>An Introduction To SharePoint 2010 &#124; One Stop Download</dc:creator>
		<pubDate>Sun, 07 Mar 2010 07:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharemuch.com/?p=1059#comment-287</guid>
		<description>[...] Yaroslav Pentsarskyy&#039;s SharePoint and .NET adventures &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Yaroslav Pentsarskyy&#39;s SharePoint and .NET adventures &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating custom SharePoint 2010 Service Jobs by SharePoint 2010: More Cloud-Friendly than Past Versions &#124; Network solutions, security and support</title>
		<link>http://www.sharemuch.com/2010/03/03/creating-custom-sharepoint-2010-service-jobs/comment-page-1/#comment-284</link>
		<dc:creator>SharePoint 2010: More Cloud-Friendly than Past Versions &#124; Network solutions, security and support</dc:creator>
		<pubDate>Thu, 04 Mar 2010 07:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharemuch.com/?p=1054#comment-284</guid>
		<description>[...] Yaroslav Pentsarskyy&#039;s SharePoint and .NET adventures » Creating &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Yaroslav Pentsarskyy&#39;s SharePoint and .NET adventures » Creating &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
