by David | 2019-09-07 | meta
Download and install the most up to date node from here: https://nodejs.org/en/ Terminal commands npm install -g @vue/cli; # if you have problems with running the above command (which is relatively likely), use sudo vue ui; mkdir -p ~/Sites/babys-first-app/ && cd $_;...
by David | 2019-09-07 | meta
After around two months of kernel panics in macOS this Winter, I came to the end of them: We use Docker in our organization, and I have been in the habit of using macOS (Mac OS X) FileVault for some years now. But the computational overhead is increased significantly...
by David | 2018-10-13 | meta
If you are considering using a parallax library, here are some candidates: I needed one for some simple parallactic scrolling. The two with stars were good candidates. In a particularly heavy page, Rellax performed better than Fallings, particularly in Firefox (where...
by David | 2018-04-09 | meta
(FYI: macOS High Sierra [10.13.x]) I was having trouble opening an HTML page with Sublime. And I had to use administrative privileges in order to open it through System Preferences, having received the following message: “index.html” was blocked from opening because...
by David | 2017-11-06 | meta
I attribute learning “FTFY” (fixed that for you) to Brian Showalter. Thanks, @brisho. But understanding how to make that into a viable income stream was the work of MJ DeMarco. Thanks, Eric for introducing me to this guy, and thanks again to Pat Flynn for...
by David | 2017-08-01 | meta
The .htaccess file is a powerful directory-specific configuration file. You can use it to change a great deal of how your site behaves. Learn more about that below. Rerouting from www This trick is both for SEO and for personal gratification. I prefer to ditch the www...