Skip to main content
16
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
To completely remove Microsoft Remote Desktop from OSX you need to perform the...
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 box, users are managed via Joomla!'s user management system.   Access to Joomla!'s user system This is screen accessible via: Select Users → Manage from the drop-down menus. However, in this instance we won't be using Joomla!'s solution.  Instead working with a component called Community Builder.   Why Community Builder? Community Builder adds more versatility to your Joomla! website than 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...
Andrew Fletcher
In this article, I'll show you how to review a newsletter's statistics for newsletters sent with Acy Mailing 5.   Access to Acy Mailing 5 This is screen accessible via the administration area: Select Components → Components → Acy Mailing 5 → Newsletters from the drop-down menus from the drop-down menus.  Or you can select Components → Acy Mailing 5 → Statistics also from the drop-down menus.   View the...
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...
Andrew Fletcher
Working on a new CentOS 7 server, Node wasn't installed.  You can...