New version 1.0.3 of JS Auto Form Validator is available for downloading from here.
Changes in this version:
-----------------------
* Feature: [added] background highlighting for non-valid fields
* Feature: [added] diacritic signs for text type fields
To view a Live Demo click here.
Friday, March 30, 2007
How You Can Help the PHP Builder Project
How You Can Help the PHP Builder Project
- Write documentation for PHP DataGrid and/or JS AFV.
- Create a new CSS style for PHP DataGrid.
- Translate the PHP DataGrid and/or JS AFV into other languages.
- Translate the documentation for PHP DataGrid and/or JS AFV into other languages.
- Tell others about the PHP Builder Project by:
- informing your friends about the PHP Builder Project and software.
- adding a link of your web page, where the software was implemented on our live sites forum.
- Becoming an active member/moderator of the PHP Builder forum.
- Developmenting your own module and/or improving existing code for PHP DataGrid and/or JS AFV.
- Write documentation for PHP Builder software.
- Promote the PHP Builder software on other web sites.
- Donate the PHP Builder Project.
Saturday, March 17, 2007
JS (JavaScript) Auto Form Validator v.1.0.2
JS (JavaScript) Auto Form Validator - is a script, which helps you to create pages, that needed form's validation.
The concept is simple: we heed to write NOTHING of javascript code for any html form. How can we do it?
By giving a special prefixes to form elements:
For example:
1. First Name: <input name="rtFirstname" title="First Name">
creates a required validation of the text filed with checking if this filed is text
2. Password: <input name="rpPassword" title="Password">
creates a required validation of the text filed with checking if this filed is a valid password (length, letters, digits etc.).
3. Confirm Password: <input name="rvPassword" title="Confirm Password">
creates a required validation of the text filed with checking if this filed is a valid confirmation of the password (length, letters, digits etc.).
To view Live Demo click here
Version 1.0.2 is available for downloading here
The concept is simple: we heed to write NOTHING of javascript code for any html form. How can we do it?
By giving a special prefixes to form elements:
*** first letter :
r - required,
s - simple (not required)
*** second letter :
t - text(including datetime),
n - numeric,
a - alphanumeric,
e - email,
f - float,
y - any,
l - login,
z - zip code,
p - password,
i - integer,
v - verified
For example:
1. First Name: <input name="rtFirstname" title="First Name">
creates a required validation of the text filed with checking if this filed is text
2. Password: <input name="rpPassword" title="Password">
creates a required validation of the text filed with checking if this filed is a valid password (length, letters, digits etc.).
3. Confirm Password: <input name="rvPassword" title="Confirm Password">
creates a required validation of the text filed with checking if this filed is a valid confirmation of the password (length, letters, digits etc.).
To view Live Demo click here
Version 1.0.2 is available for downloading here
Sunday, March 11, 2007
Version 4.1.0 and some more...
Thanks for all peoples who support this project and gives me suggestions, comments etc. It's really makes a lot for the project. Alone I could not create this script such convenient that it is.
OK, first of all, a very interesting thing that I have discovered again for myself: new version - new bugs :) It is nothing to do - life is life. But all of them was fixed and some of new features already added. I think v.4.1.0 will be ready on April 8, 2007. (It is preliminary date)
Also, if you use location version of PHP DataGrid and have translated it into your native language - send me your translation and I will add it to the nearest version. If you want, I can add some short info about the author(name, email or site URL).
OK, first of all, a very interesting thing that I have discovered again for myself: new version - new bugs :) It is nothing to do - life is life. But all of them was fixed and some of new features already added. I think v.4.1.0 will be ready on April 8, 2007. (It is preliminary date)
Also, if you use location version of PHP DataGrid and have translated it into your native language - send me your translation and I will add it to the nearest version. If you want, I can add some short info about the author(name, email or site URL).
Friday, March 09, 2007
Support PHP Builder, Make A Donation
Please make a donation if you enjoy using PHP DataGrid script or JS AFV and believe in the importance of what the PHP Builder project is working to accomplish.
There is the easy way to make a donation to the PHP Builder and support the project:
Donate once
If you have a major credit card (Visa, MasterCard, American Express) or a PayPal account, donating is easy. Just click the button below to get started:
Other ways to help and support the PHP Builder project.
There is the easy way to make a donation to the PHP Builder and support the project:
Donate once
If you have a major credit card (Visa, MasterCard, American Express) or a PayPal account, donating is easy. Just click the button below to get started:
Other ways to help and support the PHP Builder project.
Thank you for supporting PHP Builder!
Thursday, March 01, 2007
New PHP DataGrid 4.0.0 version
Hi, everyone... The greatest event we've spoken about so long - has come.
From now - Version 4.0.0 - is available for downloading!
Two short remainders:
1) Remember! This is not an update version. If you use old version of PHP DataGrid - you need to reinstall it .
2) Only version 4.0.0 or above will be supported from now!
--------------------------------------------------------------
--------------------------------------------------------------
PHP DataGrid documentation for version 4.0.0
--------------------------------------------------------------
1. System Requirements
------------------------------
PHP DataGrid is operating system independent. You get it works
on both Linux and Windows. You need following components are
installed:
- PHP 4.0 script engine or later
- Apache 1.3 or above
- mySQL 3.23 or above
2. Lisencing
------------------------------
GNU GPL. See the GNU Lisence.txt file.
3. Installation
------------------------------
See more info about installation:
http://phpbuilder.blogspot.com/2007/02/installation-v400-or-above.html
4. Getting Started
------------------------------
See more info about getting started:
http://phpbuilder.blogspot.com/2007/02/step-by-step-v400-or-above.html
5. General Features
------------------------------
- CSS emb.templates
- Column sorting
- Filtering
- Pagging
- Automatic validation
-- Client side
- View mode
-- Tabular layout
-- Columnar layout
- Details mode
-- Columnar layout
- Add new mode
- Edit mode
-- Tabular layout
-- Columnar layout
- Delete mode
- Printing
- Exporting
- Multi-Database support
- Multi-Language support
- Multi-Browser support
- W3C CSS validation
- WYSIWYG editor
From now - Version 4.0.0 - is available for downloading!
Two short remainders:
1) Remember! This is not an update version. If you use old version of PHP DataGrid - you need to reinstall it .
2) Only version 4.0.0 or above will be supported from now!
--------------------------------------------------------------
--------------------------------------------------------------
PHP DataGrid documentation for version 4.0.0
--------------------------------------------------------------
1. System Requirements
------------------------------
PHP DataGrid is operating system independent. You get it works
on both Linux and Windows. You need following components are
installed:
- PHP 4.0 script engine or later
- Apache 1.3 or above
- mySQL 3.23 or above
2. Lisencing
------------------------------
GNU GPL. See the GNU Lisence.txt file.
3. Installation
------------------------------
See more info about installation:
http://phpbuilder.blogspot.com/2007/02/installation-v400-or-above.html
4. Getting Started
------------------------------
See more info about getting started:
http://phpbuilder.blogspot.com/2007/02/step-by-step-v400-or-above.html
5. General Features
------------------------------
- CSS emb.templates
- Column sorting
- Filtering
- Pagging
- Automatic validation
-- Client side
- View mode
-- Tabular layout
-- Columnar layout
- Details mode
-- Columnar layout
- Add new mode
- Edit mode
-- Tabular layout
-- Columnar layout
- Delete mode
- Printing
- Exporting
- Multi-Database support
- Multi-Language support
- Multi-Browser support
- W3C CSS validation
- WYSIWYG editor
Subscribe to:
Posts (Atom)