November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
A while ago we developed an enterprise solution for a customer containing two EPiServer sites. We wanted to be able to share page types and blocks between the sites but in many cases have a separate MVC controller and view. This was the solution I...
Last week I attended the three-day course on EPiServer v7.5 held by the great guys at EPiServer Norway. This was my first encounter with EPiServer CMS, and I must say I´m impressed.
The pattern I use for utilize the MVC framework and EPiServer blocks is based on inheritance and the use of tags. I have one Default block controller that handles all the blocks. If a BlockTypeA that inherits from BlockData with tag=”Col4” if will...
.csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; }...
When you upgrade a site to EPiServer 7.6 it might be a good idea to keep a close eye on what is happening during the upgrade. Why? Well, the upgrade makes some changes to your AppData folder, so your next one-click deployment will not work as...
What is EPiServer and what does EPiServer 7.5 do? I (think) that I have aswered those questions during lunch hour today here at Knowit in Stockholm. This video - in swedish - is a minified version of my talk & live coding about the CMS, using...
What is EPiServer and what does EPiServer 7.5 do? I (think) that I have aswered those questions during lunch hour today here at Knowit in Stockholm. This video - in swedish - is a minified version of my talk & live coding about the CMS, using...
Initially responsive tables plugin was based on pure CSS implementation transposing table from table view into a block stacking cells vertically. Solution based on CSS rules is good enough to reduce markup and style tables based on style sheets....