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 | Jun 11, 2015 | Reference, Technical
I’m using this post as a reminder on which tools are helpful for improving social and search networks. Facebook Object Debugger: Use this to ensure that Facebook is scanning the website properly. Especially useful for ensuring the preview image appears...
by suleski | Jun 24, 2014 | Technical, Uncategorized, Walkthroughs
Why is it so difficult to vertically-center HTML elements?? Yea, that’s what I was recently saying – and looking through the web, it looks like quite a lot of folks are saying it. You would think it might be easy using CSS like this: vertical-align:...
by suleski | Apr 11, 2014 | Products, Technical
Typically, if using raw HTML/CSS, chances are that your site might work on something like Chrome, but not on something like Internet Explorer. Enter Bootstrap – a collection of CSS and Javascript that handles the nuances between browsers. It really has become...