Re: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Dirk De Bock

The slickest looking charts I've seen came from
http://chronoweb.chartsoft.com/
but I can't say I have any experience using them in a CF environment.

- Original Message -
From: "Roberts, Jesse D" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 05, 2000 10:20 PM
Subject: RE: Need a good dynamic bar & pie chart app...


> The pricing is pretty good.  You can view it all on their site
> http://www.corda.com/pricing.cfm. The standard server costs about 2k and
the
> pro version about 5k.  The builder/development software is $250


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Jackson Moore (CFTalk)

I have used KavaCharts by Visual Engineering.  You can check them out at:

http://www.ve.com/kavachart/index.html

It is a collection of applets that you can embed and use CF to populate the name/value 
pairs.  This is how we used and it worked great.  Also included are servlets so if you 
have a
Java-enabled webserver, you can serve up .gif images generated on the fly (they can 
even be cached for repeitive queries).  The price is good too (free :) for use on web 
pages.  If
you want the java code to use in your own java applications, you can buy the $300 SDK, 
but it's not necessary for use on a website.  We did end up buying it, however, so 
that we could
get rid of the "credits" that appear when you click on a chart.  Their support was 
also excellent when I did have a problem.

Jackson

Kevin Langevin wrote:

> Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
> bar and pie chartsin a web page?  I'm specifically looking for something
> that will display multiple recommended/actual vertical bars next to each
> other, in differing colors.  Any help would be greatly appreciated.
>
> Thanks, all...
>
> 
> -Kev
> 
>
> > -Original Message-
> > From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > Allaire only supports 1.3.2 and better :)
> >
> > From the allaire site..
> >
> > "ColdFusion supports only Apache version 1.3.2 and above"
> > For Version 4.01
> >
> > And for.. 4.5 in my CFDOCS it says
> >
> > "To configure the Apache Web Server v1.3.6" which kind
> > of implies that you have to use that.
> >
> > And apache will not run in the background in Win98
> > try reading the release notes for Win32 apache
> > ... Here
> >
> > http://www.apache.org/docs/windows.html
> >
> > Apache + CF + NT is real easy with the right
> > versions etc.
> >
> >
> > Jeremy
> >
> >
> >
> >
> >
> >
> > -Original Message-
> > From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:23 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > This message is in MIME format. Since your mail reader does not understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01C01755.9FA441D8
> > Content-Type: text/plain;
> >   charset="iso-8859-1"
> >
> > Hello!
> >
> > I installed Apache 1.3.12 on my machine last night, and I got it running
> > with the following problems. Any help on any of these points would be
> > greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
> >
> > 1) I can't get Apache to run automatically or as a service in the
> > background
> >like PWS used to.
> >
> > Right now, I've got a shortcut to apache.exe in my startup group with
> > ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> > startup, I get a DOS-looking window that says something like "Apache
> > running...", and indeed it is. But, the DOS window can't be closed without
> > killing Apache, and even when I try to shut down, I have to Alt-F4 the
> > window and say yes to the "are you sure" dialog. Then, next time I start
> > Apache, I get a little message in the DOS window about Apache
> > being started
> > after it was closed inappropriately last time. Using Start > Programs >
> > Apache > Stop Apache gives me an error if the Apache DOS window is still
> > open. Trying to install Apache as a service gives me some error in a DOS
> > window that closes too quickly for me to read what it says. I just want
> > Apache to run in the background with no help from me after I get it set up
> > the first time. In other words, I want it to run "hidden" like PWS did.
> > (Although it does seem to run faster, which was the reason for the
> > "upgrade".)
> >
> > 2) The /images and /stylesheets directories aren't working, unless...
> >
> > If I open up IE and hit my site, no images appear, and the page
> > is rendered
> > without stylesheets, but is otherwise completely functional (queries run,
> > CFML is parsed, etc.). So, I can go through and use the site
> > without images
> > or stylesheets, which is very annoying. But, if I hit Back or use
> > history.back();, *the page appears like it is supposed to, complete with
> > images and stylesheets*! Consecutive visits to the same page exhibit the
> > problems above, but again, using Back or history.back(); will "fix" it.
> > That's pretty strange. Yes, the directories are properly mapped
> > in CF Admin.
> > All of the other dir mappings work correctly. Perhaps I need to add the
> > .jpg/.gif/.css file types to httpd.conf? Code, anyone?
> >
> > 3) Where in httpd.conf is the LoadModule coldfusion_module
> >modules/ApacheModuleColdFusion.dll line supposed to go?
> >
> > At home last night, I stuck it on a new line at the very end of section 1,
> > after "#ExtendedStatus On" because I didn't s

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Kevin Langevin

