Browse by Tags

All Tags » Apps (RSS)
Apple recently gave developers the ability to sign up testers using just a URL in TestFlight. Previously, it required the developer to manage a list of E-mail addresses which quickly becomes unwieldy. If you are interested in testing pre-release versions...
with no comments
Filed under: , ,
If you want to build an Office AddIn for Word, Excel, or PowerPoint, all you really need to know is a little HTML and JavaScript. Since Ionic Framework is built with HTML and JavaScript, it actually makes a great fit for hosting an Office AddIn. In fact...
with no comments
Filed under: , , , ,
You can host an Ionic 2 Progressive Web App (PWA) pretty easily on Azure Web Sites (App Service). If you aren’t sure where to get started, take your Ionic 2 project and add the browser platform if you haven’t already. ionic platform add browser Now, you...
If you have used Azure App Service, you will have loved how easy it is to set up authentication to providers such as Azure Active Directory and Facebook. It lets you get started with a single line of code. You can literally login with a single line of...
I’ve done quite a bit of work with the client-side People Picker in SharePoint-hosted apps lately.  I find that while it is relatively easy to get set up, I found it was quite easy to break.  I have found that it tended to work better in Office...
The new functionality of Office Delve, Boards , just came out recently.  As a developer, you might be thinking how can I access this data in my own applications.  This post will help you get started.  These queries use the new Graph Query...
If you are a developer working with the SharePoint app model and have deployed a list, you might have noticed that the list settings button is missing from the ribbon. Now, you typically probably don’t want to adjust list settings inside an app through...
In the last few months, I have noticed some new acronyms creep up in the SharePoint community.  What is it?  Well as a developer, it’s stuff you’re probably already doing.  You take a search in your favorite search engine and you won’t...
Does anyone remember back in the day when an application had an error, it actually displayed some kind of error message?  Albeit the errors were usually cryptic, it was at least something that you could run with.  Now if you look across the...
with no comments
Filed under: ,
Cloud Business Apps are a new project type that you will find in Visual Studio 2013 for SharePoint development.  What exactly are they?  They are the next evolution of LightSwitch using the app model.  If you’re not familiar with LightSwitch...
I wanted to create an autocomplete textbox in a SharePoint app recently by using terms from the term store.  Since retrieving items from the term store can be a bit involved I wanted to show you the steps involved.  This solution make use of...
I recently ran into the following error when working with a SharePoint 2013 Client Web Part (App Part) while accessing the term store using SP.Taxonomy.js .  JavaScript runtime error: 'NotifyScriptLoadedAndExecuteWaitingJobs' is undefined...
As a developer, if you have ever looked for information on how to query search in SharePoint, there is a good chance that you have ran into one of my articles.  I’ve been writing about how to query search in a variety of different ways since 2007...
I’ve got a number of talks coming up that I am excited about.  It turns out that talking about my experiences publishing SharePoint 2013 apps to the Office Store is hot!  I’ve already spoken about it in Austin and now I’ll be speaking about...
This is the third time (and hopefully final) I am writing this post about building Client Web Parts (App Parts) for SharePoint 2013 with Visual Studio 2012.  This is largely due to the Office Developer Tools going through a few iterations ( Preview...
More Posts Next page »