I’m working on a series of blogs about banking apps, and screenshots are important to document what I see: however some banking apps don’t allow screenshots at all. Starling, for example, has an option to enable screenshots for 15 minutes but Cooperative Bank doesn’t have that option. Getting round this took me while to figure…Continue reading How to take Screenshots of a banking app on android
Category: Random documentation
Using Feefo with Prestashop/Thirybees
I set up feefo with my prestashop store but due to unrelated personal circumstances I never did much work with the website after this. Here are my notes from the time, tidied up a bit. Appologies the post lacks narrative, it’s got details of how I did each task without much info on what the…Continue reading Using Feefo with Prestashop/Thirybees
Setting up Phillips Hue on Mycroft mark 1 – including guide to basic SSH access
I will explain the difficulties I was having installing the Mycroft Phillips Hue Skill using the verbal command and show how I installed this skill using SSH. This can also serve as a basic guide for using SSH with Mycroft, including how to change the default password and how to install apps from github repositories.
Adventures with Mycroft Mark 1: Second hand blues and re-installing Mycroft AI
In this blog I introduce my new buddy Mycroft, an Open Source voice activated home assistant. I detail how to re-install his software if he has a big problem.
Postcode based targeted email marketing for events using Mautic
Mautic, Open Source marketing software, can be used to send targeted emails about events to people on your mailing list who live within a radius of that event. The best thing about this process is the lists will always be up to date when you need them: next time an event is in the same area you have a list ready and waiting. Here’s how it’s done.
Removing duplicates from a list using Libreoffice
In this example, I will condense a list of paired-down postcodes into a short list by removing all the duplicate entries.
copy-pasting data from website table to libreoffice, formatting it as a csv in geddit
Yet another task getting data out of a fairly nasty/incoherent web-based table and moving it into LibreOffice for sorting/project planning. Presumably this is all “easier” with scripting but I don’t have the time/patience/inclination to learn, so here is my hacky method! It worked for 95% of my data, so I had 5 of 100 lines…Continue reading copy-pasting data from website table to libreoffice, formatting it as a csv in geddit
Removing every other line, or every nth line, from a list using LibreOffice Calc
This is particularly useful when working with lists copied and pasted from withing software (like WordPress or Drupal). Perhaps you are making a list of blogs you have written or you want to check the order of a menu: often when you copy this data you get spare bits of html such as button names…Continue reading Removing every other line, or every nth line, from a list using LibreOffice Calc
Removing some text items e.g. files with certain extension, from a list in Libreoffice using COUNTIF
I am currently doing some work for the Church of England, moving and improving the repository of liturgy to their new website. There are a lot of files involved so using shortcuts for sorting out data and lists is vital. Removing unneeded items from a list Today I was working with an export of a…Continue reading Removing some text items e.g. files with certain extension, from a list in Libreoffice using COUNTIF
Allow your contributors to upload a profile picture to WordPress without using Gravatar
There are lots of benefits to contributors uploading a profile picture (also known as an Avatar) to your WordPress site: it makes it clearer who is writing each blog, it helps the writer feel part of your site, it makes your site more personable and friendly which helps your readers to engage more. WordPress, by…Continue reading Allow your contributors to upload a profile picture to WordPress without using Gravatar