Author Archives: Stu

Fine Grained Permissions in 2013

Setting item level permissions was straight forward in SharePoint 2010, you selected the items you wanted to break inheritance on and selected the Permissions item. When moving to SharePoint 2013 and trying to do the same thing, to a lot … Continue reading

Posted in Configuration, Security, SharePoint | Tagged , | Leave a comment

Add Field with XML

SharePoint Short #21 A quick short today 🙂 Instead of adding new fields to a content type or list creating the object (SPFieldText, etc.) and adding it, simply pass the XML definition for whatever field you are looking to create … Continue reading

Posted in SharePoint, SharePoint Shorts | Leave a comment

ULS Viewer

A quick post today, just to say that there’s been an update to the ULS Viewer from Microsoft. A big improvement, main features are now: Monitor all server logs in real time across the farm Personalise the output and and … Continue reading

Posted in SharePoint | Leave a comment

Configuring SQL Server Whitepaper

I recently came across the following whitepaper for configuring SQL Server to get the best performance from it when used in a SharePoint environment. Download it from here Or view it from here Lots of good information in it and … Continue reading

Posted in SharePoint, SQL | Tagged , , | Leave a comment

Import Tag MSBuild Errors

Creating a SharePoint package is easy enough with Visual Studio but each time you restart it, the package location used previously is replaced with the default location of the current user’s Documents folder. To save a few seconds from my … Continue reading

Posted in Visual Studio | Tagged , | 1 Comment