1
vote
2answers
115 views

Role management with Parameters

I am currently developing a User management Form. Each User can be assigned to multiple Roles. I would create this as 2 Listboxes with one showing all selected Roles and the other all unselected ...
2
votes
2answers
156 views

Combining public and private interfaces on one page

In a UI like the new YouTube what is the benefit of having a separate "Video Manager" space - where you manage all your videos/ playlists over just allowing users to perform all those functions when ...