World is now on Opti ID! Learn more

Anders Hattestad

Anders Hattestad

 Alias: Anders Hattestad
 Company: Itera Norge AS
 Location: Norway
 About me: I’m a developer and part of the Itera EPiServer team. Have worked with Content management systems for a decade, and EPiServer the last 5-6 year.

CRP Information

Level: Esteemed Citizen
Total contribution points: 1951 (gain 1049 points more to level up)

Score Distribution

Posted on: Apr 12, 2016
Rating:

There are great tool available for logging user actions on your site like google analytic, but sometimes you want to know more about how much time ...

Posted on: Feb 18, 2016
Rating:

I got a problem with the search result using EPiServer.Search. The site is in Norwegian and is set to default langauge in site settings in admin. B...

Posted on: Feb 11, 2016
Rating:

I have looked at different ways of implementing a dropdown list with dependencies. Have looke at Doong Nguyen’s solution but had problems making it...

Posted on: Feb 09, 2016
Rating:

I work locally and move the site to a test server, and the search didn't work. The first problem was the http://IndexingService/IndexingService.svc...

Posted on: Feb 08, 2016
Rating:

A quick tip for finding owner page. var contentAssetHelper = ServiceLocator.Current.GetInstance<ContentAssetHelper>(); var ownerNode = contentAsset...

Posted on: Feb 20, 2015
Rating:

I needed to extend the popup with a new field where the editors could add a phone number. In EPiServer 7.5 this can be done by extending the...

Posted on: Jan 07, 2015
Rating:

I had a search page that worked locally but not on my test server. The strange thing was that the when I access this path locally I got the result...

Posted on: Aug 25, 2014
Rating:

In EPiServer 7.5 there is support for selection DisplayOption for items in a ContentArea. The build in support will change the tag the item is...

Posted on: Aug 08, 2014
Rating:

If you experience that you get an error when trying to copy or export/import a page tree the reason could be that you are missing some files in the...

Posted on: Mar 18, 2014
Rating:

The pattern I use for utilize the MVC framework and EPiServer blocks is based on inheritance and the use of tags. I have one Default block controll...