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.478.021 Times

Form Class freeware
Filter: All | Freeware | Demo
 

Form Class

< 1 2 3 4 5 > 
Added: August 05, 2010 | Visits: 768

Class::Interfaces Class::Interfaces is a Per module for defining interface classes inline. SYNOPSIS # define some simple interfaces use Class::Interfaces ( Serializable => [ pack, unpack ], Printable => [ toString ], Iterable => [ iterator ], Iterator => [ hasNext, next ] ); # or some more complex ones... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Class::Interfaces Download

Added: May 10, 2013 | Visits: 465

Event DOM Class This is a little JS class that's designed to take an incoming DOM event and convert it to a cross-browser object.Anyone who has worked with JS long enough, has come to realize that each browser handles keyboard events differently. This class will attempt to return the data in a manner that's... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (55): Event DOM Class Download

Added: May 10, 2013 | Visits: 588

Progress bar class Here is a little class that lets you present percent complete information in the form of a progress bar using the '#' character to represent completed portions, space to represent incomplete portions, and the actual percent done (rounded to integer) displayed in the middle:[############# 33%... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (63): Progress bar class Download

Added: May 10, 2013 | Visits: 690

PhpMyValidator PhpMyValidator is a php class used to help in the validating of information submitted via a post or get form. This class can take that information and validate it. If an error exists, it will add the default or custom error message to an array which can later be printed to the screen. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (63): PhpMyValidator Download

Added: April 05, 2013 | Visits: 524

wysiwyg rev This MooTools class provides a WYSIWYG interface for form textareasThe editor can be customized according to the developer's needs with basic or very complex toolbars, interfaces or AJAX interaction. Platforms: JavaScript

License: Freeware Size: 81.92 KB Download (46): wysiwyg rev Download

Added: March 29, 2013 | Visits: 463

phpTable Class Creator for Scripts phpTable Class Creator takes information from an existing Mysql table (other db's will be supported in the future) and creates a php Class based on this information.The class contains functions for the initialisation of the class, output of a new form, output of an edit form (using a WHERE... Platforms: PHP

License: Freeware Size: 10 KB Download (41): phpTable Class Creator for Scripts Download

Added: April 15, 2013 | Visits: 501

Form and SQL generator The forms can be styled through CSS, using the identifiers automatically added to each form element.There's also a formextra.inc class, which will allow you to add custom made multiple selectboxes. Platforms: PHP

License: Freeware Size: 10 KB Download (41): Form and SQL generator Download

Added: April 26, 2006 | Visits: 4.777

Html Form Filler Html Form Filler is a useful form fill software.It will help you fill any html form easily and quickly. By every menu item in the ie right button menu you can fill every fill item.One ie menu item fill one form item. Operation is very conveniently,you just need to select the menu item which you... Platforms: Windows

License: Freeware Size: 1.12 MB Download (310): Html Form Filler Download

Added: September 22, 2006 | Visits: 4.556

Miraplacid Form Lite Miraplacid Form is for filling out and printing scanned forms or forms in read-only documents. Package includes Miraplacid Form Designer and Miraplacid Form Viewer. Scan a form, load it to Miraplacid Form Designer, add input fields and push a button to open the form in the Miraplacid Form... Platforms: Windows

License: Freeware Size: 373 KB Download (357): Miraplacid Form Lite Download

Released: January 03, 2005  |  Added: May 15, 2006 | Visits: 3.397

Web form filler IEFillForm IEFillForm this is easy and comfortable web form filler. It allows to fill a web form and single fields with one mouse click. When it is turned on, it adds its own items in context menu of web page. You need to click with right mouse button within the web form or in the one of its fields and you... Platforms: Windows

License: Freeware Size: 440 KB Download (165): Web form filler IEFillForm Download

Released: February 15, 2006  |  Added: March 18, 2007 | Visits: 6.602

Form Spam Blocking Script The Form Spam Blocking Script will block form submissions that include user defined blocked words, effectively stopping all form spam including automated scripts and user submitted data. It is designed to run with any Form1 based form processing code including Form1 Builder Software, Form1... Platforms: Windows, Mac

License: Freeware Size: 1005 B Download (260): Form Spam Blocking Script Download

Released: January 20, 2016  |  Added: May 25, 2016 | Visits: 2.540

JS Auto Form Validator The JS Auto Form Validator is an easy-to-setup form validation script which enables you to handle the whole form validation process without writing any JavaScript code. This script allows you to specify certain form elements as "required" or "non-required" and also what specific type they have:... Platforms: Windows, *nix, Windows 7

License: Freeware Size: 93.22 KB Download (231): JS Auto Form Validator Download

Added: January 18, 2010 | Visits: 1.417

Class::DBI::Plugin::FilterOnClick Class::DBI::Plugin::FilterOnClick is a Perl module to generate browsable and searchable HTML Tables using FilterOnClick in conjunction with Class::DBI. SYNOPSIS # Inside of your sub-class of Class::DBI add these lines: use Class::DBI::Plugin::FilterOnClick; use Class::DBI::Pager; use... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Class::DBI::Plugin::FilterOnClick Download

Added: January 18, 2010 | Visits: 957

Class::Adapter Class::Adapter is a Perl implementation of the "Adapter" Design Pattern. The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. What is an Adapter? The term Adapter refers to a "Design Pattern" of the same... Platforms: *nix

License: Freeware Size: 24.58 KB Download (102): Class::Adapter Download

Added: January 18, 2010 | Visits: 1.349

Class::Adapter::Builder Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. SYNOPSIS package My::Adapter; use strict; use Class::Adapter::Builder ISA => Specific::API, METHODS => [ qw{foo bar baz} ], method => different_method; 1; Class::Adapter::Builder is another mechanism... Platforms: *nix

License: Freeware Size: 24.58 KB Download (206): Class::Adapter::Builder Download

Added: March 01, 2010 | Visits: 934

Class::DBI::ConceptSearch Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches. SYNOPSIS my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION $cs->use_wildcards(1); $cs->use_implicit_wildcards(1); $cs->use_search_ilike(1);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): Class::DBI::ConceptSearch Download

Added: February 08, 2010 | Visits: 1.059

DBIx::Class::LibXMLdoc DBIx::Class::LibXMLdoc is a Perl module to create an adjunct "Doc" accessor of a columns data which is automatically parsed into a LibXML documentElement (alpha-software). SYNOPSIS package My::DB::thingy; __PACKAGE__->load_components(qw/ PK::Auto LibXMLdoc Core /);... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): DBIx::Class::LibXMLdoc Download