Helge- Yup...I'm a blind idiot.  The link is there clear as day.  I just
talked with one of their people, too, and it looks like Image Server is the
way to go.  Pro version is a bit too pricey, but I might be able to convince
the powers that be to part with $2,700.00 (at least to start).

The regular Image Server program has a max of 50,000 charts served per day,
but if I reach that point (which is very likely) Getting them to pay for
high-volume should be a piece of cake.


-Kev


> -Original Message-
> From: Helge Hetland [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 3:54 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Need a good dynamic bar & pie chart app...
>
>
> Try this :)
>
> http://www.popchart.com/pricing.cfm
>
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: 5. september 2000 21:46
> To: [EMAIL PROTECTED]
> Subject: RE: Need a good dynamic bar & pie chart app...
>
>
> Hmmm...I can't seem to get anyone from Corda on the phone...just keep
> getting voicemail.  Any idea what pricing is like?
>
> 
> -Kev
> 
>
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Roberts, Jesse D

The pricing is pretty good.  You can view it all on their site
http://www.corda.com/pricing.cfm. The standard server costs about 2k and the
pro version about 5k.  The builder/development software is $250.

To talk to someone from Corda, call Wenlock Free.  His number is
801-802-0800 x.113.  He was very helpful in setting me up with everything we
needed.  Also, he can answer your questions about the applicability of the
standard vs. pro server and the PopChart Live java applet.

Jesse D. Roberts
Business Process Analyst
Procurement Quality Assurance
Boeing - Huntington Beach, CA
[EMAIL PROTECTED]

> -Original Message-
> From: Kevin Langevin [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 12:46 PM
> To:   [EMAIL PROTECTED]
> Subject:  RE: Need a good dynamic bar & pie chart app...
> 
> Hmmm...I can't seem to get anyone from Corda on the phone...just keep
> getting voicemail.  Any idea what pricing is like?
> 
> 
> -Kev
> 
> 
> > -Original Message-
> > From: Helge Hetland [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 2:25 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: RE: Need a good dynamic bar & pie chart app...
> >
> >
> > Have you tried popchart from www.popchart.com?
> >
> > Very good product.
> >
> > Helge
> > -Original Message-
> > From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> > Sent: 5. september 2000 20:32
> > To: [EMAIL PROTECTED]
> > Subject: Need a good dynamic bar & pie chart app...
> >
> >
> > Anyone have a tag/app that plays nicely with ColdFusion to create
> dynamic
> > bar and pie chartsin a web page?  I'm specifically looking for something
> > that will display multiple recommended/actual vertical bars next to each
> > other, in differing colors.  Any help would be greatly appreciated.
> >
> > Thanks, all...
> >
> > 
> > -Kev
> > 
> >
> > > -Original Message-
> > > From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, September 05, 2000 12:42 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Apache Isn't Playing Nice with ColdFusion...
> > >
> > >
> > > Allaire only supports 1.3.2 and better :)
> > >
> > > From the allaire site..
> > >
> > > "ColdFusion supports only Apache version 1.3.2 and above"
> > > For Version 4.01
> > >
> > > And for.. 4.5 in my CFDOCS it says
> > >
> > > "To configure the Apache Web Server v1.3.6" which kind
> > > of implies that you have to use that.
> > >
> > > And apache will not run in the background in Win98
> > > try reading the release notes for Win32 apache
> > > ... Here
> > >
> > > http://www.apache.org/docs/windows.html
> > >
> > > Apache + CF + NT is real easy with the right
> > > versions etc.
> > >
> > >
> > > Jeremy
> > >
> > >
> > >
> > >
> > >
> > >
> > > -Original Message-
> > > From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, September 05, 2000 12:23 PM
> > > To: '[EMAIL PROTECTED]'
> > > Subject: Apache Isn't Playing Nice with ColdFusion...
> > >
> > >
> > > This message is in MIME format. Since your mail reader does not
> > understand
> > > this format, some or all of this message may not be legible.
> > >
> > > --_=_NextPart_001_01C01755.9FA441D8
> > > Content-Type: text/plain;
> > >   charset="iso-8859-1"
> > >
> > > Hello!
> > >
> > > I installed Apache 1.3.12 on my machine last night, and I got it
> running
> > > with the following problems. Any help on any of these points would be
> > > greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
> > >
> > > 1) I can't get Apache to run automatically or as a service in the
> > > background
> > >like PWS used to.
> > >
> > > Right now, I've got a shortcut to apache.exe in my startup group with
> > > ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> > > startup, I get a DOS-looking window that says something like "Apache
> > > running...", and indeed it is. But, the DOS window can't be
> > closed without
> > > killing Apache, and even when I try to shut down, I have to Alt-F4 the
> > > window and say yes to the "are you sure

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland

