Bootstrap Text Alignment

Bootstrap supports text alignment within the html. By adding references to the relevant bootstrap css classes the text within a div maybe aligned: left; right; centred or justified according to CSS. Ids and classes assigned to the relevant parts. Why not make use of the Bootstrap support for the alignment of text? Adding the relevant […]

Read More… from Bootstrap Text Alignment

Gmail Enable POP emails

By default Gmail is configured to interact with email clients using IMAP. If you wish to use POP then this needs to be enabled within the settings. To enable POP email connections with gmail: Although the radio button next to your selected option may not stay selected, Gmail displays the status as 1. Status POP […]

Read More… from Gmail Enable POP emails

Sending a MailChimp Email

A guide to sending a MailChimp campaign email, including maintaining lists of contacts or subscribers editing your template and sending your campaign email. Getting started with MailChimp You’ve logged into your MailChimp account and are presented with the MailChimp Home screen: Note the four main actions at the top of the Home screen: Lists Templates […]

Read More… from Sending a MailChimp Email

Backing up with Rsync

rsync can be used to syncronise files and directories between two locations on the same device or across different devices. It’s a great way to backup the content of your computer with a Linux server. Synchronising Files Typical command format to retrieve files rsync -avz neil@192.168.0.55:/home/neil/home/backup somewhere Where the parameters are: Add a slash on […]

Read More… from Backing up with Rsync