Just a quick post to report an issue I came across while testing the Sitecore Social Connected module (version 2.1). Overall it’s a great module but I ran into an issue that will effect you depending on what .NET culture…
Just a quick post to report an issue I came across while testing the Sitecore Social Connected module (version 2.1). Overall it’s a great module but I ran into an issue that will effect you depending on what .NET culture…
I have gained a lot of experience with user profiles and user registration in Sitecore but I’ve never had the chance to work with the Sitecore Social Connected module. I finally decided to install the module and find out more…
Splash pages are stupid. Unfortunately this doesn’t stop people from asking for them. I would say that the idea of a splash page has been brought up for every major Sitecore site I have ever built. If possible I try to…
I was recently thinking about an issue I had when I first started working with Sitecore. I live in Canada so the majority of websites are built in English and French which is handled nicely by Sitecore. The problem was…
In this post I want to highlight the difference between two methods for returning Sitecore users. And In some cases the 2 methods above may be used interchangeably but I believe you should probably look at using the second method…
Triggered Email Messages is something new that was introduced in v2.0 of the Email Campaign Manager (ECM). Triggered messages are messages that are sent to a single person at a time, when triggered by a specific event or in a…
I don’t have a lot of experience with Sitecore’s Email Campaign Manager (ECM) so I installed the most recent version (ECM 2.1) to get started. Everything was looking good after installation but I was unable to send any emails from…
The Sitecore Item Web API has a ton of potential and can be extended just like everything else in Sitecore. Mike Reynolds over at sitecorejunkie.com is the unofficial go to source for customizing the Sitecore Item Web API. I’ve been watching all…
The Sitecore Digital Marketing System (DMS) is a very unique set of tools which allows Sitecore developers the freedom to implement very unique solutions to business problems. There are a lot of Sitecore people doing some really cool stuff so I gathered…
This post shows some code snippets for returning the most popular items (pages) in Sitecore based on the data gathered in the DMS. The code base is taken from a different post that shows how to gather the most viewed pages…