Tag Archives: form validation

Javascript Form Required Fields Primer Tutorial

In tutorial here we use Javascript code to validate an HTML form element’s input tag data for Required Fields as a follow up to previous Javascript Form Validation Primer Tutorial as shown below. This tutorial’s methods differ in that the … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , | Leave a comment

Perl Form Validation Primer Tutorial

In tutorial here we use Perl code to validate an HTML form element’s input tag data using regular expressions, as described by Wikipedia below: In computing, a regular expression (abbreviated regex or regexp) is a sequence of text characters, some … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | Leave a comment

PHP Form Validation Primer Tutorial

In tutorial here we use PHP (writing its own Javascript … don’t know about you, but love it when the server-side meets the client-side, and vice-versa (if this is possible? … has anybody done work going document.write([some-php-code]); ?!)) code to … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | Leave a comment

Javascript Form Validation Primer Tutorial

In tutorial here we use Javascript code to validate an HTML form element’s input tag data using regular expressions, as described by Wikipedia below: In computing, a regular expression (abbreviated regex or regexp) is a sequence of text characters, some … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | Leave a comment