Jag har precis levererat mitt första webbinar någonsin. Tror det gick hyfsat, otroligt svårt när man inte kan läsa av åhörarna. Här är…
I listen to a few podcasts and get a few questions what I listen to, so here is the list. Technology related Hanselminutes Good compact…
Before going on parental leave I was involved in a fairly large SharePoint project with a distributed team. A question that arose for us was…
This is something that’s been on the back burner for a while for me. I haven’t gotten around to trying it out until now. I just want to…
When working in a development environment you’re bound to get it dirty or someone else on the team make major refactoring’s. You need do…
This post is very basic and probably not needed for most. But I got the question so I figure I’ll put it out there and hopefully it might…
This introduction does not talk about how to deploy SharePoint itself but rather solutions on top of SharePoint that leverages the platform…
This is more of a note to self, how could I forget again, I’m an idiot post than anything else. So here it goes, if you’re writing a app…
When you’re accessing built in SharePoint fields (such as Title) from code, do you go: Don’t! Have a look at SPBuiltInFieldId that keeps…
I’ve been working for a while on a project and filled up the Site Collection Images list with a lot of images get the user experience going…
Every now and then I get a gig where I go in to a customer to help sort out an exiting problem with their SharePoint environment (get us…
This is one that my colleague Mattias showed me. When I code SharePoint solutions I’m always to put in some diagnostics logging just so that…
A while back Service Pack 2 for SharePoint was released. That’s all good. But unfortunately you might run into some snags installing it…
Finally! Adobe released a 64 bit version of the PDF iFilter. You can get it here: https://www.adobe.com/support/downloads/detail.jsp?ftpID…
A while ago I stumbled upon this issue. Doing my usual day-to-day stuff on the SharePoint farm, I entered the the Search Settings page under…
In my current project I last Monday ran in to some DST issues on our MOSS farm. As you can guess we had a DST (daylight saving time) here in…
This post is mostly a note to self, but hopefully it can save a little time for someone. I was just cranking up a new VPC to demo some…
Ever wanted to do something with the groups within SharePoint 2007 programmatically? Here is some sample code you might find useful…
I’m a little late out of the start blocks here. The 6th of november the public announcements came from Microsoft for a couple of new…
First off we released a new whitepaper on the subject: Data protection and recovery for Microsoft Office Server 2007 in small to medium…
Nice writeup of Bob Fox on how to use SharePoint’s built in backup tools (stsadm -o backup). He also talks about scheduling your backup jobs…
Are you one of those people saying that you can’t have code behind pages in SharePoint v3? Heck, I used to think that it was the case. I had…
Yep that’s the way it is today. Speaking with my customers the Content Deployment feature in MOSS 2007 gets a lot of negative critique. Some…
I’ve been trying to find out what User Agent string the MOSS Crawler uses when crawling http-sites. After writing a web app that logs…
A client of mine wanted to use the MOSS search only to return hits from document and images libraries. My first idea was to use Crawl Rules…
The information on msdn how to do this has so far been pretty thin. Now it just got a little better, a two part step-by-step guide on how to…
Finally we released some guidelines on how to do moss development in teams! Haven’t had a chance to read it yet but just the fact that it’s…
Is really simple! Here is a small sample where I extend the content type ”Document” by adding the field ”Office”. Not really useful but…
And are available at MSDN downloads Get the MOSS SDK and ECM Starter Kit Get the WSS SDK and Workflow Starter Kit As you can see the ECM…
This is a really good post on how to leverage the solution and feature framework in SharePoint 2007.
The MOSS team realized a little too late that they sealed the AspMenu-class for extension in WSS v3 / MOSS 2007. So doing the next best…
In this post I’m going to try to explain what a Feature Receiver is in SharePoint 2007 and show you an example of how to use it. First…
This is a great little time saving tip form Heather Solomon. When working with files in the style library for example, it’s a tidious…
Remember all those application templates you could download for WSS v2? Well, soon there will be a bunch of them for v3 as well. To be exact…
I’ve used Telerik’s r.a.d Editor Lite for Microsoft Content Management Server 2002 before and I can say that it was not a dissapointment! I…
Lawrence Lui have set up a nice SharePoint Community Serach at Live.com. Nice going! SharePoint Community Search You can easely set up you…
Finally we released Windows SharePoint Services extension for Visual Studio 2006. Templates available in this release is: Team Site…
Ever felt like you wanted to extend SharePoint’s administration utility stsadm.exe with some of your own commands? Well now in MOSS 2007 it…
I’ve been messing around a lot with the feature called feature in Microsoft Office SharePoint Server 2007 (MOSS 2007). When encountering…