by suleski | Jul 22, 2015 | Technical, Troubleshooting, Walkthroughs
I’ve been with my wife at the hospital today and have been working on the BluePrint-Q Tones while she rests. Inbetween sessions, exactly one of the websites that I develop on localhost stopped loading properly. I saw a ton of errors like this in the browser...
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 26, 2015 | Reference, Technical
Earlier, I wrote a quick article that introduced WordPress Roles and Capabilities. Today, I revisited that page to figure out how to make it so that my new custom post type would only be accessible by the Administrator. The Codex page did not really make me...
by suleski | Mar 11, 2015 | Technical, Troubleshooting
I came into a problem on one of my machines where the WordPress permalinks were not working. Typically, I go to the WP backend and click Settings >> Permalinks, then resave what I have there so that WP updates the .htaccess file. However, that did not do the...
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...