Category: Technical

[O365] Debugging Office add-ins

In my previous posts I wrote about creating an office add-in using the Yeoman generator and my first add-in using Yo Office. Now as long as everything just works, these samples are doable. But when things start to go wrong, you can lose quit some time finding your way in the wonderfull world of add-ins.

Read more

[O365] Getting started with yo office for hardcore C# devs

I’ll immediately admit that I’m a Microsoftie. 100%. I have Visual Studio installed, feel at home in C# and get a rash sometimes from dealing with JavaScript nonsense. But let’s be honest, unless you’re not doing ANYTHING with the web it’s almost impossible to ignore trending technologies like nodejs, angular and all of the other frameworks

Read more

[O365] My thoughts from Unity Connect 2015

These last few years I made it a habit to visit TCFKASPC: The Conference Formerly Known As SharePoint Connections. This year it was relabeled Unity Connect after the IT Unity initiative founded by Dan Holme and others. I think two days of conference is a good way of submerging yourself into the latest and greatest,

Read more

[SP2013] Loading indicator images

Just for my own reference, here is a list of loading indicator images you can use from the _layouts folder. Why there are more than one and they all look different is a very good question by the way, Microsoft should really spend a little bit of time to ensure these become consistent once and

Read more

[SP2013] OpenSearch “access is denied” for authenticated sources

OpenSearch is a search protocol which can be used in SharePoint to query systems other than SharePoint iself. You can find OpenSearch when configuring a new search result source. One of the most common examples is displaying Bing search results within SharePoint. You can find a great post on that topic by Jasper Oosterveld here.

Read more

[O365] SharePoint Search dropdown refiner template

In my previous O365 post, I showed how you can make use of jQuery and jQuery UI to make a search refiner filter template that supports autocomplete on the “other” textbox shown in a multivalued dropdown. With that idea in mind, I imagined it would be pretty easy to use the same concept to create

Read more

[O365] Autocomplete on taxonomy refiners

For a customer project I’m on we’re making use of search to surface pages stored in SharePoint Online. On a predefined search results page, refiners make it easier for users to get to the page they are searching for. Refiners are linked to managed search properties and those are linked to crawled properties. In this

Read more

[O365] Parallel processing and CSOM; friends or foes?

In the project I’ve been working on the last few months, we had to import some list items and file into SharePoint coming from a legacy application which is being replaced by SharePoint Online. There is plenty of guidance available on how to do this, it boils down to using the CSOM API’s to upload

Read more