Skip to main content
29
results
Andrew Fletcher
In this article, I'll show you how to create a new an Acy Mailing 5 newsletter.   Access to Acy Mailing 5 This screen is accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Creating a new newsletter When you land on the newsletters page, you will see a list of previous newsletters created and sent.  By default the list is ordered most recent at the top of the list. To create a new...
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...
Andrew Fletcher
In this article, I'll show you how to edit an unsent Acy Mailing 5 newsletter.   Access to Acy Mailing 5 This screen is accessible via the administration area: Select Components → Acy Mailing 5 → Newsletters from the drop-down menus.   Editing a new newsletter When you land on the newsletters page, you will see a list of previous newsletters that have been generated and for most - sent.  By default the list is ordered most recent at the top of the...
Andrew Fletcher
Images For some time, when looking for images online for your app or site I have...
Andrew Fletcher
Adding an image via RESTUI can be done in a snap... once you know how!  I...
Andrew Fletcher
How to apply a gradient tint over a background image? Set the background...
Andrew Fletcher
Working on formatting the date in Xcode, and you come across the situation where...
Andrew Fletcher
Adding a floating decimal point for n number of places is quite easy to achieve.  The key to understand is the receive an outcome of a fraction the numbers need to be Double.  So Int numbers will result in a whole number product.  By way of example: 80 / 3 = 26 We know that this result is incorrect.  To get the correct outcome the equation needs to be as follows: 80.0 / 3.0 = 26.666666666666667 If you have a whole number - add Double to the whole number.  So...
Andrew Fletcher
During the process of building the app, there are warnings about the code....
Andrew Fletcher
https://github.com/kylebrowning/waterwheel.swift After a short amount searching...
Andrew Fletcher
If you have this error, the core issue is the dyld issue. dyld dyld is a...