World is now on Opti ID! Learn more

Krzysztof Morcinek

 Alias:
 Company: NoA Ignite Poland
 Location: Poland
 Blog: User hasn't created blog yet.

CRP Information

Level: Citizen
Total contribution points: 94 (gain 281 points more to level up)

Score Distribution

Syndicated blog - Posted on: Dec 22, 2013

Moment.js Good library to make localizable JavaScript Dates is Moment.js. Through nuget it can be searched as “moment.js”. Except regular dates...

Syndicated blog - Posted on: Nov 04, 2013

In EPiServer 7 Web Forms project I wanted to find all usages of a regular property. But I failed – “Usages of ‘RightContentArea ‘ were not found.”....

Syndicated blog - Posted on: Oct 30, 2013

We have an e-commerce shop, so that we have products there. There should be Friendly URL for every product, so last part would be the name of a...

Syndicated blog - Posted on: Oct 24, 2013

ContentArea when empty (no blocks dragged) returns null in code. It’s fine when you use EPiServer standard code for handling ContentArea rendering:...

Syndicated blog - Posted on: Oct 07, 2013

You have a choice which one to use when you are building an EPiServer 7 website. IMHO this option is only to give developers familiar with Web Form...

Syndicated blog - Posted on: Sep 12, 2013

The small things, the ones that take really not much time when implemented right at first opportunity (not delaying until … never). And how they wi...

Syndicated blog - Posted on: Sep 10, 2013

The default ContentArea rendering will generate something similar to: This is completly fine in most cases, but sometimes you have markup that you...

Syndicated blog - Posted on: Sep 06, 2013

I always feel wrong when I need to do the most basic thing in Episerver development – adding a new page type. First options was to use “Add New Ite...

Syndicated blog - Posted on: Aug 30, 2013

Provided with all materials about Attaching to global event EpiServer, I would build (and I did couple times) code like this: This approach has one...

Syndicated blog - Posted on: Aug 27, 2013

Fast example how to make ContentArea rendered as unordered list from blocks in EpiServer 7 MVC. Starting markup: That is very easy to achieve using...