codegirl.blog(this);

Christina A. Odom — Developing SharePoint Solutions

Tim Dobrinski’s Variations Editor

Posted on August 28, 2008 - Filed Under Life | Leave a Comment

For any of you MOSS people who use Variations and understand the sheer pain of the relations list.  My friend Tim has created the free application for you.
Did I mention he released this FOR FREE??

Read More..>>

Random Error: Infopath’s “updating the site content type failed” Part 2

Posted on August 25, 2008 - Filed Under Life | 4 Comments

I really hate this error.  You publish a form that has been published a million times before, and you get the “Updating the site content type failed” message.  Its like the Red Ring of Death on your XBox… you’re left staring at it in utter disbelief.
Oh but it goes beyond the normal.  I have a [...]

Read More..>>

Howto: Find your Project Server URL from Project Workspace Context

Posted on August 12, 2008 - Filed Under Life | 1 Comment

This is a companion post to go with How to: Find your Project UID from Project Workspace Context since I’ve received a few questions on this topic.
The following code will return the fully qualified URL for your Project Server instance.
String PWA = SPContext.Current.Web.AllProperties["PWAURL"].ToString();

Read More..>>