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

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