Skip to main content

Home/ Agency Oasis Developers/ Group items tagged load

Rss Feed Group items tagged

Mark Ursino

jquery.qrcode - 1 views

  •  
    jquery.qrcode.js is jquery plugin for a pure browser qrcode generation. It allow you to easily add qrcode to your webpages. It is standalone, less than 4k after minify+gzip, no image download. It doesnt rely on external services which go on and off, or add latency while loading. It is based on a library which build qrcode in various language. jquery.qrcode.js wraps it to make it easy to include in your own code.
Douglas Couto

.net - DllRegisterServer entry point was not found - Stack Overflow - 0 views

  •  
    "C:\Windows..\aspnet_isapi.dll was loaded, but the DllRegisterServer entry point was not found. The file cannot be registered."
Mark Ursino

BlueScreenView - View blue screen of death (STOP error) information. - 0 views

  •  
    BlueScreenView scans all your minidump files created during 'blue screen of death' crashes, and displays the information about all crashes in one table. For each crash, BlueScreenView displays the minidump filename, the date/time of the crash, the basic crash information displayed in the blue screen (Bug Check Code and 4 parameters), and the details of the driver or module that possibly caused the crash (filename, product name, file description, and file version). For each crash displayed in the upper pane, you can view the details of the device drivers loaded during the crash in the lower pane. BlueScreenView also mark the drivers that their addresses found in the crash stack, so you can easily locate the suspected drivers that possibly caused the crash.
Mark Ursino

Ajaxload - 0 views

shared by Mark Ursino on 27 Apr 09 - Cached
  •  
    Ajax loading gif generator
Mark Ursino

400 Bad request while getting images from CD servers - 1 views

  •  
    Fix for sporadically loading images on Sitecore 6.2+ on IIS6
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. "
Matt DeGennaro

Adapting To A Responsive Design (Case Study) - 1 views

  •  
    One company's change to a responsive design and the results they saw (page load dropped from 9.19s to 1.82s and mobile exit rate dropped by 4000%)
Mike Tomasulo

Hey!Watch - Video encoding web service - 1 views

  •  
    Online video encoding w/ REST API and per conversion pricing.
  •  
    This looks like an affordable way to off-load video conversion tasks.
Mark Ursino

Lazy Loading jQuery Tabs with ASP.NET - 1 views

  •  
    .NET WebService + jQuery + JSON => BAM!
‹ Previous 21 - 40 of 44 Next ›
Showing 20 items per page