Skip to main content

Home/ Agency Oasis Developers/ Group items tagged Methode

Rss Feed Group items tagged

Mark Ursino

Yedda Twitter C# Library - 0 views

  •  
    The Yedda Twitter C# Library provides easy access to the Twitter API. Every method in the Twitter API has a method in the C# class with the same name. Every method that can return one of the various formats such as RSS, XML and Atom follow the following convention "MethodNameAsFormat".
Mark Ursino

jQuery source viewer - 1 views

  •  
    Enter in a jQuery method and get the actual source code of that method; you can then click through to its other internal methods to see the real deal yo
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.
mgraber

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

  •  
    "disable http options method"
mgraber

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

  •  
    "disable http options method"
mgraber

ASP.NET View State Overview - 0 views

  •  
    "Encrypting View State Although MAC encoding helps prevent tampering with view state data, it does not prevent users from viewing the data. You can prevent people from viewing this data in two ways: by transmitting the page over SSL, and by encrypting the view state data. Requiring the page to be sent over SSL can help prevent data-packet sniffing and unauthorized data access by people who are not the intended recipients of the page. However, the user who requested the page can still view the view state data because SSL decrypts the page to display it in the browser. This is fine if you are not concerned about authorized users having access to view state data. However, in some cases, controls might use view state to store information that no users should have access to. For example, the page might contain a data-bound control that stores item identifiers (data keys) in view state. If those identifiers contain sensitive data, such as customer IDs, you should encrypt the view state data in addition to or instead of sending the page over SSL. To encrypt the data, set the page's ViewStateEncryptionMode property to true. If you store information in view state, you can use regular read and write techniques; the page handles all encryption and decryption for you. Encrypting view state data can affect the performance of your application. Therefore, do not use encryption unless you need it. Control State Encryption Controls that use control state can require that view state be encrypted by calling the RegisterRequiresViewStateEncryption method. If any control in the page requires that view state be encrypted, all view state in the page will be encrypted. Per-user View State Encoding If a Web site authenticates users, you can set the ViewStateUserKey property in the Page_Init event handler to associate the page's view state with a specific user. This helps prevent one-click attacks, in which a malicious user creates a valid, pre-filled Web page with view state from a pre
mgraber

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

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

Vertical Centering With CSS - 0 views

  •  
    Many methods for getting this done, some we use ourselves, some we don't
Mark Ursino

OAuth.net - 0 views

  •  
    OAuth.net is a .net library which provides full OAuth consumer and provider support. The library facilitates secure API authentication in a simple and standard method for desktop and web applications.
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

jQuery Spritely - 1 views

  •  
    jQuery.spritely is a jQuery plugin created by Artlogic for creating dynamic character and background animation in pure HTML and JavaScript. It's a simple, light-weight plugin with a few simple methods for creating animated sprites such as the birds you see on this page, and dynamic scrolling backgrounds.
Mark Ursino

Sending agents - Sitecore - 0 views

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

spin.js - 0 views

  •  
    Spin.js uses the CSS3 to render the UI, falling back to VML Internet Explorer. If supported by the browser, @keyframe rules are used to animate the spinner. The spin() method creates the necessary HTML elements and starts the animation. If a target element is passed as argument, the spinner is added as first child and horizontally and vertically centered.
Douglas Couto

Create shortcut to open URL in non-default browser - 0 views

  •  
    "If like me you have Firefox set as your default browser in Windows but need to create a desktop shortcut to a web page but force it to open in Internet Explorer or any other non-default browser there are two methods to achieve this."
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.
Mark Ursino

A warning to VB.NET developers - 0 views

  •  
    Avoid defining methods with default arguments!
1 - 20 of 30 Next ›
Showing 20 items per page