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: Mar 11, 2014

    The code-first content modelling technique made main stream by EPiServer CMS 7 and now almost universal with EPiServer 7.5 and EPiServer Commerce 7 makes extensive use of the DataAnnotations available within ASP.Net. This has enriched and...

  • Syndicated blog - Posted on: Mar 10, 2014

    I wrote a small EPiServer admin tool the other day in order to make it easier to retrieve log files without having direct access to the webserver. It is a rather straight forward piece that lists the files of a … Continue reading →

  • Syndicated blog - Posted on: Mar 10, 2014

    Output caching can significantly improve the performance of an EPiServer site. However since EPiServer Visitor Groups were introduced it meant it was difficult to switch output caching on as each page could be unique for each user depending on the...

  • Syndicated blog - Posted on: Mar 10, 2014

    Output caching can significantly improve the performance of an EPiServer site. However since EPiServer Visitor Groups were introduced it meant it was difficult to switch output caching on as each page could be unique for each user depending on the...

  • Posted on: Mar 10, 2014

    Default property values on content in EPiServer are set by overriding SetDefaultValues . In an attempt to make my model classes a bit tidier, by not having to do the override in lots of places, I wrote a little piece of code which enables the use ...

  • Posted on: Mar 07, 2014

    Integration testing a EPiServer Commerce site can be tricky. How would you know how to initialize everything in a way so that your tests behaves similar to how your site behaves? In an attempt at answering this question for you I’ve created a samp...

  • Syndicated blog - Posted on: Mar 06, 2014

    How to leverage a CRM system to build powerful web sites, and a look at some of the integration options.

  • Syndicated blog - Posted on: Mar 06, 2014

    Whenever you need to represent data on the website in table format question about responsiveness and page look & feel on smaller devices arise. I found an interesting solution @ CSS Tricks for transforming tables from column-based into row-based o...