|
A visual way to select RGB
A great free invoice program
This script removes any HTML
This script converts certain
color for form inputs on a
that automatically totals
tags from user entered data
special HTML characters to
web page.
You can choose
taxable and non-taxable
such as a TEXTAREA before
their entities version
colors from a palette of web
items and prints the form on
the form is submitted. This
inside user entered data
colors, named colors or by
one page. There is a mailer
is generally a good idea, as
such as a TEXTAREA for
using a RGB color slider.
installed so that you can
HTML tags can corrupt the
security reasons.
have the results mailed to
rest of your form contents
you and the sender can print
or even pose a security risk.
a reciept.
Date: Dec, 05 2005 Date: Dec, 01 2005 Date: Nov, 01 2005 Date: Nov, 01 2005 |
|
This script validates a date
It will autofill your form
wForms is a javascript
If you are sick of client not
field to ensure it's in the
fields with GET variables
extension that adds commonly
being able to insert non
format mm/dd/yyyy. It also
(if it exist). It works on
needed behaviors to
english characters, this
intelligently checks that
any field type (text,
traditional web forms. It
script would solve your
the date ranges are valid,
password, select-one,
follows the principle of
problem. It inserts the
so something like 02/30/2005
select-multiple, textarea,
progressive enhancement :
character ( that is on a
is caught.
radio and checkbox).
unobtrusive, cross-browser
button) into the field which
and degradable. I should
has focus.
You need to add
also point out that not a
the required tags to your
single line of code is
html always to display those
required to actually use it.
characters correctly.
This
That makes the learning
one has Turkish characters.
curve almost non-existant.
If you can add a class to a
tag, then you can use
wForms.
Implemented
behaviors are:
* Switch:
Allows you to show/hide
relevant parts of a form
based on the user inputs.
*
Repeat: Allows parts of a
form to be repeated if the
user wants to provide more
answers.
* Field Hint:
Displays contextual help
based on the current input
focus.
* Input Validation:
Validates common input types
(email, numbers, ..) and
displays appropriate error
messages.
Date: Nov, 01 2005 Date: Oct, 11 2005 Date: Aug, 29 2005 Date: Jul, 30 2005 |