Integrate an external media library into Sitecore – Part 3
Finally the last post in this serie is done. In the previous post we covered how we did to store the information we needed in the Image field in Sitecore. In this post I will show you what we did to...
View ArticleGot the Sitecore MVP Award
This wednesday it got official. I’v been awarded with the Sitecore MVP Award. It feels really great to be recognised for my knowledge in the Sitecore community. I also want to congratulate the other 41...
View ArticleSitecore and EPiServer comparison from a developers perspective
I’m not going to lie, I’m mainly a Sitecore developer and have been working more with Sitecore than EPiServer. But I’m going to try to be objective and set aside my personal preferenses in this...
View ArticleHacking the layout rendering
I recently worked on our own company web page where the criteria is that all Sub Pages to a page in the top navigations (Top Page) should be rendered as sections on that page. The Sub Pages should be...
View ArticleFollow up on: Hacking the layout rendering
In my previous post I wrote about fetching the layout definitions of sub pages and add them to a top page and making Sitecore think they belong to the top page. This was done on Sitecore.NET 6.5.0...
View ArticleBulk Change Template module
I’ve recently developed a module for Sitecore that allows for changing templates in bulk inside Sitecore. Reason for the module was that I was doing some changes in an existing Sitecore solution where...
View ArticleGlobal Conditional Rendering rules with Sitecore MVC
So I was playing around the other day with Sitecore MVC and some View Renderings. As I’m more familiar with Web Forms than MVC I started asking my self how I translate some thing I do in Web Forms to...
View ArticlePage editor and structuring related items
Since Sitecore 6.4.1 I’ve been working alot with the Page Editor in Sitecore and how to make the editor experience as good as possible. I’ve found that it’s hard to keep the editor mainly editing in...
View ArticleSitecore Page Editor Tips and tricks – component datasource versions
Out of the box, Sitecore does nothing if a components datasouce doesn’t exist or if there aren’t any versions in the current language. This means that you will have to handle this your self. Well I...
View ArticleSitecore Page Editor Tips and tricks – component datasource versions part 2
In my previous post I built a rule that would hide a component based on some criterias regarding the datasource item. In the Page Editor these hidden component would show as grey blocks which is nice...
View Article