Browse by Tags

All Tags » Apps » Office 365 (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: , ,
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...
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’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...
The Office Developer Tools team snuck a new feature into the RTM version of the tools for Visual Studio 2012.  This new feature allows you to deploy apps and actually alter the search schema on the host web .  That’s right.  You can deploy...
If you have tried to do any work with SharePoint 2013 Client Web Parts with the Office Developer Tools Preview 2 in Visual Studio 2012, you know it’s an exercise in frustration.  It literally locks up every three or four lines of code you try to...
If you know me then you know I’ve been doing a lot of work with apps lately (SP2 – link , twitter ).  I started developing primarily with an on-premises virtual machine running SharePoint 2013, but I have recently switched to using SharePoint Online...
When I first heard about an app store coming to SharePoint, I was excited.  I knew I wanted to be a part of it.  Today, I am excited to announce the release of three new apps for SharePoint 2013.  SP2 apps seek to help increase user adoption...
NOTE: This post is build with Visual Studio 2012 RC and Preview 1 of the Office Developer Tools.  See this post for an update with Preview 2 of the Office Developer Tools and the RTM version of SharePoint 2013. I am extremely interested in the new...
Napa is a great way to get started building SharePoint 2013 apps with Office 365.  It provides you an easy-to-use editor that allows you make changes to your app right in your browser.  One nice feature it has is to allow you to take what you...