Skip to main content
430
results
Andrew Fletcher
On most of the sites I'm running the Google analytics ID is appearing.  Therefore, tracking and capturing data.  All except one! Discovering where Google ID and Google Tag ID were on a client's site... or not in this situation.  Yes that's correct, for some reason the analytics IDs aren't appearing.  Zip, zero... nothing. Looking on this site, Google tag Manager positions the tag ID in the following lines of code <link rel="stylesheet" media="all"...
Andrew Fletcher
Goal: Restrict content access through username and password entry on an Nginx...
Andrew Fletcher
Working in an AWS ec2 environment, my goal is to access the server via...
Andrew Fletcher
How to set the Private file path in Drupal using the following steps: Create a...
Andrew Fletcher
This page will be a progressive outline of moving those regular run scripts that...
Andrew Fletcher
Only a month ago, running an app through the Android Studio emulator was running fine.  Now I'm warmly greeted by Error Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_NO_CERTIFICATESThe complete error is  Launching '{project}' on Pixel 5 API 33. Installation did not succeed. The application could not be installed: INSTALL_PARSE_FAILED_NO_CERTIFICATES List of apks: [0]...
Andrew Fletcher
Using Composer to Manage Projects and if required their dependencies In this...
Andrew Fletcher
Goal: I want to download a table list to a txt or csv file. Initially, as a root...
Andrew Fletcher
This issue I have a folder with about 10,000 files in it.  I want to scan...
Andrew Fletcher
If your Composer project doesn't have Drush listed as a dependency, you can...
Andrew Fletcher
Using CK Editor 5, I needed to add instructions to a page that held FontAwesome (FA) icons.  Included in these instructions were a couple of FA icons.  Initially adding them was going to be resolved using Pseudo-elements.  Accordingly they would be applied as follows: .download-icon, .portal-icon { position: relative; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; } .download-icon::before, .portal-icon::before { font-family:...
Andrew Fletcher
I've been working on a problem where a font and image tag aren't appearing on...
Andrew Fletcher
Using Homebrew for speed tests... I'm using Speediest CLI - for more details go...
Andrew Fletcher
In a site I'm working at the moment, we need to download high resolution images...
Andrew Fletcher
I'm in an environment where the default branch is staging and I'm attempting to...