<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CSS Multi-Column Layout Resources</title>
	<atom:link href="http://www.robinsblog.com/11032005/css-multi-column-layout-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robinsblog.com/11032005/css-multi-column-layout-resources/</link>
	<description>Resources for Web Development Students</description>
	<lastBuildDate>Fri, 25 Dec 2009 23:51:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yuming</title>
		<link>http://www.robinsblog.com/11032005/css-multi-column-layout-resources/comment-page-1/#comment-6324</link>
		<dc:creator>yuming</dc:creator>
		<pubDate>Tue, 01 Aug 2006 17:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=240#comment-6324</guid>
		<description>Great!!</description>
		<content:encoded><![CDATA[<p>Great!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hucklesby</title>
		<link>http://www.robinsblog.com/11032005/css-multi-column-layout-resources/comment-page-1/#comment-638</link>
		<dc:creator>David Hucklesby</dc:creator>
		<pubDate>Mon, 07 Nov 2005 04:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=240#comment-638</guid>
		<description>Quick response to Imran: see if &lt;a href=&quot;http://www.sitepoint.com/forums/showpost.php?p=1239966&amp;postcount=3&quot; title=&quot;Sitepoint forums - FAQ&quot; rel=&quot;nofollow&quot;&gt;this Sitepoint FAQ&lt;/a&gt; helps.

Cordially, David.</description>
		<content:encoded><![CDATA[<p>Quick response to Imran: see if <a href="http://www.sitepoint.com/forums/showpost.php?p=1239966&amp;postcount=3" title="Sitepoint forums - FAQ" rel="nofollow">this Sitepoint FAQ</a> helps.</p>
<p>Cordially, David.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imran</title>
		<link>http://www.robinsblog.com/11032005/css-multi-column-layout-resources/comment-page-1/#comment-636</link>
		<dc:creator>imran</dc:creator>
		<pubDate>Fri, 04 Nov 2005 09:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=240#comment-636</guid>
		<description>Hi

I have a problem with CSS and JavaScript. 

Please can any one help me to manage a stick up footer on the website for IE 5.0 +. As you can see 1 on http://www.bmw.co.uk

thanks

Imran Hashmi 
http://www.visionstudio.co.uk</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have a problem with CSS and JavaScript. </p>
<p>Please can any one help me to manage a stick up footer on the website for IE 5.0 +. As you can see 1 on <a href="http://www.bmw.co.uk" rel="nofollow">http://www.bmw.co.uk</a></p>
<p>thanks</p>
<p>Imran Hashmi<br />
<a href="http://www.visionstudio.co.uk" rel="nofollow">http://www.visionstudio.co.uk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hucklesby</title>
		<link>http://www.robinsblog.com/11032005/css-multi-column-layout-resources/comment-page-1/#comment-634</link>
		<dc:creator>David Hucklesby</dc:creator>
		<pubDate>Fri, 04 Nov 2005 04:57:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robinsblog.com/?p=240#comment-634</guid>
		<description>Then there&#039;s the &lt;a href=&quot;http://positioniseverything.net/articles/onetruelayout/&quot; title=&quot;position is everything, 21 Oct 2005.&quot; rel=&quot;nofollow&quot;&gt;One True Layout&lt;/a&gt;. Eric Meyer &lt;a href=&quot;http://meyerweb.com/eric/thoughts/2005/11/01/layout-revolution/&quot; title=&quot;Layout Revolution, 1 Nov 2005.&quot; rel=&quot;nofollow&quot;&gt;says&lt;/a&gt; of the article:

&lt;blockquote cite=&quot;http://meyerweb.com/eric/thoughts/2005/11/01/layout-revolution/&quot;&gt;
One of the article’s primary aims is nothing less than enabling multi-column layout using no extra markup (beyond a div to enclose each column’s content) and allowing the columns to be in any document source order. Impossible? No. It appears to have done just that in all current browsers, and several non-current browsers as well.
&lt;/blockquote&gt;

Now we have a way to order columns logically in the source while displaying them in any order desired. For any number of columns. With equal height columns and accurate placement with no need for tables for layout.

Cordially, David.</description>
		<content:encoded><![CDATA[<p>Then there&#8217;s the <a href="http://positioniseverything.net/articles/onetruelayout/" title="position is everything, 21 Oct 2005." rel="nofollow">One True Layout</a>. Eric Meyer <a href="http://meyerweb.com/eric/thoughts/2005/11/01/layout-revolution/" title="Layout Revolution, 1 Nov 2005." rel="nofollow">says</a> of the article:</p>
<blockquote cite="http://meyerweb.com/eric/thoughts/2005/11/01/layout-revolution/"><p>
One of the article’s primary aims is nothing less than enabling multi-column layout using no extra markup (beyond a div to enclose each column’s content) and allowing the columns to be in any document source order. Impossible? No. It appears to have done just that in all current browsers, and several non-current browsers as well.
</p></blockquote>
<p>Now we have a way to order columns logically in the source while displaying them in any order desired. For any number of columns. With equal height columns and accurate placement with no need for tables for layout.</p>
<p>Cordially, David.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
