November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
A frequent request for ImageVault is to be able to archive media files at a predefined date. Though exactly what archiving a file are actually supposed to mean has about as many answers as the requests for this feature. Hence I thought it would be...
I was given the task to import pages from EPiServer 4.6 to a new EPiServer 7 site. Access was limited and I had no possibility to modify the code or configuration of the 4.6 project. I went for a solution where an export package was used. First I...
Avoiding Duplicate Content I think everyone loves the Simple Address feature in EPiServer CMS to easily set up friendly URLs. If you haven't come across it, Simple Address lets you set a simple URL that will come after the site domain. This is...
Here is how you can use Web API in an EPiServer CMS 7 MVC project with dependency injection in the API controllers.
.csharpcode, .csharpcode pre{ font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/}.csharpcode pre { margin: 0em; }.csharpcode .rem { color: #008000; }.csharpcod...
How to render content areas without using the built in functionality in EPiServer. And how to maintain some sort of on-page-editing functionality. Content areas is a great new feature in EPiServer 7. One reason for that is of course the obvious on...
After my upgrade of Stockholm Pride to EPiServer 7 CMS (blog post coming soon) I wanted the project to be a bit more shiny with some Code Managed Page Types. I forked Erik Nordin’s utility to create classes for PageTypeBuilder in an existing...
Example unit tests for the MVC version of the EPiServer 7 Alloy templates available for download. During the development of the ASP.NET MVC templates for EPiServer 7 I created a number of tests, or executable specifications, in a separate project....