<?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>Refresh &#187; Links</title>
	<atom:link href="http://www.refresh.dk/topic/links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refresh.dk</link>
	<description>Web programming for practitioners</description>
	<lastBuildDate>Sun, 02 May 2010 16:25:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recap of CSS techniques [Link]</title>
		<link>http://www.refresh.dk/recap-of-css-techniques-link/</link>
		<comments>http://www.refresh.dk/recap-of-css-techniques-link/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 16:30:55 +0000</pubDate>
		<dc:creator>Steffen Tiedemann Christensen</dc:creator>
				<category><![CDATA[CSS and styling]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.refresh.dk/recap-of-css-techniques-link/</guid>
		<description><![CDATA[Smashing Magazine has an absolutely wonderful list of CSS techniques vital for any web programmer.
]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine has an <a href="http://www.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/">absolutely wonderful list</a> of CSS techniques vital for any web programmer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refresh.dk/recap-of-css-techniques-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Efficient stylesheets [Link]</title>
		<link>http://www.refresh.dk/efficient-css-link/</link>
		<comments>http://www.refresh.dk/efficient-css-link/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 11:16:01 +0000</pubDate>
		<dc:creator>Steffen Tiedemann Christensen</dc:creator>
				<category><![CDATA[CSS and styling]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://www.refresh.dk/efficient-css-link/</guid>
		<description><![CDATA[This blog post provides a few simple tricks for coding efficient stylesheets &#8212; in the sense of having an organised structure which is easy to navigate and to modify. The color grouping seems like the most useful tip.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://designadaptations.com/notebook/coding-efficient-style-sheets/">This blog post</a> provides a few simple tricks for coding efficient stylesheets &#8212; in the sense of having an organised structure which is easy to navigate and to modify. The color grouping seems like the most useful tip.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refresh.dk/efficient-css-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple guide to CSS positioning</title>
		<link>http://www.refresh.dk/navigating-through-css-positioning/</link>
		<comments>http://www.refresh.dk/navigating-through-css-positioning/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 22:43:04 +0000</pubDate>
		<dc:creator>Steffen Tiedemann Christensen</dc:creator>
				<category><![CDATA[CSS and styling]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://praxis.refresh.dk/navigating-through-css-positioning/</guid>
		<description><![CDATA[BarelyFitz Design has written up a very nice explainer on how to position elements through CSS. Their step four is probably the one that is most easily forgotten: Combining position:relative with position:absolute. In a nutshell, setting a &#8216;relative&#8217; position on the container element will allow you to position subelements absolutely within that element. And the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barelyfitz.com/">BarelyFitz Design</a> has written up a <a href="http://www.barelyfitz.com/screencast/html-training/css/positioning/">very nice explainer</a> on how to position elements through CSS. Their step four is probably the one that is most easily forgotten: Combining <tt>position:relative</tt> with <tt>position:absolute</tt>. In a nutshell, setting a &#8216;relative&#8217; position on the container element will allow you to position subelements absolutely within that element. And the explainer goes to show how this method can be used for two- or three-column layouts that rival the traditional methods of floating elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.refresh.dk/navigating-through-css-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
