Main > Free Download Search >

Free validation software for windows

validation

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 167
AEM Validation 1.0

AEM Validation 1.0


A command line utility that will allow you to perform end-to-end validation of Agent-less Exception Monitoring to verify that AEM is properly configured and operational more>> A command line utility that will allow you to perform end-to-end validation of Agent-less Exception Monitoring to verify that AEM is properly configured and operational

The AEM Validation was designed to be a command line utility that will allow you to perform end-to-end validation of Agent-less Exception Monitoring to verify that AEM is properly configured and operational.

Main features:
- Generates a test exception.
- Allows end-to-end validation of AEM functionality

System requirements:
- SC Operations Manager 2007

<<less
Download (46KB)
Added: 2008-09-30 License: Freeware Price: FREE
388 downloads
Validation Aspects 2.1.0

Validation Aspects 2.1.0


An AOP validation framework used to validate Objects, Properties and Method Parameters against coding contracts and business rules more>>

Validation Aspects 2.1.0 brings you a comprehensive AOP validation framework used to validate Objects, Properties and Method Parameters against coding contracts and business rules

Validation Aspects contains an AOP validation framework used to validate Objects, Properties and Method Parameters against coding contracts and business rules. Validation can be declared via attributes and/or augmented/replaced programmatically at runtime. WPF integration supported.

Major Features:

  1. Object Validation Objects can be queried to determine if their state is valid against a set of validation rules. Validation messages and context of what/where validation failed is reported via a ValidationResult.
  2. Property Validation Multi-Mode validation. The following modes can be enabled or disabled independently to suit your chosen method of validation:
    • Interception Validation Validation is invoked when the property is set. If the validation fails, a validation exception will throw to ensure the model does not become invalid.
    • State Validation Validation is invoked when the object is validated. If the validation fails, the validation failure is added to the ValidationResult.
    • Parameter Validation Parameter validation checks the validity of the value as determined by code contracts and business rules. If the validation fails, a validation exception will throw to ensure the model does not become invalid.
    • Real-time augmentation / replacement Validation can be changed programmatically or via configuration.
    • AOP Validation Aspects are applied to your models by PostSharp. There are no base classes to derive from or interfaces to explicitly implement.
    • Custom Validators Implement new validators easily with minimal code with lambda syntax.
    • Strongly-typed validation targets Compile-time checking ensures validation is correctly declared you cant declare a numeric validator to validate a string. Validators are implemented to target certain types. Incorrectly declared validators applied at run-time fail fast.
    • Integration Support and samples for WPF. Asp.net MVC server/client-side and Silverlight coming soon.
    • Localization Validation exception messages can be customized with message formatting functions.
    • TDDd Near 100% code coverage from hundreds of unit tests.

Enhancements

  • 9366 PostSharp compilation errors experienced when a [Validate] attributed class derives from a generic base class.
  • 9233 TypeOf.GetProperty(...) returns the base virtual property
  • ValidationContext throws if a ValidateObject validator is applied to a method with no arguments
  • The new ValidationContext constructor incorrectly populates the Arguments property if the Value argument is null

Requirements:

  • PostSharp v1.0 RTM
<<less
Download (427KB)
Added: 2009-07-02 License: Ms-PL Price: FREE
13 downloads
Email-Validation 120.183a

Email-Validation 120.183a


Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh. more>>
Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh.

System Requirements: none

<<less
Download (0.99KB)
Added: 2009-11-07 License: Freeware Price: $0
downloads
 
Other version of Email-Validation
Price: $0
License:Freeware
Download (0.99KB)
downloads
Added: 2009-10-31
Price: $0
License:Freeware
Download (0.99KB)
downloads
Added: 2009-10-25
Price: $0
License:Freeware
Download (0.99KB)
downloads
Added: 2009-10-18
Email-Validation 120.144aExample of how Javascript and PHP can work together to provide simple and extensible email form validation. Use this as a starting point
Price: $0
License:Freeware
Download (0.99KB)
254 downloads
Added: 2009-02-08
License:Freeware
Download (1KB)
425 downloads
Added: 2008-09-07
Email-Validation 120.168a

