A Padded Cell - CSS http://www.apaddedcell.com/taxonomy/term/12/0 CSS Category en Complete Guide to Pre-Installed Fonts in Linux, Mac, and Windows http://www.apaddedcell.com/web-fonts <p>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.<p><a href="http://www.apaddedcell.com/web-fonts" target="_blank">read more</a></p> Design CSS Mon, 19 Mar 2012 14:01:04 +0000 Megan McDermott 66 at http://www.apaddedcell.com CSS3 selectors simplified, Part 1: Simple selectors and attribute selectors http://www.apaddedcell.com/css-3-selectors-simplified <p> 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!</p><p><a href="http://www.apaddedcell.com/css-3-selectors-simplified" target="_blank">read more</a></p> http://www.apaddedcell.com/css-3-selectors-simplified#comments CSS Intermediate Thu, 14 Jul 2011 14:55:32 +0000 Megan McDermott 107 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 CSS fundamentals: Data types (colours, lengths, URLs) http://www.apaddedcell.com/css-fundamentals-units-measurement-colours-and-comments <p> All CSS properties have a specified type of value they can accept. Values may be keywords, lengths, colours, numbers, or url&#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.</p><p><a href="http://www.apaddedcell.com/css-fundamentals-units-measurement-colours-and-comments" target="_blank">read more</a></p> CSS Beginner Tue, 05 Oct 2010 15:52:03 +0000 Megan McDermott 98 at http://www.apaddedcell.com CSS fundamentals: Selectors http://www.apaddedcell.com/css-fundamentals-selectors <p> 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&#39;s as well as the concepts of grouping and descendent selectors.</p> <p><a href="http://www.apaddedcell.com/css-fundamentals-selectors" target="_blank">read more</a></p> CSS Beginner Tue, 05 Oct 2010 15:50:37 +0000 Megan McDermott 97 at http://www.apaddedcell.com CSS fundamentals: The absolute basics http://www.apaddedcell.com/css-absolute-basics <p> 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.</p><p><a href="http://www.apaddedcell.com/css-absolute-basics" target="_blank">read more</a></p> CSS Beginner Wed, 01 Sep 2010 18:01:11 +0000 Megan McDermott 95 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 multi-column, widgitized footer for Wordpress http://www.apaddedcell.com/how-create-multi-column-wigitized-footer-wordpress <p>Multi-column footers are a big trend in web design these days. It'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.</p> <p><a href="http://www.apaddedcell.com/how-create-multi-column-wigitized-footer-wordpress" target="_blank">read more</a></p> Design CSS Intermediate Tutorials Sat, 13 Jun 2009 19:14:32 +0000 Megan McDermott 85 at http://www.apaddedcell.com 21 ways to streamline your CSS http://www.apaddedcell.com/21-ways-streamline-your-css <p>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.</p> <p><a href="http://www.apaddedcell.com/21-ways-streamline-your-css" target="_blank">read more</a></p> CSS Intermediate Tue, 11 Nov 2008 19:57:18 +0000 Megan McDermott 81 at http://www.apaddedcell.com 3 Ways to Highlight Links to the Current Page with CSS http://www.apaddedcell.com/highlight-links-current-page-css <p>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&rsquo;t link to the current page at all. On the other hand, in order to build a site that&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.</p><p><a href="http://www.apaddedcell.com/highlight-links-current-page-css" target="_blank">read more</a></p> CSS Intermediate Sun, 15 Jun 2008 15:44:11 +0000 Megan McDermott 74 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 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 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 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 11 Practical Reasons to use CSS for Layout http://www.apaddedcell.com/11-practical-reasons-to-use-css-for-layout <p>In this article I&#39;m not going to talk about semantics, &lsquo;proper&rsquo; coding, or the W3C. You&#39;ve probably heard all of that already (and if you haven&#39;t, you can check out <a href="http://www.hotdesign.com/seybold/"><em>Why Tables for Layout is Stupid: problems defined, solutions offered</em></a> by Bill Merikallio and Adam Pratt). Instead of preaching about standards, I am going to present some real world, results&ndash;oriented reasons to use CSS instead of tables for web page layout. Let&#39;s get started right away.</p><p><a href="http://www.apaddedcell.com/11-practical-reasons-to-use-css-for-layout" target="_blank">read more</a></p> CSS Intermediate Wed, 14 Mar 2007 00:10:27 +0000 Megan McDermott 25 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 Internet Explorer Unable to Count to 100 http://www.apaddedcell.com/internet-explorer-unable-to-count-to-100 <p>This article demonstrates the difficulties Internet Explorer has when calculating percentage widths in CSS-based layouts.</p> <p><a href="http://www.apaddedcell.com/internet-explorer-unable-to-count-to-100" target="_blank">read more</a></p> CSS Intermediate Sat, 06 Jan 2007 16:43:29 +0000 Liam McDermott 34 at http://www.apaddedcell.com