Join our community!
The ghosts from the EPiServer 4 era are unfortunately very much still alive. Here's why you should minimize ViewState on your sites.
By: Thomas Leela
One issue I often see poorly implemented in EPiServer is language menus in combination with different hosts. And that’s not difficult to comprehend as even EPiServer struggles on their own site.
Replace EPiServer's archive job and organize expired content in a hierarchical structure based on published date
While most Remote Events tools for EPiServer can do pings, Epinova.Diagnostics does ping-pong.
Sharing our comprehensive QA checklist for EPiServer 6 projects, based on best practices, experience and common sense. The checklist covers development, usability and deployment.
I get a lot of questions concerning WebParts used with EPiServer. The most common question is how to use the PropertyXhtmlString and text editor (TinyMCE) in a WebPart. I'll provide examples using both WebControl and UserControl. WebControl public...
The EPiCode.WebParts.Core framework supports editing Web Parts in most browsers. This is done by using Microsoft.Web.Preview.dll and a ScriptManager as mentioned in this post . The cost is 5 extra requests and approxemiatly 141 ekstra KB in total....
Changing the order of page type properties has always been a bit of a pain. Especially when moving a property several levels. The EPiCode.PageTypeUtil tool has among other things great functionality for sorting properties, but its GUI shows signs ...