Blogg
Velkommen til bloggen vår. Her deler vi vår fagkunnskap og våre erfaringer rundt netthandelsløsninger. Vi blogger om handel, tech, trender, strategi, marketing, UX, nyheter og en masse annet. Slå deg løs!
Adjusting widget validation in EPiServer 7.19
-
Development
-
Optimizely
Recently we got stuck, unable to upgrade a solution due to external dependencies. We where then forced to deal with some of the already fixed quirks in EPiServer. One of these is the 7.19 use of dojo 1.8.9, which contains a validation bug for urls.
Ascend'15 - Episerver Find - Advanced Developer Session
-
Development
-
Optimizely
-
Navigation
In the start of November I was fortunate enough to attend the EPiServer Ascend conference which was held in Las Vegas.
Let the editor choose a rendering template for content in EPiServer
-
Development
-
Optimizely
For some content types you might want to have several rendering templates, and perhaps also different logic. This blog post shows how to create two render templates for a page type together with an editor descriptor to let the editor choose one of them when creating and editing a page.
Controlling content type and property availability in multi site solutions
-
Development
-
Optimizely
I'm currently in a multi site EPiServer project where a lot of things needs to be configured per site. Some content types, properties etc should only be available for certain sites. Luckily EPiServer is quite extensible which makes it pretty easy to accomplish this.
EPiServer Instant Templates
-
Development
-
Optimizely
Instant Templates is a new module for EPiServer that allows content editors to create their own re-usable templates from within EPiServer edit mode.
Geta.SEO.Sitemaps updated
-
Development
-
Optimizely
-
SEO
A couple of weeks ago I made some updates to our open source plugin for EPiServer, Geta.SEO.Sitemaps, a tool to generate Google XML sitemaps. This blog post is sort of a changelog for these updates.
Building an advanced search page using EPiServer Find
-
Development
-
Optimizely
-
Navigation
EPiServer Find provides a powerful and flexible tool for building innovative enterprise search solutions. Here is how I built an advanced search page using EPiServer Find with great help from the EPiServer community.
When Data Export Fails
-
Development
-
Optimizely
I was developing a new feature in EPiServer 8.8 for one of our customers which involved creation of multiple new page types and page instances that needed to be arranged in complex hierarchy. The plan was to create content in testing environment first and later transfer it to the production environment using Export data / Import data feature. Unfortunately, it didn't go as smooth as planned.