Try this :)

http://www.popchart.com/pricing.cfm

-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: 5. september 2000 21:46
To: [EMAIL PROTECTED]
Subject: RE: Need a good dynamic bar & pie chart app...


Hmmm...I can't seem to get anyone from Corda on the phone...just keep
getting voicemail.  Any idea what pricing is like?


-Kev


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Kevin Langevin

Hmmm...I can't seem to get anyone from Corda on the phone...just keep
getting voicemail.  Any idea what pricing is like?


-Kev


> -Original Message-
> From: Helge Hetland [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 2:25 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Need a good dynamic bar & pie chart app...
>
>
> Have you tried popchart from www.popchart.com?
>
> Very good product.
>
> Helge
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: 5. september 2000 20:32
> To: [EMAIL PROTECTED]
> Subject: Need a good dynamic bar & pie chart app...
>
>
> Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
> bar and pie chartsin a web page?  I'm specifically looking for something
> that will display multiple recommended/actual vertical bars next to each
> other, in differing colors.  Any help would be greatly appreciated.
>
> Thanks, all...
>
> 
> -Kev
> 
>
> > -Original Message-
> > From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > Allaire only supports 1.3.2 and better :)
> >
> > From the allaire site..
> >
> > "ColdFusion supports only Apache version 1.3.2 and above"
> > For Version 4.01
> >
> > And for.. 4.5 in my CFDOCS it says
> >
> > "To configure the Apache Web Server v1.3.6" which kind
> > of implies that you have to use that.
> >
> > And apache will not run in the background in Win98
> > try reading the release notes for Win32 apache
> > ... Here
> >
> > http://www.apache.org/docs/windows.html
> >
> > Apache + CF + NT is real easy with the right
> > versions etc.
> >
> >
> > Jeremy
> >
> >
> >
> >
> >
> >
> > -Original Message-
> > From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:23 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > This message is in MIME format. Since your mail reader does not
> understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01C01755.9FA441D8
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > Hello!
> >
> > I installed Apache 1.3.12 on my machine last night, and I got it running
> > with the following problems. Any help on any of these points would be
> > greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
> >
> > 1) I can't get Apache to run automatically or as a service in the
> > background
> >like PWS used to.
> >
> > Right now, I've got a shortcut to apache.exe in my startup group with
> > ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> > startup, I get a DOS-looking window that says something like "Apache
> > running...", and indeed it is. But, the DOS window can't be
> closed without
> > killing Apache, and even when I try to shut down, I have to Alt-F4 the
> > window and say yes to the "are you sure" dialog. Then, next time I start
> > Apache, I get a little message in the DOS window about Apache
> > being started
> > after it was closed inappropriately last time. Using Start > Programs >
> > Apache > Stop Apache gives me an error if the Apache DOS window is still
> > open. Trying to install Apache as a service gives me some error in a DOS
> > window that closes too quickly for me to read what it says. I just want
> > Apache to run in the background with no help from me after I
> get it set up
> > the first time. In other words, I want it to run "hidden" like PWS did.
> > (Although it does seem to run faster, which was the reason for the
> > "upgrade".)
> >
> > 2) The /images and /stylesheets directories aren't working, unless...
> >
> > If I open up IE and hit my site, no images appear, and the page
> > is rendered
> > without stylesheets, but is otherwise completely functional
> (queries run,
> > CFML is parsed, etc.). So, I can go through and use the site
> > without images
> > or stylesheets, which is very annoying. But, if I hit Back or use
> > history.back();, *the page appears like it is supposed to, complete with
> > images and stylesheets*! Consecutive visits to the same pa

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland

