Skip to main content

Home/ Groups/ Agency Oasis Developers
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

Sitecore Rocks Windows - 1 views

  •  
    A stand-alone Windows app for Sitecore Rocks
Mark Ursino

Chosen - a JavaScript plugin for jQuery and Prototype - makes select boxes better - 1 views

  •  
    Chosen is a javsacript plug-in makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
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

Data Definition Reference - 1 views

  •  
    Lists all of the field types for templates
Mark Ursino

jQuery Boilerplate - 1 views

  •  
    Jump-starting jQuery plugins development
Mark Ursino

Mobilizer | Mobile Preview Desktop App - 0 views

  •  
    Preview mobile websites, design mockups, and local HTML on Mac or PC.
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

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

Sitecore Scheduled Task Utils Module - 0 views

  •  
    This module allows you to manually run a Sitecore scheduler
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'
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

Instantbird - 2 views

shared by Mark Ursino on 01 Jul 11 - Cached
  •  
    Cross-platform IM client
Douglas Couto

Visio 2007 crashes, or the Visio.exe process is still running after you exit Visio 2007... - 1 views

  •  
    "Visio 2007 crashes, or the Visio.exe process is still running after you exit Visio 2007 on a Windows Vista-based computer"
  •  
    This happened to me all the time when I was running Vista
Douglas Couto

fries with that | My mind is a dream-filled balloon Dripping dreams into my shoes... - 2 views

  •  
    ""Image corrupt or truncated: " It only appears in Firebug's console in Firefox (it did not show up in IE or Chrome)."
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

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.
« First ‹ Previous 461 - 480 of 2285 Next › Last »
Showing 20 items per page