Projects tagged ‘html’ and ‘validation’


Jump to tag:

Projects tagged ‘html’ and ‘validation’

Filtered by Project Tags html validation

Refine results Project Tags javascript (7) forms (7) form (6) php (6) web (4) python (4) css (3) ajax (3) prototype (2) email (2) xhtml (2) unstandards (1)

[19 total ]

2 Users

Forms generation and validation is a PHP class that generates HTML forms supporting many built-in validation types on server and client sides. It supports template driven form HTML generation. It can ... [More] be extended with plug-in classes that provide additional controls, behaviors, validation rules, and rendering modes. There is one plug-in form submitting forms without page reloading via AJAX. [Less]
Created over 3 years ago.

2 Users

FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment.
Created about 1 year ago.

1 Users
   

ComboValidation is a class meant to validate HTML forms via PHP and JavaScript in the simplest possible way. All you need to do is to create an array of form fields' information with the required ... [More] parameters and then call a few methods. It is customizable (validation and view), Always backward-compatible, cross-browser (IE6+, Firefox2+, Opera7+, Safari3+, and all Mozilla based browsers), very well tested, easily integratble, lightweight, extensible, PHP 4 and 5 compatible, multi-lingual, and XHML valid, and has AJAX support. [Less]
Created about 1 year ago.

0 Users

Contains the following perl modules: HTML::FormFu HTML::FormFu::Dojo HTML::FormFu::Imager Catalyst::Controller::HTML::FormFu DBIx::Class::FormFuProject status: 'alpha' - experimental, API subject to ... [More] change. Code currently only available from subversion repository (see Source page). [Less]
Created 7 months ago.

0 Users

What is itThis project provides the W3cMarkupValidationFilter, which captures the HTML of all rendered pages Sends the HTML to a W3C Markup Validation Service Injects a little box into the HTML ... [More] page, which becomes green, if the HTML is valid, or otherwise red The injected box also contains a link to the validation result page, where you can see a detailed description for each error. Quickstart1.) Download http://w3c-markup-validation-filter.googlecode.com/files/W3cMarkupValidationFilter-1.0.2.jar 2.) If you use Maven, you can install the jar file into your local repository via mvn install:install-file -DgroupId=de.michaeltamm \ -DartifactId=W3cMarkupValidationFilter \ -Dversion=1.0.2 \ -Dpackaging=jar \ -Dfile=/path/to/downloaded/W3cMarkupValidationFilter-1.0.2.jarand then add the following dependency to your pom.xml de.michaeltamm W3cMarkupValidationFilter 1.0.2 If you don't use Maven, add the jar file to your WEB-INF/lib directory as well as the following jar files, which the W3cMarkupValidationFilter depends on: http://repo2.maven.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar http://repo2.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar http://repo2.maven.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar 3.) Add the following snippet to your web.xml W3cMarkupValidationFilter de.michaeltamm.W3cMarkupValidationFilter W3cMarkupValidationFilter /* 4.) Deploy your web application on to a local servlet container, start it and request any page - the little box should appear in the upper right corner of your browser. You should also ...By default, the W3cMarkupValidationFilter uses the publicly available W3C Markup Validation Service under the URL http://validator.w3.org/ You might want to install the W3C Markup Validation Service on a server in your intranet and configure the W3cMarkupValidationFilter in your web.xml like this: W3cMarkupValidationFilter de.michaeltamm.W3cMarkupValidationFilter enabled true checkUrl http://your.server/path-to-validator/check When deploying your web application on to a production environment, you can either remove the and its from the web.xml or set the init-parameter enabled to false. [Less]
Created 3 months ago.

0 Users

At Webstock 08, Damian Conway introduced a new standard for validating websites. This is a validation web service that rates a URL according to these Odium guidelines.
Created 11 months ago.

0 Users
 

yyafl is adaptation and reimplementation of Django newforms to be used outside of the Django framework.
Created about 1 year ago.

0 Users

Currently, the project consists of a partially refactored javascript framework with a growing suite of jsUnit tests. The script relies heavily on (and is being re-written to resemble) the Prototype framework.
Created 12 months ago.

0 Users

Phorms is a general purpose HTML form factory for PHP. Its goal is to provide a simple way to create easily extensible forms. Its usage is vaguely similar to Django’s forms library. At the ... [More] moment, documentation is a little sparse, but the API docs are complete and there are two examples showing the most common usage included in the package. Documentation: http://static.artfulcode.net/phorms/doc/ There is another, more actively committed, repository on github at http://github.com/xdissent/phorms. Updates there will eventually find their way here. [Less]
Created 3 months ago.

0 Users

Formtastic is designed to be a lightweight PHP library to ease the creation validation and processing of HMTL forms, it is designed to be easily extensible. This project is still in early alpha, the ... [More] code here I literally wrote in an afternoon and a half. I'm open-sourcing it in the hopes that I can improve it and in turn provide something to the greater community that could prove helpful. Documentation is available, and is still being developed. The eventual plan is to switch to PHPDoc or Doxygen for docs. [Less]
Created 2 months ago.