Main > Free Download Search >

Free irs forms software for linux

irs forms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1342
IPv4 form 1.0

IPv4 form 1.0


IPv4 form provides a tool for making RIPE IPv4 request forms. more>>
IPv4 form provides a tool for making RIPE IPv4 request forms.

IPv4 form is a utility for checking the #ADDRESSING PLAN# part of a RIPE IPv4 PA request form. It makes a "totals:" row for this form and produces readable output with spaces between columns. This output can be directly copied to a RIPE form.

<<less
Download (0.24MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
920 downloads
Firefox Form Widgets 0.1

Firefox Form Widgets 0.1


Firefox Form Widgets is a replacement for the default form widgets in Firefox. more>>
Firefox Form Widgets is a replacement for the default form widgets in Firefox. Its not dependent upon KDE, but I styled it with KDE in mind. The CSS is modified from the default one. I created all but the radio and checkbox images, which were created by the Pretty Widgets for OS X (readme included).

The style is such that everything can still be styled by a website. For the buttons, if only a background color is supplied, the gradient is still applied making it look better.

I made this for my personal use, but I decided to distribute it in case people want it. I would like to put some more work into it if there is interest.

To install, download and then:

sudo cp -r /usr/lib/firefox/res/ /usr/lib/firefox/res_original
tar -xvvzf KDEwidgets.tar.gz
sudo mv ./KDEwidgets/* /usr/lib/firefox/res/

<<less
Download (0.007MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
805 downloads
Tie::Form 0.02

Tie::Form 0.02


Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. more>>
Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form.

SYNOPSIS

require Tie::Form;

#####
# Using support methods and file handle with
# the file subroutines such as open(), readline()
# print(), close()
#
tie *FORM_FILEHANDLE, Tie::Form, @options
$form = tied *FORM_FILEHANDLE;

#####
# Using support methods only, no file subroutines
#
$form = Tie::Form->new(@options);

$encoded_fields = $form->decode_record($record);
@fields = $form->decode_field($encoded_fields);

$encoded_fields = $form->encode_field (@fields);
$record = $form->encode_record($encoded_fields);

$record = $form->get_record();

####
# Subroutine interface
#
$encoded_fields = decode_record($record);
@fields = decode_field($encoded_fields);

$encoded_fields = encode_field (@fields);
$record = encode_record($encoded_fields);

If a subroutine or method will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}.

<<less
Download (0.087MB)
Added: 2007-02-16 License: Perl Artistic License Price:
980 downloads
Resizeable Form Fields 0.2.1

Resizeable Form Fields 0.2.1


Resizeable Form Fields is an extension which allows you to resize HTML form fields, including textareas, select boxes and more. more>>
Resizeable Form Fields is an extension which allows you to resize HTML form fields, including textareas, select boxes and more.

Resize HTML form fields, including textareas, select boxes, text fields, and iframes.

<<less
Download (0.004MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
937 downloads
Rose::HTML::Form 0.53

Rose::HTML::Form 0.53


Rose::HTML::Form is a HTML form base class. more>>
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 => 50, required => 1 },
phone => { type => phone },
);
}

sub validate
{
my($self) = shift;

# Base class will validate individual fields in isolation,
# confirming that all required fields are filled in, and that
# the email address and phone number are formatted correctly.
my $ok = $self->SUPER::validate(@_);
return $ok unless($ok);

# Inter-field validation goes here
if($self->field(name)->internal_value ne John Doe &&
$self->field(phone)->internal_value =~ /^555/)
{
$self->error(Only John Doe can have a 555 phone number.);
return 0;
}

return 1;
}

sub init_with_person # give a friendlier name to a base-class method
{
my($self, $person) = @_;
$self->init_with_object($person);
}

sub person_from_form
{
my($self) = shift;

# Base class method does most of the work
my $person = $self->object_from_form(class => Person);

# Now fill in the non-obvious details...
# e.g., set alt phone to be the same as the regular phone
$person->alt_phone($self->field(phone)->internal_value);

return $person;
}

...

#
# Sample usage in a hypothetical web application
#

$form = PersonForm->new;

if(...)
{
# Get query parameters in a hash ref and pass to the form
my $params = MyWebServer->get_query_params();
$form->params($params);

# ...or initialize form params from a CGI object
# $form->params_from_cgi($cgi); # $cgi "isa" CGI

# ...or initialize params from an Apache request object
# (mod_perl 1 and 2 both supported)
# $form->params_from_apache($r);

# Initialize the fields based on params
$form->init_fields();

unless($form->validate)
{
return error_page(error => $form->error);
}

$person = $form->person_from_form; # $person is a Person object

do_something_with($person);
...
}
else
{
$person = ...; # Get or create a Person object somehow

# Initialize the form with the Person object
$form->init_with_person($person);

# Pass the initialized form object to the template
display_page(form => $form);
}
...

Rose::HTML::Form is more than just an object representation of the HTML tag. It is meant to be a base class for custom form classes that can be initialized with and return "rich" values such as objects, or collections of objects.

Building up a reusable library of form classes is extremely helpful when building large web applications with forms that may appear in many different places. Similar forms can inherit from a common subclass, and forms may be nested.

This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridden will not be documented a second time here. See the Rose::HTML::Object documentation for more information.

<<less
Download (0.10MB)
Added: 2006-09-29 License: Perl Artistic License Price:
1120 downloads
Form Saver 0.7.0

Form Saver 0.7.0


Form Saver enables you to saves form field data as autofill-bookmarklets. more>>
Form Saver enables you to saves form field data as autofill-bookmarklets.

Saves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.

I designed this because when testing a form, I hated filling in every option each time.

<<less
Download (0.063MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
960 downloads
FormFox 1.6

FormFox 1.6


FormFox is an extension which displays the the site to which the information youve entered is being sent. more>>
FormFox is an extension which displays the the site to which the information youve entered is being sent.

Do you know where your form information is going? This extension displays the form action (the site to which the information youve entered is being sent.)

In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination.

<<less
Download (0.003MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
1003 downloads
z3c.formjs 0.2.0

z3c.formjs 0.2.0


This provides a Python API to common Javascript features for forms written with the z3c.form packages. more>>

z3c.formjs 0.2.0 with its excellent features will surely support your work. It can actually provide a Python API to common Javascript features for forms written with the 'z3c.form' packages. While the reference backend-implementation is for the JQuery library, any other Javascript library can be hooked into the Python API.

In the 'z3c.form' package, buttons are most commonly rendered as "submit" input fields within a form, meaning that the form will always be submitted. When working with Javascript, on the other hand, a click on the button often simply executes a script. The 'jsaction' module of this package is designed to implement the latter kind.

Enhancements: 7/18/2007

  • Feature: Registration of public AJAX server calls via a simple decorator. The calls are made available via a special 'ajax' view on the original view.
  • Feature: Allow registering of JS subscriptions via a decorator within the presentation component.
  • Feature: Added a new CSS selector.
  • Feature: Implementation of AJAX-driven widget value validation.
  • Restructure: Completely overhauled the entire API to be most easy to use and have the most minimal implementation.
  • Bug: The package is now 100% tested.
  • Feature: Implementation of AJAX request handlers in forms.
<<less
Added: 2007-07-26 License: ZPL Price: FREE
1 downloads
iMacros for Firefox 0.9.0.2

iMacros for Firefox 0.9.0.2


iMacros for Firefox relieves the repetition of checking on the same sites every day. more>>
iMacros for Firefox is a Mozilla Firefox extension that relieves the repetition of checking on the same sites every day, remembering passwords and filling out Web forms, or doing Web screen scraping for data extraction.

It can automatically fill Web forms that span several pages. Passwords are stored securely with 256-Bit AES encryption. Web professionals can use the software for functional testing and regression testing of Web applications. It can also be used to automate Web data extraction, such as online stock quotes or Web store prices.

<<less
Download (0.11MB)
Added: 2007-07-09 License: Freeware Price:
1227 downloads
MirrorMed 1.0 RC2

MirrorMed 1.0 RC2


MirrorMed is a friendly fork of ClearHealth. more>>
MirrorMed is a friendly fork of ClearHealth. MirrorMed project uses the same codebase with slower releases, further testing, and additional forms, reports, and other small improvements. As with ClearHealth, MirrorMed also borrows from FreeMed and OpenEMR.
Installation:
The installation of mirrormed is now accomplished through a graphical installer.
Untar the mirrormed tgz file into your web directory and rename it to "mirrormed". Then point your browser to the mirrormed directory.
The installer will check your dependancies, what directory permissions need to be changed, create the configuration files and install the database.
Enhancements:
- Changes allow for the correct printing of the HCFA 1500 (CMS 1500) medical billing form.
<<less
Download (7.0MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1395 downloads
mod_form 1.0

mod_form 1.0


mod_form is a utility to decode data submitted from Web forms. more>>
mod_form is a utility to decode data submitted from Web forms. It deals with both GET and POST methods where the data are encoded using the default content type application/x-www-form-urlencoded.

mod_form does not decode multipart/form-data (file upload) forms: for those you should use mod_upload.

Usage:

When mod_form is active, form data will be decoded to an apr_table_t*. Modules can access the table using the optional function form_data, or individual form fields using form_value:

#include "mod_form.h"

some_func(request_rec* r) {
apr_table_t* (*form_vars)(request_rec*) ;
apr_table_t* (*form_lookup)(request_rec*, const char*) ;
apr_table_t* form_data ;
const char* val ;
const char* key = "some-form-field" ;

/* get the whole table */
form_vars = APR_RETRIEVE_OPTIONAL_FN(form_data) ;
if ( form_vars ) {
form_data = form_vars(r) ;
}

/* or get individual values */
form_lookup = APR_RETRIEVE_OPTIONAL_FN(form_value) ;
if ( form_lookup ) {
val = form_lookup(r, key) ;
}
}

