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

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

Sep 152011

Starting a workflow with a initiated parameters through JavaScript

The past day I was searching how you could trigger a workflow through JavaScript  that needed initiated parameters. There are 2 possible solutions that you can use.   1 jQuery and SPService SPService a jQuery library which abstracts SharePoin ...[Read more]
Published: 9/15/2011  10:38 AM | 11  Comments | 0  Links to this post

Sep 062011

Creating custom methods for xslt

This is a small example how can extend the standard xslt function with some custom methods. In this example we are going to extend the Core result web part and create a method that is going to return the current language the SharePoint site is in. ...[Read more]
Published: 9/6/2011  2:25 PM | 0  Comments | 0  Links to this post

 Next >>