Skip to main content

Home/ Agency Oasis Developers/ Group items tagged list

Rss Feed Group items tagged

Mark Ursino

List.js - Add search, sort and flexibility to plain HTML lists with cross-browser nativ... - 0 views

  •  
    A plugin that makes your plain HTML lists super flexible, searchable, sortable and filterable
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

Sitecore Descriptive Tree List Field Type - 0 views

  •  
    Extends a treelist to show the hierarchy of parent items in case multiple items in the list have the same name
mgraber

ASP.NET QuickStart Tutorials - 0 views

  • Securing Non-ASP.NET Files
  • ASP.NET handles requests for file extensions that are normally associated with ASP.NET, while IIS handles requests for all other file extensions. By default this means common file extensions such as .aspx and .asmx are processed by ASP.NET. This processing includes authentication and authorization to ASP.NET files. Sometimes though, a developer wants non-ASP.NET resources to be processed by ASP.NET. One reason for processing non-ASP.NET files through ASP.NET is to allow ASP.NET authentication and authorization to control access to these types of files. The combination of IIS6 on Windows Server 2003 and ASP.NET 2.0 provides the most flexibility for running the ASP.NET pipeline as part of processing a request for a non-ASP.NET resource. IIS6 includes support that allows ASP.NET 2.0 to perform authentication and authorization steps, and to then hand off the remainder of the processing of a non-ASP.NET resource back to IIS6. For example, it is possible to authenticate access to an ASP page using ASP.NET forms authentication, authorize access with ASP.NET's Url authorization and still allow the ASP ISAPI extension (asp.dll) to execute the ASP page. This support is possible because IIS6 introduced a new server support function for ISAPI extensions: HSE_REQ_EXEC_URL. Assume that a directory structure contains a mix of both ASP and ASP.NET files. The ASP.NET pages are used to log a user in with forms authentication, while the ASP pages represent the rest of the application. Using the IIS6 MMC, right-click on directory and create an application (this is the same step that is necessary when setting up a standard ASP.NET application). After an application has been created, click on the Configuration button that is located on the Directory property page. This will cause the Application Configuration dialog to be displayed. New to IIS6 is a feature called wildcard application mapping. The bottom of the Application Configuration dialog allows you to configure this feature. First determine the path for the ASP.NET ISAPI extension that processes ASP.NET files such as .aspx files. You can find this path by looking at the extensions that are listed in the Application Extensions list shown in the top half of the Application Configuration dialog. Click on the row in the list that maps the .aspx extension, and select the Edit button. In the dialog that pops up, highlight the text in the Executable textbox and copy it to the clipboard. Then cancel out of the dialog. Next, click the Insert button that is in the bottom half of the Application Configuration dialog. A dialog box titled Add/Edit Application Extension Mapping will be displayed. In the Executable text box, enter the path to the ASP.NET ISAPI extension that you copied to the clipboard earlier. The end result should look something like the screenshot below.
  • Click OK to close out all of the dialogs. Now whenever a request is made for any file, the request will first be processed by ASP.NET. If the web.config for your ASP.NET application has enabled forms authentication, an unauthenticated request for a .asp file will first trigger a redirect to the login page configured for forms authentication. After a user has successfully logged in, they will be redirected back to the original .asp page. When the now-authenticated user requests the .asp page, ASP.NET will first run through the FormsAuthenticationModule to verify that the forms authentication cookie exists and is still valid. If this check passes, ASP.NET will hand processing of the .asp page back to IIS6, at which point IIS6 will pass the request on to the ISAPI extension that normally process .asp pages. In this case the extension is asp.dll and the ASP page will then run to completion. The reason ASP.NET will pass the request back to IIS6 is that non-ASP.NET resources will fall through the list of configured <httpHandlers> to the following entry: <add path="*" verb="GET,HEAD,POST" type="System.Web.DefaultHttpHandler" validate="True" /> The DefaultHttpHandler is responsible for handing requests back to IIS6 for further processing.
  •  
    "Securing Non-ASP.NET Files"
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
Mark Ursino

jQuery Plugin tagedit - 0 views

  •  
    tagedit offers an easy way to add, edit and delete lists of keywords. Keywords can be brought to the user with a autocomplete list.
Mark Ursino

any list scroller - 0 views

  •  
    jQuery scrolling plugin to scroll any list with any content
Mark Ursino

Navigation in Lists: To Be or Not To Be - 1 views

  •  
    Everything you thought you knew about the semantics of navigation may be wrong!
Matt DeGennaro

A Web Developer's Guide to Photoshop - Rafal Tomal - 0 views

  •  
    List of handy tricks for getting CSS info out of Photoshop
Mark Ursino

Browserhacks - 0 views

  •  
    "Browserhacks is an extensive list of browser specific CSS and JavaScript hacks from all over the interwebs"
Douglas Couto

Build numbers and release dates for Exchange Server - 0 views

  •  
    " Each version of Microsoft Exchange Server has a different build number. The following table lists the build numbers and general release dates for each version. For information about Exchange Server 2007 build numbers, visit the following Microsoft Web site:"
Mark Ursino

Infinity.js - 0 views

  •  
    A UITableView for the web: it speeds up scrolling through long lists and keeps your infinite feeds smooth and stable for your users
Mark Ursino

Compact News Previewer with jQuery - 0 views

  •  
    Today we will create a news previewer that let's you show your latest articles or news in a compact way. The news previewer will show some list of articles on the left side and the preview of the article with a longer description on the right. Once a news on the left is clicked, the preview will slide in.
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"
Nick Laidlaw

Community Server 2008 : Adding a Content Part to a Page - 0 views

  •  
    You can use content parts to edit a portion of a site theme with a custom message, link list, or other less dynamic content.
Mark Ursino

jQuery listnav plugin - 1 views

  •  
    javascript navigation control to manage alphabetical lists
Mark Ursino

Data Definition Reference - 1 views

  •  
    Lists all of the field types for templates
Mark Ursino

jQuery ComboGrid Plugin - 0 views

  •  
    Combogrid, like autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated list of values as they type, but in a tabular and paginated manner. Combogrid provides keyboard navigation support for selecting an item
1 - 20 of 43 Next › Last »
Showing 20 items per page