For those of you who are not familiar with Office Mix, it’s an add-in to PowerPoint that lets you record …
Tag: Development
-
-
Creating a Page Layout that Displays the Contents of Another Page
There are times when you want to have the contents from one page show up in two places. For example, …
-
Removing Default Text from SocialComments Control
Sometimes, in a Publishing site, you might want to give users the ability to leave comments on a page such …
-
Creating a Web Part that Executes a CAML Query Based on Managed Metadata Values Chosen By Users
Sometimes you might need a way to be able to retrieve pages that have been tagged with a particular Managed Metadata …
-
Visual Studio Project Organization
When first building SharePoint projects in Visual Studio, it can be confusing to know how to organize your various SharePoint …
-
Dynamically Updating the CQWP ItemXslLink Property to Point to the Local Site Collection
The Content Query Web Part (CQWP) is the workhorse of SharePoint Publishing sites. The power behind the CQWP is that it …
-
Creating a Setup Project to Install a SharePoint Solution Package
It’s an unconventional requirement, but I needed to create an MSI that would install a SharePoint solution package to a …
-
Creating an Expiration Policy Programmatically on a Content Type
One of the great improvements in SharePoint 2010 over previous versions has been in the area of records management and information policies. …
-
Modifying your Web.config file using SPWebConfigModifications
I’m not the only one to have run into some massive problems trying to add or remove web.config modifications from …
-
Removing a Taxonomy Field value from a List Item
If you’re trying to programmatically remove a taxonomy field value from a taxonomy field, you’ll quickly discover that setting the …