Question:
What am I doing incorrectly here? I simply want to get the date value
from an SPFieldDateTime, which I thought was working until I looked into
it closer:1) I input 10/01/2008 into the field2) in the code, it consistently reads 09/30/08(tested with mulitple dates, it always...
Tuesday, November 3, 2015
Thursday, October 29, 2015
Delete All Items SharePoint Powershell Script
[System.Reflection.Assembly]::Load("Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c")[System.Reflection.Assembly]::Load("Microsoft.SharePoint.Portal, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c")[System.Reflection.Assembly]::Load("Microsoft.SharePoint.Publishing,...
Monday, October 19, 2015
Displaying search results to anonymous users in SharePoint 2013
Here’s a SharePoint 2013 situation I’ve run into: you have items in a
list/library that cannot be viewed by anonymous users. You have some
search related web part such as a content search or search...
Thursday, July 23, 2015
JavaScript Function: HTML Encode for Multiple Lines Of Text Sharepoint
Recently I have found the need to HTML Encode text in JavaScript, especially when using update list items and Single Line Of Text or Multiple Lines Of Text fields.
An easy way to do this is use the native functionality of the browser when it processes DIV’s.
Any text inside of a DIV automatically...
Thursday, May 28, 2015
SharePoint 2013 Create a Custom Page Layout
With the new Designer Manager in SharePoint 2013 it
is now much easier to create a custom Page Layout. In this blog article I
‘m providing a step by step pictorial guidance on how to create a
simple...
SharePoint 2013 Branding Step By Step
SharePoint 2013 includes several new features and capabilities to support branding aspects that includes better support for HTML5, Design Manager, Lots of Inbuilt design templates, Composed...