Re: Google Maps vs Bing Maps

2010-04-05 Thread Larry C. Lyons
I noticed that a couple of weeks ago, something similar - just finding out where the new NOVA CFUG was meeting. On Mon, Apr 5, 2010 at 9:41 AM, ColdFusion Developer cfdev2...@gmail.com wrote: I just find this odd / funny (dpending on how you look at it). With Google Maps, you can drag points

Re: Google Maps API

2009-02-27 Thread Rastafari
you need a reverse geocode engine to perform that erika. not sure if there are free ones. tw On Fri, Feb 27, 2009 at 11:13 AM, Erika L. Walker elwal...@ruwebby.com wrote: Anyone here work with their API? I need to show a specific address on the map. I see how to call the long and lat -

Re: Google Maps API

2009-02-27 Thread Ray Champagne
This isn't for a WP site is it? On Fri, Feb 27, 2009 at 10:24 AM, Rastafari rastaf...@gmail.com wrote: you need a reverse geocode engine to perform that erika. not sure if there are free ones. tw On Fri, Feb 27, 2009 at 11:13 AM, Erika L. Walker elwal...@ruwebby.com wrote: Anyone

Re: Google Maps API

2009-02-27 Thread Erika L. Walker
yikes, forgot to put that into pasties ... this is easier to look at: http://coldfusion.pastebin.com/m3e9365a1 On Fri, Feb 27, 2009 at 12:37 PM, Erika L. Walker elwal...@ruwebby.comwrote: To Ray: no it isn't. custom code. To Tony: I can do geo code lookups fro free with Google's API ... just

Re: Google Maps API

2009-02-27 Thread Erika L. Walker
To Ray: no it isn't. custom code. To Tony: I can do geo code lookups fro free with Google's API ... just limited to how many a day. Sample code for the geocode is here. It's a JavaScript function. If I pull the data out of the DB .. and want to show the resulting map on the page, without the

Re: Google Maps API

2009-02-27 Thread Nathan Blixt
This is possible with their API. I can't look up too many examples right now, but I was playing around with it to list art galleries in our area: http://upartmap.bluepx.com I got most of the code from the API's demo section. Anyone here work with their API? I need to show a specific address

Re: Google Maps API

2009-02-27 Thread Erika L. Walker
Thanks Nathan - I posted the sample code for looking up the address... ( http://coldfusion.pastebin.com/m3e9365a1) but it displays the map for the onSubmit action of the form. I wont have a form. I'm being clueless as to how to trigger the JS function to do the geocode lookup and display my

Re: Google Maps API

2009-02-27 Thread Nathan Blixt
I plan to display a Google map on the admin side that when clicked on will store the lat and long for that record in the db. This will get around their geocoding limitations. To Ray: no it isn't. custom code. To Tony: I can do geo code lookups fro free with Google's API ... just

Re: Google Maps API

2009-02-27 Thread Nathan Blixt
Anybody else see the Geocode USA ad on this page? :-) If you look at the first art map example, you'll see that I put all the addresses in an array and populate the map that way. No form needed. Thanks Nathan - I posted the sample code for looking up the address... (

Re: Google Maps API

2009-02-27 Thread Jerry Johnson
Erika, I have some cf examples of the ajax calls needed for both googlemaps and yahoomaps. I will try to find them after work tonight. If I forget, can you send me a reminder? (Not the best code, but working, and shows how) On Fri, Feb 27, 2009 at 12:58 PM, Erika L. Walker

Re: Google Maps API

2009-02-27 Thread Jerry Johnson
Heh! She said pasties. On Fri, Feb 27, 2009 at 12:38 PM, Erika L. Walker elwal...@ruwebby.comwrote: yikes, forgot to put that into pasties ... this is easier to look at: http://coldfusion.pastebin.com/m3e9365a1 ~| AdobeĀ®

Re: Google Maps API

2009-02-27 Thread Erika L. Walker
OK, got somewhere with Nathan's code sample. Beautiful, thank you - however, the issue is centering the map on the address point. in the JS it has: map.setCenter(new GLatLng(46.270810,-86.975020), 7); which is your lat lng block for all your locations. I'll only ever have one location, the

Re: google maps fire fox :: java run time error.

2007-07-13 Thread Dana Tierney
the current java runtime version is 1.6.2. You can see what you have in add/remove programs hth so i am messing around with street view http://maps.google.com/maps?f=qhl=engeocode=q=+St. +Raphael's+Croatiansll=36.668419,-94.833984sspn=48.255415,82.

