CSS Validator - Ruby
Hey, I have the css-validator.war provided by W3C running locally on JBoss. I have whipped together a very quick script to test it out: require 'net/http' require 'uri' doc = ' * html { font-family: tahoma; background-color: black; } ' res = Net::HTTP.post_form(URI.parse('http://localhost:8080/css-validator/validator'), {'...