dashboard

Best framework for implementing iGoogle or pageflakes (ASP.NET)

For my Enterprise software solution (so open source is not so good) I want to implement a flexible dashboard which is component base. So I can keep changing it by adding new components, withouth having to wait for the next version. my gold standard is pageflakes any suggestions? ...

Book/resource recommendation for learning charting with Reporting Services

What books or online resource would you recommend for learning how to do advanced charts and dashboard design with Reporting Services? ...

Recommended Charting/Reporting/Dashboard Tool

What charting/dashboarding/reporting tool would you recommend with the following requirements: Windows platform (cross platform optional) Work with an SQL Server 2005 database (hard requirement) Pagination of multiple charts based on selected (multiple) dimensions Chart configuration/options similar to that of Excel 2007 ...

What are the options available for cross platform rich user interfaces development?

Some of the requirements (restrictions) for such a ui framework/toolkit are: No single vendor lock down Ability for real time data visualization Good initial widgets Good dash boarding capabilities cross platform Good development/debug environment No flash ...

Business Objects XI 3.0 Dashboard error via Infoview

I'm testing the latest Business Objects Edge Trial version, however when I'm logged in to the Infoview as the Administrator, when I click to create or organize a dashboard, I get one of the two following error messages... Cannot forward after response has been committed OR Servlet Engine Exception: null URL: /PerformanceManagement/sc...

How to create a dashboard user interface using ASP.NET MVC?

I am currently building an application using ASP.NET MVC. The data entry pages are fairly easy to code, I just make the Model for the page of the type of my business object: namespace MyNameSpace.Web.Views.ProjectEdit { public partial class MyView : ViewPage<Project> { } } Where I am struggling is figuring out the best wa...

Ajax based Dashboard On LargeData (Asp.net)

hello guys iam working on some sort of crm application which has huge sales data with all the customer leads etc (ASP.net 2.0/AJAx) i want to create a dashboard which will have four separate data containers each container will have different sort of data and each container has to update it self after some configred time interval . so ...

Is there any way to do JIRA-Dashboard style project management/overview with Bugzilla?

I need roadmap view, overall bug graphs, multiple pieces of information on one screen - can this work with Bugzilla? Eclipse-based plugins etc are usable... but solutions like yoxel that need access to the Bugzilla SQL DB itself are probably not workable. Thanks ...

Dashboard Cross-domain AJAX with jquery

Hey everyone, I'm working on a widget for Apple's Dashboard and I've run into a problem while trying to get data from my server using jquery's ajax function. Here's my javascript code: $.getJSON("http://example.com/getData.php?act=data",function(json) { $("#devMessage").html(json.message) if(json.version != version) { $...

"CFBundleVersion must be a string" from OS X dashboard.

While developing my dashboard widget, I looked at the console (system logs) and found that an error message: 2009-03-06 22:08:35.244 Widget Installer[3874] CFBundleVersion must be a string The property is marked as type string in Info.plist. I've tried changing it from a 1.2 number to a series of letters (can't be mistaken for number...

Keyboard Events for Modifier Keys in Safari 2.0

Hello, I'm using keyboard events ('keydown' and 'keyup') to detect exactly when the user presses or releases the shift key. In Safari 3+, this works fine. However, Safari 2.0 doesn't seem to fire keyboard events for the shift key—in fact, it doesn't seem to fire events for any of the modifier keys... Does anyone know how I might deal ...

Excel chart component recommendations

I have to build an analytic dashboard with Excel, and would like to know whether there is any chart library you would recommend. The charts should be attractive and easy to use by standard users. I've tried Microcharts, and they look very promising, but I'd like to evaluate more options before reaching a decision. Thanks a lot. ...

Showing HTML reports in CruiseControl dashboard

I have been looking into CruiseControl configuration recently (I'm a complete CC noob) and so far I understand that various XML reports generated by your build process (eg mbunit.xml, ncover.xml, fxcop.xml) can be shown in the dashboard by adding a reference to the xml to the following part of the ccnet.config: <publishers> <merge> <...

SAS BI Dashboard Feedback - What is your experience?

Backgroup: We are looking at SAS BI Dashboard. We have currently implemented almost all of SAS's other applications (with the exception of Enterprise Miner). Other technologies online include Business Objects, some custom reporting stuff, and Project R. The Question: What feedback do you have with: implementing SAS BI Dashboard buil...

Persistent Dashboard Widget Preferences

I'm building a Dashboard Widget and I'm attempting to store preferences that persist across "sessions" (i.e., a user closing the widget and opening it again). I've tried: function setEmail(event) { var preferenceKey = "email"; var preferenceValue = $F("email"); widget.setPreferenceForKey(preferenceValue, preferenceKey); } function get...

Rails dashboard design: one controller action per div

I am implementing a dashboard as a relative Rails newbie (more of an infrastructure guy). The dashboard will consist of multiple pages, each page of which will contain multiple charts/tables/etc. For modularity, I want it to be as easy as possible to add new charts or change views of the data. Say one page has 5 different charts. I c...

What things would/should you like to monitor for a web application

In building a web application (not built on any specific framework) I'd like to build a "complete" set of tools for monitoring it. There are obviously some great tools out there for monitoring the DB or the Web Server, or App Server... but I'd like to build a dashboard that lets admin users monitor the overall health/status of the syste...

Multiple Dashboard widget instances don't survive widget update. Any way to prevent this?

I've written a Mac OS X Dashboard to show the StackOverflow flair of yourself and other people. My problem is that whenever I update that widget to a new version, all previous instances are removed and a single new instance is created on the Dashboard. So if you previously followed the flair of 4 people you'll have to recreate the widge...

Where are Dashboard Widget preferences actually saved?

This is a followup question to my other widget-related question. I'd like to check what's actually written into the preferences of the widget. Where is that data actually stored? ...

Is it possible to create new widget instances from within a Dashboard widget?

This is a followup to this question. It seems to be impossible to to simply keep already configured dashboard widget instances. An alternative way would be to recreate previous instances. Is it possible to create new Dashboard widget instances from within another widget? I couldn't find anything about this topic, yet. ...