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 […]
Posts Tagged ‘Sitecore’
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 […]
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 […]
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 […]
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 […]