<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.apaddedcell.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>A Padded Cell</title>
 <link>http://www.apaddedcell.com</link>
 <description></description>
 <language>en</language>
<item>
 <title>10 great modules for Drupal theming and site-building</title>
 <link>http://www.apaddedcell.com/10-great-modules-drupal-theming-and-site-building</link>
 <description>&lt;p&gt;If you&amp;#39;re new to Drupal, and even if you&amp;#39;re not, you may find the process of putting together a site to be rather baffling. With over 25,000 modules to choose from, it can be challenging to find the one that will solve your particular problem.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/10-great-modules-drupal-theming-and-site-building&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 23 Jan 2014 20:20:35 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">111 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to add Color module support to your Drupal theme</title>
 <link>http://www.apaddedcell.com/how-add-color-module-support-your-drupal-theme</link>
 <description>&lt;p&gt;Drupal&amp;#39;s Color module (a core module), enables users to change the colours used in a theme through the theme settings. This is a great feature to have if you&amp;#39;re developing a theme for widespread distribution, or if you have a large multi-site installation and want individual sites to have different color variations.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-add-color-module-support-your-drupal-theme&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 19 Apr 2013 14:55:20 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">114 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Drupal theming next steps: Overriding HTML output</title>
 <link>http://www.apaddedcell.com/change-html-output-drupal-7</link>
 <description>&lt;p&gt;Soon after you&#039;ve started out with Drupal theming, you&#039;ll probably find that you need to change some of the HTML code it generates. But how do you do that? This article will break down the process of overriding Drupal&#039;s HTML code (or &quot;Overriding themable output&quot;), using template files and theme functions.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/change-html-output-drupal-7&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/html">HTML</category>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Wed, 29 Aug 2012 15:00:00 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">110 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Complete Guide to Pre-Installed Fonts in Linux, Mac, and Windows</title>
 <link>http://www.apaddedcell.com/web-fonts</link>
 <description>&lt;p&gt;Web fonts are gaining in popularity now, but they can still be a bit of a challenge to use. Copyright issues often require the use of a third-party font service, which can be risky and expensive.The good news is that all major operating systems come with a variety of fonts that you can use to create your font stacks.&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/web-fonts&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/design">Design</category>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <pubDate>Mon, 19 Mar 2012 14:01:04 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">66 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to create a simple Drupal 7 theme from scratch</title>
 <link>http://www.apaddedcell.com/how-create-drupal-7-theme-scratch</link>
 <description>&lt;p&gt;Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What&amp;#39;s a designer to do? Never fear, it is completely possible to create your own theme from scratch. This article will demonstrate a step-by-step process for creating your own Drupal theme, including a .info file, page template, regions, and CSS.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-create-drupal-7-theme-scratch&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <enclosure url="http://www.apaddedcell.com/sites/www.apaddedcell.com/files/mycooltheme.tar.gz" length="7947" type="application/octet-stream" />
 <pubDate>Wed, 21 Sep 2011 11:30:50 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">104 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>CSS3 selectors simplified, Part 1: Simple selectors and attribute selectors</title>
 <link>http://www.apaddedcell.com/css-3-selectors-simplified</link>
 <description>&lt;p&gt;
	CSS 3 has introduced a variety of new selectors that can be used to access elements in a web page. While some of these were available in CSS 2.1, the range of new options can be confusing. How can you make sense of it all? Read on!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/css-3-selectors-simplified&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.apaddedcell.com/css-3-selectors-simplified#comments</comments>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <pubDate>Thu, 14 Jul 2011 14:55:32 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">107 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Creating a custom home page in Drupal 7 using Views (part one)</title>
 <link>http://www.apaddedcell.com/custom-home-page-drupal-7-views</link>
 <description>&lt;p&gt;Having installed Drupal, one of the first questions people ask is, &amp;lsquo;How do I change the home page?&amp;rsquo; By default the front page of Drupal has a blog feel, with the latest posts shown in date order, but it does not have to be like this! These two articles will show how a front page can be customized using &lt;em&gt;Views&lt;/em&gt;.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/custom-home-page-drupal-7-views&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Thu, 23 Jun 2011 02:11:12 +0000</pubDate>
 <dc:creator>Liam McDermott</dc:creator>
 <guid isPermaLink="false">105 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Divitis: What it is and how to avoid it (Updated!)</title>
 <link>http://www.apaddedcell.com/div-itis-what-it-and-how-avoid-it</link>
 <description>&lt;p&gt;
	When developing your website in HTML, you might be tempted to use the
