Tag: sharepoint 2010
-
A quick look at the SharePoint 2010 Developer Dashboard
One of the cool things in SharePoint 2010 is the Developer Dashboard. This gives you all sorts of insightful information about the page you are currently on. In addition to the out of the box information it provides, you can also add your own custom information to it. Here’s a quick write up on how […]
-
Activating a customized Master Page with a feature using a sandboxed solution in SharePoint 2010
The out-of-the-box look and feel of SharePoint 2010 is a lot nicer than the 2007 version. Be that as it may be, you still might want to customize your site collections. I’ve been looking into a quick and easy way to do this using a feature in a sandboxed solution and I’m happy to say it’s not […]
-
How to remove the “I Like It” and “Tags & Notes” buttons from the ribbon in SharePoint 2010
I’ve seen this question pop up on the forums from time to time, and it an understandable business requirement. Not every company want these buttons on their internal (or external) websites. Now my first thought to get rid of these was to use the HideCustomAction functionality, but after digging around for a big I realized […]
-
Adding a custom button to the ribbon using a feature in SharePoint 2010
I know a lot of people don’t like the Ribbon, but I personally love it. It’s being put into more and more of Microsoft (and third party!) applications and SharePoint 2010 is no exception. But how do you go about and customize it? I’ve been looking at doing so for the last few days, and […]
-
Finding the strong name of an assembly
Sometimes when you’re developing things for SharePoint, you need to reference the strong name of your assembly. It’s not inherently obvious how to do this, so here’s a quick heads on how to use Reflector to do it. First head over to Red Gate‘s website and download Reflector if you don’t already have it installed.