dashboard

How to design a Website Dashboard ?

Hello Are there any design examples of Website Dashboard showing Sales Statistics ? ...

MS Access 2003 - Creating a Dashboard - Return Values to a form?

So this is something that I have never tried, but I think I want to create a Metrics Dashboard in my MS Access database. So I think the first question that I need to ask is how can I return a value to a form? If I ave aggregate queries that are top 10 total sales, how can I specify not only the query that I want the top result to come f...

technology recommendation for LAN Dashboard

I'm about to start a fairly large project for a mid-sized business with a lot of integration with other systems (POS, accounting, website, inventory, purchasing, etc.) The purpose of the system is to try to reduce current data siloing and give employees role-based access to the specific data entry and reports they need, as well as to rep...

Create a mac dashboard widget compatible with 32-bit and 64-bit systems

I have to develop a dashboard widget for Mac Osx to support 32/64 bit systems. This looks to me that there is nothing else to do if the widget does not use any programmed plugin, just HTML, JS & CSS. Is this correct? Just need to be sure. Thanks a lot, Leonardo ...

Dashboard Widget in the AJAX format

We are looking for a rich dashboard component. Ideally, we do not want to use Flash technology but instead something implemented with pure AJAX. While YUI offers an excellent AJAX library and it offers a lot of rich UI components it does lack, to my knowledge, sophisticated widgets like dashboards. For sure, such components can be foun...

QA Testing Strategies for Analytical Dashboards

My team is building an analytical dashboard for a SaaS/multi-tenant application using Cognos. The problem I am encountering is the right strategy for testing. Right now, testing one report with start and end date filters (in month/year format), one dimensional filter and two controls for selecting the measure (there are 7 measures, whic...

Remind me Friday, what I should see on the weekend

I have the following query set up, in various incarcerations, to remind me of contract expirations 0, 7, 30, 60, and 90 days before the confirmed expiration date. My method of calculating the notification date doesn't give me any flexibility. For example, say I have 30 contracts expiring 12/5, a Saturday when my office isn't open. I w...

Application Dashboard View Logic

In my application I would like to provide a dashboard like screen when they login to get an overview of what is happening. I have about 4 models I would need to collect data from and sort them into order. My problem is knowing the action, so I can get specific fields per model. Here are a few ideas of how to go about it, but I feel they...

Seek framework to implement a dashboard

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 b...

Dashboard with re-arrangeable dashboard elements in Silverlight?

I need to create a dashboard with re-arrangeable/re-positionable dashboard elements (similar to iGoogle) using Silverlight. The dashboard elements are typically tables of data. The user should be able to dynamically add and remove dashboard elements. The user should also be able to use drag and drop to reposition the dashboard elements. ...

How to make a dashboard widget in mac os x using python [closed]

Found that is possible to make cocoa apps with python: http://developer.apple.com/cocoa/pyobjc.html My question now if it's possible to make dashboard widgets with python: http://developer.apple.com/macosx/dashboard.html ...

Dashboards with Sharepoint WSS?

Hi, I'm in a position of evaluating products / approaches to build Business Intelligence Dashboards on top of Sharepoint WSS (no MOSS at this stage). Does anyone have any suggestions where would be a good place to start? The BI platform is currently built on SQL Server 2005 / SSIS / SSRS and we're currently investigating adding SSAS to...

How can I add the user/author email to the row of the "edit posts" panel ?

I want to have the user/author email available in the "edit posts" panel. Currrently the "edit posts" panel has the author name but no email and the "user" panel has author and email but doesn't have the brief post description. Any ideas? ...

Updating your blog from a localhost version

Okay, I trust this is not a ServerFault question, though it has something to do with server settings, the main issue might concern some programming. I use Wordpress as my blogging platform, only problem: Using the online admin is just too slow. Uploading images, waiting for the text editor to load, even the login screen just feels a bit...

Dashboard: providing user feedback by changing button label

Dear All, What I want is to provide user feedback about operation status through button label. Initially the button says "save", once clicked I want to change the label to "saving..." enter another function and once the function returns change the label to "saved" then pause 2 seconds and set the label again to initial "save" value. Her...

Changing button color programatically

Dear All, Is there a way to change the color of a button, or at least the color of the button label programmatically? I can change the label itself with document.getElementById("button").object.textElement.innerText = "newlabel"; But how to change the color? Thanks, Zsolt ...

How to add a program into Dashboard and implement to turn over a panel In Mac?

I found some programs can put into the Dashboard , and most of them have a feature: when click the "i", the panel will turn over and show another panel , How to implement it ? and how to put a program into a Dashboard? Thank you very much! ...

c# modular executive dashboard opensource project

Hi, I am looking for a tool or project, preferably in c# that will allow me to easily make and create custom dashboards for various departments. I need to able to specify different datasources that will supply the info needed to generate the dashboard look and feel. Some of the datasource will be sql database, others are wcf or asmx w...

Dashboard Application

I have a simple task that I feel there has to be an app out there for (or is easy to build or extend an open-source version). I need to run a mysql query repeatedly and look for changes in the results between runs (the data is coming in in real time). I have built several of these queries and throughout the day find myself jumping betw...

What is a good UI approach for a WPF dash-board-with-several-windows kind of application?

I am developing a WPF desktop app for a small business. It will have a dashboard with 4 buttons that should show a corresponding window/form. Examples - Manage Entries Admin Reports Help Each of these has a separate form with lots of controls and stuff. Is it best to have each of these as a separate window (including dashboard) an...