&amp;lt;div&amp;gt; tag to sovle problems. Things not lining up in every browser? Maybe another containing &amp;lt;div&amp;gt; would help. Don&amp;#39;t know how to select that particular element? Wrap a &amp;lt;div&amp;gt; around it!&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/div-itis-what-it-and-how-avoid-it&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/topic/html">HTML</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <pubDate>Wed, 08 Jun 2011 14:38:40 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">61 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Get more sign-ups from Drupal 7: make ‘Create new account’ eye catching</title>
 <link>http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block</link>
 <description>&lt;p&gt;According to our &lt;a href=&quot;http://piwik.org&quot;&gt;analytics software&lt;/a&gt; between 60 and 70 percent of visitors going to the new user registration page on &lt;a href=&quot;http://www.webmaster-forums.net&quot;&gt;the Webmaster Forums&lt;/a&gt; do so by clicking the &lt;em&gt;Create new account&lt;/em&gt; link in the user login block.&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/html">HTML</category>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/topic/programming">Programming</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <enclosure url="http://www.apaddedcell.com/sites/www.apaddedcell.com/files/bartik-new-user.png" length="1905" type="image/png" />
 <pubDate>Mon, 16 May 2011 15:12:00 +0000</pubDate>
 <dc:creator>Liam McDermott</dc:creator>
 <guid isPermaLink="false">102 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Context Layouts, Panels, and Composite Layouts in Drupal: What&#039;s the difference?</title>
 <link>http://www.apaddedcell.com/panels-context-layouts-and-composite-layouts-drupal-whats-difference</link>
 <description>&lt;p&gt;
	If you&amp;#39;re attempting to create a complex page layouts in Drupal, you may be confronted with a choice between several modules: &lt;a href=&quot;http://drupal.org/project/context&quot;&gt;Context Layouts&lt;/a&gt;, &lt;a href=&quot;http://drupal.org/project/panels&quot;&gt;Panels&lt;/a&gt;,&amp;nbsp;and &lt;a href=&quot;http://drupal.org/project/composite&quot;&gt;Composite Layouts&lt;/a&gt;. These modules may seem a bit confusing at first.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/panels-context-layouts-and-composite-layouts-drupal-whats-difference&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <pubDate>Fri, 29 Apr 2011 18:10:42 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">101 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Goodbye vBulletin, part two: how we got away</title>
 <link>http://www.apaddedcell.com/goodbye-vbulletin-part-two-how-we-got-away</link>
 <description>&lt;p&gt;The &lt;a href=&quot;/goodbye-vbulletin-part-1-reasons-switch&quot;&gt;previous article in this series&lt;/a&gt; showed our reasons for wanting to move The Webmaster Forums from vBulletin to Drupal. This second part shows how we successfully got away, and the difficulties faced.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/goodbye-vbulletin-part-two-how-we-got-away&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/topic/programming">Programming</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/opinion">Opinion</category>
 <pubDate>Tue, 26 Apr 2011 18:15:10 +0000</pubDate>
 <dc:creator>Liam McDermott</dc:creator>
 <guid isPermaLink="false">79 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>SSH: Allowing multiple users to edit the same files and directories (shared folders)</title>
 <link>http://www.apaddedcell.com/ssh-allowing-multiple-users-edit-files-and-directories-shared-folders</link>
 <description>&lt;p&gt;Often multiple users will need to have access to edit, delete and create files and folders on a server. To illustrate this we will use the example of two users who need access to the same files on a Web server.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/ssh-allowing-multiple-users-edit-files-and-directories-shared-folders&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/server-management">Server management</category>
 <category domain="http://www.apaddedcell.com/difficulty/advanced">Advanced</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Wed, 24 Nov 2010 09:00:00 +0000</pubDate>
 <dc:creator>Liam McDermott</dc:creator>
 <guid isPermaLink="false">99 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>SSH: Managing file permissions using CHMOD</title>
 <link>http://www.apaddedcell.com/ssh-file-permissions-chmod</link>
 <description>&lt;p&gt;
	When installing scripts on your website you will often be asked to change the permissions, or CHMOD (change mode). The instructions for doing this often include cryptic sets of numbers, such as &lt;code&gt;chmod 775&lt;/code&gt; There are actually two ways of setting permissions using chmod, using numbers or words. Use whichever method works best for you.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/ssh-file-permissions-chmod&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/server-management">Server management</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Wed, 17 Nov 2010 09:00:00 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">88 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>CSS fundamentals: Data types (colours, lengths, URLs)</title>
 <link>http://www.apaddedcell.com/css-fundamentals-units-measurement-colours-and-comments</link>
 <description>&lt;p&gt;
	All CSS properties have a specified type of value they can accept. Values may be keywords, lengths, colours, numbers, or url&amp;#39;s. This article will explain some of the specifics of CSS values, including how colours are specified, what units of measurement are allowed, and how URL are specified.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/css-fundamentals-units-measurement-colours-and-comments&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <pubDate>Tue, 05 Oct 2010 15:52:03 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">98 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>CSS fundamentals: Selectors</title>
 <link>http://www.apaddedcell.com/css-fundamentals-selectors</link>
 <description>&lt;p&gt;
	In CSS, Selectors are used to select HTML elements for styling. There are many different ways to select elements. This article will cover the most basic types of selectors: element selectors, classes, and ID&amp;#39;s as well as the concepts of grouping and descendent selectors.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/css-fundamentals-selectors&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <pubDate>Tue, 05 Oct 2010 15:50:37 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">97 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>CSS fundamentals: The absolute basics</title>
 <link>http://www.apaddedcell.com/css-absolute-basics</link>
 <description>&lt;p&gt;
	This article will begin a series on CSS fundamentals. To begin, we need to understand what CSS is and how to use it. This article will include a definition of CSS, an overview of what a CSS rule looks like, and a summary of the methods available to use CSS in your web pages.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/css-absolute-basics&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <pubDate>Wed, 01 Sep 2010 18:01:11 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">95 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Choosing your web building software</title>
 <link>http://www.apaddedcell.com/choosing-your-web-building-software</link>
 <description>&lt;p&gt;
	To build a website you need several types of software: a code editor, an FTP client, a graphics editor, and a selection of web browsers are the basics. This article will describe these tools and suggest popular software to try. In most cases, there are many alternatives available. It&amp;#39;s a good idea to try several of them and see what works best for you.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/choosing-your-web-building-software&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/graphics">Graphics</category>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/topic/html">HTML</category>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <pubDate>Fri, 23 Jul 2010 09:29:15 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">93 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to create a Drupal 6 theme from scratch</title>
 <link>http://www.apaddedcell.com/how-create-drupal-6-theme-scratch</link>
 <description>&lt;p&gt;
	Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What&amp;#39;s a designer to do? Never fear, there is a simple way to create your own theme from scratch. This article will demonstrate a step-by-step process for creating your own Drupal theme, including a .info file, page template, regions, and CSS.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-create-drupal-6-theme-scratch&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/design">Design</category>
 <category domain="http://www.apaddedcell.com/topic/html">HTML</category>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Tue, 16 Mar 2010 16:38:09 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">92 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to centre a div, and other CSS centring tricks</title>
 <link>http://www.apaddedcell.com/how-centre-div-and-other-css-tricks</link>
 <description>&lt;p&gt;
	&lt;br /&gt;
	If you&amp;#39;re just starting out with CSS, there are several problems that may be a mystery to you. Centring a div is one of these problems. In fact, there are several things you might want to centre with CSS. This article will cover centring a containing div, centring images and tables, centring a div vertically, and centring a background image.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-centre-div-and-other-css-tricks&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 28 Feb 2010 18:13:03 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">89 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>SSH: It&#039;s really not that scary</title>
 <link>http://www.apaddedcell.com/ssh-its-really-not-scary</link>
 <description>&lt;p&gt;For a long time, I avoided using ssh. As a designer, I thought it would be too complicated and difficult to learn. As it turns out, I was wrong! For the most part, ssh (and the shell commands needed to perform tasks) isn&#039;t that difficult to do. Being able to use SSH will make it easier and faster for you to perform many common tasks on your web server. Even if you&#039;re on a shared hosting account, you may be able to access your website using SSH (check with your hosting provider to find out).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/ssh-its-really-not-scary&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/server-management">Server management</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Thu, 29 Oct 2009 00:50:31 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">87 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to create a multi-column, widgitized footer for Wordpress</title>
 <link>http://www.apaddedcell.com/how-create-multi-column-wigitized-footer-wordpress</link>
 <description>&lt;p&gt;Multi-column footers are a big trend in web design these days. It&#039;s a great
 way to provide more information and links to visitors without cluttering up the
 top part of your layout. On content pages, this information appears just when
 the user has finished reading your article, leading them to find more great
 content on your site and other ways to interact. This article will show you how
 to make a 3- 4- or more-column, widgitized footer in Wordpress.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-create-multi-column-wigitized-footer-wordpress&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/design">Design</category>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Sat, 13 Jun 2009 19:14:32 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">85 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>Using Grids in Web Design</title>
 <link>http://www.apaddedcell.com/beginning-web-design/design/using-grids-web-design</link>
 <description>&lt;P&gt;Using a grid to define your page layout results in a more attractive,
  logical layout. A grid is simply a regular series of lines and boxes that
  define sections of a page. A solid structure makes layout decisions easier and
  helps create a pleasing layout.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/beginning-web-design/design/using-grids-web-design&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/design">Design</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <pubDate>Tue, 28 Apr 2009 01:38:19 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">84 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to automatically include your header, navigation, and footer on every page</title>
 <link>http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page</link>
 <description>&lt;p&gt;Have you ever wondered how large websites handle those repetitve elements
