<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/favorites/designerd</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Sep 2008 01:57:57 GMT</pubDate>
<item>
<title>(CSS) Accessible CSS Forms: Using CSS to Create a Two-Column Layout - designerd</title>
<link>http://snipplr.com/view/990/accessible-css-forms-using-css-to-create-a-twocolumn-layout/</link>
<description><![CDATA[ <p>In a recent study of web design patterns, Dr. Melody Ivory found that accessibility is the most underutilized aspect of good web page design (Ivory 2005). In fact websites have become more complex and less accessible over time (Hackett 2003). Less than 20% of the Fortune 100 have websites that are fully accessible (Loiacono 2004). Accessible forms are one way to combat this disturbing trend. With CSS layout, you can create two-column forms without the use of tables to save space and time. This article shows how to create a simple two-column contact form using CSS to style structural elements that is both fast and accessible.

A survey of CSS-based forms revealed many variations on a theme (see Vandersluis 2004). Most use block-level floats and margins to position form elements on the page. However, in my testing I found IE5.x Mac to have rendering problems with many of these forms. After numerous iterations, I arrived at a solution that worked for IE5.x Mac as well as Safari 1.07 Mac, Firefox 1.07 Win/Mac, IE 6 Win, Camino, and Opera. Our goal here is to create a simple accessible contact form without the use of tables (see Figure 1).</p> ]]></description>
<pubDate>Thu, 31 Aug 2006 13:20:42 GMT</pubDate>
<guid>http://snipplr.com/view/990/accessible-css-forms-using-css-to-create-a-twocolumn-layout/</guid>
</item>
<item>
<title>(JavaScript) Coloring Form Elements on :focus - designerd</title>
<link>http://snipplr.com/view/982/coloring-form-elements-on-focus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Aug 2006 02:07:13 GMT</pubDate>
<guid>http://snipplr.com/view/982/coloring-form-elements-on-focus/</guid>
</item>
<item>
<title>(CSS) Background images for bullets list - designerd</title>
<link>http://snipplr.com/view/962/background-images-for-bullets-list/</link>
<description><![CDATA[ <p>To move the content away from the background image apply "padding-left" to the "LI" element. In this case "0.6em" has been used. As with vertical alignment, list padding will be determined by the size of your image.</p> ]]></description>
<pubDate>Mon, 28 Aug 2006 04:59:27 GMT</pubDate>
<guid>http://snipplr.com/view/962/background-images-for-bullets-list/</guid>
</item>
<item>
<title>(CSS) CSS ROUNDED CORNERS - designerd</title>
<link>http://snipplr.com/view/830/css-rounded-corners/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Aug 2006 10:06:11 GMT</pubDate>
<guid>http://snipplr.com/view/830/css-rounded-corners/</guid>
</item>
<item>
<title>(CSS) Horizontal-Vertical div align - designerd</title>
<link>http://snipplr.com/view/741/horizontalvertical-div-align/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 05 Aug 2006 10:26:02 GMT</pubDate>
<guid>http://snipplr.com/view/741/horizontalvertical-div-align/</guid>
</item>
<item>
<title>(CSS) WinIE PNG Filter - designerd</title>
<link>http://snipplr.com/view/497/winie-png-filter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jul 2006 04:36:44 GMT</pubDate>
<guid>http://snipplr.com/view/497/winie-png-filter/</guid>
</item>
<item>
<title>(CSS) ClearFix - designerd</title>
<link>http://snipplr.com/view/489/clearfix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jul 2006 03:25:59 GMT</pubDate>
<guid>http://snipplr.com/view/489/clearfix/</guid>
</item>
<item>
<title>(HTML) Countries Menu - designerd</title>
<link>http://snipplr.com/view/338/countries-menu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jul 2006 15:07:00 GMT</pubDate>
<guid>http://snipplr.com/view/338/countries-menu/</guid>
</item>
<item>
<title>(HTML) XHTML 1.1 Strict Template - designerd</title>
<link>http://snipplr.com/view/320/xhtml-11-strict-template/</link>
<description><![CDATA[ <p>A basic XHTML 1.1 Strict template with CSS cross-browser fixes already in place.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 23:09:51 GMT</pubDate>
<guid>http://snipplr.com/view/320/xhtml-11-strict-template/</guid>
</item>
<item>
<title>(CSS) min/max-width fix for IE6 - designerd</title>
<link>http://snipplr.com/view/318/minmaxwidth-fix-for-ie6/</link>
<description><![CDATA[ <p>Javascript expression in css to allow for min/max widths. replaces the min-width, max-width that works for IE6.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 19:48:32 GMT</pubDate>
<guid>http://snipplr.com/view/318/minmaxwidth-fix-for-ie6/</guid>
</item>
<item>
<title>(HTML) Standard Compliant Way to Open a New Page (no target tag) - designerd</title>
<link>http://snipplr.com/view/282/standard-compliant-way-to-open-a-new-page-no-target-tag/</link>
<description><![CDATA[ <p>Very simple standard compliant way of opening a page in a new window. Since XHTML 1.0 Strict doesn't allow the target attribute in the  tag. This method isn't recommended, use the DOM folks! See "Standard Compliant Way to Open a New Page Function" in my other snippets of code.</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 13:30:23 GMT</pubDate>
<guid>http://snipplr.com/view/282/standard-compliant-way-to-open-a-new-page-no-target-tag/</guid>
</item>
<item>
<title>(JavaScript) IE 5.5 &amp;amp; IE6  PNG Transparency Fix (Prototype required) - designerd</title>
<link>http://snipplr.com/view/270/ie-55--ie6--png-transparency-fix-prototype-required/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Jul 2006 06:55:21 GMT</pubDate>
<guid>http://snipplr.com/view/270/ie-55--ie6--png-transparency-fix-prototype-required/</guid>
</item>
<item>
<title>(HTML) XHTML 1.0 Transitional Basic Template - designerd</title>
<link>http://snipplr.com/view/247/xhtml-10-transitional-basic-template/</link>
<description><![CDATA[ <p>Basic template for xhtml transitional</p> ]]></description>
<pubDate>Thu, 06 Jul 2006 01:46:57 GMT</pubDate>
<guid>http://snipplr.com/view/247/xhtml-10-transitional-basic-template/</guid>
</item>
<item>
<title>(HTML) hCalendar - designerd</title>
<link>http://snipplr.com/view/246/hcalendar/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jul 2006 01:34:22 GMT</pubDate>
<guid>http://snipplr.com/view/246/hcalendar/</guid>
</item>
<item>
<title>(CSS) Big Curly Blockquotes - designerd</title>
<link>http://snipplr.com/view/235/big-curly-blockquotes/</link>
<description><![CDATA[ <p>Markup example: See Big Curly Quotes Markup.
Thx to difusion.org.uk. No need for images to make big quotes on a page, CSS does it for you. Tested in many browsers.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 11:08:19 GMT</pubDate>
<guid>http://snipplr.com/view/235/big-curly-blockquotes/</guid>
</item>
<item>
<title>(HTML) XHTML 1.0 Strict Doctype - designerd</title>
<link>http://snipplr.com/view/226/xhtml-10-strict-doctype/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Jul 2006 09:31:18 GMT</pubDate>
<guid>http://snipplr.com/view/226/xhtml-10-strict-doctype/</guid>
</item>
<item>
<title>(HTML) hCard (Microformat for vCard) - designerd</title>
<link>http://snipplr.com/view/218/hcard-microformat-for-vcard/</link>
<description><![CDATA[ <p>hCard is a simple, open, distributed contact information format for people, companies, and organizations.</p> ]]></description>
<pubDate>Tue, 04 Jul 2006 19:41:06 GMT</pubDate>
<guid>http://snipplr.com/view/218/hcard-microformat-for-vcard/</guid>
</item>
<item>
<title>(XHTML) XHTML 1.1 web standards template - designerd</title>
<link>http://snipplr.com/view/203/xhtml-11-web-standards-template/</link>
<description><![CDATA[ <p>This is a generic template for an XHMTL 1.1 doc that I start with at the beginning of every project.

Then i setup the directories to match. I use @import for CSS, then a seperate CSS file for screen-specific, and then one for print, …yes, then one for IE.
I have the basic DIV structure setup, too.

For a link to the inspiration of this template and further explanation (better), see this wonderful article:
http://particletree.com/features/quick-start-your-design-with-xhtml-templates/
Hope it helps!</p> ]]></description>
<pubDate>Sun, 02 Jul 2006 19:24:11 GMT</pubDate>
<guid>http://snipplr.com/view/203/xhtml-11-web-standards-template/</guid>
</item>
<item>
<title>(CSS) Opacity Hack - designerd</title>
<link>http://snipplr.com/view/200/opacity-hack/</link>
<description><![CDATA[ <p>Sets the opacity of an element and its children. Doesn't validate. Mozilla began supporting the opacity rule in version 1.7, so '-moz-opacity' may not be necessary...</p> ]]></description>
<pubDate>Sun, 02 Jul 2006 16:31:25 GMT</pubDate>
<guid>http://snipplr.com/view/200/opacity-hack/</guid>
</item>
<item>
<title>(JavaScript) GetElementsByClassName() - designerd</title>
<link>http://snipplr.com/view/88/getelementsbyclassname/</link>
<description><![CDATA[ <p>From here: http://www.dustindiaz.com/top-ten-javascript/</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 14:13:46 GMT</pubDate>
<guid>http://snipplr.com/view/88/getelementsbyclassname/</guid>
</item>
</channel>
</rss>