RE: Weather Revisited

2000-05-16 Thread Jennifer
5 PM >To: [EMAIL PROTECTED] >Subject: RE: Weather Revisited > > >You could cache the query or store the information in an APPLICATION or >SERVER scoped variable. > >Steve > >-Original Message- >From: Computer Simplistics Suppoer [mailto:[EMAIL PROTECTED]] >

RE: Weather Revisited

2000-05-16 Thread jstiefel
know? -Original Message- From: Steve Bernard [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 4:45 PM To: [EMAIL PROTECTED] Subject: RE: Weather Revisited You could cache the query or store the information in an APPLICATION or SERVER scoped variable. Steve -Original Message

RE: Weather Revisited

2000-05-15 Thread Scott Weikert
I'll see if I can dig something up. > -Original Message- > From: Computer Simplistics Suppoer [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 15, 2000 5:08 PM > To: [EMAIL PROTECTED] > Subject: Re: Weather Revisited > > > Any URL for that? I looked

Re: Weather Revisited

2000-05-15 Thread Computer Simplistics Suppoer
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 15, 2000 5:01 PM Subject: RE: Weather Revisited > Weather Channel has something fairly similar - subscribe to their service (I > dunno if it's pay or not - I didn't set up the relationship) and they'll, a >

Re: Weather Revisited

2000-05-15 Thread Computer Simplistics Suppoer
quot; http://www.c-s.net 661-296-4315 - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 15, 2000 4:38 PM Subject: RE: Weather Revisited > I thought you'd like that! It won't help you get data into a database to > build yo

RE: Weather Revisited

2000-05-15 Thread Scott Weikert
Weather Channel has something fairly similar - subscribe to their service (I dunno if it's pay or not - I didn't set up the relationship) and they'll, a few times over the day, FTP you some comma-delimited text files, that you can parse and dump into DB tables to your heart's content... they'll gi

RE: Weather Revisited

2000-05-15 Thread dougn
er [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 3:16 PM To: [EMAIL PROTECTED] Subject: Re: Weather Revisited OH DANG!! Kick butt!! That is what we have all been looking for!! http://weatherguys.com/downloadweather.asp THANKS! Scott Berry -- Computer Simplistics Support "Simple

Re: Weather Revisited

2000-05-15 Thread Computer Simplistics Suppoer
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 15, 2000 2:25 PM Subject: RE: Weather Revisited > Check out www.weatherguys.com for some free weather tools. > > -Original Message- > From: Computer Simplistics Suppoer [mailto:[EMAIL PROTECTED]] > Sent: Monda

RE: Weather Revisited

2000-05-15 Thread dougn
Check out www.weatherguys.com for some free weather tools. -Original Message- From: Computer Simplistics Suppoer [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 11:58 AM To: [EMAIL PROTECTED] Subject: Weather Revisited Ok.. so what I setup was the script to grab weather using

Re: Weather Revisited

2000-05-15 Thread Jennifer
Link Tech (John Ceci) <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, May 16, 2000 6:38 AM >Subject: RE: Weather Revisited > > > > Scott, > > > > Have your CF Schedule script create an HTML file with the weather in the > > format you outp

Re: Weather Revisited

2000-05-15 Thread Computer Simplistics Suppoer
: <[EMAIL PROTECTED]> Sent: Monday, May 15, 2000 1:44 PM Subject: RE: Weather Revisited > You could cache the query or store the information in an APPLICATION or > SERVER scoped variable. > > Steve > > -Original Message- > From: Computer Simplistics Suppoer [mailto:[E

RE: Weather Revisited

2000-05-15 Thread Steve Bernard
You could cache the query or store the information in an APPLICATION or SERVER scoped variable. Steve -Original Message- From: Computer Simplistics Suppoer [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 2:58 PM To: [EMAIL PROTECTED] Subject: Weather Revisited Ok.. so what I

Re: Weather Revisited

2000-05-15 Thread AustralianAccommodation.com Pty. Ltd.
ED]> Sent: Tuesday, May 16, 2000 6:38 AM Subject: RE: Weather Revisited > Scott, > > Have your CF Schedule script create an HTML file with the weather in the > format you output it and then just include it on your page and overwrite the > file each time the schedule runs...Totall

Re: Weather Revisited

2000-05-15 Thread Computer Simplistics Suppoer
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 15, 2000 1:38 PM Subject: RE: Weather Revisited > Scott, > > Have your CF Schedule script create an HTML file with the weather in the > format you output it and then just include it on your page and over

Re: Weather Revisited

2000-05-15 Thread Jennifer
At 11:58 AM 5/15/00 -0700, you wrote: >Ok.. so what I setup was the script to grab weather using cfschedule oh, >every 15 minutes and store it in a database. Then I just grab the database >value on the page. > >Is there a less computer intensive way to do this? I hate to do a query each >time the

Re: Weather Revisited

2000-05-15 Thread kraybill
You could store it in an application variable... Gene Kraybill Scott Berry wrote: > Ok.. so what I setup was the script to grab weather using cfschedule oh, > every 15 minutes and store it in a database. Then I just grab the database > value on the page. > > Is there a less computer intensive

RE: Weather Revisited

2000-05-15 Thread Top-Link Tech (John Ceci)
Simplistics Suppoer [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 1:58 PM To: [EMAIL PROTECTED] Subject: Weather Revisited Ok.. so what I setup was the script to grab weather using cfschedule oh, every 15 minutes and store it in a database. Then I just grab the database value on the page

Weather Revisited

2000-05-15 Thread Computer Simplistics Suppoer
Ok.. so what I setup was the script to grab weather using cfschedule oh, every 15 minutes and store it in a database. Then I just grab the database value on the page. Is there a less computer intensive way to do this? I hate to do a query each time the page loads just for the temperature =). Can