No, sorry.

I just started looking into it myself. 
I've tested ImageServer and relatively quickly managed to make Flash drill
downs from CF queries.

I guess this text from their web site tells you that ImageServer is the tool
to use
(Pro adds caching, loadbalancing and performance enhancements):

"PopChart Image Server is a server-side tool written in 100% Java that
generates high-quality dynamic charts and graphs and integrates easily with
Allaire ColdFusion. PopChart Image Server can generate either GIF, or FLASH
images from dynamic ColdFusion Queries.  FLASH Images are smaller, quicker
to generate, and allow interaction such as drill-down, roll-over, and popup
text."

Helge


-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: 5. september 2000 21:15
To: [EMAIL PROTECTED]
Subject: RE: Need a good dynamic bar & pie chart app...


Thanks, Helge...I'm downloading the eval right now.  Can you give me any
info on the usefulness of Popchart Live vs. Image Server or Image Server
Pro?


-Kev


> -Original Message-
> From: Helge Hetland [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 2:25 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Need a good dynamic bar & pie chart app...
>
>
> Have you tried popchart from www.popchart.com?
>
> Very good product.
>
> Helge
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: 5. september 2000 20:32
> To: [EMAIL PROTECTED]
> Subject: Need a good dynamic bar & pie chart app...
>
>
> Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
> bar and pie chartsin a web page?  I'm specifically looking for something
> that will display multiple recommended/actual vertical bars next to each
> other, in differing colors.  Any help would be greatly appreciated.
>
> Thanks, all...
>
> 
> -Kev
> 
>
> > -Original Message-
> > From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > Allaire only supports 1.3.2 and better :)
> >
> > From the allaire site..
> >
> > "ColdFusion supports only Apache version 1.3.2 and above"
> > For Version 4.01
> >
> > And for.. 4.5 in my CFDOCS it says
> >
> > "To configure the Apache Web Server v1.3.6" which kind
> > of implies that you have to use that.
> >
> > And apache will not run in the background in Win98
> > try reading the release notes for Win32 apache
> > ... Here
> >
> > http://www.apache.org/docs/windows.html
> >
> > Apache + CF + NT is real easy with the right
> > versions etc.
> >
> >
> > Jeremy
> >
> >
> >
> >
> >
> >
> > -Original Message-
> > From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:23 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > This message is in MIME format. Since your mail reader does not
> understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01C01755.9FA441D8
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > Hello!
> >
> > I installed Apache 1.3.12 on my machine last night, and I got it running
> > with the following problems. Any help on any of these points would be
> > greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
> >
> > 1) I can't get Apache to run automatically or as a service in the
> > background
> >like PWS used to.
> >
> > Right now, I've got a shortcut to apache.exe in my startup group with
> > ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> > startup, I get a DOS-looking window that says something like "Apache
> > running...", and indeed it is. But, the DOS window can't be
> closed without
> > killing Apache, and even when I try to shut down, I have to Alt-F4 the
> > window and say yes to the "are you sure" dialog. Then, next time I start
> > Apache, I get a little message in the DOS window about Apache
> > being started
> > after it was closed inappropriately last time. Using Start > Programs >
> > Apache > Stop Apache gives me an error if the Apache DOS window is still
> > open. Trying to install Apache as a service gives me some error in a DOS
> > window that closes too quickly for me to read 

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Kevin Langevin

