<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://www.apaddedcell.com/rss/4/rss.xml" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Articles</title>
    <link>http://www.apaddedcell.com/rss/4/rss.xml</link>
    <description></description>
    <language>en</language>
          <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>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>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>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</title>
    <link>http://www.apaddedcell.com/css-fundamentals</link>
    <description>&lt;p&gt;
	This series of articles will explain how CSS works in simple language. It will not describe individual properties in detail, or tell you how to attain a specific layout. However, it will explain why those properties work the way they do. This includes:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/css-fundamentals&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
     <pubDate>Wed, 01 Sep 2010 18:19:28 +0000</pubDate>
 <dc:creator>Megan McDermott</dc:creator>
 <guid isPermaLink="false">96 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>
  </channel>
</rss>