Added: March 07, 2010 | Visits: 949

Class::Struct::FIELDS Class::Struct::FIELDS module combine Class::Struct, base and fields. SYNOPSIS (This page documents Class::Struct::FIELDS v.1.1.) use Class::Struct::FIELDS; # declare struct, based on fields, explicit class name: struct (CLASS_NAME => { ELEMENT_NAME => ELEMENT_TYPE, ... }); use... Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): Class::Struct::FIELDS Download

Added: February 11, 2010 | Visits: 845

Class::ParmList Class::ParmList is a Perl module with methods for processing named parameter lists. SYNOPSIS use Class::ParmList qw(simple_parms parse_parms); $thingy->some_method({ -bgcolor => #ff0000, -textcolor => #000000 }); sub some_method { my ($self) = shift; my ($parm_ref) = @_; my $parms... Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Class::ParmList Download

Added: November 06, 2010 | Visits: 1.366

Class.Jabber.PHP Class.Jabber.PHP provides a medium-level API to interact with the Jabber network. Class.Jabber.PHP is a class which you can use to connect to the Jabber network. It allows you to easily connect to a server and interact with it. It supports all packet types (message, iq, and presence), is very... Platforms: *nix

License: Freeware Size: 16.38 KB Download (144): Class.Jabber.PHP Download

< 1 2 3 4 5 >