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/06/02/improve-jpg-quality-imagecache-and-imageapi">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi/">
<meta property="og:title" content="Improve JPG Quality in Imagecache and ImageAPI"/>
@ -101,13 +101,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/imagecache">imagecache</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module">
<a href="/blog/2010/05/29/quickly-import-multiples-images-using-imagefieldimport-module/">
&laquo; Quickly Import Multiples Images Using the Imagefield_Import Module
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue">
<a href="/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/">
Create a Block of Social Media Icons using CCK, Views and Nodequeue &raquo;
</a>
</div>
@ -123,28 +123,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>
@ -172,7 +173,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> -
@ -180,7 +181,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> -
@ -188,7 +189,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/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/">
<meta property="og:title" content="Create a Block of Social Media Icons using CCK, Views and Nodequeue"/>
@ -102,13 +102,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">drupal</a>, <a href="https://www.oliverdavies.uk/blog/tags/views">views</a>, <a href="https://www.oliverdavies.uk/blog/tags/nodequeue">nodequeue</a>, <a href="https://www.oliverdavies.uk/blog/tags/oliverdavies.co.uk">oliverdavies.co.uk</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi">
<a href="/blog/2010/06/02/improve-jpg-quality-imagecache-and-imageapi/">
&laquo; Improve JPG Quality in Imagecache and ImageAPI
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/06/25/10-useful-drupal-6-modules">
<a href="/blog/2010/06/25/10-useful-drupal-6-modules/">
10 Useful Drupal 6 Modules &raquo;
</a>
</div>
@ -124,28 +124,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>
@ -173,7 +174,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> -
@ -181,7 +182,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> -
@ -189,7 +190,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/06/25/10-useful-drupal-6-modules">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/06/25/10-useful-drupal-6-modules/">
<meta property="og:title" content="10 Useful Drupal 6 Modules"/>
@ -91,7 +91,7 @@
<ul>
<li><strong><a href="http://drupal.org/project/admin">Admin</a>:</strong> <br>The admin module provides UI improvements to the standard Drupal admin interface. I've just upgraded to the new <a href="http://drupal.org/node/835870">6.x-2.0-beta4</a> version, and installed the newly-required <a href="http://code.developmentseed.org/rubik">Rubik</a>/<a href="http://code.developmentseed.org/tao">Tao</a> themes. So far, so good!</li>
<li><strong><a href="http://drupal.org/project/better_perms">Better Permissions</a>/<a href="http://drupal.org/project/filter_perms">Filter Permissions</a>: <br></strong>Basic permissions is a basic module which enhances the Drupal Permissions page to support collapsing and expanding permission rows. Filter permissions provides filters at the top of the Permissions page for easier management when your site has a large amount of roles and/or permissions. </li>
<li><strong><a href="http://drupal.org/project/better_perms">Better Permissions</a>/<a href="http://drupal.org/project/filter_perms">Filter Permissions</a>: <br></strong>Basic permissions is a basic module which enhances the Drupal Permissions page to support collapsing and expanding permission rows. Filter permissions provides filters at the top of the Permissions page for easier management when your site has a large amount of roles and/or permissions.</li>
<li><strong><a href="http://drupal.org/project/better_formats">Better Formats</a>: <br></strong>Better formats is a module to add more flexibility to Drupal's core input format system.</li>
<li><strong><a href="http://drupal.org/project/node_clone">Clone module</a>:</strong><br>Allows users to make a copy of an existing item of site content (a node) and then edit that copy.</li>
<li><strong><a href="http://drupal.org/project/vertical_tabs">Vertical Tabs</a>:<br></strong>Integrated into Drupal 7 core, this module adds vertical tabs to the node add and edit forms.</li>
@ -107,13 +107,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">drupal</a>, <a href="https://www.oliverdavies.uk/blog/tags/drupal-modules">drupal-modules</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue">
<a href="/blog/2010/06/23/create-block-social-media-icons-using-cck-views-and-nodequeue/">
&laquo; Create a Block of Social Media Icons using CCK, Views and Nodequeue
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views">
<a href="/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/">
Create a Flickr Photo Gallery Using Feeds, CCK and Views &raquo;
</a>
</div>
@ -129,28 +129,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>
@ -178,7 +179,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> -
@ -186,7 +187,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> -
@ -194,7 +195,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/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views">
<meta property="og:url" content="https://www.oliverdavies.uk/blog/2010/06/28/create-flickr-photo-gallery-using-feeds-cck-and-views/">
<meta property="og:title" content="Create a Flickr Photo Gallery Using Feeds, CCK and Views"/>
@ -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/photo-gallery">photo-gallery</a>, <a href="https://www.oliverdavies.uk/blog/tags/views">views</a>, <a href="https://www.oliverdavies.uk/blog/tags/cck">cck</a>, <a href="https://www.oliverdavies.uk/blog/tags/imagecache">imagecache</a>, <a href="https://www.oliverdavies.uk/blog/tags/feeds">feeds</a>, <a href="https://www.oliverdavies.uk/blog/tags/filefield">filefield</a>, <a href="https://www.oliverdavies.uk/blog/tags/flickr">flickr</a>, <a href="https://www.oliverdavies.uk/blog/tags/imagefield">imagefield</a> </p>
<div class="post-pager is-flex">
<div class="is-half">
<a href="/blog/2010/06/25/10-useful-drupal-6-modules">
<a href="/blog/2010/06/25/10-useful-drupal-6-modules/">
&laquo; 10 Useful Drupal 6 Modules
</a>
</div>
<div class="is-half text-right">
<a href="/blog/2010/07/01/change-content-type-multiple-nodes-using-sql">
<a href="/blog/2010/07/01/change-content-type-multiple-nodes-using-sql/">
Change the Content Type of Multiple Nodes Using SQL &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> -