SharePoint

SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organizations.

SharePoint 2007 – Save Site As Template in Publishing Sites

0
One situation that you may have experienced is the lack of the "Save site as template" link in the Site Settings page of a MOSS 2007 site even if...

SharePoint 2007 Deployment: Site Content Type Features

0
Summary This post is about developing features to create site content types in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and...

SharePoint 2007 Deployment: Site Column Features

0
Summary This post is about developing features to create site columns in a SharePoint site. Check the first post SharePoint 2007 Deployment: Overview for an introduction and the...

WCM – Save Site as Template

0
If you want to save a site as template in a SharePoint 2007 Internet Site you don't have that option in the Site Settings page, so you have to...

SharePoint 2007 and WSS 3.0 Dispose Patterns by Example

0
When developing for the SharePoint platform, developers should be very careful in using the SharePoint API in order to avoid memory leaks in a production SharePoint farm. Roger Lamb...

SharePoint 2007 Deployment: Creating Solutions

0
SummaryThis fourth post is about creating and using Solutions in a general sense, just as the previous one was about Features. Check the first post SharePoint 2007 Deployment: Overview...

DateTime SharePoint Field Format

0
When you are creating a SharePoint page layout and what to have a specific datetime format ex: Friday, 15 February 2008 it's not possible using just the publishing date field...

MOSS Rich Text Editor Styles – modify and add new styles

0
You can easily modify existing styles or add new styles to the MOSS Rich Text Editor by using the Alternate CSS URL option (along with adding any other CSS...

Duplicated WebPart added to a Page on WCM

0
For some reason, when using features to add pages to a WCM site the webparts that exist on the page appear duplicated.But using API and getting the object weparts...

Set Sharepoint workflow task permissions

0
I have saw many posts about this problem, many questions but few answers. So, how do we set permissions to workflow tasks:In workflow code behind create a HybridDictionary property something...