Thursday, December 20, 2007

Simple look and feel changes in SharePoint 2007

How to change the theme for SharePoint 2007 site

1) Click on the site action and select the site settings
2) Under the Look and Feel you can see Site Theme in the option, click on the Site Theme
3) Some themes will be listed, which is preload in the SharePoint. By default the default theme is selected.
4) Select the theme you want to apply and click the apply button
5) Thus the them applies to the site successfully

How to change the logo in the header for SharePoint 2007 site

1) In the left navigation panel you can see the view all site content, click on that and continue
2) Under the Document Libraries you can see a library named images available. If not create one as per you needed.
3) Upload the Logo image into that image document library
4) After uploading right click on the image file in the document library and copy the shortcut of the logo file
5) Now go to site actions site settings
6) Under Look and Feel click on the Title, Description and Icon
7) In the Logo URL and Description, in the URL text box paste your copied path
8) Click ok and continue. The logo is successfully changed

Enabling Drop down menu for multi level in SharePoint 2007 sites Top Navigation bar

Let’s check how we can enable the drop down menu in SharePoint 2007 site in the top navigation bar.

Here you can see the top navigation bar of a SharePoint site, the securesite is the parent here for site1 subsite and under the site1 we site1-1 as its own subsite. Let’s see how these subsites are shown as dropdown menu in the top navigation bar.
Go to site actions and select site settings,


Under the Look and feel select Navigation to proceed.



In the subsites and pages check the check box show subsites and click ok to continue.



Now you can see the drop down menu for single level is enabled.



By default SharePoint as single level of drop down menu. To enable multi level we need to do small change in the master page of the particular site using Microsoft SharePoint Designer.

Open your SharePoint site in SharePoint designer and navigate through the folder and open the default.master page.


Check out the code snippet screen shot.


The MaximumDynamicDisplayLevels=”1” is the attribute which as default value of one, this is where you need to change, enter as much level you wanted in your drop down menu. In our explanation we will set it as two.



Now the save the changes and close the master page and close the SharePoint site in the designer. Now open your SharePoint site in Internet Explorer

Now you can see the second level in the site drop down menu is enabled and it shows successfully.

Monday, December 17, 2007

Office communication server 2007 Enterprise Edition

Office communication server 2007 Enterprise Edition

Deploy pool in consolidated topology:

Deploys an enterprise pool and install all enterprise edition components.
10 steps to be followed
Step 1: Prepare active directory
7 steps to be followed
Step 1.1: Prep Schemas
Step 1.2: Verify replication of schema partition
Step 1.3: Prep Forest
Ref: http://support.microsoft.com/kb/322692
Step 1.4: Verify replication global settings and global catalog
Step 1.5: Prep current domains
Step 1.6: Verify replication in the domain
Step 1.7: Delegate setup and administration
Step 2: Create enterprise pool
Prerequisite: Mini mum SQL 2000 with SP 4 or SQL 2005 with SP1
Ref: http://www.microsoft.com/downloads/details.aspx?FamilyID=cb6c71ea-d649-47ff-9176-e7cac58fd4bc&displaylang=en for SP1
Step 3: Deploy Hardware Load Balancer
Step 4: Configure pool
Step 5: Add server to pool
Prerequisite: MSMQ requirement add this component.
Step 6: Configure Certificate
Sample Certificates: http://msdn2.microsoft.com/en-us/library/aa362729.aspx
http://msdn2.microsoft.com/en-us/library/ms751503.aspx
Step 7: Configure web component certificate
Step 8: Verify Replication
Step 9: Start Services
Step 10: Validate Server and Pool functionality



Configuring the Out of the Box Approval Workflow for a Document Library

Configuring the Out of the Box Approval Workflow for a Document Library

Step 1: Create a Document Library in your site as per your requirement.
To create a document library, go to all site content and click on the create button.



Now click on the document library to create it.


Next you will be redirected to another page where you need to fill it with some information to create the desired document library.


In the Name text box enter the name of the document library and description you can enter something about your document library which is not a mandatory field.

In this dropdown select the document type you want to be used in this document library. For example if you want to all types just select none.


If you select yes here the document library will have versioning enabled.
Now let’s check how the approval workflow can be configured with this document library.


Click on the Setting and select the Document Library Settings.


Click on the Workflow settings under Permissions and Management to continue.


Select the Approval Workflow in the workflow template list and enter some unique name for your workflow and select the list in which the workflow created tasks should list under. And other setting like workflow history list, when the workflow should start and how it should start etc.


How the workflow should run parallel or serial. Parallel is like you give more than one approver and make them approve it parallel. We have reassigned the task to another person option.


These are the option available in the workflow settings. Now click ok after setting all the details. Workflow is configured in the document library.


Now let’s check how the workflow works, let’s see a small demo...


Go to the document library and click on the new document and add to the library.



Now you can see that the workflow has been started, says that In Progress.
When you logged in as assigned user credentials you can see the workflow task that should be completed by that user in the task list.


You can see now the assigned user gets the task with title and status is not started.



To approve or reject the workflow click on the view item and continue.


Here in this screen write the comments and approve/reject or reassign it another user.

After approving it states that status is completed.


Now you can see the document is approved successfully.


Friday, December 14, 2007

Create a simple WorkFlow For SharePoint 2007 using VSTS 2008

Create a simple WorkFlow For SharePoint 2007 using Visual Studio Team Suite 2008

For VSTS 2008 environment : Get it from here >>

Now. after setting up the VSTS 2008 environment, open the Visual Studio 2008 and click on the create project.

Now select the workflow type you want to create. Here in this demonstration i'm creating the Sequential WorkFlow.

Here the next screen display with two text box. One the first one is enter your WorkFlow name and the seond one to enter your SharePoint Site address.


Next is the assigning the WorkFlow to the desired place. We have option for automatically associate workflow to selected Document Library or List. And Other option like Task list assigning and etc...



Next is how the workflow should be started and other options.


and now just run the workflow you will get the output.

SharePoint 2007 Application Template

Windows SharePoint Services 3.0 Application Template Resource Center

The resources below provide information for getting the most out Application Templates for Windows SharePoint Services 3.0. These include an introduction to Windows SharePoint Services, information on learning the basics of application templates and working with SharePoint sites, and links to relevant guides and datasheets. You’ll also learn how you can customize application templates to meet your unique business needs.

More>>

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...