Skip to main content
15
results
Andrew Fletcher
A summary of Node package commands Short cut commands npm install <package> npm i <package>npm install --save <package> npm i -S <package>npm install --save-dev <package> npm i -D <package>npm install --global <package> npm i -G <package>npm test npm t  Update and outdated Use outdated to discover dependencies that are out of date npm outdatedUse update to perform safe dependency upgrades npm updateUse install <packagename>@latest to...
Andrew Fletcher
In this article, you will learn how to update a newsletter template...
Andrew Fletcher
There are times when other Joomla! administrators of the site leave a page...
Andrew Fletcher
Cached data - keep it or clear it out? You might have noticed, but...
Andrew Fletcher
Adding a new user to your Joomla! website using Community Builder. Out of the...
Andrew Fletcher
In this article, I will show you how to update an existing member's details using Community Builder.   Access to Community Builder This is screen accessible via: Select Components → Community Builder → User Management from the drop-down menus.   Updating an existing user From the User Management screen, if you can see the member you are wanting to update click on their name.  Otherwise, you can enter their name in the input field and press return....
Andrew Fletcher
In this article, I'll show you how to create a new an Acy Mailing 5...
Andrew Fletcher
In this article, I'll show you how to manage an Acy Mailing 5 subscription...
Andrew Fletcher
In this article, I'll show you how to edit an existing member's...
Andrew Fletcher
In this article, I'll show you how to review a newsletter's statistics for...
Andrew Fletcher
In this article, you will learn how to send a newsletter using Acy Mailing 5.   Access to Acy Mailing 5 This is screen accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Sending a newsletter Viewing the newsletter list, click on the newsletter that you want to send out to the member base.  Check the following details are correct: Subject - set  Published - set to yes HTML version -...
Andrew Fletcher
In this article, I'll show you how to edit an unsent Acy Mailing 5...
Andrew Fletcher
Step 1: Install Homebrew Homebrew is the missing package manager for macOS. As...
Andrew Fletcher
Working on a new CentOS 7 server, Node wasn't installed.  You can...
Andrew Fletcher
I started out with a simple task... install Tailwindcss.  What unfolded is...