#<html>
<head>
	<title>MAGIC AND BEES</title>
...

PHP horrific html

by getopenid.com/thelittleninja, April 12, 2010 23:10, 6 refactorings, tagged with html, validate

needs to validate

F7f392b52ef3c0e342ff0ba90ae1ccd9 Talk
/* IBAN Validator
 * Jack ODERMAN
 * OPENGL License */
...

PHP Iban Validation with Php

by jackoder.myopenid.com, April 04, 2010 14:56, 3 refactorings, tagged with php, validate, iban validator, iban

Hello Php Coders,

You ca...

Bd779de8a3e7524c5e4c21f2940545fd Talk
private void schematronTransformation()
      throws TransformerException {
      TransformerFactory tf = TransformerFactory.newInstance();
...

Java Multiple XSLT for Schematro...

by DaJunkie, October 09, 2009 10:39, 1 refactoring, tagged with validate, xml, java, sax, dom, jaxp, pipe, transform, xslt, schematron

I want to validate some XML...

8e21dd65dca319ca81a0cd80393d4c13 Talk
def validate_ssn
    # Kontrollera antal siffror i personnummret.
    if ssn.size != 10
...

Ruby Swedish Personnummer in Rai...

by timtux.myopenid.com, April 06, 2009 02:51, 6 refactorings, tagged with rails, ruby, RoR, validate, personnummer, validera

Code for checking swedish "...

55502f40dc8b7c769880b10874abc9d0 Talk
// form fields  
  var address = $("#address");
  var zip = $("#zip");
...

JavaScript Perform AJAX request when t...

by Chris, February 16, 2009 06:49, 1 refactoring, tagged with form, ajax, jquery, validate

If three fields (address, z...

5d7c8b8f2de06c07b2bf0848d20ce71f Talk