<?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: Easily Create Columns with CSS3</title>
	<atom:link href="http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=easily-create-columns-with-css3</link>
	<description>Six guys who have never been in your kitchen.</description>
	<lastBuildDate>Wed, 28 Jul 2010 00:25:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Greg Molyneux</title>
		<link>http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/#comment-98435</link>
		<dc:creator>Greg Molyneux</dc:creator>
		<pubDate>Fri, 18 Dec 2009 14:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.babeled.com/?p=6885#comment-98435</guid>
		<description>We&#039;ll see Microsoft—the Steve Ballmer edition—has done a pretty good job of avoiding the controversy of the last decade.</description>
		<content:encoded><![CDATA[<p>We&#8217;ll see Microsoft—the Steve Ballmer edition—has done a pretty good job of avoiding the controversy of the last decade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Carr</title>
		<link>http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/#comment-98412</link>
		<dc:creator>Jonathan Carr</dc:creator>
		<pubDate>Fri, 18 Dec 2009 12:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.babeled.com/?p=6885#comment-98412</guid>
		<description>I&#039;m sure they will think of something that most people will question as being morally and ethically sound.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure they will think of something that most people will question as being morally and ethically sound.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Molyneux</title>
		<link>http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/#comment-98313</link>
		<dc:creator>Greg Molyneux</dc:creator>
		<pubDate>Fri, 18 Dec 2009 02:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.babeled.com/?p=6885#comment-98313</guid>
		<description>That&#039;s what we have been using for our images. Different style but same effect.

As for Microsoft, I honestly think they should just pull out of the business, unless they want to fully open source their browser.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what we have been using for our images. Different style but same effect.</p>
<p>As for Microsoft, I honestly think they should just pull out of the business, unless they want to fully open source their browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Carr</title>
		<link>http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/#comment-98296</link>
		<dc:creator>Jonathan Carr</dc:creator>
		<pubDate>Fri, 18 Dec 2009 00:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.babeled.com/?p=6885#comment-98296</guid>
		<description>There are a few options as well:

-moz-border-radius-topleft  / -webkit-border-top-left-radius
-moz-border-radius-topright / -webkit-border-top-right-radius
-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
-moz-border-radius-bottomright / -webkit-border-bottom-right-radius

Here are some examples in action: &lt;a href=&quot;http://www.css3.info/preview/rounded-border/&quot; rel=&quot;nofollow&quot;&gt;Link&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>There are a few options as well:</p>
<p>-moz-border-radius-topleft  / -webkit-border-top-left-radius<br />
-moz-border-radius-topright / -webkit-border-top-right-radius<br />
-moz-border-radius-bottomleft / -webkit-border-bottom-left-radius<br />
-moz-border-radius-bottomright / -webkit-border-bottom-right-radius</p>
<p>Here are some examples in action: <a href="http://www.css3.info/preview/rounded-border/" rel="nofollow">Link</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Carr</title>
		<link>http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/#comment-98294</link>
		<dc:creator>Jonathan Carr</dc:creator>
		<pubDate>Fri, 18 Dec 2009 00:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.babeled.com/?p=6885#comment-98294</guid>
		<description>CSS3 is pretty sweet.  My favorite feature is the rounded-corner (code below).  Microsoft has some catching up to do, however history proves that&#039;s when they do their finest work.

#Rounded_Corner
{
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border: 2px solid #000;
}</description>
		<content:encoded><![CDATA[<p>CSS3 is pretty sweet.  My favorite feature is the rounded-corner (code below).  Microsoft has some catching up to do, however history proves that&#8217;s when they do their finest work.</p>
<p>#Rounded_Corner<br />
{<br />
          -moz-border-radius: 5px;<br />
          -webkit-border-radius: 5px;<br />
          border: 2px solid #000;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Morgan</title>
		<link>http://www.babeled.com/2009/12/17/easily-create-columns-with-css3/#comment-98274</link>
		<dc:creator>Jason Morgan</dc:creator>
		<pubDate>Thu, 17 Dec 2009 21:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.babeled.com/?p=6885#comment-98274</guid>
		<description>I can&#039;t wait to try out the new columns. That picture is sweet.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t wait to try out the new columns. That picture is sweet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
