Go to content

Go to employees

Go to search

EPiServer

 

Using WURFL as Display Channel detection in EPiServer 7

Introducing Epinova MobileChannel, a Display Channel plugin for EPiServer 7 which uses WURFL to automatically detect how to render content for mobile devices.


Epinova.Mobile.TemplateProvider updated and released on Nuget

The Epinova.Mobile.TemplateProvider plugin has been updated and is now available for download from the EPiServer Nuget feed.


Epinova.Mobile.Core released on Nuget

The Epinova.Mobile.Core plugin is now available on the Episerver Nuget feed with a few changes/ improvements since I first blogged about it.


Tool for setting ArchiveLink on existing pages released

I'm guessing I'm not the first to experience this.. An editor has already created lots of pages, but didn't set the ArchiveLink property along the way. Now, he wants to activate the Archive function..


Flexible EPiServer mobile content strategy with Epinova.Mobile.TemplateProvider

Introducing a flexible solution to serve mobile web content whether your site uses responsive design, custom mobile templates or a mix of both.


Introducing Epinova.Mobile.Core for mobile EPiServer solutions

EPiServer solutions must evolve to meet the demands of mobile web. We created the Epinova.Mobile framework to provide a flexible foundation for mobile EPiServer solutions.


Problems with WebServices after upgrade from .Net 3.5 to 4.0?

When upgrading a project from .Net 3.5 to 4.0, it seems the ScriptHandlerFactory entry is removed from the <handlers> section in Web.config. Here's how to solve this problem.


How to find Application root folder in Scheduled task (no HttpContext available)

In case you need a way to find the folder on the file system where your application runs when HttpContext is not available, you can use: string applicationPhysicalPath =  HostingEnvironment.ApplicationPhysicalPath; This is useful for instance when...

Tags


Find recently changed pages

How to find the most recently changed pages in EPiServer.

Tags