Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: A "sort of" Webserver question

Re: A "sort of" Webserver question

From: Rick Banister <rick_at_sesame.com>
Date: 1997/10/08
Message-ID: <343C2913.CF96084A@sesame.com>#1/1

Dan Nichols wrote:
>
> Hi Everyone:
>
> I'm working on a Webserver project that requires me to run queries against
> several databases and display the results.
>
> No problem....except the user then wants me to graph the results (Combo Bar
> chart and line graph) .
>
> Does anyone have any ideas?
>
> Part of the project spec requires me to assume older versions of Netspace
> or I.E. as browsers. D2K for the Web with Oracle Graphics is not
> an option as these browsers will not be complient with the new JDK and
> there will be no way to get the runtime JDK to the various users.
>
> Should I look at Javascript? Any other products?
>
> Any help would be appreciated.
>
> Thanks,
>
> -Dan
>

We have done this, but it's very involved. The application produces a lot of
javascript code that maps datapoints to very small gifs that show up as different colors.
Another way is to produce html that has the gifs embedded; do not put line feeds between
the <IMG> tags, or you will get a tiny little white space between each gif. This
will yield slower performance than dynamic html, but will run.

The screen took well over a month to develop, but could be adapted to your situation.
Let me know if interested.

-- 
    Name: Rick Banister
 Company: Sesame Software, Inc.
  E-mail: Rick Banister <rick_at_sesame.com>
     Tel: 408 438-5072
     Fax: 408 438-4078
Visit our Web page at http://www.sesame.com
-------------------------------------------
Received on Wed Oct 08 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US