CODE INSIDE

Copy to clipboard with Javascript

It's 2016 and even if we don't have a proper Clipboard API in the modern browser world there are ways to copy text to the users clipboard with pure Javascript.

Posted on 12 May 2016 by Robert Muehsig

Read Full Post

XML Autocompletion with AvalonEdit

AvalonEdit is the text editor used in SharpDevelop and available as a handy WPF control. My goal was to build a 'IntelliSense'-like autocomplete feature for editing XML files with AvalonEdit.

Posted on 13 Mar 2016 by Robert Muehsig

Read Full Post

Parsing XML Schemas in .NET

XML can be very verbose and seems to be old-fashioned, but the good part around XML is, that there is a huge pile of standardized mechanics around it. In this blogpost I will show you how to parse an XSD from code.

Posted on 06 Mar 2016 by Robert Muehsig

Read Full Post

Using FontAwesome in UWP apps

I already wrote a blogpost about how to use FontAwesome in an WPF project and how to use custom fonts in UWP apps. In this short post I will introduce you to the FontAwesome.UWP NuGet package.

Posted on 05 Mar 2016 by Robert Muehsig

Read Full Post