that appear on every page? The navigation menu, header, and footer usually stay
the same on every page of a website. But what happens when you want to change
something? Do you have to edit every page and change it separately?&lt;/p&gt;

&lt;p&gt;PHP offers a wonderful method to resolve this with the
&lt;code&gt;include()&lt;/code&gt; statement.
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/html">HTML</category>
 <category domain="http://www.apaddedcell.com/topic/programming">Programming</category>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Sun, 08 Mar 2009 17:28:17 +0000</pubDate>
 <dc:creator>Greg Sanderson</dc:creator>
 <guid isPermaLink="false">83 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>The ADDIE model for website design</title>
 <link>http://www.apaddedcell.com/addie</link>
 <description>&lt;p&gt;ADDIE is a 5-step process for web design: analyse, design, develop,
implement, and evaluate. Following this process will help to ensure that you
cover all aspects of a successful site and make your site as effective as
possible.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/addie&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <enclosure url="http://www.apaddedcell.com/sites/www.apaddedcell.com/files/addie-diagrams.png" length="40889" type="image/png" />
 <pubDate>Sun, 25 Jan 2009 18:41:59 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">82 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>21 ways to streamline your CSS</title>
 <link>http://www.apaddedcell.com/21-ways-streamline-your-css</link>
 <description>&lt;p&gt;These days, CSS development is a complex process. You may be working on sites with large CSS files, multiple developers ,and long development timelines. The more complex your CSS files become, the more difficult it is to work with them. This article will present some tips and tricks for keeping your CSS files organized and easy to work with.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/21-ways-streamline-your-css&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <pubDate>Tue, 11 Nov 2008 19:57:18 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">81 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to Build a Home/Small Business Web Server in no Time</title>
 <link>http://www.apaddedcell.com/building-home-small-business-web-server-fast</link>
 <description>&lt;p&gt;This article goes through a quick and easy process for building a home or small business web server. The finished server will have Web server software, PHP, Perl, Ruby, MySQL, PostgreSQL, quotas, e-mail server software, anti-spam and anti-virus software, and a lot more good stuff. To top it off it will have a Web based GUI to control it all. Read on to learn how.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/building-home-small-business-web-server-fast&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Fri, 19 Sep 2008 10:45:24 +0000</pubDate>
 <dc:creator>Liam McDermott</dc:creator>
 <guid isPermaLink="false">76 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to Choose a Great Colour Scheme for Your Site</title>
 <link>http://www.apaddedcell.com/how-choose-great-colour-scheme</link>
 <description>&lt;br /&gt;
