World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Moment.js Good library to make localizable JavaScript Dates is Moment.js. Through nuget it can be searched as “moment.js”. Except regular dates...
In EPiServer 7 Web Forms project I wanted to find all usages of a regular property. But I failed – “Usages of ‘RightContentArea ‘ were not found.”....
We have an e-commerce shop, so that we have products there. There should be Friendly URL for every product, so last part would be the name of a...
ContentArea when empty (no blocks dragged) returns null in code. It’s fine when you use EPiServer standard code for handling ContentArea rendering:...
You have a choice which one to use when you are building an EPiServer 7 website. IMHO this option is only to give developers familiar with Web Form...
The small things, the ones that take really not much time when implemented right at first opportunity (not delaying until … never). And how they wi...
The default ContentArea rendering will generate something similar to: This is completly fine in most cases, but sometimes you have markup that you...
I always feel wrong when I need to do the most basic thing in Episerver development – adding a new page type. First options was to use “Add New Ite...
Provided with all materials about Attaching to global event EpiServer, I would build (and I did couple times) code like this: This approach has one...
Fast example how to make ContentArea rendered as unordered list from blocks in EpiServer 7 MVC. Starting markup: That is very easy to achieve using...