Skip to main content

Home/ Agency Oasis Developers/ Group items tagged form

Rss Feed Group items tagged

Mark Ursino

Facebook Developers | Tools | API - 0 views

  •  
    Test calls to the API on a simple form
Mark Ursino

Serious Form Security - 0 views

  •  
    PHP tips
Mark Ursino

Dragonfish Animating Panel Demo - 0 views

  •  
    Focus on the form fields and watch the animating colors
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

Juice UI → Supercharge ASP.NET Web Forms with jQuery UI - 1 views

  •  
    ASP.NET Controls For All Of The jQuery UI Widgets
Eric Famiglietti

Support Details | Tech Support Management - 0 views

  •  
    © Copyright 2012 Imulus. We love you... Simply send a properly formatted URL with recipient, sender, or both to have the form above prefilled with information. Imulus will never re-sell or abuse your personal information. We are advocates for online privacy. Pinky swear.
Mark Ursino

LiveValidation - 0 views

  •  
    Validation as you type
Mark Ursino

DropKick - a jQuery plugin for beautiful dropdowns - 0 views

  •  
    Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making s@#t look good.
Mark Ursino

Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better - 1 views

  •  
    Chosen is a javsacript plug-in makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
« First ‹ Previous 41 - 60 of 63 Next ›
Showing 20 items per page