A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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 21, 2012

    Today I was deploying some new functionality on a customer site which included adding a couple of new properties. Added the properties and code and tested the new function and all was ok. So now it was only left to move the properties to the corre...

  • Posted on: Nov 20, 2012

    I work as a developer for an EPiServer partner in the UK and also have the pleasure of running many of the CMS Developer training courses in the UK and Ireland. During these courses I am often asked questions that fall into one of two categories: ...

  • Syndicated blog - Posted on: Nov 19, 2012

    New Alloy templates package for EPiServer 7 is a good example of building adaptive site and using new EPiServer features like shared blocks. It implements custom content area rendering to arrange blocks in rows and fill all available space dependi...

  • Syndicated blog - Posted on: Nov 17, 2012

    When building EPiServer websites with ASP.NET MVC the LinkURL property doesn't do us much good. Here's a couple of MVC-compatible ways for getting the URL for a page. Pretty much since the dawn of time, or at least since the Finnish heavy metal ba...

  • Syndicated blog - Posted on: Nov 17, 2012

    Utilize ASP.NET MVC's display templates to customise how EPiServer's PropertyFor method renders properties. When building a site with EPiServer CMS 7 and ASP.NET MVC the standard way of rendering a property is to use the PropertyFor helper method....

  • 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,...