You are currently browsing the Apes and Chains weblog archives for February, 2010.
- Life (1)
- Paddling (3)
- Sharepoint (2)
- Uncategorized (2)
- 11. February 2010: Putting Your Mark On It
- 26. January 2010: First race in the bag
- 20. January 2010: One of those beautiful days
- 15. January 2010: Go long or go home...
- 14. January 2010: Server Error - Cannot complete this action.
- 14. January 2010: Welcome to the Sharepoint Project
- 14. January 2010: Aloha.
Blogroll
Archive for February 2010
Putting Your Mark On It
11. February 2010 by Vince.
There are a few ways to brand your SharePoint site so that it has the look and feel that is right for your company. You can use the web interface to change themes and styles or use SharePoint designer to edit layouts and master pages. However, these methods only give you one-off modifications to a specific site collection, and don’t allow you to migrate your design across multiple sites or SharePoint installations.
What I need to accomplish:
- brand my SharePoint site, including master pages, layout pages, stylesheets, and images
- apply the same branding to 3 environments: dev, staging, and production
The best way to do this is to use Visual Studio to create a Solution Package with all of the branding elements included. This way we can simply deploy the solution onto all of the different environments to have a uniform look and feel without having to do the work multiple times.
This article in msdn describes in great detail the steps for creating the solution and deploying it, by having the administrator activate the branding feature on the site.
Posted in Sharepoint | No Comments »