Thanks, Helge...I'm downloading the eval right now.  Can you give me any
info on the usefulness of Popchart Live vs. Image Server or Image Server
Pro?


-Kev


> -Original Message-
> From: Helge Hetland [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 2:25 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Need a good dynamic bar & pie chart app...
>
>
> Have you tried popchart from www.popchart.com?
>
> Very good product.
>
> Helge
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: 5. september 2000 20:32
> To: [EMAIL PROTECTED]
> Subject: Need a good dynamic bar & pie chart app...
>
>
> Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
> bar and pie chartsin a web page?  I'm specifically looking for something
> that will display multiple recommended/actual vertical bars next to each
> other, in differing colors.  Any help would be greatly appreciated.
>
> Thanks, all...
>
> 
> -Kev
> 
>
> > -Original Message-
> > From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > Allaire only supports 1.3.2 and better :)
> >
> > From the allaire site..
> >
> > "ColdFusion supports only Apache version 1.3.2 and above"
> > For Version 4.01
> >
> > And for.. 4.5 in my CFDOCS it says
> >
> > "To configure the Apache Web Server v1.3.6" which kind
> > of implies that you have to use that.
> >
> > And apache will not run in the background in Win98
> > try reading the release notes for Win32 apache
> > ... Here
> >
> > http://www.apache.org/docs/windows.html
> >
> > Apache + CF + NT is real easy with the right
> > versions etc.
> >
> >
> > Jeremy
> >
> >
> >
> >
> >
> >
> > -Original Message-
> > From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:23 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > This message is in MIME format. Since your mail reader does not
> understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01C01755.9FA441D8
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > Hello!
> >
> > I installed Apache 1.3.12 on my machine last night, and I got it running
> > with the following problems. Any help on any of these points would be
> > greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
> >
> > 1) I can't get Apache to run automatically or as a service in the
> > background
> >like PWS used to.
> >
> > Right now, I've got a shortcut to apache.exe in my startup group with
> > ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> > startup, I get a DOS-looking window that says something like "Apache
> > running...", and indeed it is. But, the DOS window can't be
> closed without
> > killing Apache, and even when I try to shut down, I have to Alt-F4 the
> > window and say yes to the "are you sure" dialog. Then, next time I start
> > Apache, I get a little message in the DOS window about Apache
> > being started
> > after it was closed inappropriately last time. Using Start > Programs >
> > Apache > Stop Apache gives me an error if the Apache DOS window is still
> > open. Trying to install Apache as a service gives me some error in a DOS
> > window that closes too quickly for me to read what it says. I just want
> > Apache to run in the background with no help from me after I
> get it set up
> > the first time. In other words, I want it to run "hidden" like PWS did.
> > (Although it does seem to run faster, which was the reason for the
> > "upgrade".)
> >
> > 2) The /images and /stylesheets directories aren't working, unless...
> >
> > If I open up IE and hit my site, no images appear, and the page
> > is rendered
> > without stylesheets, but is otherwise completely functional
> (queries run,
> > CFML is parsed, etc.). So, I can go through and use the site
> > without images
> > or stylesheets, which is very annoying. But, if I hit Back or use
> > history.back();, *the page appears like it is supposed to, complete with
> > images and stylesheets*! Consecut

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Daye, Marianne

I was happy with an applet called tChart which allows you to pass parameters
to various types of charts.  At http://www.javaside.com/us/tchart.shtml you
will find a demo and download.  The download comes with several files
depending on your circumstances.  To pass parameters you'll want to use the
example in tChart5.html source code.  You do have to tinker with the html
source code to get the number of columns, labels, colors, etc. that you
want, but once you get the hang of it, it's a great tool at very low cost
($55 w/o Java source code).

