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

@ -88,7 +88,7 @@
<li class="post">
<h2>Review of the Teleport Module</h2>
<p class="posted">12th July 2010</p>
<p class="posted text-light">12th July 2010</p>
<p>As a heavily-reliant Quicksilver user on my MacBook Pro, I was glad when I found the Teleport module for Drupal (due to Elliott Rothman&#039;s tweet).
@ -100,7 +100,7 @@ When you press a configurable hot-key, a jQuery dialog box appears where you can
<li class="post">
<h2>Add a Taxonomy Term to Multiple Nodes Using SQL</h2>
<p class="posted">7th July 2010</p>
<p class="posted text-light">7th July 2010</p>
<p>Update: This can also be done using the Views Bulk Operations module.
@ -112,7 +112,7 @@ In preparation for my Blog posts being added to Drupal Planet, I needed to creat
<li class="post">
<h2>Create Virtual Hosts on Mac OS X Using VirtualHostX</h2>
<p class="posted">2nd July 2010</p>
<p class="posted text-light">2nd July 2010</p>
<p>This isn&#039;t a Drupal related topic per se, but it is a walk-through of one of the applications that I use whilst doing Drupal development work. I assume, like most Mac OS X users, I use MAMP to run Apache, MySQL and PHP locally whilst developing. I also use virtual &hellip;</p>
@ -122,7 +122,7 @@ In preparation for my Blog posts being added to Drupal Planet, I needed to creat
<li class="post">
<h2>Change the Content Type of Multiple Nodes Using SQL</h2>
<p class="posted">1st July 2010</p>
<p class="posted text-light">1st July 2010</p>
<p>In this post, I will be changing values within my Drupal 6 site&#039;s database to quickly change the content type of multiple nodes. I will be using a test development site with the core Blog module installed, and converting Blog posts to a custom content type called &#039;News article&#039;.
@ -134,7 +134,7 @@ Before changing &hellip;</p>
<li class="post">
<h2>Create a Flickr Photo Gallery Using Feeds, CCK and Views</h2>
<p class="posted">28th June 2010</p>
<p class="posted text-light">28th June 2010</p>
<p>In this tutorial, I&#039;ll show you how to create a photo gallery which uses photos imported from Flickr.
@ -159,7 +159,7 @@ The first thing that I did was to create a content type to store my imported ima
<li class="post">
<h2>10 Useful Drupal 6 Modules</h2>
<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.
@ -174,7 +174,7 @@ Admin: The admin module provides UI improvements to the standard Drupal admin in
<li class="post">
<h2>Create a Block of Social Media Icons using CCK, Views and Nodequeue</h2>
<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 - Twitter, Facebook etc. I tried the Follow module, but it lacked the option to add extra networks such my Drupal.org account, and my &hellip;</p>
@ -184,7 +184,7 @@ Admin: The admin module provides UI improvements to the standard Drupal admin in
<li class="post">
<h2>Improve JPG Quality in Imagecache and ImageAPI</h2>
<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&#039;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.
@ -196,7 +196,7 @@ To increase the quality of &hellip;</p>
<li class="post">
<h2>Quickly Import Multiples Images Using the Imagefield_Import Module</h2>
<p class="posted">29th May 2010</p>
<p class="posted text-light">29th May 2010</p>
<p>Thanks to Bob at Mustardseed Media for tweeting about this module. It&#039;s undoubtedly saved me hours of work today alone!
@ -208,7 +208,7 @@ I&#039;ve recently started a personal project converting a website to Drupal. It
<li class="post">
<h2>Create a Slideshow of Multiple Images Using Fancy Slide</h2>
<p class="posted">25th May 2010</p>
<p class="posted text-light">25th May 2010</p>
<p>Whilst updating my About page, I thought about creating a slideshow of several images instead of just the one static image. When I looking on Drupal.org, the only slideshow modules were to create slideshows of images that were attached to different nodes - not multiple images attached to one node. &hellip;</p>