Go to content

Go to employees

Go to search

Blog entries posted during April 2010

 

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.