<?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>Martin Ström &#187; webdev</title>
	<atom:link href="http://my-domain.se/tag/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://my-domain.se</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 11:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>100% height CSS for IE7 and more</title>
		<link>http://my-domain.se/100-height-for-ie7-and-more/</link>
		<comments>http://my-domain.se/100-height-for-ie7-and-more/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 18:16:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://my-domain.se/?p=448</guid>
		<description><![CDATA[I needed an element with a background to be 100% height and the usual solutions didn&#8217;t seem to work for this project. The problem with the other solutions around the web is that they either work when the page is short and without scrollbars, or they just work for longer page (with scrollbar). A friend [...]]]></description>
			<content:encoded><![CDATA[<p>I needed an element with a background to be 100%  height and the usual solutions didn&#8217;t seem to work for this project. The problem with the other solutions around the web is that they either work when the page is short and without scrollbars, or they just work for longer page (with scrollbar).</p>

<p>A <a href="http://twitter.com/#!/alexaivars">friend</a> reminded me to set the element to <code>display: table;</code>, but said it might now work for IE7. He was right and here&#8217;s how to make it work for everyone. </p>

<p>The element I want full height for is <code>.document</code> and the base structure for the html is:</p>

<script src="https://gist.github.com/725784.js?file=html.html"></script>

<p>The CSS which works is:</p>

<script src="https://gist.github.com/725784.js?file=css.css"></script>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5.1 and Multi-Safari</title>
		<link>http://my-domain.se/mac-os-x-1051-and-multi-safari/</link>
		<comments>http://my-domain.se/mac-os-x-1051-and-multi-safari/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 17:12:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://burnfield.com/martin/2007/11/21/mac-os-x-1051-and-multi-safari/</guid>
		<description><![CDATA[Seems like Multi-Safari (at least 2.0.4) broke when upgrading to Mac OS X 10.5.1. I get this error: &#8220;You cannot use the application &#8216;Safari 2.0.4&#8242; with this version of Mac OS X.&#8221; Luckily, I&#8217;ve found a workaround. Just launch Safari from the command line (Terminal.app that is) and it should work for you: /Applications/Safari\ 2.0.4.app/Contents/MacOS/Safari [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like <a href="http://michelf.com/projects/multi-safari/">Multi-Safari</a> (at least 2.0.4) broke when upgrading to Mac OS X 10.5.1. I get this error:</p>

<p>&#8220;You cannot use the application &#8216;Safari 2.0.4&#8242; with this version of Mac OS X.&#8221;</p>

<p>Luckily, I&#8217;ve found a workaround. Just launch Safari from the command line (Terminal.app that is) and it should work for you:</p>

<p><code>/Applications/Safari\ 2.0.4.app/Contents/MacOS/Safari &amp;</code></p>
]]></content:encoded>
			<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

