This is a quick SharePoint 2013 developer post which highlights how to get properties of your installed apps on a given web. The first step is to obtain the App Instance Id. You can do this by navigating to the… Read More ›
SharePoint
Quick Tip: jQuery UI and Moment.js
This is a quick post about using jQuery UI and Moment.js to render calendar UI within, for this case, SharePoint. When using the CSOM, SharePoint will return DateOnly fields where the date value will likely need to be parsed in… Read More ›
Monetizing SharePoint and Office Apps
Monetizing an app involves specifying the billing model, how to go from user to site pricing, as well as other options around trials and so forth. These are common things one expects to consider when looking at selling apps in… Read More ›
SharePoint Hosted App Quick Update
During the development and testing phase of a SharePoint 2013 Hosted App, the information I was reading described the app update process in a way which had left me: A bit uncertain if I needed to use Visual Studio to… Read More ›
Development Environment Tips for Napa
As browser based IDEs and page designers continue to become commonplace, our demand on them to reach parity with their client based counterparts is to be expected. The capabilities and features of a development environment greatly impact accuracy (think Intellisense), readability,… Read More ›