Feb 152012

Edit enableSessionState with PowerShell

Instead of going to the web.config file you can use this little script to change your enableSessionState.   function Set-enableSessionState{ param([string]$path = $(read-host "Please enter a web.config file to read"), ...[Read more]
Published: 2/15/2012  2:23 PM | 0  Comments | 0  Links to this post

Feb 012012

Variations broke down after migration from 2007 to 2010

This is my first migration from 2007 to 2010. The 2007 contains a lot of custom code, eID login and variations. Migrating the code and the eID login wasn’t that hard. But then there was variations. These are some issues I encountered.   1 Migratio ...[Read more]
Published: 2/1/2012  2:16 PM | 0  Comments | 0  Links to this post

Dec 262011

SharePoint 365 logging

With SharePoint 365 OOB it isn’t possible as developer to read the log files. When you get an error you have to copy the correlation id and send it to Microsoft. Then it depends on Microsoft how fast this error will be resolved :).   SharePoint li ...[Read more]
Published: 12/26/2011  1:44 PM | 11  Comments | 0  Links to this post

Dec 262011

Sandboxed logging part 2

In this blog post I’m going to show you how to implement the Patterns and practices logging in a sanboxed solution.   If you haven’t read Sandboxed logging part 1 I advise you to read it first before continuing this blog post :).   Logging in a ...[Read more]
Published: 12/26/2011  12:46 PM | 28  Comments | 0  Links to this post

Dec 262011

Sandboxed logging part 1

I’m learning how I can improve my coding skills by using Patterns and practices(PP) and I learned how easy it was with PP to log within sandboxed solutions to the event viewer. unfortunately this doesn’t work for SharePoint 365 but don’t worry I als ...[Read more]
Published: 12/26/2011  11:02 AM | 0  Comments | 0  Links to this post

Dec 132011

MUI Refinement panel

First of all in this blog post I am going to explain how I resolved this little issue, but if this is the best solution I don’t know feel free to comment and share your idea’s with me.   OOB SharePoint 2010 offers a refinement panel that works great ...[Read more]
Published: 12/13/2011  10:37 AM | 20  Comments | 0  Links to this post

Dec 012011

MUI Managed metadata vs. Search

Multilingual managed metadata a dream come true? Yes and no, for the end user it is a perfect way to add extra metadata to an item. The value of the managed metadata automatically changes in the language that the user is in. For example. Dutch: ...[Read more]
Published: 12/1/2011  2:17 PM | 30  Comments | 0  Links to this post

Oct 252011

SharePoint JavaScript show the total items in a library or list

Little script for getting the following result. It will add the total list items of the current library or list in your paging element.   Script.   /// /// [Read more]
Published: 10/25/2011  2:21 PM | 11  Comments | 0  Links to this post

Sep 282011

SharePoint intellisense for JavaScript in visual studio

I was searching the web today how I could enable SharePoint intellisense for JavaScript. I found the following solution.   The Solution:   Step 1: Add the following reference => System.Web.Extensions   step 2: Create a new JavaScri ...[Read more]
Published: 9/28/2011  2:38 PM | 13  Comments | 0  Links to this post

Sep 262011

List the webparts from each page

I got an e-mail of one my colleagues if anyone had a PowerShell script to list the webparts installed on a page. So I wrote a simple script that will list the webparts installed on a page.   PowerShell script:   Add-PSSnapin Microsoft.ShareP ...[Read more]
Published: 9/26/2011  1:08 PM | 9  Comments | 0  Links to this post

 Next >>