dashboard

Creating a dashboard to analyze IIS web traffic

I am using Windows Server 2003 with IIS6 and Windows Server 2008R2 with IIS7. I need to create a dashboard similar to google analytics that we be view via webpage by non-technical users. I figure this could be done analyzing IIS log files but I am not sure what the best route is for accomplishing this. What is the best way to create a...

Suggestions for software to ease setting up a build server

I'm currently setting up a new build server and I'm interested in any suggestions the community may have about software such as Hudson or CruiseControl.NET that may simplify and add additional value to the build process. Previously I had a build server set up using custom batch files which would run msbuild and other such tools and thes...

Should I compute statistics on the fly, or generate with a cron job?

Howdy, I have a simple enough web application. I want to measure for any day or month how many new free signups I have, how many paid signups, how many paid upgrades, how many cancellations, etc. That data will then be represented on my admin dashboard by sparklines. Generally, do you suggest: a) Writing a script that upon each call, ...

Creating a dashboard in exel

Hi guys, I am looking at creating a dashboard in excel using several key performance indicators to plot a graph, the data would just be collected from another sheet in excel. I understand that you can do this in conjunction with macros but my experience with macros is limited although I am willing to learn. Any help would be great! Th...

Excel - Using OFFSET function to create dynamic graphs

Hi guys, I have been working on a dynamic way to create a bargraph where the data can be updated and modified over time which will change the appearance of the graph e.g. If I add a new row it will feed that data into the graph. I have managed to do this successfully when the data is organised vertically e.g. Data column which has the ...

Web data visualization/charting library

I'm building a Rails app that needs some data visualization. What is a good library to learn? (If it matters, I don't have much web/javascript experience, but I'm starting to learn.) I've been dabbling around with Protovis... But, well, I don't understand what all the hype is. It seems quite long and painful even to create just a simple...

How to customize CruiseControl.NET (CCNet) Dashboard?

I'm new to CCNet... I would like to customize CCNet web dashboard to add a checkbox next to "Force Build" button to indicate that particular build is for release or not. Please let me know whether these kind of customization possible? If so, provide some tutorials or article links to start ...

Developing a User Dashboard

Hey Guys, Due to your extraordinary support, i was able to build a login system with sessions. Now i want to create a a user dashboard after the user has verified himself. I am good at HTMl, CSS and Javascript and wanted to know if I should go ahead and create the dashboard using them. Or should I use PHP (i am not too good at it). A...

Querystring filter for PerformancePoint

Hello, Keep in my I am using Dashboard Designer, SharePoint 2010 and PerformancePoint Server 2010. I have a dashboard homepage showing a KPI for sales, by brand. I added a custom property "View detailed report" on my KPI. When I click on that, I want to be able to go to a second dashboard page featuring 5 scorecards and 2 reports for m...

Is it possible to modify Dashboard Designer deployment process?

Hi there, I want to know if it is possible to do some custom code that would be executed when you click on "Deploy to SharePoint" on a dashboard element in Dashboard Designer. Basically, what I would like to do is set some of the WebPart properties while I generate my dashboard. I'd like to see the WebPart navigation URL with one of t...

Twitter-Like background animated drawable in android

Just like Twitter for android used to have (they removed it) - I need to display an animated background drawable. How to I show an image that is actually bigger then the given layout dimensions (without the image being shrink). What kind of animation do I need to use for the "moving" effect? thanks. ...

How to load local JSON files in Javascript

Hi all: I'm writing a web app (well, actually it will eventually be an OS X Dashboard widget, but I decided to prototype it first as a simple web page) that needs to load some initializing data from a local JSON file. My code looks like this: function loadDatos() { var xobj = new XMLHttpRequest(); xobj.overrideMimeType("appl...

URL error in Article Dashboard Script

Hey Guys Ive got a website with Article Dashboard installed, you can find it here http://www.linux-website-hosting.com/ The problem is, Search engine friendly urls are activated in this script, so is ioncube and I cant turn search engine friendly urls off. So now, when I click on any of the categories or test articles, i get a page not...

Sharepoint Dashboard

We are in the process of evaluating SharePoint Dashboard solution. Do you guys aware of any third party Dashboard components? ...

CruiseControl.net statistics tutorial.

The statistics module of CC.Net is very interesting. But the documentation about it is very poor. I did some internet research to figure out how to include a new counter (ex: LOC, compiler warnings, etc.) or other graphics to show but found nothing structured. Does anyone know where I could find a tutorial or something? ...

Is there any way for Mac dashboard widget to reload himself

My dashboard widget has automatic update system, but after every update user should press ⌘R for changes to take a place. I want to do it automaticaly, without any user actions. Is there any widget method to reload it? Common methods doesn't works: I've tried to call window.location.reload(), history.go(0) & window.location.href=window...

OSX Dashboard widget command line access problem

I'm trying to access command line from a simple Dashboard Widget on Snow Leopard. My intention is to fill the contents of the widget from a command-line script I call. This should be possible. I'm calling the script every time the widget is shown using it's onshow callback: if (window.widget) { widget.onshow = onshow; } functi...

Getting the Tasks in a Google App Engine TaskQueue

I know you can view the currently queued and running tasks in the Dashboard or development server console. However, is there any way to get that list programmatically? The docs only describe how to add tasks to the queue, but not how to list and/or cancel them. In python please. ...

Xcelsius data load

This might be a minor problem but i am unable to find a solution. I have published my crystal xcelsius dashboard on the web and when any user opens the dashboard the green data load meter on the bottom of the page still displays data load even if all the data has been loaded. So this gives the impression to the users that it is still und...

General question about information a scheduler 'dashboard' should have

Sorry for another non programming question, but I'm using Quartz.NET, a scheduler for .NET applications, for a Windows Service which allows users to schedule transferrig of files that match a regular expression from various sources - for example the user may schedule a job to occur every day at 6pm that transfers the files from a networ...