Tagged Questions

2
votes
2answers
116 views

What online services mail coded postcards for address verification?

At about 24:20 in Stack Overflow Podcast 26 Joel Spolsky said there are services that mail postcards with codes for address verification. Spolsky: You know what we could have …
3
votes
8answers
733 views

What is the “best” way to store international addresses in a database?

What is the "best" way to store international addresses in a database? Answer in the form of a schema and an explanation of the reasons why you chose to normalize (or not) the way …
0
votes
2answers
214 views

Lookup county name using address, city, state, and zip.

I'm working on a shopping cart that needs to calculate tax rates based on the ship-to county. I don't want to ask the customer for the county but instead I'd like to look up the co …
1
vote
2answers
205 views

Whats the best way to store and retrive postal addresses using a sql server database and the .NET framework?

I'm looking for a common pattern that will store and access global addresses in database. Components or other technologies can be used. The following criteria must be adheard to... …
1
vote
1answer
134 views

Runtime CRC checking

Q. I have a hex code running on a machine. How do I calculate the checksum of the entire code at runtime?
1
vote
2answers
339 views

Java postal address parser

Somewhat related to this question, but in the absence of any answer about QuickBooks specifically, does anyone knows of an address parser for Java. Something that can take unstruct …
9
votes
15answers
4k views

Parse usable Street Address, City, State, Zip from a string

Problem: I have an address field from an Access database which has been converted to Sql Server 2005. This field has everything all in one field. I need to parse out the individual …
12
votes
12answers
2k views

How to convert an address to a lat/lon?

How would I go about converting an address or city to a lat/lon? Are there commercial outfits I can "rent" this service from? This would be used in a commercial desktop application …
0
votes
7answers
306 views

Weighted search algorithm to find like contacts

I need to write an algorithm that returns the closest match for a contact based on the name and address entered by the user. Both of these are troubling, since there are so many wa …
0
votes
6answers
804 views

Extract Address Information from a Web Page

I need to take a web page and extract the address information from the page. Some are easier than others. I'm looking for a firefox plugin, windows app, or VB.NET code that will he …
1
vote
2answers
80 views

Customer File design

How do you model your customer address data and what techinques are you using to ensure the quality of the data? Things like deduplication algorithms, duplicate matches, making su …
5
votes
11answers
537 views

find duplicate addresses in database, stop users entering them early?

How do I find duplicate addresses in a database, or better stop people already when filling in the form ? I guess the earlier the better? Is there any good way of abstracting stre …