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...
SharePoint Tip #19: Using JavaScript in Body OnLoad Event
When developing web parts or other controls that use JavaScript, it's quite common to need to call some function on the Body OnLoad event of the web page. The...
SharePoint 2007 Deployment: Creating and Using Features
Summary This third post is about creating and using Features in a general sense. Creating Features for each specific element will be the subject of later posts. Check the...
SharePoint 2007 Deployment: Features and Solutions
Summary This second post on my SharePoint Deployment Series is focused on the concepts of Feature and Solution. Check the first post SharePoint 2007 Deployment: Overview for an introduction...
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...
How to set SPFolder.WelcomePage property
Some SharePoint objects needs an instance to work perfectly, one example is here; Sample 2 works however the Sample 1 doesn't :) Sample1 SPSite site = new SPSite("http://server"); SPWeb...
SharePoint Associating a Workflow to a list
Continuing from my last post, one thing that you also may want to do when programmatically creating a list is associating a workflow with a given configuration (e.g. Approval...
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...
Sharepoint 2003 to MOSS 2007 Migration
This week i'm migrating a SPS 2003 portal to MOSS 2007 using the DB Migration model.One of the problems that a i had was that in some sites 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...