by suleski | Jun 27, 2015 | Reference, Technical, Troubleshooting
Although it can be complicated markup, the Bootstrap navbar does have lots of features. Unfortunately, the component does not handle menu overflow, as stated within a warning box on the official Bootstrap site. Generally, the content wraps decently except for when...
by suleski | May 12, 2015 | Reference, Technical
I use Bootstrap’s tooltip feature. It certainly improves design from the default browser implementation, but it can be a pain to debug because it disappears as the element is inspected. Forcing the ‘hover’ state does not do the trick either. As a...
by suleski | Mar 28, 2015 | Technical, Troubleshooting
I have a radio app in development. It works great within a desktop browser. Unfortunately, it has problems on phones. The biggest problem on Android is that the music would not autoplay when the page loaded. After debugging, I found that the ‘play’...
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 | 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...