>

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.

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…

Exploring the 40 Application Templates – Absence and Vacation Schedule

Template Name: AbsenceVacationSchedule.wsp Description: Help employees manage requests for out of office days, including listing days they will be unavailable who will cover their responsibilities while they are gone Business Area: Human […]

Exploring the 40 Application Templates – Time Card Management

Template Name: TimecardManagement.stp Description: Help simplify the process of tracking hours spent on multiple projects through employee ‘punch-in / punch-out’ capabilities and reporting of work in progress and project hours worked to date.