<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Postgres OnLine Journal - usda</title>
    <link>http://www.postgresonline.com/journal/</link>
    <description>an In depth look at the PostgreSQL open source database</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Sun, 04 Jan 2009 01:45:01 GMT</pubDate>

    <image>
        <url>http://www.postgresonline.com/journal/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Postgres OnLine Journal - usda - an In depth look at the PostgreSQL open source database</title>
        <link>http://www.postgresonline.com/journal/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Fusion Charts and PostgreSQL Part 3: PHP Dashboard</title>
    <link>http://www.postgresonline.com/journal/archives/95-Fusion-Charts-and-PostgreSQL-Part-3-PHP-Dashboard.html</link>
            <category>8.2</category>
            <category>8.3</category>
            <category>8.4</category>
            <category>application development</category>
            <category>intermediate</category>
            <category>usda</category>
    
    <comments>http://www.postgresonline.com/journal/archives/95-Fusion-Charts-and-PostgreSQL-Part-3-PHP-Dashboard.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=95</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=95</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
     &lt;p&gt;In the first part of this series &lt;a href=&quot;http://www.postgresonline.com/journal/archives/88-Fusion-Charts-and-PostgreSQL-Part-1-Database-Analysis-of-USDA-DB.html&quot;&gt;Fusion Charts and PostgreSQL Part 1: Database Analysis of USDA DB&lt;/a&gt; in our November/December 2008 issue, we did
some back-seat analysis of a database we had never seen before and formulated some thoughts of things that would be useful to
see in a dashboard as well as starting to develop some views to support our Dashboard. In the second part of our Fusion Charts series, 
we covered creating a &lt;a href=&quot;http://www.postgresonline.com/journal/archives/92-Fusion-Charts-and-PostgreSQL-Part-2-ASP.NET-Dashboard.html&quot; target=&quot;_blank&quot;&gt;Dashboard application in ASP.NET that demonstrated both VB.NET and C# variants&lt;/a&gt; using the database we loaded and prepped in Part 1.
&lt;/p&gt;
&lt;p&gt;In this part three of our series, we shall conclude by demonstrating the same application we did in ASP.NET in PHP.&lt;/p&gt;

&lt;P&gt;We are going to create a simple dashboard that has the following features: &lt;/P&gt;

&lt;OL&gt;&lt;LI&gt;A drop-down list to allow the user to pick the kind of chart to display the data in (Bar, column, funnel etc)&lt;/LI&gt;
	&lt;LI&gt;A drop-down list that allows the user to pick the metric to explore -- e.g. Cholestrol, Vitamin K, Caffeine etc.&lt;/LI&gt;
	&lt;LI&gt;2 charts -- one chart showing the top 5 food groups for our metric and another showing the top 5 foods for our metric&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Our final product will look like this: &lt;/P&gt;
&lt;img src=&quot;/images/journal/fcharts_dashboard.png&quot; alt=&quot;Fusion Charts Dashboard&quot; /&gt;

&lt;p&gt;You can see the app in action - &lt;a href=&quot;/demos/FCharts/view_charts.php&quot; target=&quot;_blank&quot;&gt;USDA Food Stats&lt;/a&gt; and discover some interesting things about the food you eat or were considering eating.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/archives/95-Fusion-Charts-and-PostgreSQL-Part-3-PHP-Dashboard.html#extended&quot;&gt;Continue reading &quot;Fusion Charts and PostgreSQL Part 3: PHP Dashboard&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 03 Jan 2009 15:19:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/95-guid.html</guid>
    
</item>
<item>
    <title>Fusion Charts and PostgreSQL Part 2: ASP.NET Dashboard</title>
    <link>http://www.postgresonline.com/journal/archives/92-Fusion-Charts-and-PostgreSQL-Part-2-ASP.NET-Dashboard.html</link>
            <category>8.2</category>
            <category>8.3</category>
            <category>8.4</category>
            <category>application development</category>
            <category>intermediate</category>
            <category>mono .NET</category>
            <category>usda</category>
    
    <comments>http://www.postgresonline.com/journal/archives/92-Fusion-Charts-and-PostgreSQL-Part-2-ASP.NET-Dashboard.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=92</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=92</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;In the first part of this series &lt;a href=&quot;http://www.postgresonline.com/journal/archives/88-Fusion-Charts-and-PostgreSQL-Part-1-Database-Analysis-USDA-DB.html&quot;&gt;Fusion Charts and PostgreSQL Part 1: Database Analysis of USDA DB&lt;/a&gt; in our November/December 2008 issue, we did
