Miguel Isidoro
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...
Development Tools and Techniques for Working with Code in Windows SharePoint...
I just found two great articles posted in the MSDN web site by Patrick Tisseghem of U2U that covers a series of aspects on...
How to Create a SharePoint Server 2007 Custom Master Page and...
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...
How to Optimize a SharePoint Server 2007 Web Content Management Site...
In any web site, performance should be among the main concerns (especially if a large amount of users is expected) and SharePoint web sites...
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...
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...
SharePoint 2007 – No parameterless constructor defined for this object
I needed to edit a page layout in a Publishing Site and I was adding a custom web part using SharePoint Designer. Everything seemed...
SharePoint 2007 Debugging – Show Error Messages
Sometimes debugging SharePoint errors is not the easiest of tasks. The most common and annoying situation is when the "An unexpected error has occurred"...
SharePoint 2007 Deployment Tools
I recently found in the CodePlex web site, two very interesting and useful tools to ease the process of deployment of a SharePoint 2007...
SharePoint 2007 – Restore Closed Web Parts
In SharePoint 2007 web sites, web parts can be removed from a web part page using two methods:
Closing the web part (by clicking...