<?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>blog.geigel.com &#187; HTML</title>
	<atom:link href="http://blog.geigel.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.geigel.com</link>
	<description>art geigel&#039;s personal blog</description>
	<lastBuildDate>Sat, 01 Oct 2011 19:30:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>All Your Web Are Belong To Us</title>
		<link>http://blog.geigel.com/2008/11/all-your-web-are-belong-to-us/</link>
		<comments>http://blog.geigel.com/2008/11/all-your-web-are-belong-to-us/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 02:08:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Abstract]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Evolution]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.geigel.com/blog/?p=212</guid>
		<description><![CDATA[I ran across this video while on http://www.worksmart-emarketing.com/ and thought it was awesome.  Enjoy.]]></description>
			<content:encoded><![CDATA[<p>I ran across this video while on <a href="http://www.worksmart-emarketing.com/" target="_blank">http://www.worksmart-emarketing.com/</a> and thought it was awesome.  Enjoy.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="360" height="292" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/NLlGopyXT_g&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="360" height="292" src="http://www.youtube.com/v/NLlGopyXT_g&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geigel.com/2008/11/all-your-web-are-belong-to-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Form Tags</title>
		<link>http://blog.geigel.com/2008/11/html-form-tags/</link>
		<comments>http://blog.geigel.com/2008/11/html-form-tags/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 04:17:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Form]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Style]]></category>

		<guid isPermaLink="false">http://www.geigel.com/blog/?p=71</guid>
		<description><![CDATA[The &#60;form&#62; tag in HTML is used to wrap data elements (textboxes, checkboxes, radio buttons, etc.) on a webpage to prepare them for submission to the server. Nearly every form you fill out on a website uses a tag of some sort. But there&#8217;s one cosmetic issue that plagues tags, they don&#8217;t ever display in [...]]]></description>
			<content:encoded><![CDATA[<p>The &lt;form&gt; tag in HTML is used to wrap data elements (textboxes, checkboxes, radio buttons, etc.) on a webpage to prepare them for submission to the server. Nearly every form you fill out on a website uses a tag of some sort. But there&#8217;s one cosmetic issue that plagues tags, they don&#8217;t ever display in true inline!</p>
<p>When you wrap data elements with a tag you will probably see that there is additional whitespace above and below the and &lt;/form&gt; tags when you&#8217;re viewing the actual website. This is because the &lt;form&gt; tag doesn&#8217;t respect true inline styling when it is rendered (or rather the browser doesn&#8217;t treat tags with true inline styling). This can sometimes be annoying when you&#8217;re attempting to layout a precise spacing scheme for a website you&#8217;re working on.</p>
<p>The best solution is to include a style attribute in the  tag specifying a <span style="font-weight: bold;">display</span> element as <span style="font-weight: bold;">inline</span>.  So you may want to do this:</p>
<p>&lt;form action=&#8221;test.php&#8221; method=&#8221;post&#8221; style=&#8221;display:inline&#8221;&gt;<br />
<span style="font-style: italic;"><br />
form elements here</span></p>
<p>&lt;/form&gt;</p>
<p>This will get around the cosmetic issue of the extra whitespace on both sides, and gives the developer ultimate control in spacing choices.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.geigel.com/2008/11/html-form-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

