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: Nov 15, 2012

    This is just a quick tip for making debugging code using categories easier. You’ll find the admin GUI here: Find the line displaying the category names, and change it to this: Now you’ll see the IDs of all categories, making your code a lot more...

  • Syndicated blog - Posted on: Nov 14, 2012

    ASP.NET MVC is largely built on conventions for controllers, models, and views. However, I prefer tweaking these conventions a bit for EPiServer 7 sites to separate block views from page views.

  • Syndicated blog - Posted on: Nov 14, 2012

    ASP.NET MVC is largely built on conventions for controllers, models, and views. However, I prefer tweaking these conventions a bit for EPiServer 7 sites to separate block views from page views. Building a web site on EPiServer 7 using ASP.NET MVC,...

  • Posted on: Nov 12, 2012
    Rating:

    Note: There is an updated version of this blog post for EPiServer 7.5 here . In this fourth and last blog post in my series on how to extend the user interface in EPiServer 7 we will take a look how we can build a more advanced editorial widget. W...

  • Syndicated blog - Posted on: Nov 12, 2012

    Downloadable and annotated source code for a ready-to-use search page using EPiServer Find. Although EPiServer Find can be used for many things on an EPiServer 7 site, the most common scenario is probably free text search pages and while there’s...

  • Syndicated blog - Posted on: Nov 10, 2012

    Not long ago Microsoft released their IaaS on Windows Azure, making it possible to run Virtual Machines in the cloud. One of the biggest problems with running EPiServer on Azure has been the license model being bound to either MAC or IP address....

  • Posted on: Nov 09, 2012
    Rating:

    Have you ever got the following error in the BlockController for our MVC API? The current request for action 'Index' on controller type 'x' is ambiguous between the following action methods: System.Web.Mvc.ActionResult Index(y) on type x...

  • Syndicated blog - Posted on: Nov 08, 2012

    Even though the new EPiServer 7 is out, some of us are still working with older versions. The Categories tab in EPiServer CMS 6 R2 is not very good lokking, and things get really ugly if you have a huge number of categories to select from. That’s...