<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>renber@devblog</title>
    <link>https://www.renebergelt.de/blog/</link>
    <description>Recent content on renber@devblog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 25 Sep 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://www.renebergelt.de/blog/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JMultiButton</title>
      <link>https://www.renebergelt.de/blog/2020/09/jmultibutton/</link>
      <pubDate>Fri, 25 Sep 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2020/09/jmultibutton/</guid>
      <description>&lt;p&gt;How to group actions in a single button using Java Swing&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Automatically grayscale images on disabled WPF buttons</title>
      <link>https://www.renebergelt.de/blog/2019/10/automatically-grayscale-images-on-disabled-wpf-buttons/</link>
      <pubDate>Wed, 02 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2019/10/automatically-grayscale-images-on-disabled-wpf-buttons/</guid>
      <description>&lt;p&gt;Let&amp;rsquo;s create buttons with icons which are appealing for the eye even when they&amp;rsquo;re disabled&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>A delayed KeyBinding for WPF - Part 2</title>
      <link>https://www.renebergelt.de/blog/2019/09/a-delayed-keybinding-for-wpf-part-2/</link>
      <pubDate>Fri, 13 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2019/09/a-delayed-keybinding-for-wpf-part-2/</guid>
      <description>&lt;p&gt;How to adjust repetition delay for WPF Command-KeyBindings - Part 2&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Creating click-to-play gifs with vanilla JavaScript</title>
      <link>https://www.renebergelt.de/blog/2019/09/creating-click-to-play-gifs-with-vanilla-javascript/</link>
      <pubDate>Mon, 09 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2019/09/creating-click-to-play-gifs-with-vanilla-javascript/</guid>
      <description>&lt;p&gt;How to make gifs on your website click-to-play with vanilla JavaScript&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>A delayed KeyBinding for WPF</title>
      <link>https://www.renebergelt.de/blog/2019/08/a-delayed-keybinding-for-wpf/</link>
      <pubDate>Thu, 29 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2019/08/a-delayed-keybinding-for-wpf/</guid>
      <description>&lt;p&gt;How to adjust repetition delay for WPF Command-KeyBindings.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Synchronizing a model list with a view model list</title>
      <link>https://www.renebergelt.de/blog/2019/08/synchronizing-a-model-list-with-a-view-model-list/</link>
      <pubDate>Fri, 09 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2019/08/synchronizing-a-model-list-with-a-view-model-list/</guid>
      <description>&lt;p&gt;In MVVM when using lists of POCO elements in the backend, usually we have to wrap these in view models to use them in ObservableCollections. Fortunately, we can automate the synchronization between our model list and view model list.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Interactive legends for .Net LiveCharts</title>
      <link>https://www.renebergelt.de/blog/2018/05/interactive-legends-for-.net-livecharts/</link>
      <pubDate>Fri, 04 May 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2018/05/interactive-legends-for-.net-livecharts/</guid>
      <description>&lt;p&gt;How to add an interactive legend to a &lt;a href=&#34;https://lvcharts.net&#34;&gt;LiveCharts&lt;/a&gt; chart which enables to toggle the visibility of series.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>A crash reporter for WPF applications</title>
      <link>https://www.renebergelt.de/blog/2018/04/a-crash-reporter-for-wpf-applications/</link>
      <pubDate>Tue, 03 Apr 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2018/04/a-crash-reporter-for-wpf-applications/</guid>
      <description>&lt;p&gt;How to implement an application crash reporter in a WPF application&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Conditional compilation with Java and Maven</title>
      <link>https://www.renebergelt.de/blog/2018/03/conditional-compilation-with-java-and-maven/</link>
      <pubDate>Wed, 28 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2018/03/conditional-compilation-with-java-and-maven/</guid>
      <description>&lt;p&gt;Java does not support conditional compilation, but maybe we can recreate the functionality with maven?&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Lazy-loaded properties in WPF</title>
      <link>https://www.renebergelt.de/blog/2018/03/lazy-loaded-properties-in-wpf/</link>
      <pubDate>Thu, 22 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2018/03/lazy-loaded-properties-in-wpf/</guid>
      <description>&lt;p&gt;How to implement C# properties which need some time to evaluate their value.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Yet another dev blog?</title>
      <link>https://www.renebergelt.de/blog/2018/03/yet-another-dev-blog/</link>
      <pubDate>Tue, 20 Mar 2018 00:00:00 +0000</pubDate>
      
      <guid>https://www.renebergelt.de/blog/2018/03/yet-another-dev-blog/</guid>
      <description>&lt;p&gt;I finally set up a blog for myself. But why even write another development blog?&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
