Top "Validation" questions

Validation is used to check data to make sure it fits whatever required specifications are set for it.

JavaScript: client-side vs. server-side validation

Which is better to do client side or server side validation? In our situation we are using jQuery and MVC. …

javascript security validation
How to properly validate input values with React.JS?

I have a simple form. All of the components and state are held in the Page component. There are 2 display …

javascript validation input reactjs
Disabling SSL Certificate Validation in Spring RestTemplate

I am having two Spring based web apps A and B, on two different machines. I want to make a …

spring validation ssl-certificate resttemplate
Laravel: Validation unique on update

I know this question has been asked many times before but no one explains how to get the id when …

php validation laravel laravel-4
How to check for a valid Base64 encoded string

Is there a way in C# to see if a string is Base 64 encoded other than just trying to convert …

c# validation base64
Check if a string is a valid Windows directory (folder) path

I am trying to determine whether a string input by a user is valid for representing a path to a …

c# windows validation filesystems directory
How to update attributes without validation

I've got a model with its validations, and I found out that I can't update an attribute without validating the …

ruby-on-rails validation
How can I test a PDF document if it is PDF/A compliant?

We write a software that create PDF files. How we can check if the resulting pdf files are PDF/A …

validation pdf test-suite pdfa
repaint() in Java

Possible Duplicate: Java GUI repaint() problem? I write a Java code, but I have a trouble with GUI problem. When …

java swing graphics validation repaint
JQuery Validate Dropdown list

I'm using the validation plugin from here. I'm trying force the user to select an option in the drop down …

jquery html validation drop-down-menu jquery-validate