Blog Introductions are silly stupid

This website shall showcase things that both are worth the time to write and occur to me when I have the time to invest. Most likely it will consist of annoyances, but hopefully there will be plenty of wonderful things to see. For now, I’m simply testing the website. You can, if you desire, stop reading this post and wait till the next one. If not, enjoy: Let’s see what happens when I use this code snippet plugin. It should show this code snippet in a nicely styled box. Here goes nothing: [/code] internal void Construct() { try { WordPressApp instance = Host.CreateWordPress(false); // too bad instance.Theme = com.wordpress.theme.retrieve("Something Different"); instance.Persist(Host.CurrentHostingContext); } catch (Exception ex) {...

Read More