&lt;p&gt;
	One of the most important parts of the initial design process is the choice of colour scheme. If your client or topic of interest already has a set of preferred colours, your choice is easy. However, there are many occasions where the choice is entirely up to you. For many people, deciding on the colours can be a difficult task. Armed with a little colour theory, some great online tools, and your own design sense, you can create attractive and unique colour schemes for your website designs. This article will show you how.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-choose-great-colour-scheme&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/design">Design</category>
 <category domain="http://www.apaddedcell.com/topic/graphics">Graphics</category>
 <category domain="http://www.apaddedcell.com/difficulty/beginner">Beginner</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Mon, 08 Sep 2008 01:52:34 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">75 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>3 Ways to Highlight Links to the Current Page with CSS</title>
 <link>http://www.apaddedcell.com/highlight-links-current-page-css</link>
 <description>&lt;p&gt;Good usability suggests that you should always indicate links to the page
the user is currently on. In fact, in an ideal case you wouldn&amp;rsquo;t link
to the current page at all. On the other hand, in order to build a site
that&amp;rsquo;s consistent and easy to maintain, navigation menus need to be
 either included with a separate html file or generated with a scripting language.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/highlight-links-current-page-css&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/css">CSS</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <pubDate>Sun, 15 Jun 2008 15:44:11 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">74 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>How to Design Graphic Mock-ups</title>
 <link>http://www.apaddedcell.com/graphic-mockups</link>
 <description>&lt;p&gt;A typical stage in the web design process for most professionals is the
