Go to content

Go to employees

Go to search

EPiServer

 

The ViewState face-palm

The ghosts from the EPiServer 4 era are unfortunately very much still alive. Here's why you should minimize ViewState on your sites.


Managing EPiServer languages and site hosts the easy way

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.


Create archive hierarchies in EPiServer

Replace EPiServer's archive job and organize expired content in a hierarchical structure based on published date.


Testing Remote Events in load balanced environments with ping-pong

While most Remote Events tools for EPiServer can do pings, Epinova.Diagnostics does ping-pong.


Epinova QA checklist for EPiServer CMS 6 projects

Sharing our comprehensive QA checklist for EPiServer 6 projects, based on best practices, experience and common sense. The checklist covers development, usability and deployment.


PropertyXhtmlString and WebParts

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...


Reducing number of request and page size when using Web Parts in EPiServer

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....


Web parts and EPiServer in perfect harmony

As I mentioned in an earlier post we often use web parts in our EPiServer projects at Epinova. And by using the EPicode.WebParts.Core framework together with EPiServer, the solutions become highly flexible and adaptable. But there have also been...


No more mouse arm during reorganization of page-type properties

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 ...