Useful Sitecore Extensions for an ASP.NET Repeater Control
If you are like me and you find yourself using ASP.NET Repeater’s all the time, then here are some useful extension methods I use. using System; using System.Collections.Generic; using System.Linq;...
View ArticleIcons!
As a Sitecore developer you’re faced with many challenges, however there are none more difficult than choosing the right icon. Hours can be spend trying to figure out if your data is best represented...
View ArticleWebinar : How UnitedHealth Group personalized their digital customer...
Live webinar: Thursday, Nov 6, 2PM ET, 11AM PT Join UnitedHealth Group, Horizontal Integration, and Sitecore for a live webinar that tells the story of how UnitedHealth Group personalized their digital...
View ArticleSitecore 8 error editing the presentation layer
Issue: Error when trying to edit the presentation layer Versions: Sitecore 8, Initial Release (rev 140922) Visual Studio 2013 Details After building my Sitecore 8 solution in Visual Studio 2013, I...
View ArticleTDS Error in Visual Studio: Value cannot be null. Parameter name: path1
Versions: TDS 5.1.0.3 Team Development for Sitecore ((TDS) from Hedgehog Development Visual Studio 2013 Sitecore 6.6 (rev 131211) Issue: TDS project error in Visual Studio when one or more file in the...
View ArticleTDS error: The specified path, file name, or both are too long.
Versions: TDS 5.1.0.3 Team Development for Sitecore ((TDS) from Hedgehog Development Visual Studio 2013 Sitecore 6.6 (rev 131211) Issue: TDS issue with long file names or paths: An exception occurred...
View ArticleInstalling Web Deploy issue: WmSvc fails to start (due to SSL wildcard...
Versions Windows Server 2008 R2 x 64 IIS 7.5 Wildcard SSL certficate used (*.domain.com) Web Deploy 3.5 Visual Studio 2013 Issue When trying to install Web Deploy on a web server, but the “Web...
View ArticleSitecore Source Field Code: query that implements IDataSource
I came across something cool today! When a CheckList, MultiList, TreeList, or etc. field are on your template, they eventually call into the Sitecore.Web.UI.HtmlControls.Data.LookupSources.GetItems()...
View ArticleList Manager: Segmented List From Custom Rules Using Custom Facet Fields
Versions Sitecore 8 Update 2 EXM 3 rev 150223 Tasks Create a custom facet with fields on a contact Segment a List Manager Segmented List with custom rules using the custom facet fields Details In...
View ArticleEXM: Token Replacement In Messages With A Contact Custom Field
Versions Sitecore 8 Update 2 EXM 3 rev 150223 Task Add a custom token to replace with a custom field added to the contact record in an EXM Message when sending the email, such as the salutation like...
View Article