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>Quickly Create Zen Subthemes Using Zenophile</h2>
<p class="posted">10th May 2010</p>
<p class="posted text-light">10th May 2010</p>
<p>If you use the Zen theme, then you should also be using the Zenophile module!
@ -100,7 +100,7 @@ The Zenophile module allows you to very quickly create Zen subthemes from within
<li class="post">
<h2>Conditional Email Addresses in a Webform</h2>
<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 &#039;Name&#039;, &#039;Email&#039;, &#039;Subject&#039; and &#039;Message&#039; fields, as well as a &#039;Category&#039; select list. Below &#039;Options&#039;, I entered each of my desired options in the &hellip;</p>
@ -110,7 +110,7 @@ The Zenophile module allows you to very quickly create Zen subthemes from within
<li class="post">
<h2>Using ImageCache and ImageCrop for my Portfolio</h2>
<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&#039;ll be using a site called Popcorn Strips which I built for a friend earlier this year as an example.
@ -122,7 +122,7 @@ I created a &hellip;</p>
<li class="post">
<h2>Style Drupal 6&#039;s Taxonomy Lists with PHP, CSS and jQuery</h2>
<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&#039;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.