Skip to main content
19
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
Looking to install Solr on your server?  Not sure if it worth the...
Andrew Fletcher
Installing Varnish to increase the speed of the page load. Install varnish using...
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 when opening an app or visiting a website for the first time can take longer than on a subsequent visits to the same site. This extra time taken is primarily due to our devices not having cached data for the website or app.   If you’re not quite sure what cached data is, let's take a quick look. Cached data are files, scripts, images, and other multimedia stored on your device after opening an app or...
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...
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 newsletter subscription status using Acy Mailing 5.   Access to Acy Mailing 5 This is screen accessible via the administration area: Select Components → Acy Mailing 5 → Users from the drop-down menus.   Edit a member's newsletter subscription There are two methods you can use to enter edit mode for a member (user): Click on the member's email; or Click on the checkbox along the corresponding...
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...
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...