June 2007 - Posts

Free the SPWeb!
29 June 07 05:30 PM | jannemattila | 7 Comments   
Every SharePoint developer knows that you need to free resources that you have used... like SPWeb (and others too!). Most often freeing up the resources are easily managed with the nice using -statement like this: 1 2 3 4 5 6 7 using ( SPSite site = new Read More...
Adding users to SharePoint dynamically at first request after authentication
25 June 07 12:19 AM | jannemattila | 10 Comments   
That title says it all! Well I was working on case where SharePoint was configured to use external authentication. This external authentication was hosted outside SharePoint and it could be used by many other services too. End users of SharePoint would Read More...
Starting workflow from eventhandler
07 June 07 10:41 PM | jannemattila | 0 Comments   
I just wanted to make quick post about starting the workflow from code. You might want to use this stuff in your eventhandlers for starting workflows automatically in some weird scenarios. But no more explaining since this is pretty straightforward. Here's Read More...
Feedback web part
07 June 07 10:17 PM | jannemattila | 17 Comments   
A while back I got a question that how would I solve "feedback feature request" for my customers case (platform was MOSS 2007). Idea is that from every page of the portal you could go and give feedback. And if you do give feedback it would be important Read More...
Page view tracker