Re: dealer locator

2005-08-03 Thread Paul Hastings
dave wrote:
 i found a cool php one but it runs off of gps info which I dont have

well, what do you have?

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213575
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: dealer locator

2005-08-03 Thread Graham Pearson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
I have one which I wrote but it only does USA ZipCodes and the user
has to type in all 5 digits. The code is very easy to write and the
hard part is getting a Current Database that has all of new ZipCodes
plus the Lat/Log Data in it.

If you looking at a PHP version, you can check out my Brother's
version which is located at http://www.yourphppro.com



dave wrote:

anyone got or know of a killer dealer locator? can be cfm, php, flash,
whatever but would like a very cool one, only real requests is worldwide
and can go off 3 digits, doesn't have to be free either :)

~Dave the disruptor~
A criminal is a person with predatory instincts who has not sufficient
capital to form a corporation.





~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213579
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: dealer locator

2005-08-03 Thread Matt Robertson
zipcodeworld.com has US, Canada and Mexico.  

But there is no such thing as a worldwide sort of standard for postal
codes.  Just look at the worldwide extended area surcharge tables from
UPS (you can get comma-delimited versions if you look around some) . 
You'll see numeric, alphanumeric and pure alpha strings, along with
many countries with no codes at all.

When I wrote my US-only dealer locator I used zipcodeworld data ($30 I
think) and picked apart another guy's tag and rewrote it.  A lot of
the commercial stuff out there does zip code search with horrible
inefficiency.  You're looking at 30 seconds to execute sometimes. 
What I came up with eventually wound up to be 10-100 times faster than
the commercial stuff I bought.

I put out this tag for free as ZipMonger (properly crediting the
original author) and I have since heard from one guy who took the
zipcodeworld data, which has lat/lon, and made it work with the tag. 
So it can be done.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213602
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: dealer locator

2005-08-03 Thread Matt Robertson
oops.  I meant to say that the guy I heard from made the tag work with
CANADIAN data.  The ZipMonger tag uses U.S. lat/lon data.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213604
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: dealer locator

2005-08-03 Thread dave
http://www.allthegoodness.com/projects/map/

~Dave the disruptor~
A criminal is a person with predatory instincts who has not sufficient capital 
to form a corporation. 


From: Paul Hastings [EMAIL PROTECTED]
Sent: Wednesday, August 03, 2005 4:30 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: dealer locator 

dave wrote:
 i found a cool php one but it runs off of gps info which I dont have

well, what do you have?



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213656
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: dealer locator

2005-08-02 Thread Rey Bango
Dave,

I don't know about world wide zipcode dbs but this company has been 
around for awhile:

http://www.jcsm.com/

They have a section for CF programmers at the bottom of the page.

Rey...

dave wrote:
 anyone got or know of a killer dealer locator? can be cfm, php, flash, 
 whatever but would like a very cool one, only real requests is worldwide and 
 can go off 3 digits, doesn't have to be free either :)
 
 ~Dave the disruptor~
 A criminal is a person with predatory instincts who has not sufficient 
 capital to form a corporation. 
 
 
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213563
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: dealer locator

2005-08-02 Thread dave
i found a cool php one but it runs off of gps info which I dont have

~Dave the disruptor~
A criminal is a person with predatory instincts who has not sufficient capital 
to form a corporation. 


From: Rey Bango [EMAIL PROTECTED]
Sent: Tuesday, August 02, 2005 9:18 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: dealer locator 

Dave,

I don't know about world wide zipcode dbs but this company has been 
around for awhile:

http://www.jcsm.com/

They have a section for CF programmers at the bottom of the page.

Rey...

dave wrote:
 anyone got or know of a killer dealer locator? can be cfm, php, flash, 
 whatever but would like a very cool one, only real requests is worldwide and 
 can go off 3 digits, doesn't have to be free either :)
 
 ~Dave the disruptor~
 A criminal is a person with predatory instincts who has not sufficient 
 capital to form a corporation. 
 
 
 
 



~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213567
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Dealer locator

2003-08-29 Thread info
You might want to check into integrating with mapquest or the like... iirc mapquest 
(if not yahoo or msn maps) have tools (web services?) to integrating their maps into 
your site, so all you have to do is send them the address(es) you want identified on 
the map. 

hth 

ike 

-- Original Message -- 
From: Hagan, Ryan Mr (Contractor ACI) [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Aug 29, 2003 10:54 AM
Subject: Re: Dealer locator

Greetings,

I'm working on a dealer locator for a manufacturing company.  The company
has about 5 dealers in each state.  I'd like to make this as dynamic as
possible, so that the company can simply use an online interface to enter in
the zip code of each dealer and have a nice little dot appear on a US Map on
their website.  This prevents me from having to manually insert (or remove)
a dot each time a dealer comes, leaves or moves (which actually happens very
often).

My obstacle, of course, is translating Lat - Long into screen / image
coordinates for my map.  Has anyone done this before or have any clues that
will help me?  As always, any help is greatly appreciated.  Thanks.


Ryan Hagan
ph: 540-731-3588


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Dealer locator

2003-08-29 Thread Robert Bailey
I have a database with the long/lat of each zipcode if you want it and
think it may help. Email me off list @ [EMAIL PROTECTED]


Robert Bailey

-Original Message-
From: Hagan, Ryan Mr (Contractor ACI) [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 29, 2003 10:54 AM
To: CF-Talk
Subject: Dealer locator


Greetings,

I'm working on a dealer locator for a manufacturing company.  The
company has about 5 dealers in each state.  I'd like to make this as
dynamic as possible, so that the company can simply use an online
interface to enter in the zip code of each dealer and have a nice little
dot appear on a US Map on their website.  This prevents me from having
to manually insert (or remove) a dot each time a dealer comes, leaves or
moves (which actually happens very often).

My obstacle, of course, is translating Lat - Long into screen / image
coordinates for my map.  Has anyone done this before or have any clues
that will help me?  As always, any help is greatly appreciated.  Thanks.


Ryan Hagan
ph: 540-731-3588


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


RE: Dealer locator

2003-08-29 Thread cf
these may give u a starting point
http://www.4guysfromrolla.com/webtech/010500-2.shtml

http://www.aspalliance.com/tmorford/distance/calculate_Zip_1.asp

http://www.4guysfromrolla.com/webtech/code/2points.asp.html


also try www.hotscripts.com they may have some premade solutions 4 u


















 I have a database with the long/lat of each zipcode if you want it and
 think it may help. Email me off list @ [EMAIL PROTECTED]


 Robert Bailey

 -Original Message-
 From: Hagan, Ryan Mr (Contractor ACI) [mailto:[EMAIL PROTECTED]
 Sent: Friday, August 29, 2003 10:54 AM
 To: CF-Talk
 Subject: Dealer locator


 Greetings,

 I'm working on a dealer locator for a manufacturing company.  The
 company has about 5 dealers in each state.  I'd like to make this as
 dynamic as possible, so that the company can simply use an online
 interface to enter in the zip code of each dealer and have a nice little
 dot appear on a US Map on their website.  This prevents me from having
 to manually insert (or remove) a dot each time a dealer comes, leaves or
 moves (which actually happens very often).

 My obstacle, of course, is translating Lat - Long into screen / image
 coordinates for my map.  Has anyone done this before or have any clues
 that will help me?  As always, any help is greatly appreciated.  Thanks.


 Ryan Hagan
 ph: 540-731-3588


 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com