Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
341 views

Determining local / international phone numbers for the US

You're probably thinking this has been asked a million times before but I think that my question is a little different. Most requests for phone number validation are used for validating user input. In ...
1
vote
2answers
87 views

Open-source US- state status display

I was wondering if anyone knew of an Open-source project for displaying numbers for the US states. Specifically, you always see these graphics with California in dark grey, Montana in green, etc. ...
0
votes
1answer
104 views

Android app with encryption regulated by the EAR

I'm developing and Android app. As a completely secondary feature, it will allow users to encrypt some strings. I know AES (256 bits) is much more recommended to use than DES (56 bits). However, if I ...
0
votes
1answer
94 views

does paypal provide services for getting sales tax w.r.t zip code for US?

I am using paypal for my payments, i wanted to include the tax thing w.r.t zip code. like when customer enters the zip code i could get the sales tax percentage w.r.t that zip code. I believe there ...
0
votes
1answer
512 views

Django/jquery: Address forms - dyamically adding state drop down list if country is United States?

I have a django html form for address information. There is standard street, city, state/province, postal code, country fields. The country field is a drop down list. How can I make the ...
0
votes
2answers
38 views

Legal Content For US Websites

Does anyone know of any good resources for guidance on required legal content for US websites?
0
votes
2answers
539 views

Is there a JQuery plugin to represent a United Stated Dollar input field?

I need to represent a U.S. Dollar amount input field. I'd like to have some AJAX feedback to format it with a "$" sign and keep two decimal places (and also disallow letters and non digits.) Anyone ...