by suleski | May 27, 2015 | Technical, Troubleshooting
A short while ago, I updated blueprintq.com to go through a CDN. Today, I noticed that I was not receiving email; although, I was able to continue sending. CDNs inject themselves by updating the zone file’s “A” domain record. Evidently, CDNs can...
by suleski | May 14, 2015 | Reference, Technical, Troubleshooting
Generally, AngularJS does make it straightforward to analyze query parameters. However, getting there is not so obvious. Here are some hurdles that I recently overcame when researching and implementing. You must put your module in ‘HTML5 mode’. Code can...
by suleski | Mar 28, 2015 | Reference, Technical, Troubleshooting
I have an application written in AngularJS. It works on my Windows desktop just fine. It also works on my Android. However, it would only display the raw HTML (instead of the updated Angular HTML) on Windows Phone. Turns out that Windows Phone does not like...
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 | Mar 27, 2015 | Technical, Troubleshooting
Normally, I am able to export my site databases locally, then transfer up to my live/remote server. Unfortunately, an issue arose – When transferring to the remote database, it kept giving me an error about not having SUPER privileges to create stored...