• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Recommend a solution

lykaon78

Golden Member
I manage a team at a financial services company. My team has a constant flow of incoming transactions to process through a digital workflow system. I want to build a mini-dash board that would run on each associates computer that would display the number of completed transactions (both as a team and individually) and the number of transactions to be completed.

I'm thinking something like a Gadget in Windows Vista, a task bar utility, or even a browser add-in of some sort that would read a file that would be periodically updated with current numbers. The data is easily accessible and I can handle the programming to create and refresh the file.

I just need a way to deliver the information to my team. Any ideas?
 
Sidebar gadgets are pretty easy to make, they're basically just little webpages. It sounds like that would be perfect for what you want to do.
 
Thanks for the advice... but I should have mentioned we're not actually running Vista yet.

Is there anything Gadget-like?
 
Check out Yahoo Widgets (formerly Konfabulator) for XP. I've written a couple widgets to run on it, and they're not hard to create using javascript.
 
Back
Top