Skip to main content

Home/ Agency Oasis Developers/ Group items tagged validation

Rss Feed Group items tagged

Mark Ursino

jQuery.validity - 4 views

  •  
    jQuery.validity is a jQuery plugin for powerful, accurate client-side form validation.
Mark Ursino

W3Clove :: site-wide markup validation tool - 0 views

shared by Mark Ursino on 09 Dec 11 - No Cached
  •  
    W3Clove is a free to use web service which crawls any given website to generate the sitemap of it (or accepts sitemaps directly) and validates each URL through the W3C's validator.
Mark Ursino

validate.js - 0 views

  •  
    Lightweight JavaScript form validation library
Douglas Couto

Best practices for email address validation (including the + in gmail addresses) - Stac... - 0 views

  •  
    "+ is a valid character in an email address."
Mark Ursino

jQuery Form Framework - jFormer - 0 views

  •  
    jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms. Leveraging the latest techniques in web design, jFormer helps you create web forms that: * Validate client-side * Validate server-side * Process without changing pages (using AJAX)
Mark Ursino

Validate RTE Links with the Sitecore ASP.NET CMS - 0 views

  •  
    This blog post describes how you can validate that users do not create internal links to items with no layout details
mgraber

Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet - OWASP - 0 views

  •  
    "Viewstate (ASP.NET) ASP.NET has an option to maintain your ViewState. The ViewState indicates the status of a page when submitted to the server. The status is defined through a hidden field placed on each page with a control. Viewstate can be used as a CSRF defense, as it is difficult for an attacker to forge a valid Viewstate. It is not impossible to forge a valid Viewstate since it is feasible that parameter values could be obtained or guessed by the attacker. However, if the current session ID is added to the ViewState, it then makes each Viewstate unique, and thus immune to CSRF. To use the ViewStateUserKey property within the Viewstate to protect against spoofed post backs. Add the following in the OnInit virtual method of the Page-derived class (This property must be set in the Page.Init event) protected override OnInit(EventArgs e) { base.OnInit(e); if (User.Identity.IsAuthenticated) ViewStateUserKey = Session.SessionID; } The following keys the Viewstate to an individual using a unique value of your choice. (Page.ViewStateUserKey) This must be applied in Page_Init because the key has to be provided to ASP.NET before Viewstate is loaded. This option has been available since ASP.NET 1.1. However, there are limitations on this mechanism. Such as, ViewState MACs are only checked on POSTback, so any other application requests not using postbacks will happily allow CSRF. "
Mark Ursino

Parsley.js - 0 views

  •  
    Never write a single javascript line anymore to validate your forms FrontEnd. Parsley will do that for you - and do it right -, thanks to its powerful DOM-API !
Matt DeGennaro

Online tool to create keys for view state validation and encryption - 0 views

  •  
Mark Ursino

LiveValidation - 0 views

  •  
    Validation as you type
Mark Ursino

Validanguage - 0 views

  •  
    Javascript Form Validation Framework
Mark Ursino

Ketchup Plugin - 1 views

  •  
    Ketchup is a slim jQuery Plugin that validates your forms. It aims to be very flexible and extendable for its appearance and functionality.
Mark Ursino

Validatious 2.0 - 0 views

  •  
    Easy form validation with unobtrusive JavaScript
Mark Ursino

creditcard_js - 0 views

  •  
    A creditcard validation library for JavaScript using Prototype
1 - 20 of 38 Next ›
Showing 20 items per page