<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Element Design &#187; form</title>
	<atom:link href="http://elementdesignllc.com/tag/form/feed/" rel="self" type="application/rss+xml" />
	<link>http://elementdesignllc.com</link>
	<description></description>
	<lastBuildDate>Mon, 02 Apr 2012 19:16:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Pre-Selecting Form Elements</title>
		<link>http://elementdesignllc.com/2009/12/preselecting-form-elements/</link>
		<comments>http://elementdesignllc.com/2009/12/preselecting-form-elements/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:34:19 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[checkboxes]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=444</guid>
		<description><![CDATA[Checkboxes: Radio Buttons Dropdowns (&#60;select&#62;)]]></description>
			<content:encoded><![CDATA[<p><strong>Checkboxes:</strong></p>
<pre class="brush: xml; title: ; notranslate">
&lt;input type=&quot;checkbox&quot; name=&quot;test_box&quot; value=&quot;1&quot; checked /&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;test_box&quot; value=&quot;2&quot; /&gt;
</pre>
<p><strong>Radio Buttons</strong></p>
<pre class="brush: xml; title: ; notranslate">
&lt;input type=&quot;radio&quot; name=&quot;test_radio&quot; value=&quot;1&quot; checked /&gt;
&lt;input type=&quot;radio&quot; name=&quot;test_radio&quot; value=&quot;2&quot; /&gt;
</pre>
<p><strong>Dropdowns (&lt;select&gt;)</strong></p>
<pre class="brush: xml; title: ; notranslate">
&lt;select name=&quot;test_select&quot;&gt;
   &lt;option value=&quot;1&quot; selected&gt;Value 1&lt;/option&gt;
   &lt;option value=&quot;2&quot;&gt;Value 2&lt;/option&gt;
&lt;/select&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2009/12/preselecting-form-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 13/16 queries in 0.008 seconds using memcached

Served from: elementdesignllc.com @ 2012-05-18 17:05:30 -->
