<?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; html</title>
	<atom:link href="http://elementdesignllc.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://elementdesignllc.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 13:37:49 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Square HTML Special Character</title>
		<link>http://elementdesignllc.com/2010/03/the-square-html-special-character/</link>
		<comments>http://elementdesignllc.com/2010/03/the-square-html-special-character/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 15:23:17 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[special character]]></category>
		<category><![CDATA[square]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=512</guid>
		<description><![CDATA[Displaying a simple square in HTML can be done by using the code:
&#38;#9744
Example: ☐
]]></description>
			<content:encoded><![CDATA[<p>Displaying a simple square in HTML can be done by using the code:</p>
<pre class="brush: plain;">&amp;#9744</pre>
<p>Example: ☐</p>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2010/03/the-square-html-special-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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:

&#60;input type=&#34;checkbox&#34; name=&#34;test_box&#34; value=&#34;1&#34; checked /&#62;
&#60;input type=&#34;checkbox&#34; name=&#34;test_box&#34; value=&#34;2&#34; /&#62;

Radio Buttons

&#60;input type=&#34;radio&#34; name=&#34;test_radio&#34; value=&#34;1&#34; checked /&#62;
&#60;input type=&#34;radio&#34; name=&#34;test_radio&#34; value=&#34;2&#34; /&#62;

Dropdowns (&#60;select&#62;)

&#60;select name=&#34;test_select&#34;&#62;
   &#60;option value=&#34;1&#34; selected&#62;Value 1&#60;/option&#62;
   &#60;option value=&#34;2&#34;&#62;Value 2&#60;/option&#62;
&#60;/select&#62;

]]></description>
			<content:encoded><![CDATA[<p><strong>Checkboxes:</strong></p>
<pre class="brush: xml;">
&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;">
&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;">
&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>
		<item>
		<title>Element Design Quick Tips</title>
		<link>http://elementdesignllc.com/2009/10/element-design-quick-tips/</link>
		<comments>http://elementdesignllc.com/2009/10/element-design-quick-tips/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:28:00 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=399</guid>
		<description><![CDATA[A new feature that will be immediately added to the blog are &#8220;Quick Tips&#8221;. These are short, several sentence articles that describe an important aspect of designing and developing a website. For a full listing of tips, click &#8220;Quick Tips&#8221; on the right navigation.
]]></description>
			<content:encoded><![CDATA[<p>A new feature that will be immediately added to the blog are &#8220;Quick Tips&#8221;. These are short, several sentence articles that describe an important aspect of designing and developing a website. For a full listing of tips, click &#8220;Quick Tips&#8221; on the right navigation.</p>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2009/10/element-design-quick-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
