Create new MOSS masterpages
When you want to create a masterpage you should start with the Minimal.master page up on MSDN. It's a basic master page. It has everything you need in a...
SharePoint 2007 Deployment: Custom Action Features
Summary This post is about developing features to create action features in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the...
Calling Excel (Web) Services from WCF
Interfacing with Excel Services by means of WCF can be somewhat difficult at first and very subject to a trial and error experience. On my development environment I...
SharePoint 2007 – New instances of this workflow template are currently disallowed
When creating a new custom workflow project using Visual Studio 2008, a strong key file (.snk) file is automatically included in the project to sign the workflow assembly. A...
Apply Changes to SharePoint Theme to all sites and subsites
This post can be used to resolve two problems/issues of SharePoint 2007/2010 and WSS 3.0.
When you define the site theme, is created the _themes folder on the site (you...
SharePoint 2007 – Start a Workflow Programmatically
Introduction
This blog post will show you how to start a workflow programmatically every time an item is updated in a SharePoint list. For those who don’t know, Windows Workflow...
MOSS BreadCrum in Intranet vs Publishing Sites
When implementing a masterpage or page layout that needs to have breadcrumb, there are two providers for that, one that shows the entire path with list and folders and...
SharePoint 2007 – Getting an SPListItem by ID after a Search
After making a search to a SharePoint site, it isn't always easy to get a reference to each item returned in the search. This is because we don't know...
SharePoint 2007 – “Value does not fall within the expected range” when updating an...
A very common error message that appears when developing in the SharePoint platform is "Value does not all within the expected range" when trying to update an SPListItem that...
SharePoint 2007 Deployment: List Template Features
SummaryThis post is about developing features to create list templates in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the series index.Package...