Error When Trying to Delete a Master Page: “Server error: This item cannot be deleted because it is still referenced by other pages.”

I’ve had this happen often and I’ve usually just left the unused master pages, since they aren’t really hurting anything.  Today I finally decided to try to see if I could get rid of a pile of old copies of master pages I had lying around, and I found this Microsoft article which explains a workaround. …

Displaying the Render Date and/or Time in SharePoint Pages

This is a simple enough task with a little JavaScript.  Inserting the script below into your master page will output the date and time in the simplest way possible when the page is rendered: If your language is American English, you will see the following: Fri Oct 24 18:19:06 EDT 2008.  Of course, if you’d…

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…