World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Sometimes it could be useful to manipulate how certain pages are displayed in the page tree in EPiServer 7. Because the page tree is loaded from a...
EPiServer 7 adds the concept of blocks, which differs in alot of ways from Composer blocks. One is how you provide localized names for the editor. ...
ASP.NET MVC is largely built on conventions for controllers, models, and views. However, I prefer tweaking these conventions a bit for EPiServer 7...
I have been poking around in System.Runtime.Caching that was introduced with .NET 4, and more specifically the MemoryCache. The MemoryCache is...
Background As EPiServer sites grow, their language files usually grows rapidly as well. It’s not uncommon to have several hundred lines of language...
This custom property will render a checkbox list of all visitor groups, allowing multiple selections. Add a reference to EPiServer.ApplicationMod...
This post explains how to setup automated Selenium tests on an EPiServer website. Beyond the scope of this post: Installation and configuration of...
When I installed CMO 2.0 on a CMS 6 site running .NET 4, I had some issues with the installer. Same problems on both my dev and production...
I just put together a VPP for using Flickr photosets and photos in the EPiServer filemanager. The photos are cached locally. Uploading (among other...
Have you ever wanted to replace hard wired image urls in your css files with images selected from EPiServer? That is, without using inline css in...