Monthly Archives: January 2014

Visual Studio 2012 fails with an error ‘The pipe is being closed’

Visual Studio 2012 fails with an error ‘The pipe is being closed’

Rate this:

Posted in Uncategorized

Delete List Items Powershell Script

$url = “http://portal.lab.local/”$listName = “Test” Write-Host “Starting…” $site = Get-SPSite $urlWrite-Host “Site Guid is:” $site.ID$web = $site.OpenWeb()$list = $web.Lists[$listName] Write-Host “List Guid is:” $list.ID “List Title is: ” $list.Title $listItems = $list.GetItems()$itemCount = $listItems.Count Write-Host “List Item Count is:” $itemCount

Rate this:

Tagged with: ,
Posted in 2010, PowerShell

Slimbox Mouseover

Open slimbox.js and comment out the line:el.onclick = this.click.pass(el, this);and add the following line below it:el.onmouseover = this.click.pass(el, this);

Rate this:

Tagged with:
Posted in JavaScript

Script to Stop List Permissions Inheritance via API

Rate this:

Tagged with: ,
Posted in 2010, JavaScript, Microsoft SharePoint Server

JSON Dates

JSON Dates

Rate this:

Tagged with: ,
Posted in JavaScript

NTLM auth module for Apache/Unix

NTLM auth module for Apache/Unix

Rate this:

Tagged with: ,
Posted in Computers and Internet, Windows

SharePoint Web Part – Event Flow

Rate this:

Tagged with:
Posted in 2007 (MOSS), 2010, Microsoft SharePoint Server

DataTables with Knockout Observables

DataTables with Knockout Observables DataTables 1.10 with Knockout.JS observables.

Rate this:

Tagged with: ,
Posted in JavaScript

Multipart Form Data Parser

Multipart Form Data Parser

Rate this:

Tagged with:
Posted in Computers and Internet

JSON Web Service Image File Upload

Web.Config Settings: In Global.asax.cs add: Web Service class: Use Fiddler2 to test service:

Rate this:

Posted in WCF
Antek Group Blog
Categories