SharePoint 2007 and WSS 3.0 Dispose Patterns by Example

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...

Change MOSS 2007 server to another Windows 2003 Domain

  Last week I found that some emails weren't sent by sharepoint. When I created an alert I received an email saying that the alert was just created...

Approval status, MOSS and Sharepoint Designer

I was creating a SPD workflow that checks the approval status field. When you add this condition in SPD, the designer automatically gives you a combo box with all...

SharePoint 2007 – Getting URL from Image Field in WCM Web Sites

It is a common scenario in WCM web sites, to have content page images stored in a column of type Image. SharePoint stores this kind of fields in the...

Dealing with Memory Pressure problems in MOSS and WSS

I just a found another great post about memory management and performance issues on the SharePoint platform. This article defines the concept of "Memory Pressure" and discusses in great...

Development Tools and Techniques for Working with Code in Windows SharePoint Services 3.0

I just found two great articles posted in the MSDN web site by Patrick Tisseghem of U2U that covers a series of aspects on development with the SharePoint platform,...

How to Create a SharePoint Server 2007 Custom Master Page and Page Layouts for...

I found another very useful article in the MSDN web site for SharePoint developers that are working on WCM. This article provides a step-by-step guide on how to build...

How to Optimize a SharePoint Server 2007 Web Content Management Site for Performance

In any web site, performance should be among the main concerns (especially if a large amount of users is expected) and SharePoint web sites are no exception. This MSDN...

Page.EnableEventValidation and “Invalid postback or callback argument” error

I developed a custom web part that basically renders a form and submits the entered data into a SharePoint list. The problem I was having is that when the...

SharePoint 2007 – Exporting Web Parts

When web parts are deployed in a SharePoint Site Collection, they become available in the Web Part Gallery, so that they can be added to web part pages. The...