Validation is used to check data to make sure it fits whatever required specifications are set for it. Typically Validation is used in checking input data, and in verifying data before storage.
Questions tagged [validation]
58 questions
8
votes
3 answers
Is it possible to confirm a person's name without a creditcard number?
Looking for a way to confirm user supplied names without asking for a creditcard number.
Requirements:
Method must be automated, and not
require manual processing,
Work 80% of the time or more.
Be "free" Not require personally identifiable…
blunders
- 2,080
- 3
- 17
- 32
2
votes
1 answer
Checking correctness of site
I am looking for a way to thoroughly check my site against common errors (like 404 links, duplicated title tags and so on). I'd like to define some custom rules too, for example:
We changed name of our product. So I would like to define a rule that…
liori
- 353
- 1
- 3
- 10