Skip to main content

Microsoft

7 Reasons to Avoid Over-Personalization in Sitecore XP

Before I get started, let me be clear, I am very much of the belief that a personalized customer experience can grow conversion by at least 20% compared to a contextually irrelevant site. Relevancy matters, so please put away your torches and pitchforks and let me clarify. I have started to see a trend where […]

Sitecore PowerShell Extensions Pt.1: The What and the Wow

I still cannot believe that there are Sitecore developers out there that are still not using Sitecore Powershell Extensions. Since I discovered SPE, it’s saved me what I can only estimate as being hundreds of hours of headaches and hundreds of dollars in therapist bills! Admittedly, there’s a pretty steep learning curve, but the ROI […]

Under the Hood With “The Future of SharePoint”

It has been about a week since Microsoft unveiled “The Future of SharePoint” at this event here (note: you have to provide your e-mail and some other info to get access to all the content). The keynote has kind of a general overview of all of the new directions that the SharePoint team is heading […]

3 Things to Remember with Sitecore Multi-Site Configuration

Multi-sites in Sitecore are a useful way to host multiple sites on the same Sitecore instance. However, there are more steps than just adding your site into the <sites> section in the web.config. Below are 3 things that you should always remember to set in your configuration in a multi-site (or using a site name […]

Sitecore WFFM – View Compilation Error after Upgrade to 8.1

After fixing the controller not found exception following our client’s recent upgrade to Web Forms for Marketers 8.1, all of our forms continued to throw an exception on load: Compilation Error. CS0104: ‘Constants’ is an ambiguous reference between ‘Sitecore.Forms.Mvc.Constants’ and ‘SitecoreDemo.Constants’. Web Forms for Marketers installs several views and editor templates into your Sitecore installation at […]

OneDrive or Box?

OneDrive is leapfrogging the competition for document management, collaboration and sharing. It’s hard to fully quantify the benefits of using OneDrive for your file collaboration and sharing because it’s already part of Office 365. By virtue of being on the platform OneDrive already has the advantage of built in: Search, eDiscovery, Data Loss Prevention and […]

Top 5 SharePoint Innovations Announced Today

On Star Wars day the force is most definitely with SharePoint. SharePoint is here to stay and continues to form an integral part of Office 365. Let’s take a look at the Top 5 innovations announced today… #1 Page Rendering Model There is a radically new page rendering model. SharePoint pages previously relied a lot on […]

Sitecore, URL Rewrites, and the “Failed” JS Dialog

Recently for our new public website, we encountered a bit of an issue with the Sitecore back-end that didn’t really have a descriptive error. In fact, there were a number of symptoms that were a bit unexplained but the most frequently encountered one was this “Failed” JavaScript dialog that would come up when expanding something […]

Sitecore WFFM – Controller Not Found after Upgrade to 8.1

We recently upgraded one of our clients from Sitecore 8.0 to Sitecore 8.1 and had to upgrade to Web Forms for Marketers 8.1 rev. 160304 as part of the upgrade. After upgrading WFFM, all of our forms started to throw the following exception: The controller for path ‘{{form path}}’ could not be found. The project has a custom Controller Factory that uses […]

Top Takeaways from a Sitecore xDB Cloud Configuration

We recently worked to help one of our customers set up xDB Cloud and had some great findings come out of the project. While the Sitecore documentation is very good in some areas, in some of the newer areas, like xDB Cloud, the documentation can be a little unclear or even lacking at times.  Here […]

change management

TLS 1.2 and .NET Support: How to Avoid Connection Errors

I recently ran into an interesting issue when developing a connector for a third-party API. When trying to connect to the API endpoint, I received the following error message: “An error occurred while making the HTTP request to https://<API endpoint>. This could be due to the fact that the server certificate is not configured properly […]

Sitecore MVC – Independent Experience Editor Views

I find that many of the components I develop in Sitecore need custom markup in the Experience Editor that shouldn’t be present on the live site. Although it’s possible to add this custom markup into my components’ views with @if (Sitecore.Context.PageMode.IsExperienceEditor), I prefer to keep branching logic out of my views as much as possible. Fortunately […]

Load More