
Archive for November 17th, 2009
COSS BI: Open Source, Open Core or Openly Naked?

Zeus Software Now Available on Amazon EC2
Using Microsoft’s Chart Controls In An ASP.NET Application: Adding Statistical Formulas
The Microsoft Chart controls make it easy to take data from a database or some other data store and present it as a chart. As discussed in Plotting
Chart Data, the Chart controls offer a myriad of ways to get data into a chart. You can add the data programmatically, point-by-point, or you can bind an ADO.NET DataTable
directly to the Chart. You can even use declarative data source controls, like the SqlDataSource or ObjectDataSource controls.
In addition to converting your specified data points into a chart image, the Chart controls also include a wealth of statistical formulae that you can use to analyze the plotted data. For example, with a single line of code you determine the mean (average) value for data in a particular series. Likewise, with one line of code you can get the median, variance, or standard deviation. These values can be displayed as text on the page or as a stripe line on the chart itself. What's more, the Chart controls include functions to forecast future values, to compute moving averages, to identify trends, and to determine rates of change, among others.
This article looks at how to use two statistical formulae. Specifically, we'll look at how to compute and display the mean of a series, as well as how to display an exponential
trend line on the chart to forecast future values. Read on to learn more!
Read More >
Silverlight Virtual Twilight Tour
In anticipation of the opening of the Twilight Saga: New Moon movie on November 20th, MSN has created a Virtual Twilight Tour. Created entirely in Silverlight 3 - from the video player to the map interface - the Tour brings Forks, La Push, Port Angeles, and Volterra right to your computer so that you can see 16 of Twilight’s and New Moon’s most exciting locations.
MSN built the Tour using Visual Studio and Visual C#, employing the Bing Maps control for location-based navigation. For the ‘bells and whistles,’ Expression Blend helped to create the animations that transition the user from one action to another. The end result is a seamless multimedia interaction. Just scroll over the map to check out the video, photos, audio, and contextual Bing searches for the full tour experience.
TableSorter: Flexible Client Side Table Sorting With jQuery
TableSorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. TableSorter can successfully parse and sort many types of data including linked data in a cell.

TableSorter can be easily configured to achieve different effects by passing various options at initialization. You can control look and feel of your tables using CSS. It has been tested successfully in the following browsers with JavaScript enabled: Firefox 2+, Internet Explorer 6+, Safari 2+, Opera 9+, Konqueror.
Features
- Multi-column sorting
- Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily
- Support for ROWSPAN and COLSPAN on TH elements
- Support secondary “hidden” sorting (e.g., maintain alphabetical sort when sorting on other criteria)
- Extensibility via widget system
- Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+
- Small code size
Developed by Christian Bach; TableSorter is available for download under MIT or GPL License. You can find further information, documentation, demos & download on TableSorter Website.
Similar Posts:
- Make Your Tables Interactive With DataTables
- TinyTable – Really Light JavaScript Table Sorter
- Flexigrid – JavaScript Grid For jQuery
- Cover Your Tables With Tablecloth
- TableGear: Interactive HTML Tables Powered By MooTools / PHP
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.