Skip to content

Instantly share code, notes, and snippets.

@jeeby
jeeby / keybase.md
Created September 11, 2019 08:01
Keybase

Keybase proof

I hereby claim:

  • I am jeeby on github.
  • I am jeeby (https://keybase.io/jeeby) on keybase.
  • I have a public key ASD4OZPY45EIkwPP1nNCvoCM-sTjBw2z1Vey24gEe6lgEAo

To claim this, I am signing this object:

@jeeby
jeeby / SearchStandardValuesFields.aspx
Last active May 24, 2017 11:33
Sitecore Admin Page: Find all items with unset fields (using standard values)
<%@ Import Namespace="Sitecore.Data.Items" %>
<%@ Import Namespace="Sitecore.Data.Fields" %>
<%@ Import Namespace="Sitecore.Data.Templates" %>
<%@ Import Namespace="Sitecore.Data.Managers" %>
<script runat="server" language="c#">
public static string tableCell = "<tr><td>{0}</td><td>{1}</td><td>{2}</td></tr>";
public static string result = string.Empty;
public static int count = 0;