by suleski | Aug 10, 2014 | Reference, Technical, Walkthroughs
PEAR is the PHP Extension and Application Repository. It’s basically an add-on to PHP that has a bunch of frameworks that are available. You can read more about it at the official site. Getting PEAR onto my system was not obvious. I came across two articles...
by suleski | Aug 8, 2014 | Technical, Troubleshooting
That’s the error I got when using Visual Composer’s Posts Grid element on a long and involved post. It did not happen when displaying the post through the single.php or archive.php templates – only the Visual Composer element. After some searching,...
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 22, 2014 | Reference, Technical
Was double-checking this today and confirmed that PHP does not support derivation from multiple classes. But worthy of writing this article was a new construct introduced in PHP 5.4: traits. Traits mostly remind me old-school C pre-processor #define calls. So, I can...
by suleski | Apr 11, 2014 | Technical, Troubleshooting
Came across an issue with the Bootstrap navbar dropdown with respect to WordPress. Here’s the issue: Download Bootstrap and put it up on your website (reference the min.css and min.js files). Go to the sample code for the Default Navbar in the Bootstrap docs...