Skip to main content

Posts Tagged ‘Sitecore’

Sitecore – Custom Media Items in Media Library Browser

Sitecore has several templates it uses for items uploaded into the Media Library that can all be found at /sitecore/templates/System/Media. There are templates for all media types–documents, images, files, and more. As part of a custom integration project for a client, I needed to add some custom fields on to items added into the Media […]

Sitecore Media Framework – Import Buttons Not Displaying

I developed a custom connector for the Sitecore Media Framework for a client to import media from their Digital Asset Management system into Sitecore through the Content Editor. Sitecore’s documentation for developing a custom connector lays out the process for developing a connector very well, but it leaves out a key step when creating the Import […]

Sitecore 8.2u1 Azure Resource Manager Templates

The Sitecore and Microsoft worlds have been abuzz lately with the latest iteration of Sitecore’s Experience Platform product – version 8.2 Update 1. The big feature update with Update 1 is full support for Azure Resource Manager support for the Sitecore platform. Deploying Sitecore on Azure has actually been available since version 6.3 with the Sitecore […]

Shooting Stars@1x

Crafting an Interactive Timeline with SCORE Components

With SCORE, one of our overriding goals is to minimize the complexity and development effort involved in building Sitecore websites. In most cases, you can use a series of SCORE components to build a complicated UI element, using advanced CSS and JavaScript techniques to completely transform them. One such situation that I recently tackled was […]

Sitecore DevOps on Microsoft Azure

A few months ago, Tim McCarthy and I had the opportunity to give a presentation at Sitecore Symposium in New Orleans, LA about Sitecore, infrastructure-as-code, and build and release strategy using Visual Studio Team Services and Microsoft Azure. These are platforms and practices that we use daily in maintaining consistent build and deploy processes and […]

Sitecore – Template and Item Icons Saved with Icon Cache Path

Have you started to notice broken icons in the Sitecore Content Editor recently? In this post I’ll dive into the root cause of the issue and how to fix it.

Video Training: Sitecore Marketing Campaign Tracking

Important note: This is Part 3 in a series. Please check out Part 1 on Taxonomy and Part 2 on Goals if you have not already. If you have been following along, you likely have Sitecore goals in place and values assigned to them, along with a maturing marketing taxonomy. Those goals should be delivering […]

Podcast: Sitecore personalization interview on Core Sampler

I had the honor of joining master Sitecore Developer and host Derek Dysart as a guest on his Sitecore-based podcast Core Sampler. I am proud to be among the ranks of distinguished Sitecore MVP’s and a growing variety of Sitecore experts on his informative series. Check out the Podcast While the content of this podcast […]

Sitecore 8.2 Upgrade – View Rendering Gotcha

When upgrading to Sitecore 8.2, watch out for this issue that we ran into. If you have any View Renderings that don’t end in “.cshtml”, like for example you had an extra space at the end of one of them and it ended in “.cshtml “, you may have a problem. Sitecore, in an effort […]

Abstract Circle@1x

Bulk Manipulating the Language of Content

If you want to bulk manipulate by moving content from one language to another, SCORE comes with a language manipulation feature that can help. On the flip side, if you want to remove languages from your system, you can use PowerShell to automate this. Imagine that our site is currently in English with an en […]

[Infographic] Why the Digital Customer Experience Matters

The connection between your customer’s digital customer experience and bottom line are clear. Check out this infographic to see why you should consider improving your company’s digital customer experience.

Sitecore – Add Session to Web API

Out of the box, Web API does not support session. It’s possible to enable it, but requires a bit of work. In this blog post, I’ll cover how you can enable session in Web API for your Sitecore solutions with a custom pipeline processor.

Load More