Marianne Daye

-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 05, 2000 2:32 PM
To: [EMAIL PROTECTED]
Subject: Need a good dynamic bar & pie chart app...


Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
bar and pie chartsin a web page?  I'm specifically looking for something
that will display multiple recommended/actual vertical bars next to each
other, in differing colors.  Any help would be greatly appreciated.

Thanks, all...


-Kev


> -Original Message-
> From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 12:42 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Apache Isn't Playing Nice with ColdFusion...
>
>
> Allaire only supports 1.3.2 and better :)
>
> From the allaire site..
>
> "ColdFusion supports only Apache version 1.3.2 and above"
> For Version 4.01
>
> And for.. 4.5 in my CFDOCS it says
>
> "To configure the Apache Web Server v1.3.6" which kind
> of implies that you have to use that.
>
> And apache will not run in the background in Win98
> try reading the release notes for Win32 apache
> ... Here
>
> http://www.apache.org/docs/windows.html
>
> Apache + CF + NT is real easy with the right
> versions etc.
>
>
> Jeremy
>
>
>
>
>
>
> -Original Message-
> From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 12:23 PM
> To: '[EMAIL PROTECTED]'
> Subject: Apache Isn't Playing Nice with ColdFusion...
>
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01C01755.9FA441D8
> Content-Type: text/plain;
>   charset="iso-8859-1"
>
> Hello!
>
> I installed Apache 1.3.12 on my machine last night, and I got it running
> with the following problems. Any help on any of these points would be
> greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
>
> 1) I can't get Apache to run automatically or as a service in the
> background
>like PWS used to.
>
> Right now, I've got a shortcut to apache.exe in my startup group with
> ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> startup, I get a DOS-looking window that says something like "Apache
> running...", and indeed it is. But, the DOS window can't be closed without
> killing Apache, and even when I try to shut down, I have to Alt-F4 the
> window and say yes to the "are you sure" dialog. Then, next time I start
> Apache, I get a little message in the DOS window about Apache
> being started
> after it was closed inappropriately last time. Using Start > Programs >
> Apache > Stop Apache gives me an error if the Apache DOS window is still
> open. Trying to install Apache as a service gives me some error in a DOS
> window that closes too quickly for me to read what it says. I just want
> Apache to run in the background with no help from me after I get it set up
> the first time. In other words, I want it to run "hidden" like PWS did.
> (Although it does seem to run faster, which was the reason for the
> "upgrade".)
>
> 2) The /images and /stylesheets directories aren't working, unless...
>
> If I open up IE and hit my site, no images appear, and the page
> is rendered
> without stylesheets, but is otherwise completely functional (queries run,
> CFML is parsed, etc.). So, I can go through and use the site
> without images
> or stylesheets, which is very annoying. But, if I hit Back or use
> history.back();, *the page appears like it is supposed to, complete with
> images and stylesheets*! Consecutive visits to the same page exhibit the
> problems above, but again, using Back or history.back(); will "fix" it.
> That's pretty strange. Yes, the directories are properly mapped
> in CF Admin.
> All of the other dir mappings work correctly. Perhaps I need to add the
> .jpg/.gif/.css file types to httpd.conf? Code, anyone?
>
> 3) Where in httpd.conf is the LoadModule coldfusion_module
>modules/ApacheModuleColdFusion.dll line supposed to go?
>
> At home last night, I stuck it on a new line at the very end of section 1,
> after "#ExtendedStatus On" because I didn't see that it was already there,
> but commented out. Could this be causing the problem listed
> above? I'll fix
> that straightaway when I get home and see, although I'm sure I'll have the
> answer from you guys before then. :-)
>
> 4) Any other Apache/Win32/ColdFusion tips?
>
> If you 

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland

Have you tried popchart from www.popchart.com?

Very good product.

Helge
-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: 5. september 2000 20:32
To: [EMAIL PROTECTED]
Subject: Need a good dynamic bar & pie chart app...


Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
bar and pie chartsin a web page?  I'm specifically looking for something
that will display multiple recommended/actual vertical bars next to each
other, in differing colors.  Any help would be greatly appreciated.

