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

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

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

Task Status Manager With ECMAscript and jQuery UI

February 1, 2011

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