Musings on code and stuff RSS Feed

Calendar Content Types in SharePoint 2007
25 Apr 2007, 12:59:00 PM
For a non-profit parenting organization like PRAM, the calendar means everything. They have monthly board meetings, weekly playgroup schedules, classes, workshops, holiday parties, and other programs going on all the time. The Calendar List in Sha ...
Read post

Workaround For Delayed Timer Jobs Due to DST in SharePoint 2007
16 Mar 2007, 10:14:00 AM
Wow, this is my third blog post in two days, but when you are developing custom SharePoint 2007 solutions, there's often a lot to blog about.   Our team was experiencing problems after the daylight savings (DST) changeover this week. We noticed ...
Read post

This Ain’t No Ordinary MomNPopShop.com! (Part 1)
15 Mar 2007, 11:32:00 PM
As Jeff Atwood, my colleague here at Vertigo and author of the immensely popular blog, Coding Horror, would say, "If you didn't blog about it, then it didn't happen". So, I've decided to take the first step toward writing a step-by-step guide enti ...
Read post

Adding Code-Behind to Custom Pages in SharePoint 2007
21 Feb 2007, 05:05:00 PM
In my last post, I described how to add code blocks to your custom SharePoint 2007 pages. In this post, I will describe a similar technique that allows you to use the ASP.NET 2.0 code-behind model for your pages. Apparently, this was easier to ach ...
Read post