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

Soap Progress Note Form freeware
Filter: All | Freeware | Demo
 

Soap Progress Note Form

< 1 2 3 4 5 > 
Added: February 01, 2010 | Visits: 6.743

Contact Form Killer Contact Form Killer is a free tool you can use to generate contact forms for your site, or let your web site visitors add contact forms themselves. Contact Form Killer script takes care of messy form validation with both JavaScript and PHP, just in case they have JavaScript disabled. The...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (272): Contact Form Killer Download

Added: August 08, 2010 | Visits: 1.615

Tk Web form Buddy Tk Web form Buddy project is a helper for Web forms. The Tk Web form Buddy is a Tk script that allows one easily to make a series of strings available to the X11 PRIMARY selection, which is useful for filling in Web forms that have common/repetitive data. How many times have you wished to...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (102): Tk Web form Buddy Download

Added: June 22, 2010 | Visits: 1.257

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 (90): Rose::HTML::Form Download

Added: March 08, 2010 | Visits: 1.125

Resizeable Form Fields 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..


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Resizeable Form Fields Download

Added: May 06, 2010 | Visits: 1.174

progress Progress is a utility used in a pipe to report progress of data transfer to standard error. Command-line arguments tells to specify how frequently to report, what character to use to report, and how much buffering to do. Whats New in This Release: - February 9, 2003 - progress 1.0 - Initial...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): progress Download

Added: August 10, 2010 | Visits: 1.068

SOAP::XML::Client::Generic SOAP::XML::Client::Generic is a Perl module to talk with generic webservices, e.g. not .net. This package helps in talking with SOAP webservers, it just needs a bit of XML thrown at it and you get some XML back. Its designed to be REALLY simple to use, it doesnt try to be cleaver in any way...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (140): SOAP::XML::Client::Generic Download

Added: September 25, 2010 | Visits: 1.217

SOAP::XML::Client::DotNet SOAP::XML::Client::DotNet is a Perl module to talk with .net webservices. This package helps in talking with .net servers, it just needs a bit of XML thrown at it and you get some XML back. Its designed to be REALLY simple to use. You dont need to know this, but the major difference to...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (117): SOAP::XML::Client::DotNet Download

Added: March 05, 2010 | Visits: 1.070

SOAP::XML::Client SOAP::XML::Client is a simple frame work for talking with web services. This package is the base class for talking with web services, there are specific modules to use depending on the type of service you are calling, e.g. SOAP::XML::Client::DotNet or SOAP::XML::Client::Generic This package...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (119): SOAP::XML::Client Download

Added: November 26, 2010 | Visits: 1.942

Asterisk Soap API 0.0.1 Asterisk-Soap is an extensible SOAP (Web services) API with the goal to create and support all Asterisk configuration features. Asterisk Soap APIs mainly feature is to provide a framework between asterisk core api and multi-platform frontends.. Download KDE-Apps.org Community Portal for KDE...


Platforms: *nix

License: Freeware Download (129): Asterisk Soap API 0.0.1 Download

Added: March 25, 2010 | Visits: 1.782

SOAP::Lite SOAP::Lite is a client and server side SOAP implementation. SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side..


Platforms: *nix

License: Freeware Size: 235.52 KB Download (112): SOAP::Lite Download

Added: July 09, 2010 | Visits: 2.151

Progress Report Manager Progress Report Manager project is a system for entering and sending school progress reports for teachers and parents. The Progress Report Manager was built to alleviate problems experienced with traditional school progress reports. Administrators create progress reports that are...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (223): Progress Report Manager Download

Added: May 22, 2010 | Visits: 1.383

Form Saver 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...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (165): Form Saver Download

Added: September 06, 2010 | Visits: 1.345

Tk::form Tk::form is a Perl module with a geometry manager based on attachment rules. SYNOPSIS $widget->form?(args)? $widget->formOption?(args)? The form method is used to communicate with the form Geometry Manager, a geometry manager that arranges the geometry of the children in a parent window...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::form Download

Added: March 02, 2010 | Visits: 1.149

Firefox Form Widgets 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...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Firefox Form Widgets Download

Added: March 23, 2010 | Visits: 1.020

WWW-Form 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..


Platforms: *nix

License: Freeware Size: 21.5 KB Download (117): WWW-Form Download

Added: May 21, 2010 | Visits: 933

Tie::Form 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,...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (92): Tie::Form Download

Added: October 05, 2010 | Visits: 2.433

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: May 14, 2010 | Visits: 2.783

Contact Form Contact Form is a perl script that you can run on your website that will allow others to send you email through a web interface. Unlike other web to email gateways, Contact Form is designed to thwart spammers. It does not allow email to be sent to unknown addresses, nor does it reveal addresses...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (107): Contact Form Download

Added: March 22, 2010 | Visits: 874

Time::Progress Time::Progress Perl module contains elapsed and estimated finish time reporting. SYNOPSIS # autoflush to get r working $| = 1; # get new `timer my $p = new Time::Progress; # restart and report progress $p->restart; sleep 5; # or do some work here print $p->report( "done %p elapsed: %L...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Time::Progress Download

Added: June 15, 2010 | Visits: 1.807

Web Form Factory Web Form Factory is a simple application that binds HTML forms to a database. It analyzes the HTML file you supply and identifies all the common input types it contains, including text fields, drop down lists, checkboxes, radio buttons, and text areas. Once all the input types have been...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (162): Web Form Factory Download

< 1 2 3 4 5 >