Skip to main content

Home/ Agency Oasis Developers/ Group items tagged OPTIONS

Rss Feed Group items tagged

Mark Ursino

AnythingSlider - 0 views

  •  
    - Panels are HTML Content (can be anything). - Multiple AnythingSliders allowable per-page. - Infinite/Continuous sliding (always slides in the direction you are going, even at "last" slide). - Optionally resize each panel (specified per panel in css). - Optional Next / Previous Panel Arrows. - Use keyboard navigation or tabs that are built and added dynamically (any number of panels). - Link to specific slides or go forward or back one slide from static text links - go to Slide 4 (Quote #2) in second example. - Each panel has a hashtag (can link directly to specific panels). - Optional custom function for formatting navigation text. - Auto-playing slideshow (optional feature, can start playing or stopped) - Pauses playing YouTube videos when not in view and resumes them when in view (only in non-IE browsers & if files are hosted on the web). - Pauses slideshow on hover (optional). - Optionally play the slideshow once through, stopping on the last page.
mgraber

disable http options method : The Official Microsoft ASP.NET Forums - 0 views

  •  
    "disable http options method"
Douglas Couto

Auto select file in solution explorer from its open tab in visual studio 2010 - Stack O... - 0 views

  •  
    "I don't know if you can do it on-demand, but you can enable the option "Track Active Item in Solution Explorer" (options->Projects and Solutions) which will always select the active tab item in the solution explorer."
Mark Ursino

PowerCommands for Visual Studio 2010 - 0 views

  •  
    The Format document on save option formats the tabs, spaces, and so on of the document being saved. It is equivalent to pointing to the Edit menu, clicking Advanced, and then clicking Format Document. The Remove and sort usings option removes unused using statements and sorts the remaining using statements in the document being saved.
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. "
mgraber

robmzd: Penetration Test Checklist - 0 views

  •  
    "HTTP OPTIONS"
mgraber

disable http options method : The Official Microsoft ASP.NET Forums - 0 views

  •  
    "disable http options method"
Mark Ursino

Different installation methods for the Worry-Free Business Security (WFBS) Security Age... - 0 views

  •  
    TrendMicro installation options
mgraber

Testing for HTTP Methods and XST (OWASP-CM-008) - OWASP - 0 views

  •  
    "OPTIONS / HTTP/1.1 Host: www.victim.com "
Mark Ursino

Property vs. Method Guidelines - 1 views

  •  
    Class library designers often must decide between implementing a class member as a property or a method. In general, methods represent actions and properties represent data. Use the following guidelines to help you choose between these options.
Mark Ursino

Select Cuts Off Options In IE (Fix) - 0 views

  •  
    IE Fix! yay
Mark Ursino

jParallax - 0 views

  •  
    jParallax turns a selected element into a 'window', or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.
Mark Ursino

Check Host - 1 views

  •  
    With the program Check Host you can easily monitor a server or the services of a server. Therefore define which host or ip address should be monitored. Additionally you can choose the check method: either with a ping or by establishing a socket connection (optionally TCP or UDP) on any port.
Mark Ursino

Subversion Hosting, Git Hosting, Project Management - 0 views

shared by Mark Ursino on 17 Jan 11 - Cached
  •  
    Hosted SVN, including free personal option
Mark Ursino

5 Ways to Make Ajax Calls with jQuery - 0 views

  •  
    load(): Load a piece of html into a container DOM. $.getJSON(): Load a JSON with GET method. $.getScript(): Load a JavaScript. $.get(): Use this if you want to make a GET call and play extensively with the response. $.post(): Use this if you want to make a POST call and don't want to load the response to some container DOM. $.ajax(): Use this if you need to do something when XHR fails, or you need to specify ajax options (e.g. cache: true) on the fly.
Douglas Couto

IIS7 & Trend Micro Officescan 8 : The Official Microsoft IIS Site - 0 views

  •  
    "Hey. Had this problem myself. Just turns out had to install the CGI feature. You can do this by going to the server manager, expanding Rolls, right clicking on IIS and clicking the add feature option. CGI should be listed under 'Application Development'. You may also want to go to the root IIS7 (server) node and click ISAPI Permissions and make sure that any cgi files have execute permissions. -Keith "
Mark Ursino

diagonalFade : A jQuery plugin - 1 views

  •  
    a jQuery plugin allowing you to easily specify direction, fade-in, fade-out, and a host of other options to a grouping of elements. All you have to do is import it, specify the container to which the group of items resides, and poof, you're off and away.
1 - 20 of 26 Next ›
Showing 20 items per page