Email-Validation 120.168a


Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh. more>>
Example of how Javascrpt and PHP can work together to provide simple and extensible email form validation. Use this as a starting point for more complex server-side validation without screen refresh.

System Requirements: none

<<less
Download (0.99KB)
Added: 2009-07-26 License: Freeware Price: $0
downloads
Form Validation Wizard 1.0

Form Validation Wizard 1.0


Save yourself from coding long validations for your web page forms. Here is a simple, powerful client side javascript form validation code. Using this code, you can do the common form validations in a more>>
Client side java script is the efficient way to validate the user input in web forms. It gives the response immediately and reduces the server load. But, when there are many forms in the project and when the forms are long, writing the form validations becomes a daunting, repetitive task.Save yourself from coding long validations for your forms. Here is a simple, powerful form validation code. Using this code, you can do the common form validations in a snap! The code is general, simple, extensible and FREE!
<<less
Download (009K)
Added: 2001-11-29 License: Freeware Price: $0.00
2960 downloads
Batch Validation Wizard 2.998

Batch Validation Wizard 2.998


This wizard will let you specify a group of web documents, which can be validated, converted to upper/lowercase, stripped of HTML tags, converted between DOS, Unix and Macintosh text formats, and much more>>
This wizard will let you specify a group of web documents, which can be validated, converted to upper/lowercase, stripped of HTML tags, converted between DOS, Unix and Macintosh text formats, and much more.
<<less
Download (781K)
Added: 1998-08-14 License: Freeware Price:
4088 downloads
PHP Form Validation Script 1.0

PHP Form Validation Script 1.0


A simple, generic form validation script for use in your PHP form processors more>> It is quite essential to have input validations in the server side form processing script. Having the right set of validations prevent bad data entering your database. Form validations can, to some extend, prevent hacking attacks too. The PHP form validation script contains a set of commonly required form validations. Using this script, it is quick and easy to add form validations to your PHP form processor. Save yourself from repetitive coding of common form validations. Documentation and code samples are included in the download.It is very essential to have the input to your form validated before taking the form submission data for further processing. When there are many fields in the form, the PHP validation script becomes too complex. Moreover, since you are doing the same or similar validation for most of the forms that you make, just too much of duplicate effort is spent on form validations.
About this generic PHP form validation script
The generic PHP form validator makes it very easy to add validations to your form.
We create and associate a set of "validation descriptors" with each element in the form. The "validation descriptor" is a string specifying the type of validation to be performed. For example, "req" means required, "alpha" means allow only alphabetic characters and so on.
Each field in the form can have 0, 1, or more validations. For example, the input should not be empty, should be less than 25 chars, should be alpha-numeric, etc
<<less
Download (49KB)
Added: 2008-08-28 License: Freeware Price: Free
541 downloads
Example HIPAA EDI Validation program 1.0

Example HIPAA EDI Validation program 1.0


Uses FREDI-NET component to validate HIPAA EDI files. more>> This program is an example Visual Basic ASP .NET program that uses FREDI-NET component to validate HIPAA EDI files (with no addenda). Simply paste your HIPAA EDI file into the text box, and then click on the "Validate" button<<less
Download (762KB)
Added: 2008-08-21 License: Freeware Price: Free
482 downloads
Windows 2000 ActiveX Parameter Validation Vulnerability Patch (MS00-085)

Windows 2000 ActiveX Parameter Validation Vulnerability Patch (MS00-085)


This patch eliminates a security vulnerability in Microsoft Windows 2000. The vulnerability could allow enable a malicious user to potentially run code on another users machine more>>

Windows 2000 ActiveX Parameter Validation Vulnerability Patch (MS00-085) is launched as an important and useful patch which can remove a security vulnerability in Microsoft Windows 2000. The vulnerability could allow enable a malicious user to potentially run code on another user's machine.

An ActiveX control that ships as part of Windows 2000 contains an unchecked buffer. If the control was called from a Web page or HTML mail using a specially-malformed parameter, it would be possible to cause code to execute on the machine via a buffer overrun. This could potentially enable a malicious user to take any desired action on the user's machine, limited only by the permissions of the user.

