STSADM Command Extensions for SharePoint (ApplyMaster Example)

My colleague Mauro Cardarelli posted a simple code snippet yesterday to determine the GUID for an SSP.  It worked, and he accomplished what he wanted to accomplish, but my first thought was: STSADM command extension. If you’ve worked with SharePoint much at all on the server, you’re very familiar with STSADM.  It’s the command line…

Availability of Infrastructure Updates for SharePoint

Last week, Microsoft announced three updates which affect SharePoint Server 2007, Windows SharePoint Services 3.0, Project Server 2007, Search Server 2008, Search Server 2008 Express and Project Professional 2007. These updates are explained on the Microsoft SharePoint Team Blog: Announcing: Availability of Infrastructure Updates. The Infrastructure Update for Microsoft Office Servers contains the new Enterprise…

Plotting Your Data in SharePoint Using Virtual Earth or Silverlight

Over at the Microsoft SharePoint Designer Team Blog, there’s a nice post from Jon Campbell about how to plot your data using Virtual Earth. The first step is to get your data into nice shape using some geocoding service.  There are many of these out there these days, but Yahoo’s service has been many people’s…

Using Query String Variables to Populate SharePoint Form Fields

If you have a parent/child relationship between two lists, you will undoubtedly want your users to be able to create child items without having to type in the common key or ID.  I’m not going to go into the full architecture of this here, but here’s an important part of the process. Let’s say that…

Saving a Site as a Template: ‘Failure decompressing data from a cabinet file’ Error Workaround

I was trying to save a site as a template today including the content, and I got the error ‘Failure decompressing data from a cabinet file’. I found a workaround on Ragav Jagannathan’s site: http://ragavj.blogspot.com/2008/02/failure-decompressing-data-from-cabinet.html …This error "Failure decompressing data from a cabinet file" can be avoided by using the stsadm command line tool of…