This commit is contained in:
Oliver Davies 2017-07-21 18:44:18 +01:00
parent 3e5a885b25
commit 44e9f7ac5a
627 changed files with 29317 additions and 6450 deletions

View file

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/10/review-adminhover-module/">
<meta property="og:title" content="Review of the Admin:hover Module"/>
@ -125,13 +125,13 @@
<a href="https://www.oliverdavies.uk/blog/tags/drupal-planet">drupal-planet</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal-6">drupal-6</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal-modules">drupal-modules</a>, <a href="https://www.oliverdavies.uk/blog/tags/admin%3Ahover">admin:hover</a>, <a href="https://www.oliverdavies.uk/blog/tags/administration">administration</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/07/12/review-teleport-module">
<a href="/blog/2010/07/12/review-teleport-module/">
&laquo; Review of the Teleport Module
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/08/11/create-better-photo-gallery-drupal-part-1">
<a href="/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/">
Create a Better Photo Gallery in Drupal - Part 1 &raquo;
</a>
</div>
@ -147,28 +147,29 @@
<div class="col-md-3">
<div class="panel badges text-center">
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="Im a Drupal Association member.">
<a href="https://assoc.drupal.org/membership" title="Im a Drupal Association member." class="is-block">
<img
src="//www.oliverdavies.uk/assets/images/da-individual-member.png"
src="//www.oliverdavies.uk/assets/images/badges/da-individual-member.png"
alt="Drupal Association Individual Member"
width="152"
>
width="200"
/>
</a>
<a href="http://drupalcores.com/#opdavies">
<div class="is-flex align-items-center">
<img
alt="I built Drupal 8 with hand holding a wrench on blue background"
src="//www.oliverdavies.uk/assets/images/drupal-8.jpg"
/>
</a>
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-certified-developer-drupal-8.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
height="147" width="147"
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-developer.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
class="is-2"
/>
<a href="http://conference.phpnw.org.uk/phpnw17">
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-back-end.png"
alt="Acquia Certified Back End Specialist - Drupal 8 Exam Badge"
class="is-2"
/>
</div>
<a href="http://conference.phpnw.org.uk/phpnw17" class="is-block">
<img src="//www.oliverdavies.uk/assets/images/badges/phpnw17.png" alt="">
</a>
</div>
@ -196,7 +197,7 @@
<ul class="list-group">
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/">
Publishing Sculpin Sites with GitHub Pages
</a>
</span> -
@ -204,7 +205,7 @@
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/">
Introducing the Drupal Meetups Twitterbot
</a>
</span> -
@ -212,7 +213,7 @@
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature/">
Turning Your Custom Drupal Module into a Feature
</a>
</span> -

