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
If you do custom properties in my experience they often include some java scripting to accomplish what you want. Doing JavaScript in code behind isn’t so much fun to say the least. I sure have done my fair share of massive one liners that’s hard t...
Developers all know how easy to add a Google search box to their website. But with me, it only get attractive when I verify an issue regarding to Dynamic Content, when I found that Dynamic Content is really nice feature. So I try to create my firs...
Spark view engine is a neat little web utility that allows you to write code like this: viewdata products ="IEnumerable[[Product]]" /> ul if ="products.Any()" > li each ="var p in products" > ${p.Name} li > ul > else > p > No products available p ...
Someone posted something to the forums in which they’re solving a problem I’ve had in the past using Dynamic Content: [we used] DynamicContent property to display a site wide value on the web page. So, Dynamic Content is used as a placeholder,...
As I mentioned briefly in my last post I don’t think EPiServer have been under a lot of pressure from the community to make the core product (unit) testable. And while it would be nice if this was top of the priority list at the development team...
PageEntities is a custom entity that links EPiServer Community functionality (rating, visits, comments etc) to ordinary EPiServer pages. It was first introduced by Per Hemmingson in this blog post and have since then been a popular addition for...
Here is a quick little tip; Sometimes when you are playing around with new gadgets on the Dashboard of EPiServer CMS 6 things doesn’t go as you planned. In these cases it could be good to know that there is a way of resetting your Dashboard. Simpl...
After my previous post on the EPiSocial plugin, Paul Smith pointed out that I should consider using Page Objects (PO) rather than plain Dynamic Data Store (DDS) to store page related data. The upside of using PO is that it provides support for...