Go to content

Go to employees

Go to search

2010

 

New category layout

In a project I'm working in we're using EPiServer categories, or more correctly: lots of categories! And like all others who have work with many categories with sub-categories, sub-sub-categories etc., I thought that there must be a better way to...


Adding markers to GoogleMaps based on country code

How to add map markers with Google API's geocoder.getLocations(countryCode, addToMap)


EasySearch and EPiServer: Scoped search and Globalization issues

In one of our projects we included EasySearch into our globalized enterprise solutions which introduced us to a few issues. The two main ones were: scoped search and search with fallback languages.


Extended PageTree

If you want to extend EPiServer's PageTree to only/not include spesific pagetypes you can do this by creating your own pagetree control and make it inherite from EPiServer's PageTree class.