developer resources
Codebales holds an ever growing number of solutions to problems that we have experienced in our day to day code writing
495
results
Andrew Fletcher
•
I'm going to take you on a journey about adding a gradient tint to a background image. The journey will go through text modifiers with regular and semibold font weights, and font colour. Using an image from Unsplash. Adding a black tint, then transform it to a gradient using a colour array. If you get lost along the journey, the final result is available on GitHub.
Level: beginner
Previously I've looked into adding a tint overlay to a background image......
Andrew Fletcher
•
Creating a new SwiftUI project is a quick process. There are already...
Andrew Fletcher
•
How to apply a gradient tint over a background image?
Set the background...
Andrew Fletcher
•
For detailed notes regarding how to add custom fonts to your iOS app see...
Andrew Fletcher
•
To copy the content of a directory /source to another existing directory...
Andrew Fletcher
•
While the Drupal site has a great outline of the steps to follow, I found we needed to tweak so the update would work for us. I found the update process from 8.7.10 to 8.8.0 that worked on our sites was as follows
Starting with ssh
composer update # To update any dependencies
Transfer the Drupal 8.8.0 tar gz file
Either using command line or FTP, transfer drupal-8.8.0.tar.gz to your respective directory.
Back to ssh
unpack the the drupal-8.8.0.tar.gz - see our update...
Andrew Fletcher
•
First transfer the drupal-8.8.x.tar.gz file to your directory
Via your ssh...
Andrew Fletcher
•
Overview
To update ejabberd you need to remove it, then re-install with the...
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....
Andrew Fletcher
•
The starting point is to read through and follow the notes outlined on the ejabberd site regarding adding database schema. The purpose of this documentation is to clarify where the files were located for me.
The schema files can be found in ejabberd priv directory. To find the priv directory, use the find command
find / -name priv -type dInitially, the directory I found based on the...
Andrew Fletcher
•
Using shell access you the site you want to add the Spyc library. Then go...
Andrew Fletcher
•
To add Erlang repository that also includes the public key for verifying signed...
Andrew Fletcher
•
Whatever you are coding - code clarity is your goal.
Before you scream and...
Andrew Fletcher
•
Adding a pem file to secure ejabbered on the server for chat connection.
Getting...