<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><language>en</language><title>Blog posts by Joni Hietala</title> <link>https://world.optimizely.com/blogs/joni-hietala/</link><description></description><ttl>60</ttl><generator>Optimizely World</generator><item> <title>Figuring out missing references (dlls)</title>            <link>http://jonihietala.com/?p=292</link>            <description>We had a nasty little bug in one of our development stage Episerver projects. Everything ran and worked smoothly, but one day Episerver’s error logs started to report an exception regarding the Episerver.Find.Commerce module. However, the site seemed to work properly so the bug hunt could be scheduled to another day. Things escalated when Episerver &amp;#8230; &lt;a href=&quot;https://jonihietala.com/2018/05/27/figuring-out-missing-references-dlls/&quot; class=&quot;more-link&quot;&gt;Continue reading &lt;span class=&quot;screen-reader-text&quot;&gt;Figuring out missing references&amp;#160;(dlls)&lt;/span&gt;&lt;/a&gt;</description>            <guid>http://jonihietala.com/?p=292</guid>            <pubDate>Sun, 27 May 2018 09:12:20 GMT</pubDate>           <category>Blog post</category></item><item> <title>Figuring out missing references (dlls)</title>            <link>http://jonihietala.com/?p=292</link>            <description>We had a nasty little bug in one of our development stage Episerver projects. Everything ran and worked smoothly, but one day Episerver’s error logs started to report an exception regarding the Episerver.Find.Commerce module. However, the site seemed to work properly so the bug hunt could be scheduled to another day. Things escalated when Episerver &amp;#8230; &lt;a href=&quot;https://jonihietala.com/2018/05/27/figuring-out-missing-references-dlls/&quot; class=&quot;more-link&quot;&gt;Continue reading &lt;span class=&quot;screen-reader-text&quot;&gt;Figuring out missing references&amp;#160;(dlls)&lt;/span&gt;&lt;/a&gt;</description>            <guid>http://jonihietala.com/?p=292</guid>            <pubDate>Sun, 27 May 2018 07:12:20 GMT</pubDate>           <category>Blog post</category></item><item> <title>Using Interfaces to get more compatible content elements in Episerver</title>            <link>http://jonihietala.com/?p=231</link>            <description>Interfaces are more or less basic stuff in programming and in Episerver development. You probably have seen these guys (IThisAndThat, IEtc..) all over the reference solutions (AlloyDemoKit, Quicksilver, &amp;#8230;). In this blogpost, I’ll be taking a concrete approach how to make one of the AlloyDemoKit’s content blocks more compatible with other content elements using an &amp;#8230; &lt;a href=&quot;https://jonihietala.com/2017/10/23/using-interfaces-to-get-more-compatible-content-elements-in-episerver/&quot; class=&quot;more-link&quot;&gt;Continue reading &lt;span class=&quot;screen-reader-text&quot;&gt;Using Interfaces to get more compatible content elements in&amp;#160;Episerver&lt;/span&gt;&lt;/a&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://pixel.wp.com/b.gif?host=jonihietala.com&amp;#038;blog=135512771&amp;#038;post=231&amp;#038;subd=jonihietala&amp;#038;ref=&amp;#038;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>            <guid>http://jonihietala.com/?p=231</guid>            <pubDate>Mon, 23 Oct 2017 07:00:49 GMT</pubDate>           <category>Blog post</category></item><item> <title>Reviewing Episerver trainings: CMS Fundamentals and Commerce Online Bootcamp</title>            <link>http://jonihietala.com/?p=156</link>            <description>I have had the privilege to participate in couple of Episerver’s trainings. Both for the CMS and for the Commerce. CMS training was a 3-day CMS fundamentals course and the Commerce was a 5-day online boot camp session. For those who are thinking about participating, and wondering will these trainings give you any useful insights, &amp;#8230; &lt;a href=&quot;https://jonihietala.com/2017/10/16/reviewing-episerver-trainings-cms-fundamentals-and-commerce-online-bootcamp/&quot; class=&quot;more-link&quot;&gt;Continue reading &lt;span class=&quot;screen-reader-text&quot;&gt;Reviewing Episerver trainings: CMS Fundamentals and Commerce Online&amp;#160;Bootcamp&lt;/span&gt;&lt;/a&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://pixel.wp.com/b.gif?host=jonihietala.com&amp;#038;blog=135512771&amp;#038;post=156&amp;#038;subd=jonihietala&amp;#038;ref=&amp;#038;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>            <guid>http://jonihietala.com/?p=156</guid>            <pubDate>Mon, 16 Oct 2017 07:00:46 GMT</pubDate>           <category>Blog post</category></item><item> <title>Testing your Episerver site performance with Netling</title>            <link>http://jonihietala.com/?p=135</link>            <description>In the previous post, I wrote about profiling your Episerver site and how important it is to spot bugs and performance issues early on. Now it&amp;#8217;s time to create some traffic in your development environment and analyse how well your site performs under load. We will be using a free open source tool called Netling &amp;#8230; &lt;a href=&quot;https://jonihietala.com/2017/10/09/testing-your-episerver-sites-performance-with-netling/&quot; class=&quot;more-link&quot;&gt;Continue reading &lt;span class=&quot;screen-reader-text&quot;&gt;Testing your Episerver site performance with&amp;#160;Netling&lt;/span&gt;&lt;/a&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://pixel.wp.com/b.gif?host=jonihietala.com&amp;#038;blog=135512771&amp;#038;post=135&amp;#038;subd=jonihietala&amp;#038;ref=&amp;#038;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>            <guid>http://jonihietala.com/?p=135</guid>            <pubDate>Mon, 09 Oct 2017 07:00:54 GMT</pubDate>           <category>Blog post</category></item><item> <title>Smashing bugs from your Episerver site with Stackify Prefix profiler</title>            <link>http://jonihietala.com/?p=108</link>            <description>We all know that bug happens. They are inevitable during development, and basically in every step-in software lifecycle. The thing that makes a difference, is to catch them as early as you can. You do not want to be in a situation where production site is suffering huge performance issues with only handful of requests. &amp;#8230; &lt;a href=&quot;https://jonihietala.com/2017/10/02/smashing-bugs-from-your-episerver-site-with-stackify-prefix-profiler/&quot; class=&quot;more-link&quot;&gt;Continue reading &lt;span class=&quot;screen-reader-text&quot;&gt;Smashing bugs from your Episerver site with Stackify Prefix&amp;#160;profiler&lt;/span&gt;&lt;/a&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://pixel.wp.com/b.gif?host=jonihietala.com&amp;#038;blog=135512771&amp;#038;post=108&amp;#038;subd=jonihietala&amp;#038;ref=&amp;#038;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>            <guid>http://jonihietala.com/?p=108</guid>            <pubDate>Mon, 02 Oct 2017 07:00:04 GMT</pubDate>           <category>Blog post</category></item><item> <title>Adding a “View on Website” -button to context menu in navigation tree</title>            <link>http://jonihietala.com/?p=74</link>            <description>Ever had a problem where you would like to open or get the full public address of a page from the editor view in Episerver? Or is it a problem at all? So, we have a few ways to get the full public url: Navigating the site, if you have a navigation for those pages. &amp;#8230; &lt;a href=&quot;https://jonihietala.com/2017/09/25/adding-a-view-on-website-button-to-context-menu-in-navigation-tree/&quot; class=&quot;more-link&quot;&gt;Continue reading &lt;span class=&quot;screen-reader-text&quot;&gt;Adding a &amp;#8220;View on Website&amp;#8221; -button to context menu in navigation&amp;#160;tree&lt;/span&gt;&lt;/a&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://pixel.wp.com/b.gif?host=jonihietala.com&amp;#038;blog=135512771&amp;#038;post=74&amp;#038;subd=jonihietala&amp;#038;ref=&amp;#038;feed=1&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>            <guid>http://jonihietala.com/?p=74</guid>            <pubDate>Mon, 25 Sep 2017 18:42:17 GMT</pubDate>           <category>Blog post</category></item></channel>
</rss>