This commit is contained in:
Oliver Davies 2017-07-11 18:57:51 +01:00
parent 0692d8ff00
commit 47e2ffcfda
247 changed files with 409 additions and 383 deletions

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Easily Embed TypeKit Fonts into your Drupal Website</h1>
<p class="posted">14th February 2011</p>
<p class="posted text-light">14th February 2011</p>
<p>To begin with, you will need to <a href="https://typekit.com/plans">register for a TypeKit account</a> - there is a free version if you just want to try it out.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Display the Number of Facebook fans in PHP</h1>
<p class="posted">15th March 2011</p>
<p class="posted text-light">15th March 2011</p>
<p>Replace the $page_id value with your Page ID number (unless you want to show the number of fans for this site).You can find your Page ID by logging into your Facebook account, going to 'Adverts and Pages', clicking 'Edit page', and looking at the URL.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Proctor &amp; Stevenson</h1>
<p class="posted">31st March 2011</p>
<p class="posted text-light">31st March 2011</p>
<p>2 weeks ago, I handed in my notice of resignation to <a href="http://horseandcountry.tv">Horse &amp; Country TV</a>because I've been offered a new role at <a href="http://proctors.co.uk">Proctor &amp; Stevenson</a> - a Marketing Design and Communications agency in Bristol.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Proctors Hosting the next Drupal Meetup</h1>
<p class="posted">20th May 2011</p>
<p class="posted text-light">20th May 2011</p>
<p>My employer, <a href="http://www.proctors.co.uk">Proctor &amp; Stevenson</a>, are going to be hosting the next Bristol &amp; South West Drupal meetup on the 25th May at our offices.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Imagefield Import Archive</h1>
<p class="posted">23rd May 2011</p>
<p class="posted text-light">23rd May 2011</p>
<p>I've finally uploaded my first module onto Drupal.org!</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Create Multigroups in Drupal 7 using Field Collections</h1>
<p class="posted">28th August 2011</p>
<p class="posted text-light">28th August 2011</p>
<p>One of my favourite things lately in Drupal 6 has been CCK 3, and more specifically, the Content Multigroups sub-module. Basically this allows you to create a fieldset of various CCK fields, and then repeat that multiple times. For example, I use it on this site whist creating invoices for clients. I have a fieldset called 'Line Item', containing 'Description', 'Quantity' and 'Price' fields. With a standard fieldset, I could only have one instance of each field - however, using a multigroup, I can create multiple groups of line items which I then use within the invoice.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>How to Install and Configure Subversion (SVN) Server on Ubuntu</h1>
<p class="posted">19th October 2011</p>
<p class="posted text-light">19th October 2011</p>
<p>Recently, I needed to set up a Subversion (SVN) server on a Ubuntu Linux server. This post is going to outline the steps taken, and the commands used, to install and configure the service.</p>