<?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 aarebrot.net</title> <atom:link href="http://aarebrot.net/blog/comments/feed/" rel="self" type="application/rss+xml" /><link>http://aarebrot.net/blog</link> <description>Frode&#039;s blog on Sharepoint and other stuff</description> <lastBuildDate>Thu, 26 Apr 2012 14:59:57 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Comment on Frodes awesome list of SharePoint Column Field IDs &#8211; for SharePoint 2010 by Content Type Second Level Inheritance &#171; m3rken</title><link>http://aarebrot.net/blog/2010/06/frodes-awesome-list-of-sharepoint-column-field-ids-for-sharepoint-2010/#comment-4342</link> <dc:creator>Content Type Second Level Inheritance &#171; m3rken</dc:creator> <pubDate>Thu, 26 Apr 2012 14:59:57 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=60#comment-4342</guid> <description>[...] SharePoint 2010 OOB field definitions (Frode&#8217;s awesome list) [...]</description> <content:encoded><![CDATA[<p>[...] SharePoint 2010 OOB field definitions (Frode&#8217;s awesome list) [...]</p> ]]></content:encoded> </item> <item><title>Comment on Using PowerShell to retrieve Content Types and associated Fields by kirsty</title><link>http://aarebrot.net/blog/2011/02/using-powershell-to-retrieve-content-types-and-associated-fields/#comment-4341</link> <dc:creator>kirsty</dc:creator> <pubDate>Sat, 21 Apr 2012 00:54:40 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=735#comment-4341</guid> <description>Great script.  Thanks very much</description> <content:encoded><![CDATA[<p>Great script.  Thanks very much</p> ]]></content:encoded> </item> <item><title>Comment on XNA custom content writer/reader part 4: Dealing with inheritance and derived classes by David Wallace</title><link>http://aarebrot.net/blog/2010/11/xna-custom-content-writerreader-part-4-dealing-with-inheritance-and-derived-classes/#comment-4340</link> <dc:creator>David Wallace</dc:creator> <pubDate>Thu, 19 Apr 2012 15:08:08 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=582#comment-4340</guid> <description>My content hierarchy works a bit differently.  First, my game objects are aggregated in what some would call a scene graph.  The content class hierarchy works like this:StateContent -&gt; List, PhysicsContent, List(optional)
SpriteContent -&gt; List, List(optional)
SpriteEntryContent -&gt; ImageContent, TransformContent, List(optional)
BehaviorContent -&gt; List, ListThe game objects themselves look similar but cannot inherit from the content types.  Many of the data fields that are public by necessity in the content types are protected or even private in the object types.GameState-&gt; List, Physics, List(optional)
Sprite-&gt; List, List(optional)
SpriteEntry-&gt; Image, Transform, Animation(optional)
Behavior-&gt; List, ListI can&#039;t just pull data from external files and use it unmodified.  Sprites in particular need to be individually placed and oriented in the GameState even if the rest of their data is identical.  I left behind automatic serialization a while back in favor of XDocument to allow for attributes and optional elements.My ContentProcessor classes have an attribute-based messaging system whereby I can, and need to, aggregate the data I collect for each GameState into one massive StateContent .xnb.   The ContentProcessorContext has a Convert method that uses the DisplayName attribute of the other processors to do this.  Writing, and especially reading, these objects is proving more cumbersome as they lack such amenities.</description> <content:encoded><![CDATA[<p>My content hierarchy works a bit differently.  First, my game objects are aggregated in what some would call a scene graph.  The content class hierarchy works like this:</p><p>StateContent -&gt; List, PhysicsContent, List(optional)<br
/> SpriteContent -&gt; List, List(optional)<br
/> SpriteEntryContent -&gt; ImageContent, TransformContent, List(optional)<br
/> BehaviorContent -&gt; List, List</p><p>The game objects themselves look similar but cannot inherit from the content types.  Many of the data fields that are public by necessity in the content types are protected or even private in the object types.</p><p>GameState-&gt; List, Physics, List(optional)<br
/> Sprite-&gt; List, List(optional)<br
/> SpriteEntry-&gt; Image, Transform, Animation(optional)<br
/> Behavior-&gt; List, List</p><p>I can&#8217;t just pull data from external files and use it unmodified.  Sprites in particular need to be individually placed and oriented in the GameState even if the rest of their data is identical.  I left behind automatic serialization a while back in favor of XDocument to allow for attributes and optional elements.</p><p>My ContentProcessor classes have an attribute-based messaging system whereby I can, and need to, aggregate the data I collect for each GameState into one massive StateContent .xnb.   The ContentProcessorContext has a Convert method that uses the DisplayName attribute of the other processors to do this.  Writing, and especially reading, these objects is proving more cumbersome as they lack such amenities.</p> ]]></content:encoded> </item> <item><title>Comment on Using PowerShell to retrieve Content Types and associated Fields by troy</title><link>http://aarebrot.net/blog/2011/02/using-powershell-to-retrieve-content-types-and-associated-fields/#comment-4338</link> <dc:creator>troy</dc:creator> <pubDate>Wed, 28 Mar 2012 17:28:55 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=735#comment-4338</guid> <description>awesome, thank you so much.</description> <content:encoded><![CDATA[<p>awesome, thank you so much.</p> ]]></content:encoded> </item> <item><title>Comment on Content Types with associated Fields for SharePoint 2010 by frode</title><link>http://aarebrot.net/blog/2011/02/content-types-with-associated-fields-for-sharepoint-2010/#comment-4336</link> <dc:creator>frode</dc:creator> <pubDate>Wed, 22 Feb 2012 16:16:35 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=736#comment-4336</guid> <description>No, you can&#039;t change the internal names of fields. Why would you want to?</description> <content:encoded><![CDATA[<p>No, you can&#8217;t change the internal names of fields. Why would you want to?</p> ]]></content:encoded> </item> <item><title>Comment on Content Types with associated Fields for SharePoint 2010 by gem Cabrera</title><link>http://aarebrot.net/blog/2011/02/content-types-with-associated-fields-for-sharepoint-2010/#comment-4335</link> <dc:creator>gem Cabrera</dc:creator> <pubDate>Wed, 15 Feb 2012 08:13:43 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=736#comment-4335</guid> <description>Can i change the field internal name in my status indicators?  please do reply.</description> <content:encoded><![CDATA[<p>Can i change the field internal name in my status indicators?  please do reply.</p> ]]></content:encoded> </item> <item><title>Comment on Powershell: Check-in multiple files! by Sebastian</title><link>http://aarebrot.net/blog/2008/06/powershell-check-in-multiple-files/#comment-4334</link> <dc:creator>Sebastian</dc:creator> <pubDate>Fri, 27 Jan 2012 07:08:58 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=706#comment-4334</guid> <description>One word: Awesome.
Thanks very much for this script!</description> <content:encoded><![CDATA[<p>One word: Awesome.<br
/> Thanks very much for this script!</p> ]]></content:encoded> </item> <item><title>Comment on Creating custom list event receivers in SharePoint 2007 by Manoj Bhatt</title><link>http://aarebrot.net/blog/2010/08/creating-custom-list-event-receivers-in-sharepoint-2007/#comment-4332</link> <dc:creator>Manoj Bhatt</dc:creator> <pubDate>Tue, 20 Dec 2011 15:31:13 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=267#comment-4332</guid> <description>This article gave me an insight into SharePoint from scratch.Its Simple to Understand and complete.I Enjoyed learning. Thanks for sharing with us. Its really helpful for beginner as well as developer. Check out this link too its also helped me to complete my task....http://mindstick.com/Articles/05f028f6-0d22-48e5-88bc-31f7be85c0ea/?Event%20Receiver%20in%20SharePoint%202010Thanks</description> <content:encoded><![CDATA[<p>This article gave me an insight into SharePoint from scratch.Its Simple to Understand and complete.I Enjoyed learning. Thanks for sharing with us. Its really helpful for beginner as well as developer. Check out this link too its also helped me to complete my task&#8230;.</p><p><a
href="http://mindstick.com/Articles/05f028f6-0d22-48e5-88bc-31f7be85c0ea/?Event%20Receiver%20in%20SharePoint%202010" rel="nofollow">http://mindstick.com/Articles/05f028f6-0d22-48e5-88bc-31f7be85c0ea/?Event%20Receiver%20in%20SharePoint%202010</a></p><p>Thanks</p> ]]></content:encoded> </item> <item><title>Comment on How to remove the &#8220;I Like It&#8221; and &#8220;Tags &amp; Notes&#8221; buttons from the ribbon in SharePoint 2010 by Gustav Corne</title><link>http://aarebrot.net/blog/2010/09/how-to-remove-the-i-like-it-and-tags-notes-buttons-from-the-ribbon-in-sharepoint-2010/#comment-4329</link> <dc:creator>Gustav Corne</dc:creator> <pubDate>Tue, 13 Dec 2011 10:58:33 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=487#comment-4329</guid> <description>I added display none to s4-socialdata-notif. The links to my site and my profile are intact and the buttons gone.
.s4-socialdata-notif
{
display:none;
}
/Gustav</description> <content:encoded><![CDATA[<p>I added display none to s4-socialdata-notif. The links to my site and my profile are intact and the buttons gone.<br
/> .s4-socialdata-notif<br
/> {<br
/> display:none;<br
/> }<br
/> /Gustav</p> ]]></content:encoded> </item> <item><title>Comment on How to remove the &#8220;I Like It&#8221; and &#8220;Tags &amp; Notes&#8221; buttons from the ribbon in SharePoint 2010 by Plumbers</title><link>http://aarebrot.net/blog/2010/09/how-to-remove-the-i-like-it-and-tags-notes-buttons-from-the-ribbon-in-sharepoint-2010/#comment-4323</link> <dc:creator>Plumbers</dc:creator> <pubDate>Mon, 21 Nov 2011 11:19:25 +0000</pubDate> <guid
isPermaLink="false">http://aarebrot.net/blog/?p=487#comment-4323</guid> <description>Very helpful, the problem that I have at the moment is when I disable the social tags and notes they disappear but then so does the my site and my profile link which appears under the drop down menu on the right. Is there a way to remove the social tags and notes but make sure that my links for the personal pages on the right stay? Any help or tips would be great.</description> <content:encoded><![CDATA[<p>Very helpful, the problem that I have at the moment is when I disable the social tags and notes they disappear but then so does the my site and my profile link which appears under the drop down menu on the right. Is there a way to remove the social tags and notes but make sure that my links for the personal pages on the right stay? Any help or tips would be great.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 11/24 queries in 0.250 seconds using disk: basic

Served from: aarebrot.net @ 2012-05-19 11:56:18 -->
