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 | 24  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 | 27  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