Walkthrough on Configuring SSP in MOSS 2007

Objective This article will give walkthrough step by step to how to configure SSP in MOSS 2007. Step 1 On the SharePoint administration home page, click the Application Management tab. Step 2 Now from Office SharePoint Server Shared Services click on Create or configure this farm’s shared services. Step 3 From Managed this Farm SharedContinueContinue reading “Walkthrough on Configuring SSP in MOSS 2007”

Removing/Hiding the Web Part Title in SharePoint through Code

Objective This article is on very simple topic. In this article; I am going to show how to hide Web Part’s title in SharePoint through code. Note Even this requirement of hiding WebPart title sounds relatively easier task but believe me I gave my 3 hours solving this. Step 1 Create Web Part Create newContinueContinue reading “Removing/Hiding the Web Part Title in SharePoint through Code”

Theoretical introduction of SSP in MOSS 2007

Objective This article will give an overview of Shared Service Provider in MOSS. This will list out few of advantages of SSP and how they fit into MOSS architecture MOSS adapts a three tier architecture Web Server at front These are simple web servers These are used for load balancing These are used for FaultContinueContinue reading “Theoretical introduction of SSP in MOSS 2007”

Basic SharePoint terms

Web Application This is an IIS web site configured in SharePoint to provide content or services such as workflow. Excel calculation service etc. This works on Http Handler like ASP.Net 2.0 This allows for logical separation of SharePoint content. Each web app runs under a different process on the IIS web server. These were the Virtual serverContinueContinue reading “Basic SharePoint terms”

Adding Sequential Workflow to a document library of a SharePoint site using Visual Studio 2008.

Objective Core purpose of this article is to explain, how to attach and debug a sequential workflow using Visual studio 2008(using object model) to a document library of a SharePoint site. In this article, I will discuss How to create a Sharepoint Site How to create Document Library inside that How to add custom propertiesContinueContinue reading “Adding Sequential Workflow to a document library of a SharePoint site using Visual Studio 2008.”

Site Definition in SharePoint

Site Definitions are the foundations on which all sites and user templates are built. Site Definition is collection ox XML and .aspx file. Site Definitions are predefined components needs to be included when a site was created in SharePoint server. Site Definition contains information of Web Part , Lists, Features and navigation bars to beContinueContinue reading “Site Definition in SharePoint”

Introduction of SPPersistedObject class

Objective In this article, I will give a high level introduction of SPPersistedObject class and its uses. I will give one sample also to explain uses of this class. SPPersistedObject class This class is inside namespace Microsoft.SharePoint.Administration This is base class for all administration objects. It serializes all fields marked with Persisted attribute to XML.ContinueContinue reading “Introduction of SPPersistedObject class”

Programmatically Fetching User Name of SharePoint site collection using Object Model

Objective In this article, I will show you how to fetch all the user name of a SharePoint site collection using program or Visual Studio. Step1 Create a SharePoint site and add few users in that by configuring the site in SharePoint. I have created a site called “Document Center” and added few users inContinueContinue reading “Programmatically Fetching User Name of SharePoint site collection using Object Model”

Walkthrough on Creating a Task List in SharePoint

Objective In this article, I will give step by step explanation of how to add a task list in SharePoint site. I am going to add a list in existing SharePoint site. Assumption I have created a SharePoint site. I am assuming here, you do have basic idea of SharePoint sites and SharePoint list. WorkingContinueContinue reading “Walkthrough on Creating a Task List in SharePoint”