Monthly Archives: October 2008

Create new WSS web application at a default location other than C:\Inetpub\wwwroot

This was a question popup about a year ago when the client SPS 2003 virtual directory is hosed on a drive other the default C:\Inetpub\wwwroot location.
It all began with a gradual migration, the new targeted web application for MOSS 2007/WSS 3.0 is created automatically at C:\Inetpub\wwwroot\VirtualDirectories\
while the SPS 2003 site is at E:\Inetpub\wwwroot. At that [...]

Posted in Migrations, Tips and Tricks | Tagged , | Leave a comment

Convert XSLT Variables to Upper or Lower Case

I had a situation where I needed to compare a query string parameter to a value in a list inside a data view web part in SharePoint Designer. If the two values matched in regards to the text, but did not match in regards to case (for example: SomeWord vs. someword), they would not [...]

Posted in Tips and Tricks, Web Parts | Tagged , , , , , | 4 Comments

SharePoint Resource Center for Updates

As a SharePoint administrator, keeping your SharePoint environment up-to-date is one of the important tasks. Since MOSS 2007 and WSS 3.0 went RTM in November 2006, there are 2 major updates: Service Pack 1 and Infrastructure Update.
The following link summerizes the deployment roadmap for these important updates and provides useful information in terms of [...]

Posted in Uncategorized | Tagged , | Leave a comment

Application Lifecycle Management for SharePoint Development

Have you ever thought to yourself that the development experience in SharePoint is quite frankly a pain? That there are no real best practices or guidance about how to conduct application development or how to use an Application Lifecycle Management (ALM) process?
I was introduced today to the link below on msdn that offers a [...]

Posted in Uncategorized | Tagged , , , , | Leave a comment

Create Unique Keys Using Calculated Fields

This little trick is something that should have struck me long ago, but I just recently hit upon it. I had a situation where I needed to create a column in a list that looked up data from another list. Normally, lookup columns use the Title field as the text displayed in the [...]

Posted in Lists and Libraries, Tips and Tricks | Tagged , , | 1 Comment