#OpenToWork Open to new opportunities: Technical Lead or DevRel let's chat and explore possibilities! Contact Elio

GitHub Star | M365 Development, Developer Technologies MVP 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.

SharePoint Designer Workflow Action: Retrieve the File Extension

March 30, 2011

This week I was a experimenting with creating SharePoint Designer workflows. After some time I noticed that it was not possible to retrieve the file extension in a SPD Reusable Workflow. Because this is a very useful action, I am going to explain it in this blog post on how to create a SharePoint 2010 Designer Workflow Action.

Read more

Creating a Sandboxed Visual Web Part from the To-do List

March 3, 2011

In my previous blog post I showed you how to create a to-do list with ECMAscript, the only problem is that you need to append the HTML and JavaScript code to a Content Editor Web Part. This isn’t very flexible and therefore I made this blog post. The purpose of this post is to show you how to add this code to a Sandboxed Visual Web Part.

Read more

Creating a To-do List with ECMAscript

February 24, 2011

In one of my previous post I created a task manager with ECMAscript. In this post I will go a step further and create a to-do list. This to-do list that enables you to add new items, delete items and mark them as completed. To-do list final result Download the solution package

Read more

Adding a Subsites Navigation Level Under the Global Navigation Row

February 17, 2011

Normally subsites are displayed in a dropdown menu when the site collection publishing feature is activated. Subsite navigation dropdown In this post I will show you how to display these subsites on their own navigation row. The end result is shown in the picture below. Final result Hide the subsites dropdown menu First you need to hide the subsites dropdown menu from the global navigation.

Read more

Problem With List Views That Exceeds Browser Window Width

February 7, 2011

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. This problem occurs when loading the page, the JavaScript of SharePoint sets the browser window width to the title row element.

Read more