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.

Problem With List Views That Exceeds Browser Window Width

Last week a customer indicated that layout problems could arise with list views. The problem arises when the amount of data/columns that is visible, exceeds the browser width. This creates an empty space next to the title row when the user scrolls horizontally. Show image This problem occurs when loading the page, the JavaScript of SharePoint sets the browser window width to the title row element.

Read more

Task Status Manager With ECMAscript and jQuery UI

What if you could manage your task statuses by just a drag and drop action? Wouldn’t that be cool? This was the idea that a colleague and I had last week. Concept For this concept I am only going to use the following task statuses: Not Started In Progress Completed To visualise the task items, I have created three task status blocks.

Read more

Visualise SP2010 Rest Data With Google Visualization API

Some time ago I was testing out the Google Visualization API with SharePoint 2010 Rest functionality. The Google Visualization API is very handy if you want to visualize your data. My intention was to create a pie chart to visualise the task statuses. The data was consumed from the SharePoint 2010 REST service with the help of jQuery.

Read more

Minimal.master with footer

This blog post is created by a request of a commenter named Gane. He asked me how to add a footer section to the “minimal.master” master page. This master page is used for the search centers in SharePoint 2010. My previous solution for adding a footer to a master page, were based on the “v4.

Read more

SharePoint: Create permissions on list views

First of all I’ve tried the same approach for SharePoint 2010 and this works the same way.

One of the things I miss the most in SharePoint 2007 is to set permissions on list views. I thought it was impossible to achieve this with the out-of-the-box functionality of SharePoint. After some research I found a way to achieve all this. My goal was to do it without writing or modifying any code in SharePoint. The solution consists of a number of manual steps, that I will describe in detail below, to accomplish this.

Read more

Moving The Searchbox Into The Top Ribbon v4.master

I have seen that some people have difficulties with moving the searchbox position to the top ribbon in SharePoint 2010 v4.master file. Two months ago I did this for a client to have more space for all the subsites. Here is what I have done to let it work in IE 7 - 8 and Firefox.

Read more
Back to top