<?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 of Adam K Parker &#187; XHTML / CSS</title>
	<atom:link href="http://www.adamkparker.com/category/xhtml-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adamkparker.com</link>
	<description>Home</description>
	<lastBuildDate>Mon, 16 Aug 2010 22:18:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cross Browser Minimum Height (CSS)</title>
		<link>http://www.adamkparker.com/2009-04-23/cross-browser-minimum-height-css/</link>
		<comments>http://www.adamkparker.com/2009-04-23/cross-browser-minimum-height-css/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 20:51:52 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[Client Side Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[XHTML / CSS]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=201</guid>
		<description><![CDATA[<p>A issue in my coding life is dealing with IE6 and making things work in it and Firefox (among other browsers). One thing I&#8217;ve learned to deal with successfully is putting minimum heights on DIVs. Some people may put a &#8220;spacer&#8221; image or DIV inside the parent DIV to stretch it out. The problem with that, is sometimes it can be buggy. </p>
<p>Here&#8217;s my solution:</p>
<pre name="code" class="php">
#div_name {
    min-height:500px;
    height:auto !important;
    height:500px;
}
</pre>
<p>Firefox will go off of the min-height property, however, IE will ignore that and will render the element according to the height property.&#8230; <a href="http://www.adamkparker.com/2009-04-23/cross-browser-minimum-height-css/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2009-04-23/cross-browser-minimum-height-css/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>So, what do you create websites in?</title>
		<link>http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/</link>
		<comments>http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 03:25:44 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XHTML / CSS]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=74</guid>
		<description><![CDATA[<p>Something I get asked a lot is what I create websites in. Some people come to me for advice for which editor I think is the best or to boast about their personal favorites. Among the many editors I&#8217;ve heard mentioned have been Dreamweaver, Front Page / Expression Web, and Notepad.</p>
<p>See, I have a problem with each one of those choices. Well, actually I have a few problems with those options. First of all, if I&#8217;m on a guest computer and I notice something I need to change on one of my websites, I&#8217;m a 200-300mb trial away from&#8230; <a href="http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2008-08-21/so-what-do-you-create-websites-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making Your Site Mobile Friendly</title>
		<link>http://www.adamkparker.com/2008-05-06/making-your-site-mobile-friendly/</link>
		<comments>http://www.adamkparker.com/2008-05-06/making-your-site-mobile-friendly/#comments</comments>
		<pubDate>Tue, 06 May 2008 17:53:58 +0000</pubDate>
		<dc:creator>Adam Parker</dc:creator>
				<category><![CDATA[XHTML / CSS]]></category>

		<guid isPermaLink="false">http://www.adamkparker.com/?p=10</guid>
		<description><![CDATA[<p>Making your site friendly for all the mobile devices out there, is often over looked, but with the rise in the use of mobile devices maybe it&#8217;s something you consider.</p>
<p>Everyday we use our mobiles more and more. If we have mobile internet, the world is at our finger tips as we can quickly find directions, phone numbers, and much more. So creating a stylesheet to make it easier for mobile users could be very good for you. The best part, is we can do this pretty much effortlessly.</p>
<p>Now, I&#8217;m assuming that you have a properly coded XHTML layout.&#8230; <a href="http://www.adamkparker.com/2008-05-06/making-your-site-mobile-friendly/" class="read_more">read more</a></p>]]></description>
		<wfw:commentRss>http://www.adamkparker.com/2008-05-06/making-your-site-mobile-friendly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
