Take the community feedback survey now.

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
  • Posted on: Nov 04, 2011

    For those of you who are not using ElencySolutions.MultipleProperty in their projects please refer back to previous blog posts and the usage instructions linked to on codeplex to see how it could help you out. Some of the things it allows you to...

  • Posted on: Nov 03, 2011

    Did you know that you don’t need to install client component in EPiServer CMS 6 to be able to export form data to Excel. I didn’t and I found out the hard way. I have many times in various training facilitys installed the client components that yo...

  • Posted on: Nov 02, 2011

    Last week it came to my attention that there was an issue when using list based properties with my MultipleProperty assembly within a composer function. The issue that was occurring was that when the list had only one item the changes were not...

  • Posted on: Nov 02, 2011

    This isn’t an EPiServer-specific post as such, but it is a relevant to most people developing with EPiServer because the chances are you will use a fair bit of LINQ – especially if you’re using things like the DDS. I love LINQ. It’s great. It...

  • Posted on: Nov 01, 2011

    I have been to a number of IT-related conferences, but they have all been industry/practitioners events, usually the Microsoft PDC:s etc. These conferences are good and focused on delivering knowledge that you can take home and use today. However ...

  • Syndicated blog - Posted on: Nov 01, 2011

    I’m happy to announce Truffler Sample , a project that illustrates basic usage of Truffler and it’s .NET API . It’s both a site online at sample.truffler.net and an ASP.NET MVC project that you can download the source code for over at GitHub . The...

  • Syndicated blog - Posted on: Oct 30, 2011

    I ran in to a problem with my migrated EPiServer 4 website when creating new pages programmatically. The old site was using English as the master language, but my new one would be all in Swedish. I had used the … Continue reading →

  • Syndicated blog - Posted on: Oct 30, 2011

    A client was using CurrentPage.Changed.ToShortDateString() for displaying a Last updated date in the inner footer of their pages. They often, however, forgot to select the Mark page as changed-checkbox on the Settings tab, and asked me if it was...