Build.
This commit is contained in:
parent
0692d8ff00
commit
47e2ffcfda
247 changed files with 409 additions and 383 deletions
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Style Drupal 6's Taxonomy Lists with PHP, CSS and jQuery</h1>
|
||||
|
||||
<p class="posted">5th April 2010</p>
|
||||
<p class="posted text-light">5th April 2010</p>
|
||||
|
||||
<p>Whilst developing this, and other Drupal websites for clients, I decided that I wanted to categorise content using the taxonomy system. However, I wasn't happy with the way that Drupal displayed the terms lists by default, and I started comparing this to other websites that I look at.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Using ImageCache and ImageCrop for my Portfolio</h1>
|
||||
|
||||
<p class="posted">28th April 2010</p>
|
||||
<p class="posted text-light">28th April 2010</p>
|
||||
|
||||
<p>Whilst working on my own portfolio/testimonial website, I decided to have a portfolio page displaying the name of each site and a thumbnail image. For this Blog post, I'll be using a site called <a href="http://popcornstrips.com">Popcorn Strips</a> which I built for a friend earlier this year as an example.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Conditional Email Addresses in a Webform</h1>
|
||||
|
||||
<p class="posted">6th May 2010</p>
|
||||
<p class="posted text-light">6th May 2010</p>
|
||||
|
||||
<p>I created a new Webform to serve as a simple Contact form, but left the main configuration until after I created the form components. I added 'Name', 'Email', 'Subject' and 'Message' fields, as well as a 'Category' select list. Below 'Options', I entered each of my desired options in the following format:</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Quickly Create Zen Subthemes Using Zenophile</h1>
|
||||
|
||||
<p class="posted">10th May 2010</p>
|
||||
<p class="posted text-light">10th May 2010</p>
|
||||
|
||||
<p>If you use the <a href="http://drupal.org/project/zen">Zen</a> theme, then you should also be using the <a href="http://drupal.org/project/zenophile">Zenophile</a> module!</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Create a Slideshow of Multiple Images Using Fancy Slide</h1>
|
||||
|
||||
<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. Then, I found the <a href="http://drupal.org/project/fancy_slide">Fancy Slide</a> module. It's a jQuery Slideshow module with features that include integration with the <a href="http://drupal.org/project/cck">CCK</a>, <a href="http://drupal.org/project/imagecache">ImageCache</a> and <a href="http://drupal.org/project/nodequeue">Nodequeue</a> modules.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Quickly Import Multiples Images Using the Imagefield_Import Module</h1>
|
||||
|
||||
<p class="posted">29th May 2010</p>
|
||||
<p class="posted text-light">29th May 2010</p>
|
||||
|
||||
<p><strong>Thanks to Bob at <a href="http://mustardseedmedia.com">Mustardseed Media</a> for <a href="http://twitter.com/mustardseedinc/status/14713096905">tweeting</a> about this module. It's undoubtedly saved me hours of work today alone!</strong></p>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Change the Content Type of Multiple Nodes Using SQL</h1>
|
||||
|
||||
<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'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 'News article'.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Create Virtual Hosts on Mac OS X Using VirtualHostX</h1>
|
||||
|
||||
<p class="posted">2nd July 2010</p>
|
||||
<p class="posted text-light">2nd July 2010</p>
|
||||
|
||||
<p>This isn'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 <a href="http://www.mamp.info/en/index.html">MAMP</a> to run Apache, MySQL and PHP locally whilst developing. I also use virtual hosts in Apache to create local .dev domains which are as close as possible to the actual live domains. For example, if I was developing a site called mysite.com, my local development version would be mysite.dev.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Add a Taxonomy Term to Multiple Nodes Using SQL</h1>
|
||||
|
||||
<p class="posted">7th July 2010</p>
|
||||
<p class="posted text-light">7th July 2010</p>
|
||||
|
||||
<p><strong>Update:</strong> This can also be done using the <a href="http://drupal.org/project/views_bulk_operations">Views Bulk Operations</a> module.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Review of the Teleport Module</h1>
|
||||
|
||||
<p class="posted">12th July 2010</p>
|
||||
<p class="posted text-light">12th July 2010</p>
|
||||
|
||||
<p>As a heavily-reliant <a href="http://en.wikipedia.org/wiki/Quicksilver_%28software%29">Quicksilver</a> user on my MacBook Pro, I was glad when I found the <a href="http://drupal.org/project/teleport">Teleport</a> module for <a href="http://drupal.org">Drupal</a> <em>(due to Elliott Rothman's <a href="http://twitter.com/elliotttt/status/18044234238">tweet</a>)</em>.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Review of the Admin:hover Module</h1>
|
||||
|
||||
<p class="posted">10th August 2010</p>
|
||||
<p class="posted text-light">10th August 2010</p>
|
||||
|
||||
<p>Sorry for the lack of Blog posts lately, but <a href="http://horseandcountry.tv">my new job</a> that I started a few weeks ago has certainly been keeping me busy! I've got a few more posts that I'm preparing content for, and I'll hopefully be back into my weekly-post routine before too long!</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Create a Better Photo Gallery in Drupal - Part 1</h1>
|
||||
|
||||
<p class="posted">11th August 2010</p>
|
||||
<p class="posted text-light">11th August 2010</p>
|
||||
|
||||
<p>Recently, I converted a client's static HTML website, along with their Coppermine Photo Gallery, into a Drupal-powered website.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Create a Better Photo Gallery in Drupal - Part 2</h1>
|
||||
|
||||
<p class="posted">17th August 2010</p>
|
||||
<p class="posted text-light">17th August 2010</p>
|
||||
|
||||
<p>At the end of my last post, I'd finished creating the first part of the new photo gallery, but I wanted to change the dates of the published photos to reflect the ones on the client's original website.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Review of the Image Caption Module</h1>
|
||||
|
||||
<p class="posted">20th August 2010</p>
|
||||
<p class="posted text-light">20th August 2010</p>
|
||||
|
||||
<p>Up until as recent as last week, whenever I added an image into one of my Blog posts, I was manually adding the caption below each image and styling it accordingly. That was until I installed the <a href="http://drupal.org/project/image_caption">Image Caption</a> module.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>The Inaugural Meetup for the South Wales Drupal User Group</h1>
|
||||
|
||||
<p class="posted">26th September 2010</p>
|
||||
<p class="posted text-light">26th September 2010</p>
|
||||
|
||||
<p>If you do Drupal, and you're in the area, come and join us for the first South Wales Drupal User Group Meetup!</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>How to Create and Apply Patches</h1>
|
||||
|
||||
<p class="posted">10th October 2010</p>
|
||||
<p class="posted text-light">10th October 2010</p>
|
||||
|
||||
<p>To begin with, a download a fresh copy of Drupal 6.19 and created a copy of the original user.pages.inc file. Within the duplicate file, I made the same changes to the function that I did in earlier code, and saved the changes. Now, within my Terminal, I can navigate to Drupal's root directory and create the patch.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Create a Better Photo Gallery in Drupal - Part 3</h1>
|
||||
|
||||
<p class="posted">13th October 2010</p>
|
||||
<p class="posted text-light">13th October 2010</p>
|
||||
|
||||
<p>The next part of the new gallery that I want to implement is to group the galleries by their respective categories. The first step is to edit my original photo_gallery view and add an additional display.</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Create a Better Photo Gallery in Drupal - Part 2.1</h1>
|
||||
|
||||
<p class="posted">22nd October 2010</p>
|
||||
<p class="posted text-light">22nd October 2010</p>
|
||||
|
||||
<p>Today, I realised that I hadn't published the code that I used to create the total figures of galleries and photos at the top of the gallery (I said at the end of <a href="/blog/create-better-photo-gallery-drupal-part-2/" title="Create a Better Photo Gallery in Drupal - Part 2">Part 2</a> that I'd include it in <a href="/blog/create-better-photo-gallery-drupal-part-3/" title="Create a Better Photo Gallery in Drupal - Part 3">Part 3</a>, but I forgot). So, here it is:</p>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<main class="col-md-9">
|
||||
<h1>Use Regular Expressions to Search and Replace in Coda or TextMate</h1>
|
||||
|
||||
<p class="posted">4th November 2010</p>
|
||||
<p class="posted text-light">4th November 2010</p>
|
||||
|
||||
<p>As in <a href="/blog/add-taxonomy-term-multiple-nodes-using-sql/" title="Quickly adding a taxonomy term to multiple nodes using SQL">the original post</a>, I'd generated a list of node ID values, and needed to add structure the SQL update statment formatted in a certain way. However, I changed my inital query slightly to out put the same nid value twice.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue