Skip to main content

Home/ Agency Oasis Developers/ Group items tagged parameters

Rss Feed Group items tagged

Douglas Couto

Learn Sitecore - Controlling items in a selection field - 0 views

  •  
    "The list of parameters are * DataSource * DatabaseName * IncludeTemplatesForSelection * ExcludeTemplatesForSelection * IncludeTemplatesForDisplay * ExcludeTemplatesForDisplay * IncludeItemsForDisplay * ExcludeItemsForDisplay * AllowMultipleSelection"
mgraber

Microsoft Asp.net version 3.5 : Security vulnerabilities - 0 views

  •  
    "ASP.NET in Microsoft .NET 3.5 does not properly handle an unencrypted view state, which allows remote attackers to conduct cross-site scripting (XSS) attacks against the form control via the __VIEWSTATE parameter"
Mark Ursino

jsDatePick - 0 views

  •  
    jsDatePick is a javascript date picker that uses DOM techniques to generate its HTML code. Read the parameters and working examples below, and within minutes, you can have a popup date picking solution on your website.
Mark Ursino

Publish Referenced Media When You Publish Sitecore Content - Windows Live - 0 views

  • In the Parameters field in the Data section of the Publish Media workflow action definition item, enter: IncludeSelf=1&Deep=1IncludeMedia=1
    • Mark Ursino
       
      Parameters are delimited by the &
Mark Ursino

Sending agents - Sitecore - 0 views

  •  
    Details about web.config agents and passing in method parameters and defining class properties
Mark Ursino

Extended Email Action Sitecore Module - 0 views

  •  
    The Mail workflow action extends the standard Sitecore email action which is included with the default installation. It is distributed as a standard Sitecore package. The package includes the actual template for this action (the Extended email action), which inherits from the Sitecore Standard template. The extended email action template contains the following fields, grouped in the Parameters section: To - the recipient's email address; From - the sender's email address; Subject - the subject of the email (allows using Velocity templates); Message - the body of the email (allows using Velocity templates); Mail server - the email server you'd like to use for sending emails; *Type - (the same as the Type field of the Sitecore Action template).
Mark Ursino

Wildcards and Data Driven URLs - 0 views

  •  
    Interesting use of wildcard items to pass parameters
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

SeoQuake SEO extension - 0 views

  •  
    Seoquake is a Mozilla Firefox SEO extension aimed primarily at helping web masters who deal with search engine optimization(SEO) and internet promotion of web sites. Seoquake allows to obtain and investigate many important SEO parameters of the internet...
Mark Ursino

Enhancements - 0 views

  •  
    Custom parameters to tweak images
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

jQuery Timelinr - 0 views

  •  
    This simple plugin helps you to give more life to the boring timelines. Supports horizontal and vertical layouts, and you can specify parameters for most attributes: speed, transparency, etc..
Mark Ursino

Tangle: a JavaScript library for reactive documents - 0 views

  •  
    Tangle is a JavaScript library for creating reactive documents. Your readers can interactively explore possibilities, play with parameters, and see the document update immediately. Tangle is super-simple and easy to learn.
Douglas Couto

Netlobo.com | Get URL Parameters Using Javascript - 1 views

  •  
    "An easy way to parse the query string in your URL to grab certain values."
Eric Famiglietti

Flash OBJECT and EMBED tag attributes - 1 views

  •  
    This document lists the required and optional attributes of the object and embed tags used to publish SWF (Flash-enabled) content in HTML pages for display in web browsers. The attributes allow you to specify certain parameters that control the details of how and where Flash Player displays the SWF file in the browser.
ckhatri

Query String Module - 0 views

  •  
    A very simple module that allows you encrypt and decrypt query string parameters. Source code is given, so it is extendable.
1 - 17 of 17
Showing 20 items per page