November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
You can read more about how you enable Beta features in Fredrik Tjärnberg’s blog post . With CMS UI 10.12.0 we’re including some options to better support the On-Page Editing (OPE) experience for websites that want to handle the view on the...
Why do I need to throttle usage? Security in apis are important and we might not want the apis we build to be overly used. This could be to prevent DDoS attacks or to make sure no one tries to brute-force-use your api. To solve this problem I buil...
In an Episerver 7 project I’m working on, I need a scheduled job to continue its work with all that has happened since its last run. So I created the following code to make the job figure out when it last had a successful run: …of course the job...
We all know that bug happens. They are inevitable during development, and basically in every step-in software lifecycle. The thing that makes a difference, is to catch them as early as you can. You do not want to be in a situation where production...
This will be a more concrete example on how a developer can change the search function in the catalogs gadget, but I will also show how this adds real value for editors so if you aren't a developer read through and focus on the why and what instea...
The built-in "Send Email"-Actor in Episerver Forms lives on the Settings tab in Edit View by default. My customer wanted to move everything to do with sending a form to a separate tab, including the actors, and hide the webhook actor. The only...
The solution to this problem is not trivial. There are some great articles about custom routing in Episerver - Custom routing for EPiServer content and Episerver segments explained, registering custom routes in Episerver . But these articles do no...
I frequently get the question about how to add Commerce to an existing CMS site. I dreaded that question 5 years ago, but now adding Epi Commerce to an existing web site has really become easy in Visual Studio. It is simply a matter of adding the...