Re: Google Maps + Flash =

2006-08-11 Thread Rick Root
C. Hatton Humphrey wrote: Satellite background on a flight simulator http://www.isoma.net/games/GogglesBeta09.swf Now instead of a plane, make it a hot air balloon, and then integrate current wind (speed and direction) conditions for the location you're at :) Rick

Re: Google Maps + Flash =

2006-08-10 Thread G Money
that is insanely cool. On 8/9/06, C. Hatton Humphrey [EMAIL PROTECTED] wrote: Satellite background on a flight simulator http://www.isoma.net/games/GogglesBeta09.swf ~| Introducing the Fusion Authority Quarterly Update. 80

Re: Google Maps + Flash =

2006-08-10 Thread Ray Champagne
Yea it is. G Money wrote: that is insanely cool. On 8/9/06, C. Hatton Humphrey [EMAIL PROTECTED] wrote: Satellite background on a flight simulator http://www.isoma.net/games/GogglesBeta09.swf ~| Introducing the

Re: Google Maps + Flash =

2006-08-10 Thread Casey Dougall
+1 Yea it is. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly

Re: Google Maps + Flash =

2006-08-10 Thread Robert Munn
that is so cool On 8/9/06, C. Hatton wrote: Satellite background on a flight simulator http://www.isoma.net/games/GogglesBeta09.swf -- --- Robert Munn www.funkymojo.com ~| Introducing the Fusion Authority

Re: Google Maps + Flash =

2006-08-10 Thread Ken Fused
It would be really cool if you could pick your starting point. So you could fly from Los Angeles to Bakersfield, or New York to Boston ... Satellite background on a flight simulator http://www.isoma.net/games/GogglesBeta09.swf

RE: Google Maps + Flash =

2006-08-10 Thread Ian Skinner
But did you try his US voter game http://www.isoma.net/gameBushAndKerry.html -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C code run. Run code run. Please! - Cynthia Dunning

Re: Google maps not very worldly.

2006-06-07 Thread Cameron Childress
I would expect they have real data for areas where both are true: 1) Reliable data is commercially available 2) Most of their users live -Cameron On 6/7/06, Ian Skinner [EMAIL PROTECTED] wrote: Is it. Just took a look and you can only get real data for the US, Canada, Europe, Australia,

RE: Google maps not very worldly.

2006-06-07 Thread Ian Skinner
2) Most of their users live But sometimes users may want to check out someplace they do not live! -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | | - C code. C code run. Run code run.

Re: Google maps not very worldly.

2006-06-07 Thread Cameron Childress
On 6/7/06, Ian Skinner [EMAIL PROTECTED] wrote: 2) Most of their users live But sometimes users may want to check out someplace they do not live! In those cases, please refer to item one. :) -Cameron ~| Message:

Re: Google Maps Again

