Skip to main content

Home/ Groups/ Agency Oasis Developers
Mark Ursino

VisualSearch.js autocomplete - 0 views

  •  
    VisualSearch.js enhances ordinary search boxes with the ability to autocomplete faceted search queries. Specify the facets for completion, along with the completable values for any facet. You can retrieve the search query as a structured object, so you don't have to parse the query string yourself.
Mark Ursino

c# - How to replace multiple white spaces with one white space - 0 views

  •  
    Answer: string cleanedString = System.Text.RegularExpressions.RegEx.Replace(s,@"\s+"," ");
Mark Ursino

Remove SQL Server database from single-user mode - 0 views

  •  
    STEP1: select d.name, d.dbid, spid, login_time, nt_domain, nt_username, loginame from sysprocesses p inner join sysdatabases d on p.dbid = d.dbid where d.name = 'YOURDBNAME' STEP 2: kill STEP 3: exec sp_dboption 'YOURDBNAME', 'single user', 'FALSE'
Mark Ursino

Sitecore Scheduled Task Utils Module - 0 views

  •  
    This module allows you to manually run a Sitecore scheduler
Mark Ursino

grumble.js - jQuery tooltips - 0 views

  •  
    Tooltip plugin: A grumble can be rotated around a given element at any angle, all 360 degrees. Any distance can be specified. Any CSS style can be applied. There's auto-magic size adjustment for use with localised text. FX queues for animating multiple grumbles. And it works in IE6+, and modern browsers.
Mark Ursino

DropKick - a jQuery plugin for beautiful dropdowns - 0 views

  •  
    Creating custom dropdowns is usually a tedious process that requires a ton of extra setup time. Oftentimes lacking conveniences that native dropdowns have such as keyboard navigation. DropKick removes the tedium and lets you focus on making s@#t look good.
Mark Ursino

Mobilizer | Mobile Preview Desktop App - 0 views

  •  
    Preview mobile websites, design mockups, and local HTML on Mac or PC.
Mark Ursino

All about Sitecore performance counters - 0 views

  •  
    The following message appears in the log files: Could not create an instance of the counter 'XXX' (category: 'YYY') Exception: System.UnauthorizedAccessException Message: Access to the registry key 'Global' is denied. Resolution: A Sitecore application pool user has to be a member of the system "Performance Monitor Users" group to have access to the mentioned registry key. Adding the user to this group and restarting IIS should solve the problem.
Mark Ursino

Validate RTE Links with the Sitecore ASP.NET CMS - 0 views

  •  
    This blog post describes how you can validate that users do not create internal links to items with no layout details
Mark Ursino

Dual Monitor Taskbar - 0 views

  •  
    Open Source free alternative to UltraMon for dual-monitor taskbars
Mark Ursino

jQuery.fracs - 0 views

  •  
    jQuery.fracs determines the fraction of an HTML element that is currently in the viewport, as well as the fraction it takes of the complete viewport and the fraction of the area that might possibly be visible. It also provides the coordinates of the visible rectangle in document, element and viewport space.
Mark Ursino

glDatePicker - A simple, customizable, lightweight date picker calendar plugin for jQuery - 0 views

  •  
    glDatePicker is a simple, customizable, lightweight date picker calendar plugin for jQuery
Mark Ursino

jFontSize - 0 views

  •  
    The jFontSize plugin was developed to facilitate the process of creating the famous buttons A+ and A-, which alter the font size on sites with very large texts, such as blogs, journals, tutorials
Mark Ursino

Visual Studio Remote Debugging for Sitecore - 0 views

  •  
    Debug a Sitecore site with code on a host machine (laptop with Windows 7) but the site in IIS on a VM (Windows Server)
Mark Ursino

Deck JS ยป Modern HTML Presentations - 0 views

  •  
    Modern HTML Presentations with JavaScript
Mark Ursino

FlyJSONP - 0 views

  •  
    FlyJSONP is a small JavaScript library, 2.38KB (1.13KB gzipped), that allows you to do cross-domain GET and POST requests with remote services that support JSONP, and get a JSON response
Mark Ursino

Recurly.js - JavaScript library for customizable transaction forms - 0 views

  •  
    Recurly.js is an open-source Javascript library for creating great looking credit card forms to securely create subscriptions, one-time transactions, and update billing information using Recurly. The library performs in-line validation, real-time total calculations, and gracefully handles errors.
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.
Mark Ursino

loadUI - The Home of Load Testing - 0 views

  •  
    loadUI is a free and open source cross-platform Load Testing solution. With a visual, drag-and-drop interface, it allows you to create, configure and redistribute your Load Tests interactively and in real-time.
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).
« First ‹ Previous 501 - 520 Next › Last »
Showing 20 items per page