November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
Customising your TinyMCE styles for OnPage Editing makes your editors work a tiny bit more pleasant. Here's how you set them in code, as opposed to via the admin GUI.
I received a request the other day for the ability to use Active Directory Groups in Commerce Manager for permissions. While Commerce Manager uses granular permissions that will not allow this easily, there is a way to at least sync the groups an...
In order to get features out as early as possible and to get early feedback EPiServer will from time to time include features that are in “beta state” in our weekly deliveries . By default beta features are hidden to prevent unintentional use...
Projects is our first Beta feature in the Edit UI, and the reason for it being beta is that we want to gather feedback from you on what we can improve, which features are we missing and so on, and still have the possibility to do large changes...
Projects is our first Beta feature in the Edit UI, and the reason for it being beta is that we want to gather feedback from you on what we can improve, which features are we missing and so on, and still have the possibility to do large changes...
I needed to add a few extra tabs to our EPiServer 7.5 installation last week, and found Per Magne Skuseth‘s comment on Tabs and sort index to be really useful. Of course I managed to alter the piece of code … Continue reading →
Creating a CustomerContact from a MembershipUser is something you'll run into quite quick when developing a Commerce site. Now, what's wrong with this piece of code? public CustomerContact CreateUser(MembershipUser user, string firstname, string...
Just a quick note to myself (and perhaps others), so that I won’t spent the same amount of struggling again… :) The Xml CDATA tags do not work in EPiServer, and what’s more: EPiServer stops parsing the lang file at the point where the CDATA tag is...