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 | Mar 27, 2015 | Reference, Technical, Troubleshooting
I have a case where I want the website to be live, but password-protected. Simply put, there are Facebook-related operations that do not play nicely with a local setup. Unfortunately, the radio app I’ve been developing will not play this music because the music...
by suleski | Jan 27, 2015 | Reference, Technical
WAMPServer is the tool that I use to develop websites locally. It is made up of three distinct technologies – Apache, MySQL, and PHP. I recently upgraded from WAMP 2.4 (Apache 2.4.4, MySQL 5.6.12, PHP 5.4.12) to WAMP 2.5 (Apache 2.4.9, MySQL 5.6.17, PHP...
by suleski | Apr 9, 2014 | Reference, Technical
Understanding what WordPress is doing under the hood can be tough – especially when it comes to the raw SQL queries. As is usually typical with WordPress, somebody has written a plugin for it – in this case, it is called debug-bar. To get it going, do...