#OpenToWork Available for new opportunities! Let's build something amazing together.

Get in touch

Archive for February 2011

archm

Creating a To-do List with ECMAscript

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. Show image To-do list final result Download the solution package

Read more

Adding a Subsites Navigation Level Under the Global Navigation Row

Normally subsites are displayed in a dropdown menu when the site collection publishing feature is activated. Show image 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. Show image 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

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
Back to top