Try our conversational search powered by Generative AI!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Syndicated blog - Posted on: Apr 28, 2010

    I just released the second beta of Page Type Builder 1.2. Grab it here! This release features quite a few new things, some of them rather exciting! A new initalization process. Up until now Page Type Builder has used a plugin-hack to have it’s...

  • Syndicated blog - Posted on: Apr 27, 2010

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

  • Syndicated blog - Posted on: Apr 27, 2010

    You can get a marker on a country based on the country code by calling Google API's geocoder.getLocations(countryCode, addToMap); and were addToMap processes the response from Google on the country code and created a marker and added it to the map...

  • Syndicated blog - Posted on: Apr 27, 2010

    So this time I was the dummy. The solution was of course a missing section in the web.config-file:                          

  • Syndicated blog - Posted on: Apr 27, 2010

    EPiAbstractions has (finally) been updated for EPiServer CMS 6. Version 1.2 also features two new interfaces and corresponding implementations, IPageReferenceFacade , so you can isolate your code from PageReference.StartPage, and IFilterForVisitor...

  • Posted on: Apr 26, 2010
    Rating:

    If you declare your own logger in Global.asax.cs (for the Global class) you will effectively turn off all log4net logging for the entire site. Like this: using log4net; using System.Reflection; ... public class Global : EPiServer.Global { // Very...

  • Syndicated blog - Posted on: Apr 26, 2010

    This post tries to pinpoint every aspect of the EPiServer.Blog setup. How do you add tags to the tags collection property on the blog item page, how does the tagcloud get updated, how does the blog item pages get created beneath correct date root...

  • Posted on: Apr 26, 2010
    Rating:

    I tried to take the current Itera.MultiProperty project and recompile it with the CMS 6. It compiled without errors. But when you use it it throws and error complains about Multiple custom attributes of the same type found The error is caused by...