Supernova’s Mission

Supernova’s mission is to share our people’s stories, ideas, discoveries, and solutions.

Archives

Customizing the SharePoint 2010 Ribbon UI

Written by: Lee Kohn

Here are some handy links if you are interested in customizing SharePoint 2010′s ribbon UI: http://sharepointegg.blogspot.com/2010/02/remove-button-from-ribbon-in-sharepoint.html http://msdn.microsoft.com/en-us/library/ff407290.aspx Also if you need to find the IDs/Locations etc… of existing elements in the ribbon you can find them in this file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\GLOBAL\XML\CMDUI.xml -Lee

Migrating SharePoint Solutions from 2007 to 2010

Written by: Lee Kohn

Today I had the pleasure of taking a SharePoint solution which had been built against 2007 and migrating it to 2010.  The whole process went much smoother than I had originally thought although I did learn a couple of things: Anything stored in the session state must be marked as serializable This was simply an oversight in