Select Page

WAMP and https

Why is this important? It looks like the BluePrint-Q preview is broken on the WordPress themes directory: https://wordpress.org/themes/blueprintq-draft/ Turns out that some assets are expecting to be loaded through http, but the theme directory is using https, which...

Talking between computers

WPF is pretty awesome and I have a decent chunk of experience going with it.  However, I never really had a need to investigate the WCF side – Microsoft’s answer to communicating between machines. So, I am looking for a complete comprehensive tutorial that...

Thematic fonts

Google fonts is a pretty awesome collection of web fonts.  There must be at least 500 of them.  Recently, I’ve gone through all of them for a project and, because it is such a time-consuming task, I took note of fonts that could possibly be used for very...

Using the escape key to close a WPF window

After being disappointed with Android development, I’m ramping back up on WPF.  I have a full screen app and no buttons visible, so I would like to implement the ESC key to close the window instead of using ALT+F4. Looking around the net, I can do this by...