<<less
Download (0.009MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1256 downloads
Quinti Secure Contact Form 1

Quinti Secure Contact Form 1


Quinti Secure Contact Form is a contact form for Web pages that is not vulnerable to robots. more>>
Quinti Secure Contact Form is a contact form for Web pages that is not vulnerable to robots who would abuse such forms for sending spam.
It uses both JavaScript field validators and CAPTCHA for verifying the validity of the sender. Quinti Secure Contact Form is easy to install and configure, and uses valid XHTML 1.1.
I have been attacked thousand times by spammers from my contact form, they use robots and take advantage of certain vulnerabilities of the mail forms to send their spam, and fill up my mailbox up to such an extent that they make your mail practically useless.
There are two ways of tackling this problem: Introducing a CAPTCHA validated through JavaScript, as i explain later.
And introducing certain functions in PHP that prevent these attacks, as you will see in the examples below
At the moment, go to the problem.
Main features:
- Invulnerable secure antispam contact form,
- JavaScript field validator in php (to insert multi-language variables and other variables, if you wish)
- Prevent spammers from using your form to send garbage, guaranteed.
- CAPTCHA to avoid Javascript validated Spam
- Easy to install and configure
- Valid XHTML 1.1
<<less
Download (3.5MB)
Added: 2006-03-02 License: Free for non-commercial use Price:
1335 downloads
WWW-Form 1.17

WWW-Form 1.17


WWW::Form is a module for handling the world-wide-web form process. more>>
WWW::Form is a module for handling the world-wide-web form process. The project enables generating forms, filling them from user input, verifying them, and re-displaying them in case something is wrong.

<<less
Download (0.021MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
phpForm 0.0.3

phpForm 0.0.3


phpForm provides a PHP3 application that allows you to easily create Web forms. more>>
phpForm provides a PHP3 application that allows you to easily create Web forms.

phpForm is a PHP3 script that allows you to easily create Web forms. It allows you to create, administer, preview, and log forms.

It also includes a simple function for including a form into a Web page.

<<less
Download (0.022MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
Fingerfox 1.0

Fingerfox 1.0


Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. more>>
Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. To avoid security problems (with login and password storage in particular), it relies with DigitalPersona to do it and just act as a popup window which repeats the login forms (including the buttons).

Then it remembers on which page and which form it has been used and popup automatically the next time you need to log in so that you can use firefox with your fingerprint almost as easily as IE.
It is now compatible with HTACCESS type logins.

<<less
Download (0.034MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
873 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5