Wesley Bakker

Interesting things I encounter doing my job...

Sponsors

News

Wesley Bakker
motion10
Rivium Quadrant 151
2909 LC Capelle aan den IJssel
Region of Rotterdam
The Netherlands
Phone: +31 10 2351035

(feel free to chat with me)
 

Add to Technorati Favorites

Browse by Tags

All Tags » SharePoint 2010 (RSS)
SPItemEventReceiver Bug
Normally when you inherit a class, and override any of the methods, you call the base method, just to be sure you do not interfere with the inner workings of the class. There is a bug however in the SPItemEventReceiver class that always changes the Status...
WebDAV slow with “Automatically detect settings”
Just a short note to self. A lot of Microsoft applications use WebDAV.  If you encounter some very slow WebDAV performance, just disable the “Automatically detect settings” in IE. Tools –> Internet options –> Connections –> LAN Settings...
Dynamics CRM 2011 and SharePoint 2010
The new Dynamics CRM SDK is built with .NET Framework 4.0! SharePoint 2010 runs in 3.5! So you cannot use the new CRM 2011 SDK if you would like to create an External Content Type. As CRM 2011 is backward compatible, your code will run just fine when you use the “old” CRM 4.0 SDK to connect to the “new” CRM. ...
Get Datepart in SharePoint Designer Workflow
Yesterday someone asked me how to get the datepart (f.e. the year of a date) inside a SharePoint designer workflow. I thought it would be some default action in the "Utility Actions" group, but I thought wrong. There is no such pretty common action. This post however shows a simple technique to get datepart Year, Month and Day....
Framed Office Web Apps SharePoint 2010
Unfortunately the X-Frame header, that is added by the Office Web Apps service, prevents Internet Explorer to render office documents in an I-Frame! To solve this we've create a very simple HttpModule that checks for the header and changes the value from "DENY" to "SAMEORIGIN". This post simply shows the code for such a module that enables previewing of documents with Office Web Apps inside an I-Frame....
My First SharePoint 2010 feature! Adding jQuery...
I've attended the SharePoint 2010 Ignite Train the Trainer course this week and boy oh.. boy... great stuff inside SharePoint 2010! So on friday (== lab day) I started by creating creating a SharePoint feature which adds jQuery to the page and allthough...
More Posts