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>Improve JPG Quality in Imagecache and ImageAPI</h1>
<p class="posted">2nd June 2010</p>
<p class="posted text-light">2nd June 2010</p>
<p>Whilst uploading images for my Projects and Testimonials sections, I noticed that the Imagecache-scaled images weren't as high a quality the originals on my Mac. I did some searching online and found out that, by default, Drupal resamples uploaded jpgs to 75% of their original quality.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Create a Block of Social Media Icons using CCK, Views and Nodequeue</h1>
<p class="posted">23rd June 2010</p>
<p class="posted text-light">23rd June 2010</p>
<p>I recently decided that I wanted to have a block displayed in a sidebar on my site containing icons and links to my social media profiles - <a href="http://twitter.com/opdavies">Twitter</a>, <a href="http://facebook.com/opdavies">Facebook</a> etc. I tried the <a href="http://drupal.org/project/follow">Follow</a> module, but it lacked the option to add extra networks such my <a href="http://drupal.org/user/381388">Drupal.org</a> account, and my <a href="http://oliverdavies.co.uk/rss.xml">RSS feed</a>. I started to create my own version, and then found <a href="http://www.hankpalan.com/blog/drupal-themes/add-your-social-connections-drupal-icons">this Blog post</a> by Hank Palan.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>10 Useful Drupal 6 Modules</h1>
<p class="posted">25th June 2010</p>
<p class="posted text-light">25th June 2010</p>
<p>Aside from the obvious candidates such as Views, CCK etc, here are a list of 10 contributed modules that I currently use on each Drupal project.</p>

View file

@ -84,7 +84,7 @@
<main class="col-md-9">
<h1>Create a Flickr Photo Gallery Using Feeds, CCK and Views</h1>
<p class="posted">28th June 2010</p>
<p class="posted text-light">28th June 2010</p>
<p>In this tutorial, I'll show you how to create a photo gallery which uses photos imported from <a href="http://www.flickr.com">Flickr</a>.</p>