<?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 for JavaScript HTML CSS</title>
	<atom:link href="http://www.javascripthtmlcss.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascripthtmlcss.com</link>
	<description>Frontend Insights</description>
	<lastBuildDate>Fri, 07 Oct 2011 20:21:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on A Grid System for CSS that&#8217;s Simple and Light by The CSS Grid jQuery Plugin</title>
		<link>http://www.javascripthtmlcss.com/css/a-grid-system-for-css-thats-simple-and-light/#comment-48</link>
		<dc:creator>The CSS Grid jQuery Plugin</dc:creator>
		<pubDate>Fri, 07 Oct 2011 20:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascripthtmlcss.com/?p=150#comment-48</guid>
		<description><![CDATA[[...] pointed out in Javascript HTML CSS&#8217;s article on Grid Grid is limited to the number of columns declared in the CSS with the default maximum being 5 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] pointed out in Javascript HTML CSS&#8217;s article on Grid Grid is limited to the number of columns declared in the CSS with the default maximum being 5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Improve the Feng Shui of CSS Files by Paul Herwood</title>
		<link>http://www.javascripthtmlcss.com/css/improve-the-feng-shui-of-css-files/#comment-26</link>
		<dc:creator>Paul Herwood</dc:creator>
		<pubDate>Mon, 15 Aug 2011 22:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascripthtmlcss.com/?p=329#comment-26</guid>
		<description><![CDATA[Nice read! Thanks]]></description>
		<content:encoded><![CDATA[<p>Nice read! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Grid System for CSS that&#8217;s Simple and Light by Frontend Insights</title>
		<link>http://www.javascripthtmlcss.com/css/a-grid-system-for-css-thats-simple-and-light/#comment-8</link>
		<dc:creator>Frontend Insights</dc:creator>
		<pubDate>Wed, 20 Jul 2011 13:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascripthtmlcss.com/?p=150#comment-8</guid>
		<description><![CDATA[Sorry for not being clear.  
I built a brick wall as I was trying out the grid system - In my brick wall I have a layer of bricks.  In that layer of bricks I have 3 divs (bricks) - I want the middle brick to take up twice as much room as either of the outside bricks.  So I am spreading these three bricks across 4 units of space.   It would have made sense to me to assign the class of the bricks in the following order:  &quot;1of4, 2of4, 1of4&quot;.  But there is no &quot;2of4&quot; in grid.  Knowing that 2of4 is simply 50% width - I accomplished my goal by applying the &quot;1of2&#039;  (which is 50% width).  so the classes are assigned as &quot;1of4, 1of2, 1of4&quot;.]]></description>
		<content:encoded><![CDATA[<p>Sorry for not being clear.<br />
I built a brick wall as I was trying out the grid system &#8211; In my brick wall I have a layer of bricks.  In that layer of bricks I have 3 divs (bricks) &#8211; I want the middle brick to take up twice as much room as either of the outside bricks.  So I am spreading these three bricks across 4 units of space.   It would have made sense to me to assign the class of the bricks in the following order:  &#8220;1of4, 2of4, 1of4&#8243;.  But there is no &#8220;2of4&#8243; in grid.  Knowing that 2of4 is simply 50% width &#8211; I accomplished my goal by applying the &#8220;1of2&#8242;  (which is 50% width).  so the classes are assigned as &#8220;1of4, 1of2, 1of4&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Grid System for CSS that&#8217;s Simple and Light by John</title>
		<link>http://www.javascripthtmlcss.com/css/a-grid-system-for-css-thats-simple-and-light/#comment-7</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 20 Jul 2011 08:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.javascripthtmlcss.com/?p=150#comment-7</guid>
		<description><![CDATA[I suspect this line 
 I simply applied the 1of2 – but now that row contains the following columns in this order: 1of4, 1of2, 1of4.  

should read
 I simply applied the 1of2 – but now that row contains the following columns in this order: 1of4, 1of2, 2of4,2of2

Or am i wrong?]]></description>
		<content:encoded><![CDATA[<p>I suspect this line<br />
 I simply applied the 1of2 – but now that row contains the following columns in this order: 1of4, 1of2, 1of4.  </p>
<p>should read<br />
 I simply applied the 1of2 – but now that row contains the following columns in this order: 1of4, 1of2, 2of4,2of2</p>
<p>Or am i wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