Thanks, all...


-Kev


> -Original Message-
> From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 12:42 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Apache Isn't Playing Nice with ColdFusion...
>
>
> Allaire only supports 1.3.2 and better :)
>
> From the allaire site..
>
> "ColdFusion supports only Apache version 1.3.2 and above"
> For Version 4.01
>
> And for.. 4.5 in my CFDOCS it says
>
> "To configure the Apache Web Server v1.3.6" which kind
> of implies that you have to use that.
>
> And apache will not run in the background in Win98
> try reading the release notes for Win32 apache
> ... Here
>
> http://www.apache.org/docs/windows.html
>
> Apache + CF + NT is real easy with the right
> versions etc.
>
>
> Jeremy
>
>
>
>
>
>
> -Original Message-
> From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 12:23 PM
> To: '[EMAIL PROTECTED]'
> Subject: Apache Isn't Playing Nice with ColdFusion...
>
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01C01755.9FA441D8
> Content-Type: text/plain;
>   charset="iso-8859-1"
>
> Hello!
>
> I installed Apache 1.3.12 on my machine last night, and I got it running
> with the following problems. Any help on any of these points would be
> greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
>
> 1) I can't get Apache to run automatically or as a service in the
> background
>like PWS used to.
>
> Right now, I've got a shortcut to apache.exe in my startup group with
> ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> startup, I get a DOS-looking window that says something like "Apache
> running...", and indeed it is. But, the DOS window can't be closed without
> killing Apache, and even when I try to shut down, I have to Alt-F4 the
> window and say yes to the "are you sure" dialog. Then, next time I start
> Apache, I get a little message in the DOS window about Apache
> being started
> after it was closed inappropriately last time. Using Start > Programs >
> Apache > Stop Apache gives me an error if the Apache DOS window is still
> open. Trying to install Apache as a service gives me some error in a DOS
> window that closes too quickly for me to read what it says. I just want
> Apache to run in the background with no help from me after I get it set up
> the first time. In other words, I want it to run "hidden" like PWS did.
> (Although it does seem to run faster, which was the reason for the
> "upgrade".)
>
> 2) The /images and /stylesheets directories aren't working, unless...
>
> If I open up IE and hit my site, no images appear, and the page
> is rendered
> without stylesheets, but is otherwise completely functional (queries run,
> CFML is parsed, etc.). So, I can go through and use the site
> without images
> or stylesheets, which is very annoying. But, if I hit Back or use
> history.back();, *the page appears like it is supposed to, complete with
> images and stylesheets*! Consecutive visits to the same page exhibit the
> problems above, but again, using Back or history.back(); will "fix" it.
> That's pretty strange. Yes, the directories are properly mapped
> in CF Admin.
> All of the other dir mappings work correctly. Perhaps I need to add the
> .jpg/.gif/.css file types to httpd.conf? Code, anyone?
>
> 3) Where in httpd.conf is the LoadModule coldfusion_module
>modules/ApacheModuleColdFusion.dll line supposed to go?
>
> At home last night, I stuck it on a new line at the very end of section 1,
> after "#ExtendedStatus On" because I didn't see that it was already there,
> but commented out. Could this be causing the problem listed
> above? I'll fix
> that straightaway when I get home and see, although I'm sure I'll have the
> answer from you guys before then. :-)
>
> 4) Any other Apache/Win32/ColdFusion tips?
>
> If you have any tips or can point me to some on-line resources for these
> particular problems, I'd really appreciate it. Reply OTL if you feel it is
> appropriate.
>
> Thanks again,
> Matthew
>
> --_=_NextPart_001_01C01755.9FA441D8
> Content-Type: text/html;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
> 
>  charset=3Diso-8859-1">
>  5.5.2650.12">
> Apache Isn't Playing Nice with ColdFusion...
> 
> 
>
> Hello!
> 
>
> I installed Apache 1.3.12 on my machine last