Skip to main content

Home/ Agency Oasis Developers/ Group items tagged data

Rss Feed Group items tagged

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
Mark Ursino

Sitecore Query Internal Architecture - 0 views

  •  
    A special thing about the queries is that they can be handled either directly in the database on the data provider level or by the data manager tier. When the query is being resolved, the data manager tries to use its data providers first and resorts to a higher level (and slower) API in case of failure.
Mark Ursino

Data URIs - 2 views

  •  
    Did you know that you don't have to link to an external image file when using an element in HTML, or declaring a background-image in CSS? You can embed the image data directly into the document with data URIs.
Mark Ursino

Agile Carousel - Javascript Slideshow - Image Carousel - 0 views

  •  
    Implement your slideshow with the Agile Carousel JQuery plugin. Highly customizable so you can build according to your requirements. JSON data format is used to provide easier integration with external data or data from your CMS. Use it for agile web development. This is an all new version written from scratch. JQuery UI effects and the ability to read files on the server are no longer included. New features are added, such as "Control Sets" which allow for a more customizable setup. Now posted on Github for faster development.
Mark Ursino

jQuery Org Chart - a plugin for visualising data in a tree-like structure « T... - 0 views

  •  
    jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure. To build the tree all you need is to make a single line call to the plugin and supply the HTML element Id for a nested unordered list element that is representative of the data you'd like to display. Features include: Very easy to use given a nested unordered list element. Drag-and-drop reorganisation of elements. Showing/hiding a particular branch of the tree by clicking on the respective node. Nodes can contain any amount of HTML except and . Easy to style.
Mark Ursino

The C5 Generic Collection Library for C# and CLI - 0 views

shared by Mark Ursino on 17 Feb 10 - Cached
  •  
    C5 provides functionality and data structures not provided by the standard .Net System.Collections.Generic namespace, such as persistent tree data structures, heap based priority queues, hash indexed array lists and linked lists, and events on collection changes
mgraber

Integrating External Data Sources - SDN - 0 views

  •  
    "Integrating External Data Sources"
Douglas Couto

jQuery plugin: Tablesorter 2.0 - 1 views

  •  
    "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell."
Mark Ursino

Queryable Data Sources for sublayout - 0 views

  •  
    This is a custom processor for Page Editor data source locator for a multi-site solution
Mark Ursino

Thank you for your interest in the Mass Data Safety Workshops - 1 views

shared by Mark Ursino on 26 Apr 10 - Cached
  •  
    This website is designed to help you learn about the new Massachusetts data safety regulations, most of which go into effect March 1, 2010.
Mark Ursino

Eraser Portable - 0 views

  •  
    securely erase your data
Mark Ursino

Untie LINQ to SQL Connection String from Application Settings | {Programming} & Life - 1 views

  •  
    Did you know that by default LINQ to SQL defines your connection string in more than one place if you define your LINQ to SQL classes out from a web app, such as a data access layer class library?
Mark Ursino

Queries in Datasource location on Sitecore Layouts - 0 views

  •  
    How to make sublayout data source locations relative based on a multi-site solution
mgraber

Requirements Management - Author Requirements - 0 views

  •  
    "Blueprint Requirements Center lets you precisely author requirements through business process diagrams, hierarchical rich text requirements, use cases, user interface mockups, data definitions, and business rules. Best of all, it ensures that all requirements content fits together to provide a "single version of the truth" - a common reference for everyone on the project."
Mark Ursino

Facebook Open Graph device for Sitecore - 0 views

  •  
    Create a Facebook Sitecore device to render only the needed Open Graph data points for the crawler
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

Smoothie Charts - 0 views

  •  
    Smoothie Charts is a really small charting library designed for live streaming data.
Mark Ursino

Templates - jQuery API - 0 views

  •  
    These documentation topics concern the jQuery Templates plugin (jquery-tmpl), which can be downloaded from: http://github.com/jquery/jquery-tmpl. A template contains markup with binding expressions. The template is applied to data objects or arrays, and rendered into the HTML DOM.
1 - 20 of 50 Next › Last »
Showing 20 items per page