The vulnerability could only be exploited if ActiveX controls are enabled in IE, Outlook, or Outlook Express. The Security Zones feature in Internet Explorer enables customers to limit what Web sites can do, and customers who have used the feature to prevent untrusted sites from invoking ActiveX controls would be at minimal risk from the Web-based attack scenario. Customers who have applied the Outlook Security Update would be protected against the mail-borne scenario, since it moves mail into the Restricted Sites Zone, thereby preventing HTML mails from invoking ActiveX controls.


<<less
Download (285.8KB)
Added: 2000-11-06 License: Freeware Price:
812 downloads
Microsoft Site Server 3.0 Site Wizard Input Validation Vulnerability patch 1

Microsoft Site Server 3.0 Site Wizard Input Validation Vulnerability patch 1


Microsoft has released a patch that eliminates a security vulnerability in web applications associated with Microsoft® Site Server 3.0, Commerce Edition. These applications are provided as samples an more>> <<less
Download (1K)
Added: 2000-02-19 License: Freeware Price:
3534 downloads
Microsoft Internet Explorer 5.5 SP1 Security Patch Certificate Validation Update

Microsoft Internet Explorer 5.5 SP1 Security Patch Certificate Validation Update


Microsoft Internet Explorer 5.5 SP1 Security Patch Certificate Validation Update is an update for resolving some security vulnerabilities in Internet Explorer 5.5 Service Pack 1 (SP1). more>>

Microsoft Internet Explorer 5.5 SP1 Security Patch Certificate Validation Update is an update for resolving some security vulnerabilities in Internet Explorer 5.5 Service Pack 1 (SP1). It is discussed in Microsoft Security Bulletins MS01-015 and MS01-027. It also includes a previously released update, which is discussed in Microsoft Security Bulletin MS01-020. Download now to eliminate multiple certificate validation vulnerabilities and to prevent a malicious Web site operator from running programs on your computer via HTML Help (.chm) files, and executable e-mail attachments, and to prevent malicious Web site operators from making it appear that the content from his or her Web site actually originated from another site, even a trusted or secure Web site.

<<less
Download (2MB)
Added: 2001-05-23 License: update/patch Price:
downloads
Microsoft Internet Explorer SSL Certificate Validation Vulnerabilities patch 6-10-2000

Microsoft Internet Explorer SSL Certificate Validation Vulnerabilities patch 6-10-2000


Microsoft has released a patch that eliminates two security vulnerabilities in Microsoft® Internet Explorer. The vulnerabilities involve how IE handles digital certificates; under a very daunting set more>> <<less
Download (2K)
Added: 2000-06-10 License: Freeware Price:
3422 downloads
ocPortal validator 1.0.2

ocPortal validator 1.0.2


A simple to use addon for your Firefox browser. more>> A simple to use addon for your Firefox browser.

ocPortal validator is a useful Firefox extension that allows validation of a site using the ocportal.com validator.

System requirements:
-

<<less
Download (6KB)
Added: 2008-09-29 License: Freeware Price: FREE
422 downloads
 
Other version of ocPortal validator
ocPortal validator 1.0DrBob - ocPortal validator is a useful Firefox extension that allows validation of a site using the ocportal.com validator. ocPortal validator. ocPortal validator is a
License:Freeware
Download (5.68KB)
1395 downloads
Added: 2006-02-02
Total Validator Tool 5.5.0

Total Validator Tool 5.5.0


Performs four important validations on your web pages: True (X)HTML validation against published DTDs; accessibility validation against the W3C and US Section 508 guidelines; spell checking against one of five languages; and checking for broken links more>> <<less
Download (3.05MB)
Added: 2009-05-17 License: Freeware Price:
531 downloads
 
Other version of Total Validator Tool
License:Freeware
Download (3.05MB)
721 downloads
Added: 2009-01-11
Total Validator Tool for OSX 5.5.0

Total Validator Tool for OSX 5.5.0


Performs four important validations on your web pages: True (X)HTML validation against published DTDs; accessibility validation against the W3C and US Section 508 guidelines; spell checking against one of five languages; and checking for broken links more>> <<less
Download (3.92MB)
Added: 2009-05-17 License: Freeware Price:
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5