Read more about the article Use a PostMessage Shim to Give your SharePoint Client App Parts More Information
App Part displaying another user's profile information.

Use a PostMessage Shim to Give your SharePoint Client App Parts More Information

In this post, I’ll walk through how to use the postMessage api to enable cross-frame communication between your Client App Parts and the hosting SharePoint page, to make your SharePoint App Parts more dynamic and responsive to changes in the parent page.
(more…)

Continue ReadingUse a PostMessage Shim to Give your SharePoint Client App Parts More Information

The Proper Way to Create Publishing Pages in SharePoint 2013

There are a few ways in SharePoint 2013 to create new publishing pages in the Pages library, but some of those methods have significant side effects or problems and should be avoided. In this post, I’ll show the proper way to create a Publishing Page in 2013 (hint: use the Site Actions menu).

(more…)

Continue ReadingThe Proper Way to Create Publishing Pages in SharePoint 2013

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

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