<?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 Dejan Caric</title> <link>https://world.optimizely.com/blogs/Dejan-Caric/</link><description></description><ttl>60</ttl><generator>Optimizely World</generator><item> <title>How to set PrincipalInfo.CurrentPrincipal in Optimizely CMS 12</title>            <link>https://dejan.blog/how-to-set-principalinfo-currentprincipal-in-optimizely-cms-12/</link>            <description>Back in the days, we could use PrincipalInfo.CurrentPrincipal = PrincipalInfo.CreatePrincipal(...). In CMS 12, PrincipalInfo.CurrentPrincipal has become read-only.</description>            <guid>https://dejan.blog/how-to-set-principalinfo-currentprincipal-in-optimizely-cms-12/</guid>            <pubDate>Fri, 21 Jan 2022 15:58:09 GMT</pubDate>           <category>Blog post</category></item><item> <title>Optimizely Forms - How to generate Submitted From Page Links instead of IDs</title>            <link>https://dejan.blog/optimizely-forms-how-to-generate-submitted-from-page-links-instead-of-ids/</link>            <description>When exporting Optimizely Form submissions in XLSX format, Optimizely will export page IDs instead of proper page links. This blog post will show you how to extend the XLSXDataExporter and export page links instead of just IDs.</description>            <guid>https://dejan.blog/optimizely-forms-how-to-generate-submitted-from-page-links-instead-of-ids/</guid>            <pubDate>Mon, 08 Nov 2021 06:53:00 GMT</pubDate>           <category>Blog post</category></item><item> <title>Optimizely - Singleton Pages</title>            <link>https://dejan.blog/optimizely-singleton-pages/</link>            <description>When developing Optimizely websites, we usually have to create single-instance page types like Settings Page, Checkout Page, etc. There are many ways to implement this, so let&#39;s see the most popular ones.</description>            <guid>https://dejan.blog/optimizely-singleton-pages/</guid>            <pubDate>Sun, 22 Aug 2021 13:56:03 GMT</pubDate>           <category>Blog post</category></item><item> <title>Optimizely World Community Stats 2021</title>            <link>https://dejan.blog/optimizely-world-community-stats-2021/</link>            <description>Which companies have the most CMS and Commerce certified developers? Who are the top 100 contributors? Check out the latest Optimizely World Community Stats for 2021!</description>            <guid>https://dejan.blog/optimizely-world-community-stats-2021/</guid>            <pubDate>Sun, 08 Aug 2021 13:08:43 GMT</pubDate>           <category>Blog post</category></item><item> <title>How to delete expired prices in Optimizely Commerce</title>            <link>https://dejan.blog/how-to-delete-expired-prices-in-optimizely-commerce/</link>            <description>Episerver (now Optimizely) doesn&#39;t have any built-in scheduled jobs for deleting expired prices. So even though expired prices are not returned when using IPriceService, the PriceDetails table can become pretty big over time, and you might be asked to do some clean-up anyway</description>            <guid>https://dejan.blog/how-to-delete-expired-prices-in-optimizely-commerce/</guid>            <pubDate>Sun, 08 Aug 2021 10:07:09 GMT</pubDate>           <category>Blog post</category></item><item> <title>Optimizely - managing users from the code</title>            <link>https://dejan.blog/optimizely-managing-users-from-the-code/</link>            <description>A list of useful code snippets for unlocking and creating user accounts from the code.</description>            <guid>https://dejan.blog/optimizely-managing-users-from-the-code/</guid>            <pubDate>Tue, 03 Aug 2021 16:29:07 GMT</pubDate>           <category>Blog post</category></item><item> <title>Testing your Content Types for the missing AllowedTypes attribute</title>            <link>https://www.dcaric.com/blog/testing-your-content-types-for-the-missing-allowedtypes-attribute</link>            <description>When defining new content types, we usually decorate all page types with the AvailableContentTypes attribute and all ContentAreas with the AllowedTypes attribute. Here&#39;s how you can unit-test your content types for the missing AllowedTypes and AvailableContentTypes attributes.</description>            <guid>https://www.dcaric.com/blog/testing-your-content-types-for-the-missing-allowedtypes-attribute</guid>            <pubDate>Wed, 02 Oct 2019 16:49:59 GMT</pubDate>           <category>Blog post</category></item><item> <title>Testing your Content Types for the missing AllowedTypes attribute</title>            <link>https://www.dcaric.com/blog/testing-your-content-types-for-the-missing-allowedtypes-attribute</link>            <description>When defining new content types, we usually decorate all page types with the AvailableContentTypes attribute and all ContentAreas with the AllowedTypes attribute. Here&#39;s how you can unit-test your content types for the missing AllowedTypes and AvailableContentTypes attributes.</description>            <guid>https://www.dcaric.com/blog/testing-your-content-types-for-the-missing-allowedtypes-attribute</guid>            <pubDate>Wed, 02 Oct 2019 14:49:59 GMT</pubDate>           <category>Blog post</category></item><item> <title>Episerver World Community Stats 2019</title>            <link>https://www.dcaric.com/blog/episerver-world-community-stats-2019</link>            <description>A list of top community members by CRP points, based on publicly available data from Episerver World.</description>            <guid>https://www.dcaric.com/blog/episerver-world-community-stats-2019</guid>            <pubDate>Mon, 11 Mar 2019 18:18:15 GMT</pubDate>           <category>Blog post</category></item><item> <title>Creating Episerver Forms programmatically</title>            <link>https://www.dcaric.com/blog/creating-episerver-forms-programmatically</link>            <description>I recently had to automate the process of creating Episerver Forms. In this blog post, I will show you how to create Episerver Forms from the code.</description>            <guid>https://www.dcaric.com/blog/creating-episerver-forms-programmatically</guid>            <pubDate>Wed, 06 Mar 2019 13:21:40 GMT</pubDate>           <category>Blog post</category></item><item> <title>Scheduled Jobs Cleaner for Episerver</title>            <link>https://www.dcaric.com/blog/scheduled-jobs-cleaner-for-episerver</link>            <description>Cleaning up the tblScheduledItemLog and tblScheduledItem tables is a boring task, and sometimes we don&#39;t have direct access to the production database. For that reason, I’ve created an add-on that automatically removes ghost scheduled jobs from an Episerver database.</description>            <guid>https://www.dcaric.com/blog/scheduled-jobs-cleaner-for-episerver</guid>            <pubDate>Sat, 10 Nov 2018 08:18:37 GMT</pubDate>           <category>Blog post</category></item><item> <title>Application Logging in Episerver DXC</title>            <link>https://www.dcaric.com/blog/application-logging-in-episerver-dxc</link>            <description>In standard DXC Service setup, application logs are stored in BLOB storage with 90 days retention. They can be inspected in the PaaS portal using custom Log Stream or downloaded in CSV format for offline analysis. DXC Service comes with an Application Insights account, which can be used as a nice alternative to standard application logging.</description>            <guid>https://www.dcaric.com/blog/application-logging-in-episerver-dxc</guid>            <pubDate>Sun, 21 Oct 2018 21:12:34 GMT</pubDate>           <category>Blog post</category></item><item> <title>Property Name Overlay in On-Page Editing mode</title>            <link>https://www.dcaric.com/blog/property-name-overlay-in-on-page-editing-mode</link>            <description>In On-Page Editing mode, Episerver will create a blue border around all editable properties. This feature is very useful. However, if you have a lot of properties on the page, it may be challenging to locate the correct property, and editors may be using All Properties mode more often than On-Page Editing.</description>            <guid>https://www.dcaric.com/blog/property-name-overlay-in-on-page-editing-mode</guid>            <pubDate>Mon, 20 Aug 2018 12:45:48 GMT</pubDate>           <category>Blog post</category></item><item> <title>Testing Your Visual Studio Solutions for Files That Are Missing or Not Included</title>            <link>https://www.dcaric.com/blog/testing-your-visual-studio-solutions-for-files-that-are-missing-or-not-included</link>            <description>When some files are missing in a git repository, or they don&#39;t have the correct Build Action in the project, a build server may deploy a bad artifact to the production environment. One way to detect this and stop bad deploys is to set up unit tests.</description>            <guid>https://www.dcaric.com/blog/testing-your-visual-studio-solutions-for-files-that-are-missing-or-not-included</guid>            <pubDate>Wed, 11 Apr 2018 22:43:21 GMT</pubDate>           <category>Blog post</category></item><item> <title>Hiding properties in EPiServer edit mode based on the language branch</title>            <link>https://www.dcaric.com/blog/hiding-properties-in-episerver-edit-mode-based-on-the-language-branch</link>            <description>Building a multi-language website is always challenging. Among other things, we need to think about date formats, language analyzers, and full-text search. However, we must also not forget the site editors and provide them the best possible editing experience.</description>            <guid>https://www.dcaric.com/blog/hiding-properties-in-episerver-edit-mode-based-on-the-language-branch</guid>            <pubDate>Mon, 12 Feb 2018 21:51:35 GMT</pubDate>           <category>Blog post</category></item><item> <title>Creating EPiServer Page Types using ReSharper File Templates</title>            <link>https://www.dcaric.com/blog/creating-episerver-page-types-using-resharper-file-templates</link>            <description>When creating new page types, developers mostly use the EPiServer CMS Visual Studio Extension or copy and paste the code from existing files. In this blog post, I’ll show you how to create EPiServer page types using ReSharper file templates. Once you learn all the shortcuts, it becomes much faster to generate code using ReSharper, rather than copy and pasting.</description>            <guid>https://www.dcaric.com/blog/creating-episerver-page-types-using-resharper-file-templates</guid>            <pubDate>Tue, 02 Jan 2018 15:57:29 GMT</pubDate>           <category>Blog post</category></item><item> <title>Retrieving Available Content Types in EPiServer</title>            <link>https://www.dcaric.com/blog/retrieving-available-content-types-in-episerver</link>            <description>After a few development iterations it can be difficult to keep an overview of all content types and their properties. We can always look in Visual Studio or click through different menus in edit and admin mode, but that’s just too time-consuming. It would be nice to have all that information in one place, in a user-friendly format, and be able to filter and export the data to a PDF file.</description>            <guid>https://www.dcaric.com/blog/retrieving-available-content-types-in-episerver</guid>            <pubDate>Tue, 12 Dec 2017 17:14:24 GMT</pubDate>           <category>Blog post</category></item><item> <title>Retrieving file URL from edit mode</title>            <link>https://www.dcaric.com/blog/retrieving-file-url-from-edit-mode</link>            <description>Many people wonder how to retrieve the file URL from edit mode. I’ve created an add-on which provides a quick and easy way to do that.</description>            <guid>https://www.dcaric.com/blog/retrieving-file-url-from-edit-mode</guid>            <pubDate>Sun, 29 Oct 2017 19:34:53 GMT</pubDate>           <category>Blog post</category></item><item> <title>Logging to Console using Log4Net</title>            <link>https://www.dcaric.com/blog/logging-to-console-using-log4net</link>            <description>Logging can be very useful when debugging C# code. ColoredConsoleAppender logs all messages to the console and highlights error, info, and debug messages with different colors, which makes the debugging experience a bit more pleasant.</description>            <guid>https://www.dcaric.com/blog/logging-to-console-using-log4net</guid>            <pubDate>Tue, 12 Sep 2017 09:56:45 GMT</pubDate>           <category>Blog post</category></item><item> <title>Removing extra DIVs from EPiServer Content Areas</title>            <link>https://www.dcaric.com/blog/removing-extra-divs-from-episerver-content-areas</link>            <description>The default ContentAreaRenderer implementation renders div elements around the content area and every content area item. It is possible to control the rendering of wrapping elements, but not to disable them completely.</description>            <guid>https://www.dcaric.com/blog/removing-extra-divs-from-episerver-content-areas</guid>            <pubDate>Wed, 02 Aug 2017 17:32:24 GMT</pubDate>           <category>Blog post</category></item></channel>
</rss>