2005-05-23 Thread Tony Weeg
i played. and got it to work, 1 time :( its weird, change lat/lon, just doesnt work. go back, download, re run, works fine. any ideas anyone? tw On 5/23/05, Deanna Schneider [EMAIL PROTECTED] wrote: So, has anyone else been playing with the google map stuff I sent out on Friday? I think I

Re: Google Maps Again

2005-05-23 Thread Jerry Johnson
Yes, I did notice this (which is why my local-only version didnt work.) I think google is actually fetching the file and applying it to the page during the map request. The xml also can't be behind a password protected area. I spent the weekend getting lat/long values for all my db entries, so I

RE: google maps using satellite pics now

2005-04-06 Thread Ken Ketsdever
I just showed Ian the barracks I lived in while in the Marines at Camp Pendleton. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 4:59 PM To: CF-Community Subject: Re: google maps using satellite pics now i even found the house I lived

RE: google maps using satellite pics now

2005-04-06 Thread Ian Skinner
Subject: RE: google maps using satellite pics now I just showed Ian the barracks I lived in while in the Marines at Camp Pendleton. -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 4:59 PM To: CF-Community Subject: Re

RE: google maps using satellite pics now

2005-04-06 Thread jerry johnson
Subject: RE: google maps using satellite pics now We've been having fun with Area 51. This is Rachel, Nevada the gateway to the mysterious Area 51. [http://www.littlealeinn.com/about.html] Check it out on Google Maps. [http://maps.google.com/maps?q=Rachel,NVll=37.647657,-115.741053spn=0

RE: google maps using satellite pics now

2005-04-06 Thread Matthew Small
It's like that for a lot of places. - Matt Small -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 12:49 PM To: CF-Community Subject: RE: google maps using satellite pics now We've been having fun with Area 51. This is Rachel, Nevada

Re: google maps using satellite pics now

2005-04-06 Thread Howie Hamlin
: RE: google maps using satellite pics now We've been having fun with Area 51. This is Rachel, Nevada the gateway to the mysterious Area 51. [http://www.littlealeinn.com/about.html] Check it out on Google Maps. [http://maps.google.com/maps?q=Rachel,NVll=37.647657,-115.741053spn=0.0525

Re: google maps using satellite pics now

2005-04-06 Thread Kevin Graeme
Yeah, according the Google's satellite image Meigs Field wasn't bulldozed by that terrorist Daley. http://maps.google.com/maps?q=meigs+field,chicagoll=41.859069,-87.611589spn=0.019033,0.028195t=khl=en -Kevin On Apr 5, 2005 2:17 PM, G [EMAIL PROTECTED] wrote: If it's anything like Terraserver,

Re: google maps using satellite pics now

2005-04-06 Thread Phill B
What I want to know is whats with the odd green areas? I haven't seen that on any other locations. On Apr 6, 2005 12:49 PM, Ian Skinner [EMAIL PROTECTED] wrote: We've been having fun with Area 51. This is Rachel, Nevada the gateway to the mysterious Area 51.

Re: google maps using satellite pics now

2005-04-06 Thread Phillip P Rutherford II
those are probably stuff blocked out.. ? On Apr 6, 2005 2:35 PM, Phill B [EMAIL PROTECTED] wrote: What I want to know is whats with the odd green areas? I haven't seen that on any other locations. On Apr 6, 2005 12:49 PM, Ian Skinner [EMAIL PROTECTED] wrote: We've been having fun with Area

Re: google maps using satellite pics now

2005-04-06 Thread Tony Weeg
nuclear grass... du :) tw On Apr 6, 2005 2:35 PM, Phill B [EMAIL PROTECTED] wrote: What I want to know is whats with the odd green areas? I haven't seen that on any other locations. On Apr 6, 2005 12:49 PM, Ian Skinner [EMAIL PROTECTED] wrote: We've been having fun with Area 51.

Re: google maps using satellite pics now

2005-04-06 Thread Ray Champagne
Wonder what kind of high nuclear grass brings? At 02:48 PM 4/6/2005, you wrote: nuclear grass... du :) tw On Apr 6, 2005 2:35 PM, Phill B [EMAIL PROTECTED] wrote: What I want to know is whats with the odd green areas? I haven't seen that on any other locations. On Apr 6, 2005 12:49

Re: google maps using satellite pics now

2005-04-06 Thread Phill B
I thought they may have been landing pads for ET. Nuclear grass makes so much more sense considering they have to feed the space goats some thing. On Apr 6, 2005 2:48 PM, Tony Weeg [EMAIL PROTECTED] wrote: nuclear grass... du :) tw On Apr 6, 2005 2:35 PM, Phill B [EMAIL PROTECTED]

RE: google maps using satellite pics now

2005-04-06 Thread jerry johnson
: Phillip P Rutherford II [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 2:46 PM To: CF-Community Subject: Re: google maps using satellite pics now those are probably stuff blocked out.. ? ~| Discover CFTicket

Re: google maps using satellite pics now

2005-04-06 Thread Ben Doom
It gives you that special glow. --Ben Ray Champagne wrote: Wonder what kind of high nuclear grass brings? At 02:48 PM 4/6/2005, you wrote: nuclear grass... du ~| Discover CFTicket - The leading ColdFusion Help Desk

Re: google maps using satellite pics now

2005-04-06 Thread Tony Weeg
straight crippy dog, like that good ole BC bud :) -- tony Tony Weeg macromedia certified coldfusion mx developer email: tonyweeg [at] gmail [dot] com blog: http://www.revolutionwebdesign.com/blog/ cool tool: http://www.antiwrap.com ...straight cash homey - randy moss, now a raider

Re: google maps using satellite pics now

