Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.287.954 Times

Form Class freeware
Filter: All | Freeware | Demo
 

Form Class

1 2 3 4 5 > 
Added: August 29, 2008 | Visits: 1.228

Crab Man Crab Man is a demonstration of a new C# "DockableForm" form class I've been working on, no installation necessary, just download the file and click on it. Click-and-drag the center window to move the Crab Man, other windows can be dragged by their title bars, if the contents disappear just click...



Platforms: Windows

License: Freeware Size: 80 KB Download (106): Crab Man Download

Added: October 05, 2010 | Visits: 2.438

PHP HTML Form Generation and Validation Class 1.0 Beta PHP HTML Form Generation and Validation Class is a PHP class for easy HTML form generation and validation. If youre a web developer you know that designing HTML forms and writing the PHP code for their validation is a really dull task. And if youre like me you mustve looked around the web to...





Platforms: *nix

License: Freeware Size: 133.12 KB Download (131): PHP HTML Form Generation and Validation Class 1.0 Beta Download

Added: August 04, 2013 | Visits: 550

django-form-utils django-form-utils is a Django application that provides BetterForm and BetterModelForm classes which are subclasses of django.forms.Form and django.forms.ModelForm, respectively. BetterForm and BetterModelForm allow subdivision of forms into fieldsets which are iterable from a template, and also...


Platforms: *nix

License: Freeware Size: 1.23 MB Download (47): django-form-utils Download

Added: May 10, 2013 | Visits: 1.050

Form Generator PHP The Form Generator is thought to be a bundle of PHP Files which enables the developer to easily integrate a form in a web project. It will be easy to create a new form by just setting a few variables (name of field, minimum value, kind of field: textarea, input, etc.).


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (69): Form Generator PHP Download

Added: August 06, 2013 | Visits: 393

Form elements class This script allows you to place select boxes, radio groups, checkbox groups on to your page dynamicaly. Items are loaded from database.In the same file sc_classes.php there is an other class. Called sc_form_elements. Used partialy from sc_ajax_select_boxes. It is a nice form helper class.Adds...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (53): Form elements class Download

Added: April 05, 2010 | Visits: 1.804

Form Spam Bot Blocker Form Spam Bot Blocker is a PHP class that can generate forms that prevent submission by spam robots without requiring human users to enter special values. The project generates hidden inputs for forms that have special values that are verified on the server after the form is submitted to...


Platforms: *nix

License: Freeware Download (120): Form Spam Bot Blocker Download

Added: June 22, 2010 | Visits: 1.258

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: July 15, 2010 | Visits: 1.283

Validate_fields Class Validate_fields Class is an easy-to-use form field validation PHP script. This class can be used to validate database inputs or mail forms. It can validate simple text, numbers, dates, urls, email addresses, and the presence of HTML tags. Invalid form fields will be reported inside a detailed...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): Validate_fields Class Download

Added: April 18, 2010 | Visits: 867

Class::DBI::FormBuilder Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS package Film; use strict; use warnings; use base Class::DBI; use Class::DBI::FormBuilder; # for indented output: # use Class::DBI::FormBuilder PrettyPrint => ALL; # POST all forms to...


Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Class::DBI::FormBuilder Download

Added: May 10, 2013 | Visits: 753

Rapid Form Builder There is one class that can generate HTML and Javascript to display form fields and have them validated immediately after the field values are changed. A different class is used to validate and process the submitted forms in order to modify MySQL database records. Requirements: - PHP 5.0 or higher


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (62): Rapid Form Builder Download

Added: June 13, 2013 | Visits: 584

Form Dependency Manager This is a form dependency script for shuttling the display of fields within a complex form, where the visibility of a form field should depend on the value and/or state of another. It's not meant to replace server side scripting for dictating what fields get filled out by the user; after all,...


Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (49): Form Dependency Manager Download

Added: April 20, 2013 | Visits: 501

Recall Form Values javascript This script remembers the value entered into any form textbox (input form.="" comments="" blog="" or="" form="" a="" of="" field="" the="" as="" such="" each="" values="" same="" contain="" and="" visitors="" by="" repeatedly="" used="" get="" that="" forms="" for="" useful="" very="" s="" Just...


Platforms: JavaScript

License: Freeware Size: 102.4 KB Download (47): Recall Form Values javascript Download

Added: July 29, 2013 | Visits: 472

Liste Class Liste Class can be used to generate form select inputs from the results of MySQL database queries.Features of Liste Class:- Generate the HTML for select inputs from separate definition PHP scripts- Option to make a given option the default selected option- Generate select inputs that appear in...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (43): Liste Class Download

Added: May 02, 2006 | Visits: 3.006

ContactGenie - Message Class Modifier CG-MCM is a utility that enables the modification of message classes for existing Microsoft Outlook contacts. 1- User Selection message classes to modify 2- Ability to Delete/Move/Copy contacts with selected message classes 3- Verification that new message class name has been published...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 5.43 MB Download (606): ContactGenie - Message Class Modifier Download

Added: March 25, 2010 | Visits: 1.251

DBIx::Class::Schema::Loader::RelBuilder DBIx::Class::Schema::Loader::RelBuilder is a Perl module that builds relationships for DBIx::Class::Schema::Loader. This class builds relationships for DBIx::Class::Schema::Loader. This is module is not (yet) for external use. METHODS new Arguments: schema_class (scalar), fk_info...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (89): DBIx::Class::Schema::Loader::RelBuilder Download

Added: April 27, 2010 | Visits: 1.253

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: October 07, 2010 | Visits: 951

Class::DBI::FormTools Class::DBI::FormTools is a Perl module to build forms with multiple interconnected objects. SYNOPSIS package MyApp::Film; use base Class::DBI::FormTools; Mason example < %init > my $o = Film->retrieve(42); < /%init > < form > < input name="< % $o- >form_fieldname(title) % >"...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (95): Class::DBI::FormTools Download

Added: July 08, 2010 | Visits: 897

DBIx::Class::FormTools DBIx::Class::FormTools is a utility module for building forms with multiple related DBIx::Class objects. SYNOPSIS In the examples I use 3 objects, a Film, an Actor and a Role. Role is a many to many relation between Film and Actor. package MySchema; use base DBIx::Class::Schema;...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (87): DBIx::Class::FormTools Download

Added: June 20, 2010 | Visits: 1.813

RSS Writer class RSS Writer class is XML-RSS feed generator for content syndication. It extends the XML Writer class to generate XML-RSS documents. It features simplified definitions of channel and item properties, support for defining optional channel graphic images and search form text inputs, support for RSS...


Platforms: *nix

License: Freeware Download (140): RSS Writer class Download

Added: October 16, 2010 | Visits: 754

Class::MakeMethods::Template::Generic Class::MakeMethods::Template::Generic Perl module contains templates for common meta-method types. SYNOPSIS package MyObject; use Class::MakeMethods ( Template::Hash:new => [ new ], Template::Hash:scalar => [ foo ] Template::Static:scalar => [ bar ] ); package main; my $obj =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (87): Class::MakeMethods::Template::Generic Download

1 2 3 4 5 >