Minify JavaScript and PowerShell scripts by using PowerShell
There are several tools out there to minify JavaScript files. – You don’t know “minification”? Look here: http://en.wikipedia.org/wiki/Minification\ (programming)) Common tools…
SharePoint, PowerShell & dev notes by Ingo Karstein
152 articles since 2010 · page 8 of 16
There are several tools out there to minify JavaScript files. – You don’t know “minification”? Look here: http://en.wikipedia.org/wiki/Minification\ (programming)) Common tools…
There is a common error in SharePoint 2010: On almost every (web frontend) server you can find this error in the Windows Event Log “Application”: Event Type: Error Event Source:…
For development and some related tasks I use PowerShell, of course. – I store the PowerShell scripts in my projects as part of them. They are part of the source code and they are…
At the weekend I tried to access a diffrent SharePoint Web (SPWeb) from inside server code (ASPX application page). Before I created interface classes to the “diffrent SharePoint…
In this “Walkthrough” I’d like to show you how to create a simple WCF Web Service for SharePoint 2010. This Web Service will provide two methods: Ping = Just as test.…
In my curent migration project I got this error in an Content Database upgrade log on the new SharePoint 2010 farm: Template MPS 0: Exception thrown while applying the global…
It’s possible to exclude SharePoint Lists from search results by excluding their types in the search scope definition. Therefore you need to define an search scope rule based on a…
Today I’ve had the error: Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (150CA1DD 02E3 47C0…
During a migration project from MOSS 2007 to SharePoint 2010 we got a strange error that took some hours to resolve. For an automated migration tasks I tried to create a…
There are the “Fantastic Fourty” templates you all now… They are create for MOSS 2007 and there are no update available for SharePoint 2010… Because of a migration of MOSS 2007 to…