Re: is it possible to display user ip location on a map

2006-04-28 Thread Tony
you might be able to use their asynch XML demo, where they have an XML file that has the marker points, and supposedly can feed to the map, and display new ones... so, maybe you could get all of the visitors ip/location (from a geocode or ip2location service) and write them to that xml file, and

Re: major whine (possible tmi)

2004-07-24 Thread dana tierney
can't fault the medical treatment I have received. I appreciate all the concern. Dana - Original Message - From: Deanna Schneider [EMAIL PROTECTED] Date: Fri, 23 Jul 2004 09:23:09 -0500 Subject: Re: major whine (possible tmi) To: CF-Community [EMAIL PROTECTED] What a total bummer. Hope

Re: major whine (possible tmi)

2004-07-23 Thread Kevin Graeme
Ah, that explains why they call you Lumpy-Headed Mike. :-) -Kevin On Thu, 22 Jul 2004 19:38:53 -0400, Tangorre, Michael [EMAIL PROTECTED] wrote: My sinus cavitites in ym head are about the size of grapefruits [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: major whine (possible tmi)

2004-07-23 Thread Kevin Graeme
That just brought back nasty memories of my father recovering from a brown recluse bite. Big red streak running up his leg. Maybe you need to find a different hospital to go to. -Kevin On Thu, 22 Jul 2004 15:25:05 -0600, dana tierney [EMAIL PROTECTED] wrote: Until a week ago when I noticed a

RE: major whine (possible tmi)

2004-07-23 Thread Tangorre, Michael
No, just Tony calls me that cuz I told him that his Xterra might have an SUV label but it is built onacar frame. He got mad and called me names. I still cry everytime I think back to that day, thanks for bringing those thoughts back...:-) Ah, that explains why they call you Lumpy-Headed Mike.

Re: major whine (possible tmi)

2004-07-23 Thread Deanna Schneider
What a total bummer. Hope it clears up soon. Um...does your city have more than one hospital? On Thu, 22 Jul 2004 15:25:05 -0600, dana tierneywrote: OK so... About three weeks ago I went to the hospital complaining of stomach pain. They found nothing imminently fatal, scheduled some

Re: major whine (possible tmi)

2004-07-22 Thread Sam Morris
I here it's quite common to pick up staph infections from hospitals. If your somewhat healthy and finish your coarse of antibiotics you should be fine. But don't taker it lightly, could become dangerous. -sm --- dana tierney [EMAIL PROTECTED] wrote: OK so... About three weeks ago I went to the

RE: major whine (possible tmi)

2004-07-22 Thread Tangorre, Michael
My sinus cavitites in ym head are about the size of grapefruits and I get the worlds worst sinus infections every year... So bad my eyes close shut (which might be good so I can get some sleep!). Anyway,I just wanted to tell you, depending upon the tolerance you have aquired over the years to

Re: major whine (possible tmi)

2004-07-22 Thread Beth F
Dana, I hope you don't get this, because you are already at the ER, but if you do read this GET YOUR ASS TO THE ER! - Original Message - From: dana tierney [EMAIL PROTECTED] Date: Thu, 22 Jul 2004 15:25:05 -0600 Subject: major whine (possible tmi) To: CF-Community [EMAIL PROTECTED] OK

Re: major whine (possible tmi)

2004-07-22 Thread Howie Hamlin
OMG - that sux.A monkey has stomach trouble - gets hospitalized and comes out evolved.A person goes in and gets an infection - where's the justice? g - Original Message - From: dana tierney To: CF-Community Sent: Thursday, July 22, 2004 5:25 PM Subject: major whine (possible tmi) OK

Re: Is this possible?

2004-03-03 Thread Bushy
at cfdirectory ? - Original Message - From: Bushy [EMAIL PROTECTED] To: CF-Community [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:37 AM Subject: re: Is this possible? Hi, I would like to do the following if possible. When I load a page I have a script that checks

re: Is this possible?

2004-03-02 Thread Bushy
Hi, I would like to do the following if possible. When I load a page I have a script that checks a directory for a specific filename and keep looping to display that file until it no longer exists in that folder and then display a message like File no longer found. Is this possible? [Todays

Re: Is this possible?

2004-03-02 Thread Charlie Griefer
have you looked at cfdirectory ? - Original Message - From: Bushy [EMAIL PROTECTED] To: CF-Community [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:37 AM Subject: re: Is this possible? Hi, I would like to do the following if possible. When I load a page I have a script

Re: Is this possible?

2004-03-02 Thread Bushy
? - Original Message - From: Bushy [EMAIL PROTECTED] To: CF-Community [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:37 AM Subject: re: Is this possible? Hi, I would like to do the following if possible. When I load a page I have a script that checks a directory for a specific

RE: Is this possible?

2004-03-02 Thread Ian Skinner
The trouble is to refresh you have to refresh the entire page (or at least frame).Something that generates a new request, because the client does not know what is going on on the server, so the server needs to be contacted again.Some _javascript_ to automatically refresh the page would do this.I

Re: Is this possible?

2004-03-02 Thread Charlie Griefer
trying to accomplish? - Original Message - From: Bushy [EMAIL PROTECTED] To: CF-Community [EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 12:38 PM Subject: Re: Is this possible? Yes. Thats what I'm using now to display the file on my page. I'm not sure how to go about the logic to produce

RE: Is this possible?

2002-10-31 Thread Harkins,Patrick
Hi: Given that your datasource points at one database only, I think you need to do two cfqueries. Unless you can link tables in MySQL. Patrick -Original Message- From: FlashGuy [mailto:flashmx;rogers.com] Sent: Thursday, October 31, 2002 11:09 AM To: CF-Community Subject: Is this