ElioStruyf GitHub Star | M365 Development, Developer Technologies MVP | Google Developer Expert Azure | Microsoft 365 | Visual Studio Code

Along with acting as VP of BIWUG (Belgian Information Worker User Group), Elio is an independent contractor for his own consulting company, Struyf Consulting.

Using the new theming engine on SharePoint Online

Microsoft is currently rolling out a new theming engine for SharePoint Online. The difference between this new engine and the old one is that all the theme CSS changes are applied at runtime. The old engine processed all the CSS files that could be themed and stored them in the database.

Read more

SharePoint Konferenz 2016 wrap-up

This week I spoke at the SharePoint Konferenz in Erding, Germany. It was not a very big conference, but that does not mean that it cannot be great. The speaker line-up was amazing and the attendees were very engaging. Info: here is a link to the event site - http://sharepointkonferenz.de/2016/en/

Read more

Sending mails with embedded images via the Microsoft Graph

The Microsoft Graph keeps getting better and better. Since it was released, a lot more endpoints and functionality has been added. In one of my applications I make use of the sendMail endpoint to send notification about progress updates. I wanted to improve the notification mail by embedding images into the mails.

Read more

Loading CSS from your display templates

A while ago I wrote an article about how to correctly include scripts in your Display Templates. As the $include functions load files asynchronously on the page, it could happen that the JavaScript file is not loaded yet when you need it. Info: here is the link to the article - correctly including scripts into your display templates.

Read more

Highlight on-premises search results in your hybrid configuration

Last week I finally found some time to get my demo tenant up and running with hybrid search configuration. The new hybrid search experience eliminates the need of the result block. All results are aggregated together right now. So that means if you do a search query, you could get SharePoint Online results and on-premises results.

Read more

Offset classes are coming to Office UI Fabric

A week ago I submitted a pull request to the Office UI Fabric repository to include a new set of offset classes. These offset classes could come in handy when you want to position your elements on the page. Info: here you can see the details of the pull request - https://github.

Read more
Back to top