Checking User Permissions from the SharePoint 2013 REST API

Working with Apps and the REST API in SharePoint 2013, you’ll at some point come across the need to check if the current user has a particular permission level. In CSOM/JSOM, the API is pretty straightforward, but in the REST API, the approach is a bit backwards. Read on to see how to do it… (more…)

Continue ReadingChecking User Permissions from the SharePoint 2013 REST API

Set Default Browser for Debugging SharePoint 2013 Apps

When debugging a SharePoint 2013 App project in Visual Studio 2012 or 2013, the default web browser set for Windows will be opened. Often you may want this to be changed to a different browser for a better and more streamlined debugging experience. Read on to see how to change this… (more…)

Continue ReadingSet Default Browser for Debugging SharePoint 2013 Apps

ASHX Generic Handlers and SharePoint – Now in CKSDEV

One of the more popular posts on this blog detailed how to create and deploy a Generic ASHX handler with your SharePoint projects. While you can still do this manually per that post, this is made much easier with the inclusion of a new item template that is part of the CKSDev tools extension.

(more…)

Continue ReadingASHX Generic Handlers and SharePoint – Now in CKSDEV

SharePoint 2013 Composed Looks – Custom Web Font Previews

When developing a custom composed look in SharePoint 2013, you can specify the font scheme to use via the .spfont file. In the Change the Look page, you can see previews of your fonts in action. For standard fonts, there isn’t anything extra to do, but for web fonts, you can specify font preview images to give your theme a little more polish. This post will show you how to create those preview images of your web fonts.

(more…)

Continue ReadingSharePoint 2013 Composed Looks – Custom Web Font Previews

SharePoint 2013 Composed Looks – Getting a Preview Picture to Work

When creating your own custom composed looks for SharePoint 2013, you can have your composed look appear in the Change the Look page, with a preview picture. This post will tell you how to get your custom composed look to be available, and cover some of the pitfalls with trying to get your preview picture to appear. (more…)

Continue ReadingSharePoint 2013 Composed Looks – Getting a Preview Picture to Work