2005-04-06 Thread Tony Weeg
a watering line that walks in a circle, much like the hand on a clock. Jerry Johnson Web Developer Dolan Media Company -Original Message- From: Phillip P Rutherford II [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 06, 2005 2:46 PM To: CF-Community Subject: Re: google maps using

Re: google maps using satellite pics now

2005-04-06 Thread Howie Hamlin
Hey, I saw Signs with Mel Gibson - you can't fool me with your anti-conspiracy propaganda! --- On Wednesday, April 06, 2005 3:04 PM, jerry johnson scribed: --- I think those are crop circles. Before you conspiracy nuts go off, that is how they plant crops in much of the west. They water the

Re: google maps using satellite pics now

2005-04-05 Thread Deanna Schneider
They're not quite accurate, though. They put my house on the wrong side of the street and down aways. On Apr 5, 2005 9:25 AM, Charlie Griefer [EMAIL PROTECTED] wrote: http://maps.google.com/maps?q=1600+pennsylvania+avenue+20500spn=0.007607,0.010664t=khl=en can't zoom in as far as the

Re: google maps using satellite pics now

2005-04-05 Thread Charlie Griefer
yeah, a friend of mine put his address in and it actually points to a median in the middle of a main road out here. just a tad bit off :) guess it's that whole 'beta' thing... On Apr 5, 2005 10:58 AM, Deanna Schneider [EMAIL PROTECTED] wrote: They're not quite accurate, though. They put my

Re: google maps using satellite pics now

2005-04-05 Thread Jacob Kisner
Go to google maps/satellite and search for terrorist targets ;-) On Apr 5, 2005 8:03 AM, Charlie Griefer [EMAIL PROTECTED] wrote: yeah, a friend of mine put his address in and it actually points to a median in the middle of a main road out here. just a tad bit off :) guess it's that whole

RE: google maps using satellite pics now

2005-04-05 Thread Dawson, Michael
http://maps.google.com/maps?ll=38.545189,-89.746284spn=0.007714,0.01045 0t=khl=en Somewhere in Illinois, is where reality and fantasy meet... M!ke ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: google maps using satellite pics now

2005-04-05 Thread William Bowen
I can see Billy, and I can see Mary, and I can see Johnny, and I can see Sylvia and I can see YOU... 0_0 can't zoom in as far as the voyeuer/pervert in me would like...but still kinda cool :) -- will If my life weren't funny, it would just be true; and that would just be unacceptable.

RE: google maps using satellite pics now

2005-04-05 Thread Dawson, Michael
Did anyone notice the capitol, and other major govt buildings in the area, are blurred out? Funny how the white house was left as a clear target... M!ke ~| Find out how CFTicket can increase your company's customer support

Re: google maps using satellite pics now

2005-04-05 Thread Paul Ihrig
you can also see write patt air force 2 parked on the runway. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

Re: google maps using satellite pics now

2005-04-05 Thread Tony Weeg
wonder how camp david looks? tw On Apr 5, 2005 1:27 PM, Paul Ihrig [EMAIL PROTECTED] wrote: you can also see write patt air force 2 parked on the runway. ~| Find out how CFTicket can increase your company's customer

Re: google maps using satellite pics now

2005-04-05 Thread Larry C. Lyons
Here's what came up on the side bars: -- Government Accountability Project (202) 408-0034 - 0.3 mi N Cato Institute (202) 842-0200 - 0.7 mi NE National Association of Studentfnncl Ad Admnstrtrs (202) 785-0453 - 0.6 mi NW Nuclear Information Resource Service (202)

Re: google maps using satellite pics now

2005-04-05 Thread Larry C. Lyons
I have to admit spring comes in fast in northern Virginia http://maps.google.com/maps?q=10940+TOWER+PLACE+20109spn=0.007607,0.010664t=khl=en You can see the green line just east of that location.. larry On Apr 5, 2005 11:40 AM, Dawson, Michael [EMAIL PROTECTED] wrote:

RE: google maps using satellite pics now

2005-04-05 Thread Ian Skinner
I presume nobody is thinking these are LIVE satellite shots. I wouldn't be surprised if they are weeks, months, even years old. It must be least several weeks for my area because the building that burned down a month or two ago across the street is still being shown.

Re: google maps using satellite pics now

2005-04-05 Thread G
If it's anything like Terraserver, many of the images are quite old, as much as 10 years. Terraserver told you when the photos were taken...as far as I can tell, Google doesn't. I presume nobody is thinking these are LIVE satellite shots. I wouldn't be surprised if they are weeks, months,

RE: google maps using satellite pics now