creation of a graphic mock-up. A graphic mock-up or &lt;em&gt;proof&lt;/em&gt; allows you to focus
on the overall design rather than the logistics of creating the design using
CSS. This article will outline the process of creating a graphic mock-up and
include several examples for download.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/graphic-mockups&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/design">Design</category>
 <category domain="http://www.apaddedcell.com/topic/graphics">Graphics</category>
 <category domain="http://www.apaddedcell.com/difficulty/intermediate">Intermediate</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Sun, 01 Jun 2008 22:22:26 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">73 at http://www.apaddedcell.com</guid>
</item>
<item>
 <title>An Introduction to the User Stats Module for Drupal</title>
 <link>http://www.apaddedcell.com/an-introduction-user-stats-module-drupal</link>
 <description>&lt;p&gt;
	The &lt;a href=&quot;http://drupal.org/project/user_stats&quot;&gt;User Stats module&lt;/a&gt; inserts information on a user into their posts on a site. It is aimed at forum administrators who need to see the post counts, date registered and IP addresses of their users. This article provides an introduction to the User Stats module and shows how it may be used in themes.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/an-introduction-user-stats-module-drupal&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://www.apaddedcell.com/topic/drupal">Drupal</category>
 <category domain="http://www.apaddedcell.com/topic/programming">Programming</category>
 <category domain="http://www.apaddedcell.com/type/tutorials">Tutorials</category>
 <pubDate>Wed, 30 Apr 2008 17:50:26 +0000</pubDate>
 <dc:creator>Liam McDermott</dc:creator>
 <guid isPermaLink="false">72 at http://www.apaddedcell.com</guid>
</item>
</channel>
</rss>
