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…

Append Changes to Existing Text Option on a SharePoint MultiLine Text Column

If you’re like me, you’re constantly finding new useful things in SharePoint that have been sitting right in front of you all along.  I’m working with a smart guy named Bob Nash from CSC at a client right now, and he just showed me a cool thing you can do with a list column.  …

How to Fix Recurring Meeting Workspace Error: ‘g_InstanceID’ is undefined

I was having a problem with Meeting Workspaces today.  The links to each meeting instance on the left Quick Launch were not working, and every time we clicked on one of them, we would get a JavaScript error: ‘g_InstanceID’ is undefined.  At first, I assumed that my CSS must be hiding a control that was required…

Question About My “Web Parts Falling Off the Page” Post and a Few Suggestions

I got another comment to my previous post about Web Parts falling off the page this morning that I can’t respond to due to the sender’s communication preferences, so I’ll answer it here. Hi Marc, With reference to your blog entry have you found any solutions to this weird problem. I am having the same…