>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

SharePoint Batch Check In

SharePointBoost.com has announced a new tool that allows users to check-in multiple documents at a time. This tool can prove to be very useful if the users are required to upload multiple documents at a time and yet at present they can only check-in on…

Exploring the 40 Application Templates – Contacts Management

Template Name: ContactsManagement.wsp Description: Help teams manage contact information among team members, including synchronization with Microsoft Office Outlook® 2007. Business Area: Sales / Marketing

Paging for Search Results Xslt – Alternative of Search Paging webpart

SharePoint Search implements a custom search paging webpart, when customising the xslt the paging webpart does not execute as per expected. A sample code for number based Paging that simulates the out of the box search pagig webpart, that can be plug…

SharePoint Dispose Checker Tool

Great tool to check the memory leaks in you create using the disposable objects such as SpSite and SpWeb, will help you increase the performance of your sharepoint site much better. http://code.msdn.microsoft.com/SPDisposeCheck To read more about the d…

Exploring the 40 Application Templates – Call Center

Template Name: CallCenter.wsp Description: Help individuals manage the process of handling customer service requests from issue identification to cause analysis and resolution Business Area: IT / Operations

Tuning Virtual PC Performance

I found this article useful in helping me tuning my VPC performance. Hope its helpful for you all too… http://www.windowsnetworking.com/articles_tutorials/Tuning-Virtual-PC-Performance.html

Exploring the 40 Application Templates – Bug Database

Template Name: BugDatabase.wsp Description: Help development teams collect and track information about bugs in their code including reproduction steps, category, comments, priority and severity of the bug. Business Area: IT / Operations

Set permissions for SharePoint Views

The following tool in Codeplex enables you to set permissions to views and restrict views to particular users. This feature is not available out of the box in Sharepoint. http://www.codeplex.com/SPViewPermission

Invalid data has been used to update the list item. The field you are trying to update may be read only

When trying to modify the ModifiedBy or the CreatedBy fields, you may encounter such error. This error is basically not very helpful to find what the problem is. This error is encountered because when trying to modify the above mentioned fields and use…

Remove the Export option from the Webpart’s Menu

The Export option from the webpart’s menu can be removed by using the webpart property ExportMode. The ExportMode parameters can be, None – None of a Web Parts control’s properties can be exported. All – All of a Web Parts con…