2005-04-05 Thread Ian Skinner
Now I just wish it had the avoid highways feature of Map Quest. So I could find the most efficient rout to bike to work that does not rely on using Interstate and Business 80 for most of the way.

Re: google maps using satellite pics now

2005-04-05 Thread Larry C. Lyons
At least some of the images are at least year old and more in certian cases. There's a new school near our house that opened last fall. The composite satellite image shows some ground work, then on the next image overlap, just greenery. larry On Apr 5, 2005 3:17 PM, G [EMAIL PROTECTED] wrote:

Re: google maps using satellite pics now

2005-04-05 Thread Robert Munn
This is so cool! Check out this link: http://maps.google.com/maps?q=Black's+Beach,Del+Mar,+CAt=khl=en Go to point F, Torrey Pines Glider Port. Zoom all the way in and scroll directly to the south, past the gorge to the group of houses on the coast. The beach below (Black's) is one of the best

Re: google maps using satellite pics now

2005-04-05 Thread dave
i even found the house I lived in on coronado (speaking of san diego) From: Robert Munn [EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 7:49 PM To: CF-Community cf-community@houseoffusion.com Subject: Re: google maps using satellite pics now This is so

Re: google maps using satellite pics now

2005-04-05 Thread Phillip P Rutherford II
I do work for terraserver... they aren't /always/ that old... On Apr 5, 2005 3:17 PM, G [EMAIL PROTECTED] wrote: If it's anything like Terraserver, many of the images are quite old, as much as 10 years. Terraserver told you when the photos were taken...as far as I can tell, Google doesn't.

RE: Google maps

2005-02-14 Thread James Smith
One thing that seems an obvious ommission is a scale... -Original Message- From: Erika L. Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 16:33 To: CF-Community Subject: RE: Google maps Yeah yeah yeah - it is beta :P You're supposed to like it's UI :) I think

Re: Google maps

2005-02-14 Thread Tony Weeg
... -Original Message- From: Erika L. Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: 08 February 2005 16:33 To: CF-Community Subject: RE: Google maps Yeah yeah yeah - it is beta :P You're supposed to like it's UI :) I think it's slick so far. Try a search for Brothels in your

Re: Google maps

2005-02-14 Thread Paul Ihrig
now if i could import all my contact info from gmail the ones i have saved in yahoo to google maps... also if it would export the adresses i want into gps quad info or export as waypoints routes to be imported to a gps unit...

Re: Google maps

2005-02-09 Thread Jason Bartholme
Their GUI make me gooey. :) Google is up to its brilliant shenanigans again. http://maps.google.com/ It's the coolest damn mapping app I've seen. -Kevin ~| Find out how CFTicket can increase your company's customer support

RE: Google maps

2005-02-09 Thread Robert Bailey
: Google maps Their GUI make me gooey. :) Google is up to its brilliant shenanigans again. http://maps.google.com/ It's the coolest damn mapping app I've seen. -Kevin ~| Find out how CFTicket can increase your company's customer

Re: Google maps

2005-02-09 Thread Gruss Gott
Kevin wrote: It's the coolest damn mapping app I've seen. Putting on my it's never enough hat I'd say that it'd be cooler if it also linked in satellite and/or aerial pictures of the area ~| Discover CFTicket - The leading

Re: Google maps

2005-02-09 Thread Adam Haskell
Yeah when google bought keyhole we thought man how awsome would it be to overlay a mapping thing on this! Maybe google has simular ideas...*shrug* Adam H On Wed, 9 Feb 2005 10:52:35 -0600, Gruss Gott [EMAIL PROTECTED] wrote: Kevin wrote: It's the coolest damn mapping app I've seen.

Re: Google maps

2005-02-09 Thread Kevin Graeme
Dissecting how Google Maps works: http://jgwebber.blogspot.com/2005/02/mapping-google.html Very interesting. I really like the approach Google is taking to rich interface web apps over what Macromedia is doing. Unfortunately Google's apps don't work on my PocketPC. -Kevin

Re: Google maps

2005-02-08 Thread Marlon Moyer
That is too slick. I want to go to work for googleThey seem to have some really cool toys On Tue, 8 Feb 2005 08:43:21 -0600, Kevin Graeme [EMAIL PROTECTED] wrote: Google is up to its brilliant shenanigans again. http://maps.google.com/ It's the coolest damn mapping app I've seen.

RE: Google maps