View file

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/">
<meta property="og:title" content="Create a Better Photo Gallery in Drupal - Part 1"/>
@ -191,13 +191,13 @@ if ($selected_gallery_total != 0) {
<a href="https://www.oliverdavies.uk/blog/tags/drupal-planet">drupal-planet</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal-6">drupal-6</a>, <a href="https://www.oliverdavies.uk/blog/tags/photo-gallery">photo-gallery</a>, <a href="https://www.oliverdavies.uk/blog/tags/sql">sql</a>, <a href="https://www.oliverdavies.uk/blog/tags/views">views</a>, <a href="https://www.oliverdavies.uk/blog/tags/sequel-pro">sequel-pro</a>, <a href="https://www.oliverdavies.uk/blog/tags/cck">cck</a>, <a href="https://www.oliverdavies.uk/blog/tags/views-attach">views-attach</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal">drupal</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/08/10/review-adminhover-module">
<a href="/blog/2010/08/10/review-adminhover-module/">
&laquo; Review of the Admin:hover Module
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/08/17/create-better-photo-gallery-drupal-part-2">
<a href="/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/">
Create a Better Photo Gallery in Drupal - Part 2 &raquo;
</a>
</div>
@ -213,28 +213,29 @@ if ($selected_gallery_total != 0) {
<div class="col-md-3">
<div class="panel badges text-center">
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="Im a Drupal Association member.">
<a href="https://assoc.drupal.org/membership" title="Im a Drupal Association member." class="is-block">
<img
src="//www.oliverdavies.uk/assets/images/da-individual-member.png"
src="//www.oliverdavies.uk/assets/images/badges/da-individual-member.png"
alt="Drupal Association Individual Member"
width="152"
>
width="200"
/>
</a>
<a href="http://drupalcores.com/#opdavies">
<div class="is-flex align-items-center">
<img
alt="I built Drupal 8 with hand holding a wrench on blue background"
src="//www.oliverdavies.uk/assets/images/drupal-8.jpg"
/>
</a>
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-certified-developer-drupal-8.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
height="147" width="147"
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-developer.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
class="is-2"
/>
<a href="http://conference.phpnw.org.uk/phpnw17">
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-back-end.png"
alt="Acquia Certified Back End Specialist - Drupal 8 Exam Badge"
class="is-2"
/>
</div>
<a href="http://conference.phpnw.org.uk/phpnw17" class="is-block">
<img src="//www.oliverdavies.uk/assets/images/badges/phpnw17.png" alt="">
</a>
</div>
@ -262,7 +263,7 @@ if ($selected_gallery_total != 0) {
<ul class="list-group">
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/">
Publishing Sculpin Sites with GitHub Pages
</a>
</span> -
@ -270,7 +271,7 @@ if ($selected_gallery_total != 0) {
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/">
Introducing the Drupal Meetups Twitterbot
</a>
</span> -
@ -278,7 +279,7 @@ if ($selected_gallery_total != 0) {
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature/">
Turning Your Custom Drupal Module into a Feature
</a>
</span> -

View file

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/">
<meta property="og:title" content="Create a Better Photo Gallery in Drupal - Part 2"/>
@ -119,13 +119,13 @@ WHERE content_type_photo.field_gallery_nid = 103
<a href="https://www.oliverdavies.uk/blog/tags/drupal-planet">drupal-planet</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal-6">drupal-6</a>, <a href="https://www.oliverdavies.uk/blog/tags/photo-gallery">photo-gallery</a>, <a href="https://www.oliverdavies.uk/blog/tags/sql">sql</a>, <a href="https://www.oliverdavies.uk/blog/tags/sequel-pro">sequel-pro</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/08/11/create-better-photo-gallery-drupal-part-1">
<a href="/blog/2010/08/11/create-better-photo-gallery-drupal-part-1/">
&laquo; Create a Better Photo Gallery in Drupal - Part 1
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/08/20/review-image-caption-module">
<a href="/blog/2010/08/20/review-image-caption-module/">
Review of the Image Caption Module &raquo;
</a>
</div>
@ -141,28 +141,29 @@ WHERE content_type_photo.field_gallery_nid = 103
<div class="col-md-3">
<div class="panel badges text-center">
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="Im a Drupal Association member.">
<a href="https://assoc.drupal.org/membership" title="Im a Drupal Association member." class="is-block">
<img
src="//www.oliverdavies.uk/assets/images/da-individual-member.png"
src="//www.oliverdavies.uk/assets/images/badges/da-individual-member.png"
alt="Drupal Association Individual Member"
width="152"
>
width="200"
/>
</a>
<a href="http://drupalcores.com/#opdavies">
<div class="is-flex align-items-center">
<img
alt="I built Drupal 8 with hand holding a wrench on blue background"
src="//www.oliverdavies.uk/assets/images/drupal-8.jpg"
/>
</a>
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-certified-developer-drupal-8.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
height="147" width="147"
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-developer.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
class="is-2"
/>
<a href="http://conference.phpnw.org.uk/phpnw17">
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-back-end.png"
alt="Acquia Certified Back End Specialist - Drupal 8 Exam Badge"
class="is-2"
/>
</div>
<a href="http://conference.phpnw.org.uk/phpnw17" class="is-block">
<img src="//www.oliverdavies.uk/assets/images/badges/phpnw17.png" alt="">
</a>
</div>
@ -190,7 +191,7 @@ WHERE content_type_photo.field_gallery_nid = 103
<ul class="list-group">
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/">
Publishing Sculpin Sites with GitHub Pages
</a>
</span> -
@ -198,7 +199,7 @@ WHERE content_type_photo.field_gallery_nid = 103
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/">
Introducing the Drupal Meetups Twitterbot
</a>
</span> -
@ -206,7 +207,7 @@ WHERE content_type_photo.field_gallery_nid = 103
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature/">
Turning Your Custom Drupal Module into a Feature
</a>
</span> -

View file

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/08/20/review-image-caption-module/">
<meta property="og:title" content="Review of the Image Caption Module"/>
@ -104,13 +104,13 @@
<a href="https://www.oliverdavies.uk/blog/tags/drupal-planet">drupal-planet</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal">drupal</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal-6">drupal-6</a>, <a href="https://www.oliverdavies.uk/blog/tags/imagefield">imagefield</a>, <a href="https://www.oliverdavies.uk/blog/tags/image-caption">image-caption</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/08/17/create-better-photo-gallery-drupal-part-2">
<a href="/blog/2010/08/17/create-better-photo-gallery-drupal-part-2/">
&laquo; Create a Better Photo Gallery in Drupal - Part 2
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/09/26/south-wales-drupal-user-group">
<a href="/blog/2010/09/26/south-wales-drupal-user-group/">
The Inaugural Meetup for the South Wales Drupal User Group &raquo;
</a>
</div>
@ -126,28 +126,29 @@
<div class="col-md-3">
<div class="panel badges text-center">
<a class="badge--da-member" href="https://assoc.drupal.org/membership" title="Im a Drupal Association member.">
<a href="https://assoc.drupal.org/membership" title="Im a Drupal Association member." class="is-block">
<img
src="//www.oliverdavies.uk/assets/images/da-individual-member.png"
src="//www.oliverdavies.uk/assets/images/badges/da-individual-member.png"
alt="Drupal Association Individual Member"
width="152"
>
width="200"
/>
</a>
<a href="http://drupalcores.com/#opdavies">
<div class="is-flex align-items-center">
<img
alt="I built Drupal 8 with hand holding a wrench on blue background"
src="//www.oliverdavies.uk/assets/images/drupal-8.jpg"
/>
</a>
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-certified-developer-drupal-8.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
height="147" width="147"
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-developer.png"
alt="Acquia Certified Developer - Drupal 8 Exam Badge"
class="is-2"
/>
<a href="http://conference.phpnw.org.uk/phpnw17">
<img
src="//www.oliverdavies.uk/assets/images/badges/acquia-d8-back-end.png"
alt="Acquia Certified Back End Specialist - Drupal 8 Exam Badge"
class="is-2"
/>
</div>
<a href="http://conference.phpnw.org.uk/phpnw17" class="is-block">
<img src="//www.oliverdavies.uk/assets/images/badges/phpnw17.png" alt="">
</a>
</div>
@ -175,7 +176,7 @@
<ul class="list-group">
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages">
<a href="/blog/2017/07/13/publishing-sculpin-sites-with-github-pages/">
Publishing Sculpin Sites with GitHub Pages
</a>
</span> -
@ -183,7 +184,7 @@
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot">
<a href="/blog/2017/06/09/introducing-the-drupal-meetups-twitterbot/">
Introducing the Drupal Meetups Twitterbot
</a>
</span> -
@ -191,7 +192,7 @@
</li>
<li class="post list-group-item">
<span class="post__title">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature">
<a href="/blog/2017/05/20/turning-drupal-module-into-feature/">
Turning Your Custom Drupal Module into a Feature
</a>
</span> -