Take the community feedback survey now.
Take the community feedback survey now.
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
Hi all, at 17/09/2018 I started Episerver CMS Bootcamp online. This blog will serve to write all the difficulties that i had and what were their solutions. Disclaimer. The logo image of this blog is the Episerver logo and not my creation.
By default we would save every two seconds (of course only if the content was changed in any way, the save is throttled for 2 seconds by default). Unfortunately it is not possible to adjust that value using the fluent server side api. Hopefully, ...
Need to customize the TinyMCE buttons at runtime and not at init? here is how.
As I explained in my previous article Different subsets of properties in different EPiServer multi sites using same content type model my current client is building a common platform for 7 websites spread over 3 EPiServer installations. As the...
For my current client we are building 7 websites spread over (at least) 3 EPiServer multi site installations. Rather than seeing each of them as separate entities, they all consume the same base code from a common platform (such as infrastructure,...
In the previous article , I have created an extension method for InitializationEngine to be able to pass configuration settings to my library: public void Initialize(InitializationEngine context) { context.UseMyLibrary(settings => { settings.MyPro...
Most developers in the Episerver community have over time benefited from one or many of the great commercial add-ons that are out there. When saying commercial add-on, I am not just referring to the kind of add-on you’re using to introduce any...
It’s been a while since my last blog post, and this time it will be fun time with windbg. One of DXC customers has been having problem with instances of their site hang and restart. We at Episerver takes the availability and performance of DXC sit...