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
The "Display In Navigation" has been around for ages and was previously coupled to EPiServer's built-in menu controls. Today we typlically build our own implementations of menus since the requirements with mobile first and the demands on highly...
Did you ever try to store a XhtmlString in a variable and use it in your code? Maybe you noticed that some stuff, like links, isn’t very useful because they are internal. I noticed this when i upgraded a site from CMS6, and on that site i had a...
We are extensive users of the feature of implementing custom selection factories by using the EditorDescriptor -attribute in Episerver. The use-case is quite simple and provides the editor with the ability to single select a value within multiple...
Somewhere between the releases of Episerver 7.5 and latest, a small but subtle change in how the epi-cms/contentediting/editors/SelectionEditor displays labels in associated drop downs was made. The line label: item.text was replaced with label:...
How hard should it be to parse an excel file and and present it as a html table? One would think that since Excel is so popular it would be super easy but in my experience it's not. The code im going to link to isn't my own but since it actually...
Page tree and Asset tree are kept separate and that’s definitely a good thing. It’s totally up to the editor on how to structure both pages and folders. However in big sites that may soon become problematic simply because pages are strictly...
How to become a better CMS developer by walking a mile in your clients' shoes.
I have written a few blog posts now about how to implement ASP.NET Identity in Episerver. If you use the ASP.NET Identity data model out of the box, you could run into some performance issues with large quantity. With a few tricks you could optimi...