As part of a web app, I have a queue of items that need to be sorted in an arbitrary order.
If there are a few items (say less than 20) I can just present it as a list and let the user drag and drop rows around to set the sort order.
But if I have a lot of items (say, more than 100) how can it be done? Are there any existing metaphors for sorting a large list like this?