-
#100DaysOfCode: R1D2
19th August 2021 In terms of actually sitting in front of the computer and coding, it was a light day today. Some essential, but unfortunately timed, medical appointments clashed with my US EST work schedule, but I was still able to review some materials from Modern React with Redux while on the road and I […]
-
#100DaysOfCode: R1D1
18th August 2021 Today I dusted off the blog: aggrippino.com: Updated WordPress. Fixed file permissions on the web host. Deleted/updated/installed some plugins. Deleted/updated some themes. Installed a new theme (OnePress). Tried the WP Dark Mode plugin, but deactivated it due to conflicts with theme and extensions. Installed SyntaxHighlighter Evolved plugin. Made modifications to some CSS […]
-
How to really check with JavaScript if CSS failed to load from a CDN
I want to load a third-party CSS stylesheet from a CDN, but I’m concerned how it will affect my site if the CDN goes down. How do I use JavaScript to check if a CSS file has loaded so I can load a local fallback instead? This can’t be a new idea. I can get […]