|
2. Validate empty form fields and e-mail addresses
|
Checking that form fields have input is extremely important - having this performed before the form is submitted, client side, before its handled by anything at the backend such as an SQL or MS Access database, is vital and an additional factor in getting accurate input. This code contains functions to check null input and also to check if an email address follows a valid pattern.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
3. Jblob: Access To Blob Fields from ColdFusion.
|
jBLOB library is a set of easy to use ColdFusion CFX Java classes used to read and write binary information to and from database. jBLOB can be used to upload docs (images, MS Office files, etc) into Oracle, MSSQL and any databases with ODBC connection. The set of classes can be used on UNIX and NT platforms so jBLOB is universal and ultimate solution for ColdFusion developers who work with large data objects.
Hits: 3 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
4. Verify/notify For Duplicate Fields
|
Many forms will require the user to enter an email address twice (to check for typographical errors). This script immediately notifies the user when the two fields match - its a nice, user-friendly touch, and safe for all browsers.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
5. Free Fields
|
Free Fields is an Ampoliros module for the Magellan content management system. It allows the user to define his own template tags and values.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
6. Quick & Simple User Interface Enhancement (SELECT Fields IE5)
|
Have you ever noticed how browsers only take notice of single keystrokes when you switch items in a SELECT field using your keyboard? Pressing A....U....S in a country selection list will give you a country beginning with S, when you really wanted Australia or Austria. This scripts buffers the users input and compares it against the OPTIONs in the SELECT field, choosing the closest match as you type. Now supports the Thai character set.
Hits: 3 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|