August 5th, 2009 () Technology › richard › No Comments
SharePoint calendar widths breaking your custom design? Yea, they’re pretty wide. Here’s how you can tame them.
For the default Month and Day view, you can apply the following style:
.ms-calheader img { width: auto; }
This will reset the width for a spacer image that the fine folks at Microsoft have decided to give this enormous amount [...]
July 6th, 2009 () Development › richard › 1 Comment
Apparently I was informed that when instantiating an SPWeb or SPSite object, I should call Dispose on those objects to make sure they’re released.
Until one day I stumble upon this lovely error: “Trying to use an SPWeb object that has been closed or disposed and is no longer valid”
So I google it and find out [...]
March 31st, 2009 () Development › richard › No Comments
Today at work it was suggested that our SharePoint team (about 3 developers) use a single server on our network as our primary SharePoint development environment. That means all three developers will log on to the same server with different accounts, use Visual Studio and deploy to the same instance of SharePoint, all on the same box.
Those familar with SharePoint [...]