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>Writing an Article for Linux Journal</h2>
<p class="posted">27th July 2012</p>
<p class="posted text-light">27th July 2012</p>
<p>I'm absolutely delighted to announce that I'm going to be writing an article for <a href="http://www.linuxjournal.com">Linux Journal</a> magazine's upcoming Drupal special.</p>
@ -99,7 +99,7 @@
<li class="post">
<h2>Install and Configure the Nomensa Accessible Media Player in Drupal</h2>
<p class="posted">14th July 2012</p>
<p class="posted text-light">14th July 2012</p>
<p>This week I released the first version of the Nomensa Accessible Media Player module for Drupal 7. Here's some instructions of how to install and configure it.</p>
@ -110,7 +110,7 @@
<li class="post">
<h2>My new Drupal modules</h2>
<p class="posted">12th July 2012</p>
<p class="posted text-light">12th July 2012</p>
<p>After a busy few days, I've released two new contrib Drupal modules.</p>
@ -121,7 +121,7 @@
<li class="post">
<h2>Dividing Drupal&#039;s process and preprocess functions into separate files</h2>
<p class="posted">24th May 2012</p>
<p class="posted text-light">24th May 2012</p>
<p>If you use a lot of process and preprocess functions within your Drupal theme, then your template.php can get very long and it can become difficult to find a certain piece of code.</p>
@ -134,7 +134,7 @@
<li class="post">
<h2>Writing a .info file for a Drupal 7 theme</h2>
<p class="posted">23rd May 2012</p>
<p class="posted text-light">23rd May 2012</p>
<p>An example .info file for a Drupal 7 theme.</p>
@ -145,7 +145,7 @@
<li class="post">
<h2>Prevent Apache from displaying text files within a web browser</h2>
<p class="posted">23rd May 2012</p>
<p class="posted text-light">23rd May 2012</p>
<p>When you download <a href="http://drupal.org/project/drupal">Drupal</a>, there are several text files that are placed in the root of your installation. You don't want or need these to be visible to anyone attempting to view them in a browser - especially CHANGELOG.txt as that includes the exact version of Drupal you are running and could therefore have security implications.</p>
@ -158,7 +158,7 @@
<li class="post">
<h2>How to add a date popup calendar onto a custom form</h2>
<p class="posted">23rd May 2012</p>
<p class="posted text-light">23rd May 2012</p>
<p>How to use a date popup calendar within your custom module.</p>
@ -169,7 +169,7 @@
<li class="post">
<h2>Forward one domain to another using mod_rewrite and .htaccess</h2>
<p class="posted">23rd May 2012</p>
<p class="posted text-light">23rd May 2012</p>
<p>How to use the .htaccess file to forward to a different domain.</p>
@ -180,7 +180,7 @@
<li class="post">
<h2>Checkout a specific revision from SVN from the command line</h2>
<p class="posted">23rd May 2012</p>
<p class="posted text-light">23rd May 2012</p>
<p>How to checkout a specific revision from a SVN (Subversion) repository.</p>
@ -191,7 +191,7 @@
<li class="post">
<h2>Adding Custom Theme Templates in Drupal 7</h2>
<p class="posted">19th April 2012</p>
<p class="posted text-light">19th April 2012</p>
<p>Today, I had a situation where I was displaying a list of teasers for news article nodes. The article content type had several different fields assigned to it, including main and thumbnail images. In this case, I wanted to have different output and fields displayed when a teaser was displayed compared to when a complete node was displayed.</p>