Posts about SharePoint

Presentation om SharePoint 2013 för utvecklare

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…


, , ,

Podcast I Listen To

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…


,

Registering JavaScripts in your SharePoint/ASP.NET Project

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…


Getting Stated Unit Testing Your SharePoint Code with Moles

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…


Quick SharePoint Tip: Remove SharePoint Solutions

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…


Upgrade Your SharePoint Server 2010 License to Enterprise in Pictures

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…


Introduction to Deploying Solutions on top of SharePoint 2010

This introduction does not talk about how to deploy SharePoint itself but rather solutions on top of SharePoint that leverages the platform…


, ,

FileNotFoundExceptoin when writing SharePoint 2010 code in Visual Studio

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…


,

Accessing Built In SharePoint fields

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…


,

Dumping SPList Items to a Feature

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…


Good Write-up on ULS Viewer

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…


, , ,

Neat Trace Writer Trick

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…


,

Potential Issues Installing SharePoint 2007 Service Pack 2

A while back Service Pack 2 for SharePoint was released. That’s all good. But unfortunately you might run into some snags installing it…


Adobe PDF iFilter now in 64-bit

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…


Getting a "403 Forbidden" when trying to access the Search Settings Page

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…


Installing MOSS SP1 - The Order of Things

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…


Net Stop Sens

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…


Iterating Over and Deleting SharePoint Groups Programmatically

Ever wanted to do something with the groups within SharePoint 2007 programmatically? Here is some sample code you might find useful…


New Search Products Announced

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…


More on SharePoint Backup/Restore

First off we released a new whitepaper on the subject: Data protection and recovery for Microsoft Office Server 2007 in small to medium…


Stsadm backup/restore

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…


,

Code Behind Files in SharePoint?

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…


Content Deployment - Gets to take a lot of cr**p

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…


MOSS Crawler User Agent

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…


Searching Document and Image libraries with MOSS

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…


,

Articles on Migrating from CMS 2002 to MOSS

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…


Team Based Development with MOSS

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…


,

Manipulating Content Types Using the Object Model

Is really simple! Here is a small sample where I extend the content type ”Document” by adding the field ”Office”. Not really useful but…


SharePoint's SDKs Reached RTM!

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…


,

Leveraging Solutions and Feature Framework in SharePoint 2007

This is a really good post on how to leverage the solution and feature framework in SharePoint 2007.


,

MossMenu Source Code Released

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…


,

Understanding SharePoint Feature Receivers

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…


SharePoint Tip

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…


SharePoint v3 Templates

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…


, , ,

Telerik r.a.d editor for SharePoint 2007

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…


, ,

SharePoint Community Search

Lawrence Lui have set up a nice SharePoint Community Serach at Live.com. Nice going! SharePoint Community Search You can easely set up you…


, ,

Visual Studio Extensions for WSS

Finally we released Windows SharePoint Services extension for Visual Studio 2006. Templates available in this release is: Team Site…


,

Extending stsadm.exe

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…


,

Good SharePoint/MOSS Blog

I’ve been messing around a lot with the feature called feature in Microsoft Office SharePoint Server 2007 (MOSS 2007). When encountering…