jprochazka


Member since 09/29/2010

Name: Joseph Prochazka

Location: Elyria, Ohio

Website: http://www.swiftbyte.com

6 snippets

2696 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

jprochazka's Recent SnippetsTagged validation



« Prev 1 Next »
A function to check the first two bytes to see if they match "MZ" marking it as an executable.
1 4248 posted 12 years ago by jprochazka
The following code allows only numeric characters to be entered.
1 2196 posted 12 years ago by jprochazka
The following JavaScript will validate an email address using strict rules when a form is submitted.
0 1279 posted 15 years ago by jprochazka
The following function does a very simple check on the supplied string to help ensure it is a valid email address.
0 1355 posted 15 years ago by jprochazka
The following function validates and returns TRUE or FALSE if the supplied string could be a valid domain name format.
2 1477 posted 15 years ago by jprochazka
The following JavaScript will validate if a 10 digit phone number was supplied once the form is submitted.
0 1034 posted 15 years ago by jprochazka
« Prev 1 Next »