some back-seat analysis of a database we had never seen before and formulated some thoughts of things that would be useful to
see in a dashboard as well as starting to develop some views to support our Dashboard.
&lt;/p&gt;
&lt;p&gt;In this part, we start the fun off by building an ASP.NET app in both VB and C#. In the next part of
this series, we shall perform the same feat with PHP.&lt;/p&gt;

&lt;P&gt;We are going to create a simple dashboard that has the following features: &lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;A drop downlist to allow the user to pick the kind of chart to display the data in (Bar, column, funnel etc)&lt;/LI&gt;
	&lt;LI&gt;A drop downlist that allows the user to pick the metric to explore -- e.g. Cholestrol, Vitamin K, Caffeine etc.&lt;/LI&gt;
	&lt;LI&gt;2 charts -- one chart showing the top 5 food groups for our metric and another showing the top 5 foods for our metric&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Our final product will look like this: &lt;/P&gt;
&lt;img src=&quot;/images/journal/fcharts_dashboard.png&quot; alt=&quot;Fusion Charts Dashboard&quot; /&gt;

&lt;p&gt;You can see the app in action - &lt;a href=&quot;/demos/FCharts/ViewChartsCS.aspx&quot; target=&quot;_blank&quot;&gt;USDA Food Stats&lt;/a&gt; and discover some interesting things about the food you eat or were considering eating.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/archives/92-Fusion-Charts-and-PostgreSQL-Part-2-ASP.NET-Dashboard.html#extended&quot;&gt;Continue reading &quot;Fusion Charts and PostgreSQL Part 2: ASP.NET Dashboard&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 19 Dec 2008 17:19:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/92-guid.html</guid>
    
</item>
<item>
    <title>Fusion Charts and PostgreSQL Part 1: Database Analysis of USDA DB</title>
    <link>http://www.postgresonline.com/journal/archives/88-Fusion-Charts-and-PostgreSQL-Part-1-Database-Analysis-of-USDA-DB.html</link>
            <category>application development</category>
            <category>beginner</category>
            <category>demo dbs</category>
            <category>oobase</category>
            <category>usda</category>
    
    <comments>http://www.postgresonline.com/journal/archives/88-Fusion-Charts-and-PostgreSQL-Part-1-Database-Analysis-of-USDA-DB.html#comments</comments>
    <wfw:comment>http://www.postgresonline.com/journal/wfwcomment.php?cid=88</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.postgresonline.com/journal/rss.php?version=2.0&amp;type=comments&amp;cid=88</wfw:commentRss>
    

    <author>nospam@example.com (Leo Hsu and Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;In our Product Showcase section of this issue, we introduced Fusion Charts which is a flash-based
charting product that makes beautiful flash charts.  It comes in both a free and a non-free more bells and whistles
version. &lt;/p&gt;

&lt;p&gt;In this 3-part series article we shall demonstrate using this with a PostgreSQL database, building a simple dashboard
with ASP.NET and PHP.  We shall demonstrate both C# and VB.NET both using the PostgreSQL NPGSQL driver.&lt;/p&gt;

&lt;p&gt;For this first part we shall simply load the database, do a quick analysis of what we&#039;ve got to report on and create some views to help
us with our PHP and ASP.NET apps that will follow in parts 2 and 3.&lt;/p&gt;

&lt;p&gt;We will be testing this on 8.3, but since the database is an old one, it should work just fine on older versions of 
PostgreSQL.  We&#039;ll try to refrain from using new features of PostgreSQL.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.postgresonline.com/journal/archives/88-Fusion-Charts-and-PostgreSQL-Part-1-Database-Analysis-of-USDA-DB.html#extended&quot;&gt;Continue reading &quot;Fusion Charts and PostgreSQL Part 1: Database Analysis of USDA DB&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 16 Dec 2008 14:33:00 -0500</pubDate>
    <guid isPermaLink="false">http://www.postgresonline.com/journal/archives/88-guid.html</guid>
    
</item>

</channel>
</rss>