2005-02-08 Thread Adkins, Randy
I am impressed! -Original Message- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 9:55 AM To: CF-Community Subject: Re: Google maps That is too slick. I want to go to work for googleThey seem to have some really cool toys On Tue, 8 Feb 2005 08:43

Re: Google maps

2005-02-08 Thread Larry C. Lyons
Its pretty good, but doesn't always get the most direct route. still I'm impressed - its very fast. larry On Tue, 8 Feb 2005 08:43:21 -0600, Kevin Graeme [EMAIL PROTECTED] wrote: Google is up to its brilliant shenanigans again. http://maps.google.com/ It's the coolest damn mapping app

Re: Google maps

2005-02-08 Thread Tony Weeg
yeah, being a mapping geek, like myself (navtrak - we are all mappy!!) anyway, it took us on some dirt roads to get places... interesting... anyway, im looking to see if we could leverage that mappping technology (which seems to be a bit SVG-ish) to use for navtrak as a web based mapping client,

Re: Google maps

2005-02-08 Thread Kevin Graeme
Reminds me of a quote: The more accurate the map, the more it resembles the territory. The most accurate map possible would be the territory, and thus would be perfectly accurate and perfectly useless. -Neil Gaiman, American Gods It's really tangential to your comment, but as a UI guy the quote

Re: Google maps

2005-02-08 Thread Phill B
The map includes the layout of our offices parking lot. :-| That is some detail! Phillip B. ~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta http://www.houseoffusion.com/banners/view.cfm?bannerid=40

RE: Google maps

2005-02-08 Thread Nick McClure
:58 AM To: CF-Community Subject: Re: Google maps The map includes the layout of our offices parking lot. :-| That is some detail! Phillip B. ~| Protect your mail server with built in anti-virus protection. It's not only

RE: Google maps

2005-02-08 Thread Erika L. Walker-Arnold
Yeah yeah yeah - it is beta :P You're supposed to like it's UI :) I think it's slick so far. Try a search for Brothels in your nearest town. It's a hoot ;) -- ##| -Original Message- ##| From: Nick McClure ##| ##| Didn't work great here,

Re: Google maps

2005-02-08 Thread Aaron Rouse
It gave me where the 24 hour fitness place is, that is supposed to be a hoot? On Tue, 8 Feb 2005 11:32:49 -0500, Erika L. Walker-Arnold [EMAIL PROTECTED] wrote: Yeah yeah yeah - it is beta :P You're supposed to like it's UI :) I think it's slick so far. Try a search for Brothels in your

Re: Google maps

2005-02-08 Thread Deanna Schneider
Hm, that gave me the Art Department at the University (along with other stuff). Massage and massage parlor gave different results, and massage parlor did find the one, *ahem* massage parlor in town. On Tue, 8 Feb 2005 11:32:49 -0500, Erika L. Walker-Arnold [EMAIL PROTECTED] wrote: Yeah yeah

RE: Google maps

2005-02-08 Thread Erika L. Walker-Arnold
It gave me the nearest hotels and an adult bookstore. LOL You must live in a boring town :P Cheers, Erika ##| -Original Message- ##| From: Aaron Rouse ##| ##| It gave me where the 24 hour fitness place is, that is ##| supposed to be a hoot?

Re: Google maps

2005-02-08 Thread Aaron Rouse
Well Houston has its moments, but yeah it is not filled with deviants like Atlanta is. Why are you searching for brothels anyway? You do not even leave the RUWebby compound!!! On Tue, 8 Feb 2005 12:00:22 -0500, Erika L. Walker-Arnold [EMAIL PROTECTED] wrote: It gave me the nearest hotels and

Re: Google maps

2005-02-08 Thread Tony Weeg
ohhh happy ending :)? tw On Tue, 8 Feb 2005 11:04:50 -0600, Aaron Rouse [EMAIL PROTECTED] wrote: Well Houston has its moments, but yeah it is not filled with deviants like Atlanta is. Why are you searching for brothels anyway? You do not even leave the RUWebby compound!!! On Tue, 8 Feb

Re: Google maps

2005-02-08 Thread Kevin Graeme
Researching the competition? /me runs -Kevin On Tue, 8 Feb 2005 11:04:50 -0600, Aaron Rouse [EMAIL PROTECTED] wrote: Well Houston has its moments, but yeah it is not filled with deviants like Atlanta is. Why are you searching for brothels anyway? You do not even leave the RUWebby

