<?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: Using Blueprint CSS for easier CSS layouts in WordPress</title>
	<atom:link href="http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:35:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lizzie</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-60972</link>
		<dc:creator>lizzie</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-60972</guid>
		<description>hi im using scrapbook theme and they used blueprintcss to program it. i just want the posts and pages to be in a bigger container. how to do? im not a programmer just need help.</description>
		<content:encoded><![CDATA[<p>hi im using scrapbook theme and they used blueprintcss to program it. i just want the posts and pages to be in a bigger container. how to do? im not a programmer just need help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-60669</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Mon, 30 Nov 2009 15:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-60669</guid>
		<description>Absolutly, we also integrated it in our solutions at http://www.bug-hotel.org/, and working great</description>
		<content:encoded><![CDATA[<p>Absolutly, we also integrated it in our solutions at <a href="http://www.bug-hotel.org/" rel="nofollow">http://www.bug-hotel.org/</a>, and working great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos A. Cabrera</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-60134</link>
		<dc:creator>Carlos A. Cabrera</dc:creator>
		<pubDate>Tue, 07 Jul 2009 16:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-60134</guid>
		<description>Absolutely, we designed and built http://www.discoveryacademyinc.com using BlueprintCSS and Wordpress... these tools are flexible enough to do anything.</description>
		<content:encoded><![CDATA[<p>Absolutely, we designed and built <a href="http://www.discoveryacademyinc.com" rel="nofollow">http://www.discoveryacademyinc.com</a> using BlueprintCSS and Wordpress&#8230; these tools are flexible enough to do anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Bruner</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-1048</link>
		<dc:creator>Steve Bruner</dc:creator>
		<pubDate>Fri, 29 Feb 2008 20:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-1048</guid>
		<description>We just released a WordPress theme based on BluePrint CSS.  Makes it real easy to implement.

You can see it here:http://www.slipfire.com/sf-blueprint-wp-theme-52.htm</description>
		<content:encoded><![CDATA[<p>We just released a WordPress theme based on BluePrint CSS.  Makes it real easy to implement.</p>
<p>You can see it here:http://www.slipfire.com/sf-blueprint-wp-theme-52.htm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyDeskBlog.com</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-1045</link>
		<dc:creator>MyDeskBlog.com</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-1045</guid>
		<description>I am currently rebuilding my blog with Blueprint CSS. In fact, I started to overhaul it 2 weeks ago using 0.6 and for the past few days, making the necessary changes to bring it up to BluePrint 0.7. These are a few things I have to say about BluePrint. Bear in mind that so far, I&#039;ve only used Blueprint&#039;s grid layout CSS extensively.

First off, Blueprint can&#039;t do liquid CSS at the moment. Period.

No bloat of any kind, well, is not true I&#039;m afraid. You do have to include Blueprint&#039;s screen.css at the very least. And that file is not considered small even in compressed format.

My blog theme&#039;s CSS layout were done using 0.6. Every divs in my html pages are littered with codes like these:



Having to put in CSS layout codes in HTML files is not a good practise. But things have changed with 0.7. I&#039;m most excited to know that the above div can easily be declared like this:



That&#039;s all!

Blueprint 0.7 comes with a compressor.rb script that easily declare a div&#039;s width, margin, float and such into an ID or Class. Where previously, in 0.6, you have to manually edit the CSS to do this.

In essense, I find that Blueprint is something like a construction site scaffold. Where it can be completely removed once your site&#039;s layout is finalised.

In my case, I would most likely copy and paste the necessary layout IDs and Classes from screen.css to my main stylesheet. And drop the screen.css file. No bloat to my stylesheet then I suppose.</description>
		<content:encoded><![CDATA[<p>I am currently rebuilding my blog with Blueprint CSS. In fact, I started to overhaul it 2 weeks ago using 0.6 and for the past few days, making the necessary changes to bring it up to BluePrint 0.7. These are a few things I have to say about BluePrint. Bear in mind that so far, I&#8217;ve only used Blueprint&#8217;s grid layout CSS extensively.</p>
<p>First off, Blueprint can&#8217;t do liquid CSS at the moment. Period.</p>
<p>No bloat of any kind, well, is not true I&#8217;m afraid. You do have to include Blueprint&#8217;s screen.css at the very least. And that file is not considered small even in compressed format.</p>
<p>My blog theme&#8217;s CSS layout were done using 0.6. Every divs in my html pages are littered with codes like these:</p>
<p>Having to put in CSS layout codes in HTML files is not a good practise. But things have changed with 0.7. I&#8217;m most excited to know that the above div can easily be declared like this:</p>
<p>That&#8217;s all!</p>
<p>Blueprint 0.7 comes with a compressor.rb script that easily declare a div&#8217;s width, margin, float and such into an ID or Class. Where previously, in 0.6, you have to manually edit the CSS to do this.</p>
<p>In essense, I find that Blueprint is something like a construction site scaffold. Where it can be completely removed once your site&#8217;s layout is finalised.</p>
<p>In my case, I would most likely copy and paste the necessary layout IDs and Classes from screen.css to my main stylesheet. And drop the screen.css file. No bloat to my stylesheet then I suppose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam Schwab</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-1047</link>
		<dc:creator>Miriam Schwab</dc:creator>
		<pubDate>Thu, 14 Feb 2008 09:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-1047</guid>
		<description>Ryan - maybe, but for people who want to do a complete custom design from the bottom up, this could be really helpful. Anything that makes CSS layout less of a nightmare is helpful IMO.</description>
		<content:encoded><![CDATA[<p>Ryan &#8211; maybe, but for people who want to do a complete custom design from the bottom up, this could be really helpful. Anything that makes CSS layout less of a nightmare is helpful IMO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://wpgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/comment-page-1/#comment-1046</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 14 Feb 2008 09:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/tips/using-blueprint-css-for-easier-css-layouts-in-wordpress/#comment-1046</guid>
		<description>The average blogger is working on too small a scale to have any use for this type of solution IMO. You don&#039;t want to be resetting everything under the sun for a basic blog, otherwise you are just adding redundant code to your site.</description>
		<content:encoded><![CDATA[<p>The average blogger is working on too small a scale to have any use for this type of solution IMO. You don&#8217;t want to be resetting everything under the sun for a basic blog, otherwise you are just adding redundant code to your site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
