Tag: in

[IoT] Aquarium monitor; Azure Stream Analytics

Things are progressing well in my quest to create an Azure connected aquarium monitor! This is post #4 in my blog series about the subject. In the previous post we ended up sending messages with measurements to an Azure IoT hub. In this post we’ll take a look at what happens next, since we’re not actually

Read more

[IoT] Aquarium monitor; Raspberry & Azure IoT hub

Hi there! This is post #3 in my Aquarium monitor series. In the previous post I showed how I linked some sensors to my Arduino Nano and coupled that with a Raspberry Pi 2 via I2C. However, I didn’t yet show you how you can now get the data that the Arduino is sending. We’ll

Read more

[IoT] My steps to an aquarium monitor (index)

Happy new year everyone! A new year, time for some new things! Somewhere back in 2015 I decided to buy a couple of Raspberry Pi’s, two Arduino nano devices and some other IoT stuff (sensors, cables, etc). The goal I have is to build a device which can monitor my fish tank, keeping track of things

Read more

[O365] Migrating InfoPath forms to Office 365

For a client, we’re currently migrating a lot of their existing on-premises SharePoint 2007 and 2010 solutions to Office 365. All of these are customized (the easy work has been done already), so that sort of guarantees running into stuff that is not Office 365 – ready. One category of items are InfoPath forms and

Read more

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

My previous tech blog covered the use the of the Yeoman generator for creating Office add-ins, specifically add-ins which can be used within Office365 and the Office client applications. This left you with a vanilla sample application which doesn’t do much yet. In this post, I will explain how to implement such an add-in, leveraging

Read more

[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

[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