I had discovered a little bug revolving around the Sitecore.Data.Fields.Field.ContainsStandardValue property in Sitecore (at least 6.4.1.101221 through current). You cannot trust the value returned by Field.ContainsStandardValue if you have made any of the following calls: Field.HasValue Field.G... [More]

A common practice in all of my Sitecore sites is to have some sort of content fallback. What this means is that a field's value can come from somewhere other than the field itself, the source item (if it is a clone), or its standard values. Content fallback is an excellent way to increase editor pr... [More]

One of the major pain points when deploying Sitecore based web sites has always been configuration management. Sitecore has thousands of lines of configuration scattered across more than a dozen files.  With Sitecore 6 we were given the ability to use 'patch' or 'include' files that great... [More]

Have you ever had a TreeList field in Sitecore only to see this when editing an item? There is no easy way to tell what is actually selected! Now, sure, you can rename the 1/2/3 items to be more descriptive, but that feels clunky to me. I've seen this a few times in Sitecore solutions we've ... [More]

We, at Hedgehog Development, have been intimately working with Sitecore serialization since it was released with Sitecore 6.0 in 2008. Specifically our interest has been in helping developers bring their Sitecore items into Visual Studio and essentially allow you to treat your Sitecore items as code... [More]

Sitecore Rules Engine and RegEx

September 29, 2011

I was having some fun with the Sitecore (6.5.0.110818) rules engine over the last couple days. Specifically, I was trying to show content editor warnings as well as control icons for templates based on the name of the item. However the Item name comparison, when using a regular expression, was never... [More]

I have a nice assortment of little scripts that I've written over the years to perform various tasks within Sitecore. Based on this Stack Overflow question I figured I would release one. This script will show, and allow you to reset, the __security field on all items in a subtree. The code wasn't w... [More]

This post is in response to a blog post by Dmitry Vasilinenko (http://vasilinenko.blogspot.com/2011/05/coninuous-integration-for-sitecore.html) that . I posted this up as a comment on Dmitry's blog, but it was quickly taken down for some reason. [More]

You might be interested to hear about a new initiative that Hedgehog Development is undertaking, the Sitecore Users' Virtual Group. This user group is dedicated to supporting the Sitecore community wherever they exist across the globe. We have some great speakers lined up for our first sessions, and... [More]

Looking back at 2010 I can confidently say the biggest news I was hit with was that I am having triplets. A pair of identicals girls and a singleton girl to be exact. This is, of course, in addition to my two year old son. I always wanted four kids so I am pretty stoked! The actual due date is Apri... [More]