Re: Google maps

2005-02-08 Thread Aaron Rouse
you have to pay extra for that On Tue, 8 Feb 2005 12:09:50 -0500, Tony Weeg [EMAIL PROTECTED] wrote: ohhh happy ending :)? tw ~| Purchase Studio MX from House of Fusion, a Macromedia Authorized Affiliate and support the

Re: Google maps

2005-02-08 Thread Aaron Rouse
They have everything in that compound, I am jealous now. On Tue, 8 Feb 2005 11:15:42 -0600, Kevin Graeme [EMAIL PROTECTED] wrote: Researching the competition? /me runs -Kevin ~| Discover CFTicket - The leading

RE: Google maps

2005-02-08 Thread Erika L. Walker-Arnold
LOL! :P -- ##| -Original Message- ##| From: Aaron Rouse ##| ##| They have everything in that compound, I am jealous now. ##| ##| On Tue, 8 Feb 2005 11:15:42 -0600, Kevin Graeme ##| [EMAIL PROTECTED] wrote: ##| Researching the

Re: Google maps

2005-02-08 Thread Robert Munn
It's actually the standard that MS/MACR tried to push but was rejected by W3C in favor of VML: http://en.wikipedia.org/wiki/VML Looks very cool- VML plus JS routines. Surprisingly simple technology. And event it isn't a W3C standard, Firefox supports it. anyway, im looking to see if we

Re: Google maps

2005-02-08 Thread Adam Haskell
Wow: http://maps.google.com/maps?q=Brothel%20in%20Cincinnati%2C%20OH Adam H On Tue, 8 Feb 2005 11:32:49 -0500, Erika L. Walker-Arnold [EMAIL PROTECTED] wrote: Yeah yeah yeah - it is beta :P You're supposed to like it's UI :) I think it's slick so far. Try a search for Brothels in your

RE: Google maps

2005-02-08 Thread Erika L. Walker-Arnold
Here's ours: http://maps.google.com/maps?q=brothels%20cumming%20georgia Cheers, Erika ##| -Original Message- ##| From: Adam Haskell ##| ##| http://maps.google.com/maps?q=Brothel%20in%20Cincinnati%2C%20OH ~| Purchase

RE: Google maps

2005-02-08 Thread Robert Bailey
L. Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 2:48 PM To: CF-Community Subject: RE: Google maps Here's ours: http://maps.google.com/maps?q=brothels%20cumming%20georgia Cheers, Erika ##| -Original Message- ##| From: Adam Haskell ##| ##| http

RE: Google maps

2005-02-08 Thread Dawson, Michael
Unfortunately, we don't have any brothels in Evansville. At least, none that Google can find. This is where I work, however... http://maps.google.com/maps?q=brothels%2C%20evansville%2C%20indianall=3 7.971481%2C-87.531634spn=0.008911%2C0.012359 My office is right under the 'e' in Evansville. We

Re: Google maps

2005-02-08 Thread Adam Haskell
Here's an interesting one... http://maps.google.com/maps?q=Kroger%20Building The building is The Kroger Building, which the search does not return, but the first result is Kemba Credit Union which is inside the Kroger Building. Wounder how they figured this out? Maybe a descritpion of Kemba

Re: Google maps

2005-02-08 Thread Larry C. Lyons
Funny I never though I worked in one. I've wondered what goes on behind the BSL-3 lab doors: http://maps.google.com/maps?q=brothels%20manassas%20virginia larry On Tue, 8 Feb 2005 14:47:32 -0500, Erika L. Walker-Arnold [EMAIL PROTECTED] wrote: Here's ours:

Re: Google maps

2005-02-08 Thread Adam Haskell
Another interesting tid bit I found just, take an address like this 1014 Vine St Cincinnati, OH copy and paste it into the search bar...Nice touch... Adam H ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

RE: Google maps

2005-02-08 Thread Robert Bailey
Haskell [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 08, 2005 6:11 PM To: CF-Community Subject: Re: Google maps Another interesting tid bit I found just, take an address like this 1014 Vine St Cincinnati, OH copy and paste it into the search bar...Nice touch... Adam H

Re: Google maps

2005-02-08 Thread Adam Haskell
: Google maps Another interesting tid bit I found just, take an address like this 1014 Vine St Cincinnati, OH copy and paste it into the search bar...Nice touch... Adam H ~| Find out how CFTicket can increase your