Jul 24 2009

Red5 Analytics Demo

Published by Nick at 9:38 am under Ext JS

Red5 Analytics Demo is a web based application I have built using PHP as the Server back-end and a browser based front-end using the excellent Ext JS Javascript Framework.

The application demonstrates the use of several useful technologies:

The demo can be viewed at Red5 Analytics Demo.

The demo by default uses the Google Analytics Data from this site however you can change it to view the data from any analytics account using the settings dialog:

AnalyticsSettingsButtonAnalyticsSettingsDialog

Just enter the account details and select one of the accounts from the accounts drop down and the data will be fetched for that account.

The account details are stored in a cookie and the password is encrypted and never passed in plain text.

Screen shot

AnalyticsDemoScreenshot

Please see the full article at www.nbred5.com Ext JS – Red5 Analytics Demo from the menu.

3 responses so far

3 Responses to “Red5 Analytics Demo”

  1. very coolon 31 Jul 2009 at 6:08 pm

    very cool :)

  2. halloon 01 Feb 2010 at 7:06 pm

    Your Analytics Demo is really nice, however the code examples you posted are a bit “weird”.
    For example I can’t generate Pie Chart with Open Flash Chart, because:

    $pievalue->set_text(”Search Engines”);

    there is no such function like set_text()

    $legend = new legend();
    $legend->set_position( ‘right’ );
    $legend->set_margin( 10 );
    $legend->set_padding( 10 );

    there is not such class like legend.

    I tried all possible versions of Open Flash Chart and didn’t fund these functions/classes.
    How did you do that? Did you add these by yourself to your copy of OFC?

  3. Nickon 02 Feb 2010 at 1:41 pm

    hallo,

    Sorry the examples where not clearer, and yes I do use a patched version from
    http://www.ofc2dz.com/index.html

    NBRed5

Trackback URI | Comments RSS

Leave a Reply