by suleski | Dec 10, 2015 | Technical, Walkthroughs
Why is this important? It looks like the BluePrint-Q preview is broken on the WordPress themes directory: https://wordpress.org/themes/blueprintq-draft/ Turns out that some assets are expecting to be loaded through http, but the theme directory is using https, which...
by suleski | Aug 11, 2015 | Reference, Technical, Troubleshooting
You may have issues with your hosting provider when uploading large images, typically more than 2MB. That size can handle small images and icons, but nothing significant like audio, PDFs, etc. To get around this, you can usually increase the size limit. You do this...
by suleski | Jul 31, 2015 | Technical
So, I’ve not come across any useful tool, like VisualStudio, that has an interactive callstack. Next best thing? This function from PHP: debug_print_traceback. Give it a go. Besides just a bunch of echo/die statements, you might want to use...
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 | 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...