Consider the term 'dashboard' as a generic UI pattern where multiple views stream different aspects of an site - new users, new orders, new questions, and so on. Essentially splitting a stream of log entries, each to its own viewport. Viewports might want to drill down to detail records or might want to hide itself until/unless wakened by some other event.
Working against the IIS7, .net MVC, jQuery stack.
At http://stackoverflow.com/questions/327321/ajax-based-dashboard-on-largedata-asp-net I see recommended: http://www.dynamicdashboards.net/
which looks interesting. Any alternatives?
thx