by suleski | Dec 23, 2015 | Technical, Troubleshooting
I have a client whose site mysteriously looked messed up one day. After some digging, it turned out that all of the WordPress text widgets were removed. Thought that was an odd thing for a human to do, so I suspected that there was a correlation to a plugin or...
by suleski | Dec 10, 2015 | Technical, Walkthroughs
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...
by suleski | Dec 5, 2015 | Walkthroughs
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...
by suleski | Dec 5, 2015 | Art, Reference
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...
by suleski | Dec 4, 2015 | Reference, Technical
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...