volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Anders Hattestad

Anders Hattestad

personAlias: Anders Hattestad
businessCompany: Itera Norge AS
location_onLocation: Norway
linkBlog: My little corner
infoAbout 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: 1977 (gain 1023 points more to level up)

Score Distribution

Posted on: Apr 12, 2016
Rating:
star star star star star

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:
star star star star star

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:
star star star star star

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:
star star star star star

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:
star star star star star

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

Posted on: Feb 20, 2015
Rating:
star star star star star

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:
star star star star star

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:
star star star star star

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:
star star star star star

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:
star star star star star

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...