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
How you can find a string in a SQL database? One option would be to export the database to Excel file and use the Excel searching capabilities. Unfortunately I did not manage to get the export working for me at all. If you want to do it the smart...
In a previous post I described my first attempt at working with EPiServer and MVC along with Page Type Builder . In that solution all controllers inherited from a base class which had an instance of a class called CurrentPageResolver. Each...
There are many different ways of storing business data in EPiServer CMS. And lots of opinions on them as well. David Hunt has made an excellent blog post about some of the approaches. On top of those approaches there are also others – like using t...
I have been working with a globalized website for some time and have a couple of tips to share regarding globalization. I’m using FindPagesWithCriteria to get pages based on categories defined on pages. As we teach during the EPiServer developer...
Back in the happy and fun filled days of EPiServer Day 2009, I was so privileged that I got to give a 1-hour talk entitled “ Codemania ” together with Mr. EPiServer himself, chief architect Magnus Stråle . At that day, most of my efforts to impres...
I recently had a discussion with someone about how best to store collections in EPiServer, such as RSS feeds, advertisements, frequently asked questions, customer details etc. Here are my thoughts...Using custom propertiesIf you wanted to display ...
UPDATE: The code snippets are updated, read more in this blog post. Since the way of including properties in PageTypeBuilder has been changed, so has the snippets. This ZIP-package includes nine different snippets: ptpbool – Selected/Not selected...
The latest version of Page Type Builder for EPiServer CMS which was just released features a new way of working with tabs plus a few minor fixes and changes. A new way to work with tabs In previous versions of PTB you would define which tab a...