Scheduled Jobs with Sitecore Experience Extractor

Note: Experience Extractor requires direct access to Mongo DB and Sitecore’s item database, and is currently not compatible with Sitecore xDB Cloud Service. In my previous post I gave an Introduction to Sitecore Experience Extractor. This post builds upon that and introduces

Posted in Sitecore

Introduction to Sitecore Experience Extractor

Note: Experience Extractor requires direct access to Mongo DB and Sitecore’s item database, and is currently not compatible with Sitecore xDB Cloud Service. Experience Extractor is a new tool that is meant to be used with Sitecore XP 8.0 and above.

Posted in Sitecore

Override the SMTP settings in the Sitecore Web.config file

I recently needed to set up some sort of testing mode on a production server for email notifications that are sent from Sitecore. The email notifications are sent via a scheduled task in Sitecore which alerts users that their account

Posted in Sitecore

How Can My Organization Transition to Sitecore MVC?

While many Sitecore developers (or .NET developers for that matter) can see the advantages of using MVC over WebForms, I want to take a moment to step back and look at why it can be so difficult to make the transition to

Posted in Sitecore

Teaching Sitecore: Ensure that items have at least one version

For 2015 I will be focussing a lot of blog posts on Teaching Sitecore. Since there is no freely available version of Sitecore to help developers learn the platform, many new devs are thrown in to the Sitecore world with little

Posted in Sitecore

What is Sitecore.Services.Client?

Sitecore.Services.Client is a new offering found in Sitecore 7.5/8. But what is it? I had no idea so I began by reading the Developer’s Guide on the Sitecore SDN. After reading, I was definitely a bit confused since some of the functionality found in

Posted in Sitecore

New Web.config Settings in Sitecore 8

There are always some Sitecore settings in the Web.config file that are hidden gems. So I broke out my favourite “Diff” tool in order to see what sort of new settings there are in Sitecore 8. For the purpose of

Posted in Sitecore

Exploring the Sitecore Social Connected Module – LinkedIn

As a follow up to my post about exploring the Facebook connection via the Sitecore Social Connected Module, I wanted to show what type of user profile data you receive from the LinkedIn connection out-of-the-box. When a visitor uses their

Posted in Sitecore, Sitecore Modules

Search by Email in the Sitecore User Manager

I’m sure I am not alone when I criticize the standard Sitecore user manager tool. It is adequate for basic Sitecore solutions but isn’t able to keep up with more complex implementations that may have many different types of Sitecore

Posted in Customization, Sitecore

Unable to add new Sitecore language due to item naming rules

Just a quick post for any Sitecore administrators or users who come across this problem. The issue can occur when attempting to add a new language to your Sitecore solution under the /sitecore/systems/languages node in the content tree. When attempting

Posted in Sitecore