A Padded Cell - HTML http://www.apaddedcell.com/taxonomy/term/15/0 HTML development en Drupal theming next steps: Overriding HTML output http://www.apaddedcell.com/change-html-output-drupal-7 <p>Soon after you've started out with Drupal theming, you'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's HTML code (or "Overriding themable output"), using template files and theme functions.</p><p><a href="http://www.apaddedcell.com/change-html-output-drupal-7" target="_blank">read more</a></p> HTML Drupal Intermediate Tutorials Wed, 29 Aug 2012 15:00:00 +0000 Megan McDermott 110 at http://www.apaddedcell.com Divitis: What it is and how to avoid it (Updated!) http://www.apaddedcell.com/div-itis-what-it-and-how-avoid-it <p> When developing your website in HTML, you might be tempted to use the &lt;div&gt; tag to sovle problems. Things not lining up in every browser? Maybe another containing &lt;div&gt; would help. Don&#39;t know how to select that particular element? Wrap a &lt;div&gt; around it!</p><p><a href="http://www.apaddedcell.com/div-itis-what-it-and-how-avoid-it" target="_blank">read more</a></p> CSS HTML Intermediate Wed, 08 Jun 2011 14:38:40 +0000 Megan McDermott 61 at http://www.apaddedcell.com Get more sign-ups from Drupal 7: make ‘Create new account’ eye catching http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block <p>According to our <a href="http://piwik.org">analytics software</a> between 60 and 70 percent of visitors going to the new user registration page on <a href="http://www.webmaster-forums.net">the Webmaster Forums</a> do so by clicking the <em>Create new account</em> link in the user login block.<p><a href="http://www.apaddedcell.com/drupal-7-create-new-account-user-login-block" target="_blank">read more</a></p> HTML Drupal Programming Intermediate Tutorials Mon, 16 May 2011 15:12:00 +0000 Liam McDermott 102 at http://www.apaddedcell.com Choosing your web building software http://www.apaddedcell.com/choosing-your-web-building-software <p> 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&#39;s a good idea to try several of them and see what works best for you.</p> <p><a href="http://www.apaddedcell.com/choosing-your-web-building-software" target="_blank">read more</a></p> Graphics CSS HTML Beginner Fri, 23 Jul 2010 09:29:15 +0000 Megan McDermott 93 at http://www.apaddedcell.com How to create a Drupal 6 theme from scratch http://www.apaddedcell.com/how-create-drupal-6-theme-scratch <p> Drupal theming can seem complicated and overwhelming. Even basic starter themes are filled with confusing PHP and convoluted CSS. What&#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.</p><p><a href="http://www.apaddedcell.com/how-create-drupal-6-theme-scratch" target="_blank">read more</a></p> Design HTML Drupal Intermediate Tutorials Tue, 16 Mar 2010 16:38:09 +0000 Megan McDermott 92 at http://www.apaddedcell.com How to automatically include your header, navigation, and footer on every page http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page <p>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?</p> <p>PHP offers a wonderful method to resolve this with the <code>include()</code> statement. </p><p><a href="http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page" target="_blank">read more</a></p> HTML Programming Beginner Tutorials Sun, 08 Mar 2009 17:28:17 +0000 Greg Sanderson 83 at http://www.apaddedcell.com Choosing the right doctype for your site http://www.apaddedcell.com/choosing-doctype-website <p>Which Doctype should I use? This is one of the first questions people ask when they start using web standards. There are four main doctypes in use today. This artcile will firstly define what a doctype is and how it works, and then go on to explain the four types and help you to decide which one to use.</p><p><a href="http://www.apaddedcell.com/choosing-doctype-website" target="_blank">read more</a></p> HTML Intermediate Sat, 08 Mar 2008 17:11:22 +0000 Megan McDermott 69 at http://www.apaddedcell.com Web Standards > Validation http://www.apaddedcell.com/web-standards-greater-than-validation <p>Many programmers seem to think that complying with web standards means passing the validator. Validation is an important part of standards compliance but it is not the whole story.</p><p><a href="http://www.apaddedcell.com/web-standards-greater-than-validation" target="_blank">read more</a></p> HTML Intermediate Sun, 09 Dec 2007 15:16:31 +0000 Megan McDermott 67 at http://www.apaddedcell.com What is a Div? http://www.apaddedcell.com/what-div <p>Web designers use it nearly every day, but not many actually know what the <em>div</em> tag means and where it should be used. This article aims to de-mystify the <em>div</em> tag, explain when and where it should be used and compare it with the similar <em>span</em> tag.</p><p><a href="http://www.apaddedcell.com/what-div" target="_blank">read more</a></p> CSS HTML Beginner Sat, 27 Oct 2007 18:32:28 +0000 Liam McDermott 65 at http://www.apaddedcell.com Using Web Standards to Reduce Cost http://www.apaddedcell.com/using-web-standards-to-reduce-cost <p>The advantages of Web standards have been listed in this <a href="http://www.apaddedcell.com/web-standards-for-everyone" title="Web standards for everyone">series of articles</a>. These advantages can also reduce the cost of a project, which is what this article aims to show.</p><p><a href="http://www.apaddedcell.com/using-web-standards-to-reduce-cost" target="_blank">read more</a></p> CSS HTML Beginner Sat, 12 May 2007 06:10:08 +0000 Liam McDermott 52 at http://www.apaddedcell.com Using Web Standards for Quality Assurance http://www.apaddedcell.com/using-web-standards-for-quality-assurance <p>Quality assurance is exactly that. Ensuring a Web project is of a quality high enough to work on all modern browsers, now and in the future.</p> <p>This article outlines how Web standards can be used to provide quality assurance and how this benefits a customer.</p><p><a href="http://www.apaddedcell.com/using-web-standards-for-quality-assurance" target="_blank">read more</a></p> HTML Intermediate Fri, 04 May 2007 18:09:55 +0000 Liam McDermott 49 at http://www.apaddedcell.com Creating a semantic FAQ page with definition lists and advanced CSS, Part 2 http://www.apaddedcell.com/creating-a-semantic-faq-page-with-definition-lists-and-advanced-css-part-2 <p>In <a href="creating-semantic-faq-page-definition-lists-and-advanced-css-part-1">Part 1 of this series</a>, we created a semantic FAQ page using definition lists and made it look pretty with CSS. Now it's time to work on some more functionality.</p><p><a href="http://www.apaddedcell.com/creating-a-semantic-faq-page-with-definition-lists-and-advanced-css-part-2" target="_blank">read more</a></p> CSS HTML Intermediate Tutorials Wed, 25 Apr 2007 19:39:11 +0000 Megan McDermott 51 at http://www.apaddedcell.com Creating a semantic FAQ page with definition lists and advanced CSS, Part 1 http://www.apaddedcell.com/creating-semantic-faq-page-definition-lists-and-advanced-css-part-1 <p>Most websites have FAQ pages, but few put much effort into creating an attractive and usable interface. This article will explain one method of creating a nice FAQ page </p><p><a href="http://www.apaddedcell.com/creating-semantic-faq-page-definition-lists-and-advanced-css-part-1" target="_blank">read more</a></p> CSS HTML Intermediate Tutorials Sun, 15 Apr 2007 16:34:12 +0000 Megan McDermott 50 at http://www.apaddedcell.com What’s the Difference Between Usability and Accessibility? http://www.apaddedcell.com/what-s-the-difference-between-usability-and-accessibility <p>&lsquo;Usability&rsquo; and &lsquo;Accessibility&rsquo; are terms often misused and confused. This article aims to explain the differences between the two terms, their meanings and where they overlap.</p><p><a href="http://www.apaddedcell.com/what-s-the-difference-between-usability-and-accessibility" target="_blank">read more</a></p> HTML Intermediate Sat, 14 Apr 2007 03:18:43 +0000 Liam McDermott 47 at http://www.apaddedcell.com Future Proofing Using Standards http://www.apaddedcell.com/future-proofing-using-standards <p>When creating sites it is important to realise the code might not be changed for years. This article shows how Web standards can be used to ensure a Web site still looks good, and functions well, years after it&#039;s creation.</p><p><a href="http://www.apaddedcell.com/future-proofing-using-standards" target="_blank">read more</a></p> CSS HTML Beginner Fri, 06 Apr 2007 15:37:34 +0000 Liam McDermott 48 at http://www.apaddedcell.com What is the Semantic Web http://www.apaddedcell.com/what-is-the-semantic-web <p>&lsquo;Semantic Web&rsquo; is a term often used by Web professionals, luckily it&#39;s not a buzz-word yet, but is a term everyone involved in the Web should know and understand. This article aims to explain the Semantic Web in plain English.</p><p><a href="http://www.apaddedcell.com/what-is-the-semantic-web" target="_blank">read more</a></p> HTML Intermediate Thu, 29 Mar 2007 19:29:15 +0000 Liam McDermott 43 at http://www.apaddedcell.com Ensuring People with Disabilities have Equal Access http://www.apaddedcell.com/ensuring-people-with-disabilities-have-equal-access <p>Continuing the &lsquo;<a href="http://www.apaddedcell.com/web-standards-for-everyone">Web Standards for Everyone</a>&rsquo; series, this article discusses the use of Web standards to ensure the disabled have equal access to Web sites.</p><p><a href="http://www.apaddedcell.com/ensuring-people-with-disabilities-have-equal-access" target="_blank">read more</a></p> CSS HTML Beginner Thu, 29 Mar 2007 18:23:01 +0000 Liam McDermott 46 at http://www.apaddedcell.com Web Standards for Everyone http://www.apaddedcell.com/web-standards-for-everyone <p>There are many tutorials explaining how to use Web Standards <sup id="ref01"><a href="#note01">[1]</a></sup>, what seems to be missing are <em>reasons</em> to use Web Standards. This series of articles aims to remedy that.</p><p><a href="http://www.apaddedcell.com/web-standards-for-everyone" target="_blank">read more</a></p> CSS HTML Beginner Tue, 13 Mar 2007 21:30:46 +0000 Liam McDermott 40 at http://www.apaddedcell.com Introduction to Web Technologies http://www.apaddedcell.com/introduction-to-web-technologies <p>There are several different web technologies that you will come across when building your site.</p><p><a href="http://www.apaddedcell.com/introduction-to-web-technologies" target="_blank">read more</a></p> HTML Beginner Sun, 17 Dec 2006 20:15:20 +0000 Megan McDermott 21 at http://www.apaddedcell.com