My Favorite JavaScript Libraries and jQuery plugins
These are a few of my favorite and go to JavaScript libraries. These tend to work well…
Working with SASS style sheets in Office 365 / SharePoint 2013
My new favorite thing is creating all my style sheets with SASS. SASS makes writing my style…
Delete a Workflow on the Host Web from the App Web
Below is some sample code to delete a workflow on the host web from your app web….
Provision a Workflow to the Host Web from the App Web
Below is some sample code to provision a workflow on the host web from your app web….
Deleting a List on the Host Web from the App Web with JavaScript Object Model (JSOM)
Below is some sample code of how to delete a list on the host web from the…
Provisioning a List on the Host Web from the App Web with JavaScript Object Model (JSOM)
Below is some sample code of how to provision a list from the app web via SharePoint…
Content Query Web Part + Calendar = Mad Problems
I recently had to assemble a content query web part (my least favorite thing) pulling data from…
Permanently Removing the Recent Node from Quick Launch for SharePoint 2013
The following updates have been made to this article since it’s publication: [Update 9/7/2016] – The method…
Reuse DataForm Web Part, change ListId to ListName, and scrub GUIDs
I know there are quite a few posts out there on this, but i’m writing this here…
Deploying Composed Look – The Declarative Method – Part 2
Back in December I posted a lengthy article on how to deploy a Composed Look for SharePoint…
Free Floating Quick Launch Navigation for SharePoint 2010 using jQuery
Recently I was asked to make a free floating navigation element, so that when you scroll down…