<?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>KaoS Kontrol KaoS &#187; Coding</title>
	<atom:link href="http://www.kaoskontrolkaos.com/tag/coding/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kaoskontrolkaos.com</link>
	<description>Contemporary Kaptenship Theories</description>
	<lastBuildDate>Fri, 19 Feb 2010 16:51:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE stands for &#8220;Idiotic Engagements&#8221;</title>
		<link>http://www.kaoskontrolkaos.com/75</link>
		<comments>http://www.kaoskontrolkaos.com/75#comments</comments>
		<pubDate>Thu, 13 Mar 2008 10:51:21 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.kaoskontrolkaos.com/ie-stands-for-idiotic-engagements.html</guid>
		<description><![CDATA[CSS code:

.float_half_left
{
    width: 50%;
    float: left;
    overflow: hidden;
}

In this example width: 50% doesn&#8217;t work in IE7. But it starts working when you do these changes:

div.float_half_left
{
    float: left;
    overflow: hidden;
    width: 50%;
}

Happy CSSing
]]></description>
		<wfw:commentRss>http://www.kaoskontrolkaos.com/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
