Difference between revisions of "Validate contribution"

From CDOT Wiki
Jump to: navigation, search
(New page: I found [http://www.mutationevent.com/projects/validate.js/index.php this code] can be useful for my Java assignment. Good thing is we can use the third party code now (properly cited!). ...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
I found [http://www.mutationevent.com/projects/validate.js/index.php this code] can be useful for my Java assignment. Good thing is we can use the third party code now (properly cited!).
 
I found [http://www.mutationevent.com/projects/validate.js/index.php this code] can be useful for my Java assignment. Good thing is we can use the third party code now (properly cited!).
 +
  
 
However it's missed a few features. So I've added those and sent the diff to [http://www.mutationevent.com/projects/validate.js/suggestions.php the author]:
 
However it's missed a few features. So I've added those and sent the diff to [http://www.mutationevent.com/projects/validate.js/suggestions.php the author]:
 +
 +
New features are:
  
 
1. regexp validation
 
1. regexp validation
 +
 
2. rule can be optional - validate only if not empty
 
2. rule can be optional - validate only if not empty
 
[[Media:diff]]
 

Latest revision as of 13:01, 14 October 2008

I found this code can be useful for my Java assignment. Good thing is we can use the third party code now (properly cited!).


However it's missed a few features. So I've added those and sent the diff to the author:

New features are:

1. regexp validation

2. rule can be optional - validate only if not empty