<?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>Web Design Booth &#187; CSS</title>
	<atom:link href="http://www.webdesignbooth.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesignbooth.com</link>
	<description>Ultimate Resources For Web Developers and Designers</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:48:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions</title>
		<link>http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/</link>
		<comments>http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:36:10 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[techniques]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=2087</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>There are a lot of ways to visualize your data. Using <strong>Pure CSS Graph and Chart</strong> is one of the best and easy way, unless you want to create a very good-looking graphs.</p>
<p>If you really want to create graphs and charts with fancy UI or features, then you should consider either <a title="14 Javascript Resources And Plugins For Creating A Stylish Chart" href="http://www.webdesignbooth.com/14-javascript-resources-and-plugins-for-creating-a-stylish-chart/" target="_blank">Javascript Chart</a> or using Flash.</p>
<p>In this article, we cover <strong>11 tutorials and solutions</strong> for you to <strong>create graphs and charts using CSS</strong>. There are a lot of tutorials and sample about CSS graphs, but we hand-picked 11 best solutions. Let&#8217;s start to look into them one by one.</p>
<h4>1. <a title="CSS only bar charts" href="http://icant.co.uk/csscharts/" target="_blank">CSS only bar charts</a></h4>
<p>This pure CSS solution able to plot car charts without rely on heavy Javascript. With this solution, you can also implement mouse hover effect to the bar chart. The author had packed everything in a PHP file, which you can download and using it as a web service.<br />
<img title="CSS only bar charts" src="http://images.webdesignbooth.com/css-graphs-charts/css-only-bar-charts.jpg" alt="CSS only bar charts" width="500" height="385" /></p>
<p><span id="more-2087"></span></p>
<h4>2. <a title="Pure Css Data Chart" href="http://cssglobe.com/post/1272/pure-css-data-chart" target="_blank">Pure Css Data Chart</a></h4>
<p>With this pure CSS Data Chart techniques, you can easily create good-looking bar chart with well-formed markup and CSS.<br />
<img title="Pure Css Data Chart" src="http://images.webdesignbooth.com/css-graphs-charts/pure-css-data-chart.jpg" alt="Pure Css Data Chart" width="500" height="370" /></p>
<h4>3. <a title="CSS bar charts—styling data with CSS3 and progressive enhancement" href="http://csswizardry.com/2010/02/css-bar-charts-styling-data-with-css3-and-progressive-enhancement/" target="_blank">CSS bar charts &#8211; styling data with CSS3 and progressive enhancement</a></h4>
<p>This solution uses CSS3 and progressive enhancement to push the bar charts to the next level. Internet Explorer, Firefox and Safari/Chrome will have different look and feel, where Safari/Chrome having the most beautiful look. It is because both Safari and Chrome use Webkit as the rendering engine and Webkit’s proprietary CSS is above and beyond that of any other rendering engine.<br />
<img title="CSS bar charts—styling data with CSS3 and progressive enhancement" src="http://images.webdesignbooth.com/css-graphs-charts/styling-data-with-css3.jpg" alt="CSS bar charts—styling data with CSS3 and progressive enhancement" width="500" height="400" /></p>
<h4>4. <a title="CSS Vertical Bar Graphs" href="http://meyerweb.com/eric/css/edge/bargraph/demo.html" target="_blank">CSS Vertical Bar Graphs</a></h4>
<p>This CSS graphs solution is really really simple as everything here is a simple set of nested lists and CSS. The gradient background images is in PNG format, so Internet Explorer users may get different results. If you are going to target IE audiences, then you should go for IE-friendly version of CSS Vertical Bar Graphs, which you can download from the same page also.<br />
<img title="CSS Vertical Bar Graphs" src="http://images.webdesignbooth.com/css-graphs-charts/css-vertical-bar-graphs.jpg" alt="CSS Vertical Bar Graphs" width="500" height="241" /></p>
<h4>5. <a title="CSS Stacked Bar Graphs" href="http://www.thewojogroup.com/2008/12/css-stacked-bar-graphs/" target="_blank">CSS Stacked Bar Graphs</a></h4>
<p>This CSS technique is based on Alen Grakalic&#8217;s solution, which we had covered in the second solution(Pure Css Data Chart). The interesting part of this solution is it manage to plat stacked bar graphs. It doesn&#8217;t involve any Javascript/PHP. If you know HTML and CSS, then you should be able to understand the tutorial.<br />
<img title="CSS Stacked Bar Graphs" src="http://images.webdesignbooth.com/css-graphs-charts/css-stacked-bar-graph.jpg" alt="CSS Stacked Bar Graphs" width="500" height="383" /></p>
<h4>6. <a title="Pure CSS Horizontal Bar Graphs" href="http://www.cssbakery.com/2009/08/data-visualisation-ii-pure-css.html" target="_blank">Pure CSS Horizontal Bar Graphs</a></h4>
<p>We have seen a lot of examples and solution about vertical bar charts/graphs and now we should look into horizontal bar graphs solution too. This long but well-explained tutorial will go through how to plat a horizontal bar graph step by step.<br />
<img title="Pure CSS Horizontal Bar Graphs" src="http://images.webdesignbooth.com/css-graphs-charts/pure-css-horizontal-bar-graphs.jpg" alt="Pure CSS Horizontal Bar Graphs" width="500" height="300" /></p>
<h4>7. <a title="Flexible Bar Graphs using CSS" href="http://www.cssbakery.com/2009/06/data-visualisation-flexible-bar-graphs.html" target="_blank">Flexible Bar Graphs using CSS</a></h4>
<p>If you really like the way CSS Bakery teaches, then you should go through their tutorial about ploting vertical bar graphs too.<br />
<img title="Flexible Bar Graphs using CSS" src="http://images.webdesignbooth.com/css-graphs-charts/flexible-bar-graphs-using-css.jpg" alt="Flexible Bar Graphs using CSS" width="500" height="268" /></p>
<h4>8. <a title="CSS For Bar Graphs" href="http://applestooranges.com/blog/post/css-for-bar-graphs/" target="_blank">CSS For Bar Graphs</a></h4>
<p>This article covered 3 different types of graphs and charts, which including Basic CSS Bar Graph, Complex CSS Bar Graph and also Vertical CSS Bar Graph.<br />
<img title="CSS For Bar Graphs" src="http://images.webdesignbooth.com/css-graphs-charts/css-for-bar-graphs.jpg" alt="CSS For Bar Graphs" width="500" height="550" /></p>
<h4>9. <a title="Pure Css Line Graph" href="http://cssglobe.com/post/4175/pure-css-line-graph" target="_blank">Pure Css Line Graph</a></h4>
<p>With so much examples and techniques for bar charts/graphs, now we turn our attention to the line graph. This is a great tutorial from CSS Globe. Alen covered the basic concept and principle of this solution.<br />
<img title="Pure Css Line Graph" src="http://images.webdesignbooth.com/css-graphs-charts/pure-css-line-graphs.jpg" alt="Pure Css Line Graph" width="500" height="385" /></p>
<h4>10. <a title="An accessible bar chart" href="http://www.standards-schmandards.com/exhibits/barchart/" target="_blank">An accessible bar chart</a></h4>
<p>This accessible bar chart uses HTML table and pure CSS. However, the bar is created using image which is stretched to the appropriate size.<br />
<img title="An accessible bar chart" src="http://images.webdesignbooth.com/css-graphs-charts/an-accessible-bar-chart.jpg" alt="An accessible bar chart" width="500" height="280" /></p>
<h4>11. <a title="Simple bar graph with help of CSS" href="http://swatelier.info/at/articles/graphCSS.htm" target="_blank">Simple bar graph with help of CSS</a></h4>
<p><img title="Simple bar graph with help of CSS" src="http://images.webdesignbooth.com/css-graphs-charts/simple-bar-graph-with-help-of-css.jpg" alt="Simple bar graph with help of CSS" width="500" height="130" /><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/" title="5 Alternative And Tiny CSS Grid Systems">5 Alternative And Tiny CSS Grid Systems</a></li>
<li><a href="http://www.webdesignbooth.com/23-professional-facial-photoshop-retouching-tutorials/" title="23 Professional Facial Photoshop Retouching Tutorials">23 Professional Facial Photoshop Retouching Tutorials</a></li>
<li><a href="http://www.webdesignbooth.com/ultimate-christmas-resources-for-designers/" title="Ultimate Christmas Resources: 60 Tutorials, Icons, Design Materials, Wordpress Themes and Christmas Fonts">Ultimate Christmas Resources: 60 Tutorials, Icons, Design Materials, Wordpress Themes and Christmas Fonts</a></li>
<li><a href="http://www.webdesignbooth.com/awesome-photoshop-poster-design-tutorials/" title="50+ Awesome Photoshop Poster Design Tutorials">50+ Awesome Photoshop Poster Design Tutorials</a></li>
<li><a href="http://www.webdesignbooth.com/photoshop-tutorials-for-icon-design/" title="60+ Photoshop Tutorials For Icon Design">60+ Photoshop Tutorials For Icon Design</a></li>
</ul>
<img src="http://www.webdesignbooth.com/?ak_action=api_record_view&id=2087&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>5 Alternative And Tiny CSS Grid Systems</title>
		<link>http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/</link>
		<comments>http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 14:06:44 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[grid]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=2070</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p><strong>CSS grid system</strong> is one tool that facilitates the work of web designers and web developers to develop a website. Advantage of using CSS grid system is you can reduce development time. Grids also provide uniformity and consistency in the placement of HTML elements.</p>
<p>Do you want to know more about CSS Frameworks and grid system? If yes, then you may want to read our previous article that talk about useful <a title="10 Promising CSS Framework That Worth A Look" href="http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/" target="_blank">CSS Frameworks</a>.</p>
<p>Today, we are going to look into 5 more<strong> CSS Grid Systems</strong> that are tiny but worth a look.</p>
<h4>1. <a title="CSS Boiler Plate Grid" href="http://code.google.com/p/css-boilerplate/" target="_blank">CSS Boiler Plate Grid</a></h4>
<p>As one of the original authors of Blueprint CSS I&#8217;ve decided to re-factor my ideas into a stripped down framework which provides the bare essentials to begin any project. This framework will be lite and strive not to suggest un-semantic naming conventions. You&#8217;re the designer and your craft is important.<br />
<img title="CSS Boiler Plate Grid" src="http://images.webdesignbooth.com/css-grid-systems/css-boiler-plate.jpg" alt="CSS Boiler Plate Grid" width="500" height="292" /></p>
<p><span id="more-2070"></span></p>
<h4>2. <a title="Golden Grid CSS" href="http://code.google.com/p/the-golden-grid/" target="_blank">Golden Grid CSS</a></h4>
<p>The Golden Grid is a web grid system. It &#8217;s a product of the search for the perfect modern grid system. It &#8217;s meant to be a CSS tool for grid based web sites.<br />
<img title="Golden Grid CSS" src="http://images.webdesignbooth.com/css-grid-systems/golden-grid-css.jpg" alt="Golden Grid CSS" width="500" height="292" /></p>
<h4>3. <a title="Variable Grid System" href="http://www.spry-soft.com/grids/" target="_blank">Variable Grid System</a></h4>
<p>The variable grid system is a quick way to generate an underlying CSS grid for your site. The CSS generated file is based on the 960 Grid System.<br />
<img title="Variable Grid System" src="http://images.webdesignbooth.com/css-grid-systems/variable-grid-system.jpg" alt="Variable Grid System" width="500" height="250" /></p>
<h4>4. <a title="Grid System Generator" href="http://www.gridsystemgenerator.com/" target="_blank">Grid System Generator</a></h4>
<p>This tool generates grid systems in valid css / xhtml for rapid prototyping, development and production environments. The grid system generators offer the ability to customize the width, no. of columns and margin(s) to allow more flexibility for various designs.<br />
<img title="Grid System Generator" src="http://images.webdesignbooth.com/css-grid-systems/grid-system-generator.jpg" alt="Grid System Generator" width="500" height="292" /></p>
<h4>5. <a title="The 1kb CSS Grid" href="http://www.1kbgrid.com/" target="_blank">The 1kb CSS Grid</a></h4>
<p>Other CSS frameworks try to do everything—grid system, style reset, basic typography, form styles. But complex systems are, well, complex. Looking for a simple, lightweight approach that doesn&#8217;t require a PhD? Meet The 1KB CSS Grid.<br />
<img title="The 1kb CSS Grid" src="http://images.webdesignbooth.com/css-grid-systems/the-1kb-css-grid.jpg" alt="The 1kb CSS Grid" width="500" height="198" /><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/" title="10 Promising CSS Framework That Worth A Look">10 Promising CSS Framework That Worth A Look</a></li>
<li><a href="http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/" title="15 Extremely Useful CSS Grid Layout Generator For Web Designers">15 Extremely Useful CSS Grid Layout Generator For Web Designers</a></li>
<li><a href="http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/" title="CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions">CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions</a></li>
<li><a href="http://www.webdesignbooth.com/45-inspiring-navigation-menus-that-you-must-see/" title="45 Inspiring Navigation Menus That You Must See">45 Inspiring Navigation Menus That You Must See</a></li>
<li><a href="http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/" title="15 Great jQuery Plugins For Better Table Manipulation">15 Great jQuery Plugins For Better Table Manipulation</a></li>
</ul>
<img src="http://www.webdesignbooth.com/?ak_action=api_record_view&id=2070&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>110+ CSS Gallery To Submit Your Design, Part 2</title>
		<link>http://www.webdesignbooth.com/110-css-gallery-to-submit-your-design-part-2/</link>
		<comments>http://www.webdesignbooth.com/110-css-gallery-to-submit-your-design-part-2/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 17:33:42 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[showcase]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=275</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/110-css-gallery-to-submit-your-design-part-2/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>Last week i shared about <a title="110+ CSS Galleries To Submit Your Web Design" href="http://www.webdesignbooth.com/110-css-gallery-to-submit-your-web-design-part-1/" target="_blank">55 CSS Galleries to submit your web design</a>, and now i would like to complete the series by sharing another 55+ CSS Galleries.</p>
<p>If you don&#8217;t want to submit your design one by one, you may consider <a title="The CSS Gallery List" href="http://www.thecssgallerylist.com/" target="_blank">The CSS Gallery List</a>, which is a service that will submit your web design to 87 CSS Galleries. It cost you $20, but it save you a lot of efforts and time. Now we will continue to look into the CSS Galleries:</p>
<h4>56. <a title="CSSRank" href="http://cssrank.com/" target="_blank">CSSRank</a></h4>
<p><img class="alignnone size-full wp-image-276" title="cssrank" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssrank.jpg" alt="cssrank" width="500" height="250" /></p>
<h4>57. <a title="CSSReboot" href="http://www.cssreboot.com/" target="_blank">CSSReboot</a></h4>
<p><img class="alignnone size-full wp-image-277" title="cssreboot" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssreboot.jpg" alt="cssreboot" width="500" height="250" /><br />
<span id="more-275"></span></p>
<h4>58. <a title="CSS Showcase" href="http://www.cssshowcase.co.uk/" target="_blank">CSS Showcase</a></h4>
<p><img class="alignnone size-full wp-image-278" title="css-showcase" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/css-showcase.jpg" alt="css-showcase" width="500" height="250" /></p>
<h4>59. <a title="CSS Showcases Gallery" href="http://www.cssshowcases.com/" target="_blank">CSS Showcases Gallery</a></h4>
<p><img class="alignnone size-full wp-image-279" title="css-showcases-gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/css-showcases-gallery.jpg" alt="css-showcases-gallery" width="500" height="250" /></p>
<h4>60. <a title="CSS Snap" href="http://csssnap.com/" target="_blank">CSS Snap</a></h4>
<p><img class="alignnone size-full wp-image-280" title="csssnap" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/csssnap.jpg" alt="csssnap" width="500" height="250" /></p>
<h4>61. <a title="CSS Star" href="http://www.cssstar.com/" target="_blank">CSS Star</a></h4>
<p><img class="alignnone size-full wp-image-282" title="cssstar" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssstar.jpg" alt="cssstar" width="500" height="250" /></p>
<h4>62. <a title="CSS Vault" href="http://cssvault.com/" target="_blank">CSS Vault</a></h4>
<p><img class="alignnone size-full wp-image-283" title="cssvault" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssvault.jpg" alt="cssvault" width="500" height="250" /></p>
<h4>63. <a title="Design Bombs" href="http://www.designbombs.com/" target="_blank">Design Bombs</a></h4>
<p><img class="alignnone size-full wp-image-284" title="designbombs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/designbombs.jpg" alt="designbombs" width="500" height="250" /></p>
<h4>64. <a title="CSS Wrap" href="http://csswrap.com/" target="_blank">CSS Wrap</a></h4>
<p><img class="alignnone size-full wp-image-285" title="csswrap" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/csswrap.jpg" alt="csswrap" width="500" height="250" /></p>
<h4>65. <a title="CSS Artillery" href="http://www.cssartillery.com/" target="_blank">CSS Artillery</a></h4>
<p><img class="alignnone size-full wp-image-286" title="cssartillery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssartillery.jpg" alt="cssartillery" width="500" height="250" /></p>
<h4>66. <a title="CSSBloom" href="http://www.cssbloom.net/" target="_blank">CSSBloom</a></h4>
<p><img class="alignnone size-full wp-image-287" title="cssbloom" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssbloom.jpg" alt="cssbloom" width="500" height="250" /></p>
<h4>67. <a title="CSSclip" href="http://www.cssclip.com/" target="_blank">CSSclip</a></h4>
<p><img class="alignnone size-full wp-image-288" title="cssclip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssclip.jpg" alt="cssclip" width="500" height="250" /></p>
<h4>68. <a title="CSS Elite" href="http://www.csselite.com/" target="_blank">CSS Elite</a></h4>
<p><img class="alignnone size-full wp-image-290" title="csselite" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/csselite.jpg" alt="csselite" width="500" height="250" /></p>
<h4>69. <a title="CSS Exchange" href="http://www.cssexchange.com/" target="_blank">CSS Exchange</a></h4>
<p><img class="alignnone size-full wp-image-291" title="cssexchange" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssexchange.jpg" alt="cssexchange" width="500" height="250" /></p>
<h4>70. <a title="CSS Glance" href="http://www.cssglance.com/" target="_blank">CSS Glance</a></h4>
<p><img class="alignnone size-full wp-image-292" title="cssglance" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssglance.jpg" alt="cssglance" width="500" height="250" /></p>
<h4>71. <a title="CSS Moon" href="http://www.cssmoon.com/" target="_blank">CSS Moon</a></h4>
<p><img class="alignnone size-full wp-image-293" title="cssmoon" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssmoon.jpg" alt="cssmoon" width="500" height="250" /></p>
<h4>72. <a title="CSS Remix" href="http://cssremix.com/" target="_blank">CSS Remix</a></h4>
<p><img class="alignnone size-full wp-image-294" title="cssremix" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssremix.jpg" alt="cssremix" width="500" height="250" /></p>
<h4>73. <a title="CSS Season" href="http://www.cssseason.com/" target="_blank">CSS Season</a></h4>
<p><img class="alignnone size-full wp-image-295" title="cssseason" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/cssseason.jpg" alt="cssseason" width="500" height="250" /></p>
<h4>74. <a title="CSS Tux" href="http://www.csstux.com/" target="_blank">CSS Tux</a></h4>
<p><img class="alignnone size-full wp-image-296" title="csstux" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/csstux.jpg" alt="csstux" width="500" height="250" /></p>
<h4>75. <a title="Design Grabs" href="http://designgrabs.com/" target="_blank">Design Grabs</a></h4>
<p><img class="alignnone size-full wp-image-297" title="designgrabs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/designgrabs.jpg" alt="designgrabs" width="500" height="250" /></p>
<h4>76. <a title="DesignFlavr" href="http://www.designflavr.com/" target="_blank">DesignFlavr</a></h4>
<p><img class="alignnone size-full wp-image-298" title="designflavr" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/designflavr.png" alt="designflavr" width="500" height="250" /></p>
<h4>77. <a title="Design Snack" href="http://www.designsnack.com/" target="_blank">Design Snack</a></h4>
<p><img class="alignnone size-full wp-image-299" title="designsnack" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/designsnack.jpg" alt="designsnack" width="500" height="250" /></p>
<h4>78. <a title="Design Snips" href="http://www.designsnips.com/" target="_blank">Design Snips</a></h4>
<p><img class="alignnone size-full wp-image-301" title="designsnips" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/designsnips.jpg" alt="designsnips" width="500" height="250" /></p>
<h4>79. <a title="Designer Source" href="http://www.designersource.net/" target="_blank">Designer Source</a></h4>
<p><img class="alignnone size-full wp-image-302" title="designersource" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/designersource.jpg" alt="designersource" width="500" height="250" /></p>
<h4>80. <a title="Dezinspiration" href="http://www.dezinspiration.com/browse/sites" target="_blank">Dezinspiration</a></h4>
<p><img class="alignnone size-full wp-image-303" title="dezinspiration" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/dezinspiration.jpg" alt="dezinspiration" width="500" height="250" /></p>
<h4>81. <a title="Folio Stars" href="http://www.foliostars.net/" target="_blank">Folio Stars</a></h4>
<p><img class="alignnone size-full wp-image-304" title="foliostars" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/foliostars.jpg" alt="foliostars" width="500" height="250" /></p>
<h4>82. <a title="Free CSS.com" href="http://css-gallery.free-css.com/" target="_blank">Free CSS.com</a></h4>
<p><img class="alignnone size-full wp-image-305" title="css-gallery-free-css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/css-gallery-free-css.jpg" alt="css-gallery-free-css" width="500" height="250" /></p>
<h4>83. <a title="CSS Cookie" href="http://www.csscookie.com/" target="_blank">CSS Cookie</a></h4>
<p><img class="alignnone size-full wp-image-306" title="csscookie" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/csscookie.jpg" alt="csscookie" width="500" height="250" /></p>
<h4>84. <a title="Selected Webdesign" href="http://www.selected-webdesign.com/" target="_blank">Selected Webdesign</a></h4>
<p><img class="alignnone size-full wp-image-307" title="selected-webdesign" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/selected-webdesign.jpg" alt="selected-webdesign" width="500" height="250" /></p>
<h4>85. <a title="Hot Webber" href="http://www.hotwebber.com/" target="_blank">Hot Webber</a></h4>
<p><img class="alignnone size-full wp-image-308" title="hotwebber" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/hotwebber.jpg" alt="hotwebber" width="500" height="250" /></p>
<h4>86. <a title="Inspiration Up" href="http://inspirationup.com/" target="_blank">Inspiration Up</a></h4>
<p><img class="alignnone size-full wp-image-309" title="inspirationup" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/inspirationup.jpg" alt="inspirationup" width="500" height="250" /></p>
<h4>87. <a title="Inspiration King" href="http://www.inspirationking.com/" target="_blank">Inspiration King</a></h4>
<p><img class="alignnone size-full wp-image-310" title="inspirationking" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/inspirationking.jpg" alt="inspirationking" width="500" height="250" /></p>
<h4>88. <a title="jQuery Style" href="http://jquerystyle.com/" target="_blank">jQuery Style</a></h4>
<p><img class="alignnone size-full wp-image-312" title="jquery style" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/jquerystyle.jpg" alt="jquery style" width="500" height="250" /></p>
<h4>89. <a title="Lookom" href="http://www.lookom.com/" target="_blank">Lookom</a></h4>
<p><img class="alignnone size-full wp-image-313" title="lookom" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/lookom.jpg" alt="lookom" width="500" height="250" /></p>
<h4>90. <a title="Minimalsites" href="http://www.minimalsites.com/" target="_blank">Minimalsites</a></h4>
<p><img class="alignnone size-full wp-image-314" title="minimalsites" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/minimalsites.jpg" alt="minimalsites" width="500" height="250" /></p>
<h4>91. <a title="Most Inspired" href="http://www.mostinspired.com/" target="_blank">Most Inspired</a></h4>
<p><img class="alignnone size-full wp-image-315" title="mostinspired" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/mostinspired.jpg" alt="mostinspired" width="500" height="250" /></p>
<h4>92. <a title="3W CSS Website" href="http://www.my3w.org/" target="_blank">3W CSS Website</a></h4>
<p><img class="alignnone size-full wp-image-316" title="my3w" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/my3w.jpg" alt="my3w" width="500" height="250" /></p>
<h4>93. <a title="One Page Love" href="http://onepagelove.com/" target="_blank">One Page Love</a></h4>
<p><img class="alignnone size-full wp-image-317" title="onepagelove" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/onepagelove.jpg" alt="onepagelove" width="500" height="250" /></p>
<h4>94. <a title="Oriental Gallery" href="http://oriental-gallery.com/" target="_blank">Oriental Gallery</a></h4>
<p><img class="alignnone size-full wp-image-318" title="oriental-gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/oriental-gallery.jpg" alt="oriental-gallery" width="500" height="250" /></p>
<h4>95. <a title="Posh'd" href="http://www.poshd.com/" target="_blank">Posh&#8217;d</a></h4>
<p><img class="alignnone size-full wp-image-319" title="poshd" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/poshd.jpg" alt="poshd" width="500" height="250" /></p>
<h4>96. <a title="RGB Garden" href="http://www.rgbgarden.com/" target="_blank">RGB Garden</a></h4>
<p><img class="alignnone size-full wp-image-320" title="rgbgarden" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/rgbgarden.jpg" alt="rgbgarden" width="500" height="250" /></p>
<h4>97. <a title="Screenalicious" href="http://www.screenalicious.com/" target="_blank">Screenalicious</a></h4>
<p><img class="alignnone size-full wp-image-321" title="screenalicious" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/screenalicious.jpg" alt="screenalicious" width="500" height="250" /></p>
<h4>98. <a title="Submit CSS" href="http://www.submitcss.com/" target="_blank">Submit CSS</a></h4>
<p><img class="alignnone size-full wp-image-323" title="submitcss" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/submitcss.jpg" alt="submitcss" width="500" height="250" /></p>
<h4>99. <a title="The Best Designs" href="http://www.thebestdesigns.com/" target="_blank">The Best Designs</a></h4>
<p><img class="alignnone size-full wp-image-324" title="thebestdesigns" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/thebestdesigns.jpg" alt="thebestdesigns" width="500" height="250" /></p>
<h4>100. <a title="Themes CSS" href="http://www.themes-css.com/" target="_blank">Themes-CSS</a></h4>
<p><img class="alignnone size-full wp-image-325" title="themes-css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/themes-css.jpg" alt="themes-css" width="500" height="250" /></p>
<h4>101. <a title="Dot Design" href="http://www.dot-design.fr/galerie-css" target="_blank">Dot Design</a></h4>
<p><img class="alignnone size-full wp-image-326" title="dot-design" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/dot-design.jpg" alt="dot-design" width="500" height="250" /></p>
<h4>102. <a title="Unique CSS" href="http://uniquecss.com/" target="_blank">Unique CSS</a></h4>
<p><img class="alignnone size-full wp-image-327" title="uniquecss" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/uniquecss.jpg" alt="uniquecss" width="500" height="250" /></p>
<h4>103. <a title="Web Creme" href="http://www.webcreme.com/" target="_blank">Web Creme</a></h4>
<p><img class="alignnone size-full wp-image-328" title="webcreme" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/webcreme.jpg" alt="webcreme" width="500" height="250" /></p>
<h4>104. <a title="Design Creme" href="http://www.designcreme.com/" target="_blank">Design Creme</a></h4>
<p><img class="alignnone size-full wp-image-329" title="designcreme" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/designcreme.jpg" alt="designcreme" width="500" height="250" /></p>
<h4>105. <a title="Unmatched Style" href="http://www.unmatchedstyle.com/" target="_blank">Unmatched Style</a></h4>
<p><img class="alignnone size-full wp-image-330" title="unmatchedstyle" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/unmatchedstyle.jpg" alt="unmatchedstyle" width="500" height="250" /></p>
<h4>106. <a title="WebDesignire" href="http://www.webdesignire.com/" target="_blank">WebDesignire</a></h4>
<p><img class="alignnone size-full wp-image-332" title="webdesignire" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/webdesignire.jpg" alt="webdesignire" width="500" height="250" /></p>
<h4>107. <a title="Dark-i" href="http://www.dark-i.com/" target="_blank">Dark-i</a></h4>
<p><img class="alignnone size-full wp-image-333" title="dark-i" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/dark-i.jpg" alt="dark-i" width="500" height="250" /></p>
<h4>108. <a title="Website-Gallery" href="http://www.website-gallery.com/" target="_blank">Website-Gallery</a></h4>
<p><img class="alignnone size-full wp-image-334" title="website-gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/website-gallery.jpg" alt="website-gallery" width="500" height="250" /></p>
<h4>109. <a title="WeLoveWP" href="http://welovewp.com/" target="_blank">WeLoveWP</a></h4>
<p><img class="alignnone size-full wp-image-335" title="welovewp" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/welovewp.jpg" alt="welovewp" width="500" height="250" /></p>
<h4>110. <a title="WPLuxe" href="http://wpluxe.com/" target="_blank">WPLuxe</a></h4>
<p><img class="alignnone size-full wp-image-336" title="wpluxe" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/wpluxe.jpg" alt="wpluxe" width="500" height="250" /></p>
<h4>111. <a title="Your Site Is Valid" href="http://www.yoursiteisvalid.com/" target="_blank">Your Site Is Valid</a></h4>
<p><img class="alignnone size-full wp-image-337" title="yoursiteisvalid" src="http://www.webdesignbooth.com/wp-content/uploads/2009/06/yoursiteisvalid.jpg" alt="yoursiteisvalid" width="500" height="250" /><br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.webdesignbooth.com/110-css-gallery-to-submit-your-web-design-part-1/" title="110+ CSS Gallery To Submit Your Web Design, Part 1">110+ CSS Gallery To Submit Your Web Design, Part 1</a></li>
<li><a href="http://www.webdesignbooth.com/joomla-showcase-44-beautiful-joomla-website-designs/" title="Joomla Showcase: 44 Beautiful Joomla Website Designs">Joomla Showcase: 44 Beautiful Joomla Website Designs</a></li>
<li><a href="http://www.webdesignbooth.com/45-inspiring-navigation-menus-that-you-must-see/" title="45 Inspiring Navigation Menus That You Must See">45 Inspiring Navigation Menus That You Must See</a></li>
<li><a href="http://www.webdesignbooth.com/60-beautiful-websites-showcasing-minimalist-design/" title="60+ Beautiful Websites Showcasing Minimalist Design">60+ Beautiful Websites Showcasing Minimalist Design</a></li>
<li><a href="http://www.webdesignbooth.com/cartoon-character-design-tutorials/" title="50 Useful Cartoon Character Design Tutorials">50 Useful Cartoon Character Design Tutorials</a></li>
</ul>
<img src="http://www.webdesignbooth.com/?ak_action=api_record_view&id=275&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/110-css-gallery-to-submit-your-design-part-2/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>15 Extremely Useful CSS Grid Layout Generator For Web Designers</title>
		<link>http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/</link>
		<comments>http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/#comments</comments>
		<pubDate>Sun, 31 May 2009 14:27:03 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=243</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>There are a lot of online generators which can help designers a lot. Some example of online generators are favicon generators, background generators, button generators, and badge generators. Balkhis had wrote an excellent article about <a title="55+ Extremely Useful Online Generators for Designers" href="http://www.balkhis.com/web-designs-resources/55-extremely-useful-online-generators-for-designers/" target="_blank">extremely useful online generators</a> for us.</p>
<p>Without these online generators, designers have to waste extra effords to do repeat jobs. Since we had shared about <a title="10 Promising CSS Framework That Worth A Look" href="http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/" target="_blank">CSS Frameworks</a> last week, i would like to extend the topic by sharing some useful CSS grid layout generator.</p>
<ol>
<li>
<h4><a title="Grid Layout Generator by Pagecolumn" href="http://www.pagecolumn.com/grid_layout_generator.htm" target="_blank">Grid Layout Generator by Pagecolumn</a></h4>
<p><img class="alignnone size-full wp-image-244" title="grid-layout-generator-by-pagecolumn" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/grid-layout-generator-by-pagecolumn.jpg" alt="grid-layout-generator-by-pagecolumn" width="500" height="250" /></li>
<li>
<h4><a title="Grid Generator by DesignByGrid" href="http://www.designbygrid.com/tools" target="_blank">Grid Generator by DesignByGrid</a></h4>
<p><img class="alignnone size-full wp-image-245" title="grid-generator-by-designbygrid" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/grid-generator-by-designbygrid.jpg" alt="grid-generator-by-designbygrid" width="402" height="340" /></p>
<p><span id="more-243"></span></li>
<li>
<h4><a title="Blueprint Grid CSS Generator" href="http://kematzy.com/blueprint-generator/" target="_blank">Blueprint Grid CSS Generator</a></h4>
<p><img class="alignnone size-full wp-image-246" title="blueprint-grid-css-generator" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/blueprint-grid-css-generator.jpg" alt="blueprint-grid-css-generator" width="500" height="341" /></li>
<li>
<h4><a title="Grid Generator by netProtozo" href="http://netprotozo.com/grid/" target="_blank">Grid Generator by netProtozo</a></h4>
<p><img class="alignnone size-full wp-image-247" title="grid-geenrator-by-netprotozo" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/grid-geenrator-by-netprotozo.jpg" alt="grid-geenrator-by-netprotozo" width="500" height="250" /></li>
<li>
<h4><a title="Grid Designer" href="http://grid.mindplay.dk" target="_blank">Grid Designer (featured in Creative Review magazine)</a></h4>
<p><img class="alignnone size-full wp-image-248" title="grid-designer-by-mindplay" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/grid-designer-by-mindplay.jpg" alt="grid-designer-by-mindplay" width="500" height="407" /></li>
<li>
<h4><a title="Grid System Generator" href="http://www.gridsystemgenerator.com/" target="_blank">Grid System Generator</a></h4>
<p><img class="alignnone size-full wp-image-249" title="grid-system-generator" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/grid-system-generator.jpg" alt="grid-system-generator" width="500" height="379" /></li>
<li>
<h4><a title="YUI CSS Grid Builder" href="http://developer.yahoo.com/yui/grids/builder/" target="_blank">YUI CSS Grid Builder</a></h4>
<p><img class="alignnone size-full wp-image-250" title="yui-css-grid-buider" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/yui-css-grid-buider.jpg" alt="yui-css-grid-buider" width="500" height="250" /></li>
<li>
<h4><a title="Variable Grid System" href="http://www.spry-soft.com/grids/" target="_blank">Variable Grid System</a></h4>
<p><img class="alignnone size-full wp-image-251" title="variable-grid-system-by-spry-soft" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/variable-grid-system-by-spry-soft.jpg" alt="variable-grid-system-by-spry-soft" width="500" height="250" /></li>
<li>
<h4><a title="YAML Builder" href="http://builder.yaml.de/" target="_blank">YAML Builder</a></h4>
<p><img class="alignnone size-full wp-image-252" title="yaml-builder" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/yaml-builder.jpg" alt="yaml-builder" width="500" height="214" /></li>
<li>
<h4><a title="Layout Generator by Pagecolumn" href="http://www.pagecolumn.com/" target="_blank">Layout Generators by Pagecolumn</a></h4>
<p><img class="alignnone size-full wp-image-253" title="layout-generator-by-pagecolumn" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/layout-generator-by-pagecolumn.jpg" alt="layout-generator-by-pagecolumn" width="500" height="303" /></li>
<li>
<h4><a title="Fisheye" href="http://fisheye.farcrycms.org/browse/projects/mollio/trunk/www/css/grid.css?r=3251" target="_blank">Fisheye</a></h4>
<p><img class="alignnone size-full wp-image-255" title="fisheye" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/fisheye.jpg" alt="fisheye" width="500" height="214" /></li>
<li>
<h4><a title="CSS Layout Generator by CSSCreator" href="http://csscreator.com/tools/layout" target="_blank">CSS Layout Generator by CSSCreator</a></h4>
<p><img class="alignnone size-full wp-image-256" title="css-layout-generator-by-csscreator" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/css-layout-generator-by-csscreator.jpg" alt="css-layout-generator-by-csscreator" width="500" height="262" /></li>
<li>
<h4><a title="Firdamatic" href="http://www.wannabegirl.org/firdamatic/" target="_blank">Firdamatic</a></h4>
<p><img class="alignnone size-full wp-image-257" title="firdamatic" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/firdamatic.jpg" alt="firdamatic" width="500" height="250" /></li>
<li>
<h4><a title="CSS Source Ordered Variable Border 1-3 Columned Page Maker" href="http://www.positioniseverything.net/articles/pie-maker/pagemaker_form.php" target="_blank">CSS Source Ordered Variable Border 1-3 Columned Page Maker</a></h4>
<p><img class="alignnone size-full wp-image-258" title="css-source-ordered-variable-border-1-3-columned" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/css-source-ordered-variable-border-1-3-columned.jpg" alt="css-source-ordered-variable-border-1-3-columned" width="500" height="250" /></li>
<li>
<h4><a title="CSS Layout Generator by CSSPortal" href="http://www.cssportal.com/generators/layout.htm" target="_blank">CSS Layout Generator by CSSPortal</a></h4>
<p><img class="alignnone size-full wp-image-259" title="css-layout-generator-by-cssportal" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/css-layout-generator-by-cssportal.jpg" alt="css-layout-generator-by-cssportal" width="500" height="243" /></li>
</ol>
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/" title="5 Alternative And Tiny CSS Grid Systems">5 Alternative And Tiny CSS Grid Systems</a></li>
<li><a href="http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/" title="10 Promising CSS Framework That Worth A Look">10 Promising CSS Framework That Worth A Look</a></li>
<li><a href="http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/" title="CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions">CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions</a></li>
<li><a href="http://www.webdesignbooth.com/project-management-tools/" title="20 Great Project Management Tools">20 Great Project Management Tools</a></li>
<li><a href="http://www.webdesignbooth.com/ultimate-christmas-resources-for-designers/" title="Ultimate Christmas Resources: 60 Tutorials, Icons, Design Materials, Wordpress Themes and Christmas Fonts">Ultimate Christmas Resources: 60 Tutorials, Icons, Design Materials, Wordpress Themes and Christmas Fonts</a></li>
</ul>
<img src="http://www.webdesignbooth.com/?ak_action=api_record_view&id=243&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>110+ CSS Gallery To Submit Your Web Design, Part 1</title>
		<link>http://www.webdesignbooth.com/110-css-gallery-to-submit-your-web-design-part-1/</link>
		<comments>http://www.webdesignbooth.com/110-css-gallery-to-submit-your-web-design-part-1/#comments</comments>
		<pubDate>Thu, 28 May 2009 00:13:59 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[showcase]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=171</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/110-css-gallery-to-submit-your-web-design-part-1/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>CSS Galleries are places where we can submit our web design and let others vote/rate about it. They are places where we can get inspiration too.</p>
<p>Today, we are going to share about 110+ CSS Galleries that you may want to look into when submitting your design or when you want to get some inspirations for your project.  The list is too long to fit into 1 post, so i am going to divide it into 2 posts.</p>
<ol>
<li>
<h4><a title="101 Best Websites" href="http://101bestwebsites.com/" target="_blank">101 Best Websites</a></h4>
<p><img class="alignnone size-full wp-image-173" title="101 best websites" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/101bestwebsites.jpg" alt="101bestwebsites" width="500" height="250" /></li>
<li>
<h4><a title="Nice Stylesheet" href="http://www.nicestylesheet.com/" target="_blank">Nice Stylesheet</a></h4>
<p><img class="alignnone size-full wp-image-174" title="nice stylesheet" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/nicestylesheet.jpg" alt="nice stylesheet" width="500" height="250" /></li>
<li>
<h4><a title="Stylegala Gallery" href="http://www.stylegala.com/archive/index.html" target="_blank">Stylegala Gallery</a></h4>
<p><img class="alignnone size-full wp-image-175" title="stylegala gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/stylegala.jpg" alt="stylegala gallery" width="500" height="250" /></p>
<p><span id="more-171"></span></li>
<li>
<h4><a title="Avenue CSS" href="http://www.avenuecss.com/" target="_blank">Avenue CSS</a></h4>
<p><img class="alignnone size-full wp-image-176" title="avenue css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/avenuecss.jpg" alt="avenue css" width="500" height="250" /></li>
<li>
<h4><a title="Best CSS Design" href="http://www.bestcssdesign.com/" target="_blank">Best CSS Design</a></h4>
<p><img class="alignnone size-full wp-image-177" title="best css design" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/bestcssdesign.jpg" alt="best css design" width="500" height="250" /></li>
<li>
<h4><a title="Best CSS Gallery" href="http://www.bestcssgallery.com/" target="_blank">Best CSS Gallery</a></h4>
<p><img class="alignnone size-full wp-image-178" title="best css gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/bestcssgallery.jpg" alt="best css gallery" width="500" height="250" /></li>
<li>
<h4><a title="Best Design Web Gallery" href="http://www.bestdesignwebgallery.com/" target="_blank">Best Design Web Gallery</a></h4>
<p><img class="alignnone size-full wp-image-179" title="best design web gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/bestdesignwebgallery.jpg" alt="best design web gallery" width="500" height="250" /></li>
<li>
<h4><a title="Best Web Gallery" href="http://bestwebgallery.com/" target="_blank">Best Web Gallery</a></h4>
<p><img class="alignnone size-full wp-image-180" title="best web gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/bestwebgallery.jpg" alt="best web gallery" width="500" height="250" /></li>
<li>
<h4><a title="Best CSS Designs" href="http://bestcssdesigns.com/" target="_blank">Best CSS Designs</a></h4>
<p><img class="alignnone size-full wp-image-181" title="best css designs" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/bestcssdesigns.jpg" alt="best css designs" width="500" height="250" /></li>
<li>
<h4><a title="BmAccess" href="http://www.bmaccess.net/" target="_blank">BmAccess</a></h4>
<p><img class="alignnone size-full wp-image-182" title="bmaccess" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/bmaccess.jpg" alt="bmaccess" width="500" height="250" /></li>
<li>
<h4><a title="Boxed CSS" href="http://www.boxedcss.com/" target="_blank">Boxed CSS</a></h4>
<p><img class="alignnone size-full wp-image-184" title="boxed css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/boxedcss.jpg" alt="boxed css" width="500" height="250" /></li>
<li>
<h4><a title="CartCraze" href="http://cartcraze.com/" target="_blank">CartCraze</a></h4>
<p><img class="alignnone size-full wp-image-185" title="cartcraze" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cartcraze.jpg" alt="cartcraze" width="500" height="250" /></li>
<li>
<h4><a title="CreamyCSS" href="http://creamycss.com/" target="_blank">CreamyCSS</a></h4>
<p><img class="alignnone size-full wp-image-186" title="creamy css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/creamycss.jpg" alt="creamy css" width="500" height="250" /></li>
<li>
<h4><a title="CSS-Imagine" href="http://css-imagine.com/" target="_blank">CSS-Imagine</a></h4>
<p><img class="alignnone size-full wp-image-187" title="css-imagine" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/css-imagine.jpg" alt="css-imagine" width="500" height="250" /></li>
<li>
<h4><a title="CSS Based" href="http://cssbased.com/" target="_blank">CSS Based</a></h4>
<p><img class="alignnone size-full wp-image-188" title="css based" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssbased.jpg" alt="css based" width="500" height="250" /></li>
<li>
<h4><a title="CSS Beauty" href="http://cssbeauty.com/" target="_blank">CSS Beauty</a></h4>
<p><img class="alignnone size-full wp-image-189" title="css beauty" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssbeauty.jpg" alt="css beauty" width="500" height="250" /></li>
<li>
<h4><a title="Mabucplus" href="http://www.mabucplus.com/" target="_blank">Mabucplus</a></h4>
<p><img class="alignnone size-full wp-image-190" title="mabucplus" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/mabucplus.jpg" alt="mabucplus" width="500" height="250" /></li>
<li>
<h4><a title="CSS Brigit" href="http://cssbrigit.com/" target="_blank">Brigit</a></h4>
<p><img class="alignnone size-full wp-image-191" title="css brigit" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssbrigit.jpg" alt="cssbrigit" width="500" height="250" /></li>
<li>
<h4><a title="CSS Collection" href="http://csscollection.com/" target="_blank">CSS Collection</a></h4>
<p><img class="alignnone size-full wp-image-192" title="css collection" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/csscollection.jpg" alt="css collection" width="500" height="250" /></li>
<li>
<h4><a title="CSS Container" href="http://www.csscontainer.com/" target="_blank">CSS Container</a></h4>
<p><img class="alignnone size-full wp-image-193" title="css container" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/csscontainer.jpg" alt="css container" width="500" height="250" /></li>
<li>
<h4><a title="CSS Count" href="http://www.csscount.com/" target="_blank">CSS Count</a></h4>
<p><img class="alignnone size-full wp-image-195" title="css count" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/csscount.jpg" alt="css count" width="500" height="250" /></li>
<li>
<h4><a title="CSS Cream" href="http://csscreme.com/" target="_blank">CSS Cream</a></h4>
<p><img class="alignnone size-full wp-image-196" title="css creme" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/csscreme.jpg" alt="css creme" width="500" height="250" /></li>
<li>
<h4><a title="CSS Design Awards Gallery" href="http://designawardsgallery.com/" target="_blank">CSS Design Awards Gallery</a></h4>
<p><img class="alignnone size-full wp-image-197" title="css design awards gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/designawardsgallery.jpg" alt="css design awards gallery" width="500" height="250" /></li>
<li>
<h4><a title="CSS Tea" href="http://www.csstea.com/" target="_blank">CSS Tea</a></h4>
<p><img class="alignnone size-full wp-image-198" title="css tea" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/csstea.jpg" alt="css tea" width="500" height="250" /></li>
<li>
<h4><a title="CSS Design Yorkshire" href="http://www.css-design-yorkshire.com/" target="_blank">CSS Design Yorkshire</a></h4>
<p><img class="alignnone size-full wp-image-199" title="css design yorkshire" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/css-design-yorkshire.jpg" alt="css-design-yorkshire" width="500" height="250" /></li>
<li>
<h4><a title="CSS Drive" href="http://www.cssdrive.com/" target="_blank">CSS Drive</a></h4>
<p><img class="alignnone size-full wp-image-200" title="css drive" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssdrive.jpg" alt="css drive" width="500" height="250" /></li>
<li>
<h4><a title="CSS Flash" href="http://cssflash.com/" target="_blank">CSS Flash</a></h4>
<p><img class="alignnone size-full wp-image-201" title="css flash" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssflash.jpg" alt="css flash" width="500" height="250" /></li>
<li>
<h4><a title="CSS Flavor" href="http://www.cssflavor.com/" target="_blank">CSS Flavor</a></h4>
<p><img class="alignnone size-full wp-image-202" title="css flavor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssflavor.jpg" alt="css flavor" width="500" height="250" /></li>
<li>
<h4><a title="CSS Fresh Blend" href="http://www.cssfreshblend.com/" target="_blank">CSS Fresh Blend</a></h4>
<p><img class="alignnone size-full wp-image-203" title="css fresh blend" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssfreshblend.jpg" alt="css fresh blend" width="500" height="250" /></li>
<li>
<h4><a title="CSS Heroes" href="http://www.cssheroes.com/" target="_blank">CSS Heroes</a></h4>
<p><img class="alignnone size-full wp-image-204" title="css heroes" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssheroes.jpg" alt="css heroes" width="500" height="250" /></li>
<li>
<h4><a title="Urbantrash CSS Gallery" href="http://www.urbantrash.net/cssgallery/" target="_blank">Urbantrash CSS Gallery</a></h4>
<p><img class="alignnone size-full wp-image-206" title="urbantrash css gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/urbantrash.jpg" alt="urbantrash css gallery" width="500" height="250" /></li>
<li>
<h4><a title="Style The Web" href="http://styletheweb.com/" target="_blank">Style The Web</a></h4>
<p><img class="alignnone size-full wp-image-207" title="styletheweb" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/styletheweb.jpg" alt="styletheweb" width="500" height="250" /></li>
<li>
<h4><a title="CSS Daddy" href="http://www.cssdaddy.com/" target="_blank">CSS Daddy</a></h4>
<p><img class="alignnone size-full wp-image-208" title="css daddy" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssdaddy.jpg" alt="css daddy" width="500" height="250" /></li>
<li>
<h4><a title="CSS Arts" href="http://www.cssarts.com/" target="_blank">CSS Arts</a></h4>
<p><img class="alignnone size-full wp-image-209" title="css arts" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssarts.jpg" alt="css arts" width="500" height="250" /></li>
<li>
<h4><a title="CSSem" href="http://www.cssem.com/" target="_blank">CSSem</a></h4>
<p><img class="alignnone size-full wp-image-210" title="cssem" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssem.jpg" alt="cssem" width="500" height="250" /></li>
<li>
<h4><a title="CSS Mix" href="http://www.cssmix.nl/" target="_blank">CSS Mix</a></h4>
<p><img class="alignnone size-full wp-image-211" title="cssmix" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssmix.jpg" alt="cssmix" width="500" height="250" /></li>
<li>
<h4><a title="CSS Dance" href="http://www.cssdance.com/" target="_blank">CSS Dance</a></h4>
<p><img class="alignnone size-full wp-image-212" title="css dance" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssdance.jpg" alt="css dance" width="500" height="250" /></li>
<li>
<h4><a title="CSS Style" href="http://www.cssstyle.me/" target="_blank">CSS Style</a></h4>
<p><img class="alignnone size-full wp-image-213" title="css style" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssstyle.jpg" alt="cssstyle" width="500" height="250" /></li>
<li>
<h4><a title="CSS Loggia" href="http://www.cssloggia.com/" target="_blank">CSS Loggia</a></h4>
<p><img class="alignnone size-full wp-image-214" title="css loggia" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssloggia.jpg" alt="css loggia" width="500" height="250" /></li>
<li>
<h4><a title="CSS Impress" href="http://www.cssimpress.com/" target="_blank">CSS Impress</a></h4>
<p><img class="alignnone size-full wp-image-215" title="css impress" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssimpress.jpg" alt="css impress" width="500" height="250" /></li>
<li>
<h4><a title="Divine CSS" href="http://www.divinecss.com/" target="_blank">Divine CSS</a></h4>
<p><img class="alignnone size-full wp-image-217" title="divine css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/divinecss.jpg" alt="divine css" width="500" height="250" /></li>
<li>
<h4><a title="One CSS" href="http://www.onecss.com/" target="_blank">One CSS</a></h4>
<p><img class="alignnone size-full wp-image-218" title="one css" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/onecss.jpg" alt="one css" width="500" height="250" /></li>
<li>
<h4><a title="CSS Website" href="http://www.css-website.com/" target="_blank">CSS Website</a></h4>
<p><img class="alignnone size-full wp-image-219" title="css website" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/css-website.jpg" alt="css website" width="500" height="250" /></li>
<li>
<h4><a title="CSS Pick" href="http://csspick.com/" target="_blank">CSS Pick</a></h4>
<p><img class="alignnone size-full wp-image-220" title="css pick" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/csspick.jpg" alt="css pick" width="500" height="250" /></li>
<li>
<h4><a title="CSS Blaze" href="http://www.cssblaze.com/" target="_blank">CSS Blaze</a></h4>
<p><img class="alignnone size-full wp-image-221" title="css blaze" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssblaze.jpg" alt="css blaze" width="500" height="250" /></li>
<li>
<h4><a title="CSS Breeze" href="http://www.cssbreeze.com/" target="_blank">CSS Breeze</a></h4>
<p><img class="alignnone size-full wp-image-222" title="css breeze" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssbreeze.jpg" alt="css breeze" width="500" height="250" /></li>
<li>
<h4><a title="CSS 2.0" href="http://www.css20.com/" target="_blank">CSS 2.0</a></h4>
<p><img class="alignnone size-full wp-image-223" title="css 2.0" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/css20.jpg" alt="css 2.0" width="500" height="250" /></li>
<li>
<h4><a title="CSS Burst" href="http://www.cssburst.com/" target="_blank">CSS Burst</a></h4>
<p><img class="alignnone size-full wp-image-224" title="css burst" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssburst.jpg" alt="css burst" width="500" height="250" /></li>
<li>
<h4><a title="CSS Heaven" href="http://www.cssheaven.com/" target="_blank">CSS Heaven</a></h4>
<p><img class="alignnone size-full wp-image-225" title="css heaven" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssheaven.jpg" alt="css heaven" width="500" height="250" /></li>
<li>
<h4><a title="DesignShack CSS Gallery" href="http://designshack.co.uk/gallery/" target="_blank">DesignShack CSS Gallery</a></h4>
<p><img class="alignnone size-full wp-image-226" title="designshack css gallery" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/designshack.jpg" alt="designshack css gallery" width="500" height="250" /></li>
<li>
<h4><a title="CSS Leak" href="http://www.cssleak.com/css-gallery.html" target="_blank">CSS Leak</a></h4>
<p><img class="alignnone size-full wp-image-228" title="css leak" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssleak.jpg" alt="css leak" width="500" height="250" /></li>
<li>
<h4><a title="CSS Hook" href="http://csshook.com/" target="_blank">CSS Hook</a></h4>
<p><img class="alignnone size-full wp-image-229" title="css hook" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/csshook.jpg" alt="css hook" width="500" height="250" /></li>
<li>
<h4><a title="CSS Mania" href="http://cssmania.com/" target="_blank">CSS Mania</a></h4>
<p><img class="alignnone size-full wp-image-230" title="css mania" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssmania.jpg" alt="css mania" width="500" height="250" /></li>
<li>
<h4><a title="CSS Mess" href="http://cssmess.com/" target="_blank">CSS Mess</a></h4>
<p><img class="alignnone size-full wp-image-231" title="css mess" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssmess.jpg" alt="css mess" width="500" height="250" /></li>
<li>
<h4><a title="CSS Orgy" href="http://cssorgy.com/" target="_blank">CSS Orgy</a></h4>
<p><img class="alignnone size-full wp-image-232" title="css orgy" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/cssorgy.jpg" alt="css orgy" width="500" height="250" /></li>
</ol>
<p>This is the part one of the two-part series of Ultimate CSS Gallery List. The next post will be published next few days. So, stay tuned for the follow-up by <a title="Subscribe to the RSS feed" href="http://feeds2.feedburner.com/webdesignbooth/" target="_blank">subscribing to the RSS feed</a>.</p>
<p>Update: I had posted the <a title="110+ CSS Gallery To Submit Your Design, Part 2" href="http://www.webdesignbooth.com/110-css-gallery-to-submit-your-design-part-2/" target="_blank">Part 2 of 110+ CSS Gallery To Submit your Web Design</a>. Hope you will like them.<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.webdesignbooth.com/110-css-gallery-to-submit-your-design-part-2/" title="110+ CSS Gallery To Submit Your Design, Part 2">110+ CSS Gallery To Submit Your Design, Part 2</a></li>
<li><a href="http://www.webdesignbooth.com/joomla-showcase-44-beautiful-joomla-website-designs/" title="Joomla Showcase: 44 Beautiful Joomla Website Designs">Joomla Showcase: 44 Beautiful Joomla Website Designs</a></li>
<li><a href="http://www.webdesignbooth.com/45-inspiring-navigation-menus-that-you-must-see/" title="45 Inspiring Navigation Menus That You Must See">45 Inspiring Navigation Menus That You Must See</a></li>
<li><a href="http://www.webdesignbooth.com/60-beautiful-websites-showcasing-minimalist-design/" title="60+ Beautiful Websites Showcasing Minimalist Design">60+ Beautiful Websites Showcasing Minimalist Design</a></li>
<li><a href="http://www.webdesignbooth.com/cartoon-character-design-tutorials/" title="50 Useful Cartoon Character Design Tutorials">50 Useful Cartoon Character Design Tutorials</a></li>
</ul>
<img src="http://www.webdesignbooth.com/?ak_action=api_record_view&id=171&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/110-css-gallery-to-submit-your-web-design-part-1/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>10 Promising CSS Framework That Worth A Look</title>
		<link>http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/</link>
		<comments>http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/#comments</comments>
		<pubDate>Tue, 26 May 2009 00:22:33 +0000</pubDate>
		<dc:creator>Dicky</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[960]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[tripoli]]></category>

		<guid isPermaLink="false">http://www.webdesignbooth.com/?p=158</guid>
		<description><![CDATA[<div style="float: left; margin: 5px 15px 5px 0;">
<script type="text/javascript">
tweetmeme_url = 'http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/';
tweetmeme_source = 'webdesignbooth';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
]]></description>
			<content:encoded><![CDATA[<p>Most of web designers should heard about “CSS Framework”, and I believe some of you had tried them before.</p>
<p>Just like other programming and scripting language, CSS do have some repeat code that can be packed together to ease our daily job.</p>
<p>When use properly, CSS Framework may cut down your development time. On the other hand, it may cause extra works and time if you choose the wrong framework for your project.</p>
<p>There are a lot of open source CSS Framework, and you can easily reach them by using Google. Today, I am going to show you 10 promising CSS Framework that worth a look.</p>
<ol>
<li>
<h3><a title="Blueprint" href="http://www.blueprintcss.org/" target="_blank">Blueprint: A CSS Framework</a></h3>
<p><img class="alignnone size-full wp-image-159" title="blueprint" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/blueprint.png" alt="blueprint" width="412" height="100" /><br />
Blueprint includes a CSS reset that eliminates the discrepancies across different browsers. There are a lot of external tools and templates to aid your web development with Blueprint.</li>
<li>
<h3><a title="960 Grid System" href="http://960.gs/" target="_blank">960 Grid System</a></h3>
<p><img class="alignnone size-full wp-image-160" title="960-system" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/960-system.jpg" alt="960-system" width="307" height="214" /><br />
Another excellent CSS Framework that worth a look. The download includes templates for Fireworks, Photoshops, Inkscape and etc. so that you can start designing your web template immediately. The PSD file that comes with guides ready save designers a lot of time.</li>
<p><span id="more-158"></span></p>
<li>
<h3><a title="Tripoli Framework" href="http://devkick.com/lab/tripoli/" target="_blank">Tripoli Framework</a></h3>
<p>Tripoli had been tested and supports virtually all available browsers, including IE5! It comes with some base files, and some plugins such as “Layout”, “Visual”, “Type”, and “Negative”.</li>
<li>
<h3><a title="YAML" href="http://www.yaml.de/en/" target="_blank">YAML &#8211; Yet Another Multicolumn Layout</a></h3>
<p>YAML is another bulletproof CSS Framework that has a very good documentation. You can easily get started by downloading the PDF documentation and the sample project from the official site. There are some tools that will help you on your development too. For example, the YAML Builder can visually create YAML-based CSS layouts.</li>
<li>
<h3><a title="YUI Grid CSS" href="https://developer.yahoo.com/yui/grids/" target="_blank">YUI Grid CSS</a></h3>
<p>YUI Grids CSS support fluid-width layouts as well as fixed-width layouts. This is the advantage of YUI Grids CSS over the other CSS Frameworks. To get started with YUI Grids CSS, you can download the cheat sheet and YUI Grids Builder from the official site.</li>
<li>
<h3><a title="BlueTrip" href="http://bluetrip.org/" target="_blank">BlueTrip</a></h3>
<p><img class="alignnone size-full wp-image-161" title="bluetrip" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/bluetrip.jpg" alt="bluetrip" width="261" height="87" /><br />
BlueTrip is a full featured and beautiful framework that combines advantages from different CSS Framework. The official site has a complete documentation and demos.</li>
<li>
<h3><a title="Content with style" href="http://www.contentwithstyle.co.uk/content/a-css-framework" target="_blank">Content With Style</a></h3>
<p><img class="alignnone size-full wp-image-162" title="content-with-style" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/content-with-style.jpg" alt="content-with-style" width="419" height="96" /><br />
This is a fixed width layout and the zip files contains a few layouts such as vertical navigation with 1 content column, vertical navigation with 2 content columns, and etc.</li>
<li>
<h3><a title="Elastic CSS Framework" href="http://elasticss.com/" target="_blank">Elastic CSS Framework</a></h3>
<p><img class="alignnone size-full wp-image-163" title="elastic" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/elastic.jpg" alt="elastic" width="400" height="380" /><br />
Elastic provides a declarative language to define the layout structure and behavior. This is a young framework, and the best site to demo the usage of Elastic is the official site itself.</li>
<li>
<h3><a title="Molio" href="http://www.mollio.org/" target="_blank">Molio CSS/HTML Templates</a></h3>
<p>Mollio was launched since IE7 exposed a few rendering problems. It is a starting point for website layout and very suitable for beginners that start learning CSS Frameworks.</li>
<li>
<h3><a title="SenCSS" href="http://sencss.kilianvalkhof.com/" target="_blank">SenCSS</a></h3>
<p><img class="alignnone size-full wp-image-164" title="sencss" src="http://www.webdesignbooth.com/wp-content/uploads/2009/05/sencss.png" alt="sencss" width="173" height="54" /><br />
SenCSS doesn’t include a layout system, but it does provide other things such as baseline, fonts, paddings, margins and more. It comes with a commented version and a minified version which suitable for production use.</li>
</ol>
<h2>Some other CSS Framework that you may consider too</h2>
<ol>
<li><a title="WYMstyle" href="http://sourceforge.net/projects/wymstyle/" target="_blank">WYMstyle</a></li>
<li><a title="CSS-boilerplate" href="http://code.google.com/p/css-boilerplate/" target="_blank">CSS-boilerplate</a></li>
<li><a title="Typogridphy" href="http://csswizardry.com/typogridphy/" target="_blank">Typogridphy</a></li>
<li><a title="CleverCSS" href="http://sandbox.pocoo.org/clevercss/" target="_blank">CleverCSS</a></li>
<li><a title="Logicss" href="http://code.google.com/p/logicss/" target="_blank">Logicss</a></li>
</ol>
<h2>Conclusion</h2>
<p>Choosing a right CSS Framework is the most important step. I used both Blueprint and 960 framework regularly and now i start to combine the advantages of both framework and try to come out with a framework that suit me. So how about you, my dearest readers?<br />
<h3>Related Posts</h3>
<ul class="related_post">
<li><a href="http://www.webdesignbooth.com/5-alternative-and-tiny-css-grid-systems/" title="5 Alternative And Tiny CSS Grid Systems">5 Alternative And Tiny CSS Grid Systems</a></li>
<li><a href="http://www.webdesignbooth.com/15-extremely-useful-css-grid-layout-generator-for-web-designers/" title="15 Extremely Useful CSS Grid Layout Generator For Web Designers">15 Extremely Useful CSS Grid Layout Generator For Web Designers</a></li>
<li><a href="http://www.webdesignbooth.com/css-graphs-and-charts-11-hand-picked-tutorials-and-solutions/" title="CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions">CSS Graphs And Charts: 11 Hand-picked Tutorials And Solutions</a></li>
<li><a href="http://www.webdesignbooth.com/45-inspiring-navigation-menus-that-you-must-see/" title="45 Inspiring Navigation Menus That You Must See">45 Inspiring Navigation Menus That You Must See</a></li>
<li><a href="http://www.webdesignbooth.com/15-great-jquery-plugins-for-better-table-manipulation/" title="15 Great jQuery Plugins For Better Table Manipulation">15 Great jQuery Plugins For Better Table Manipulation</a></li>
</ul>
<img src="http://www.webdesignbooth.com/?ak_action=api_record_view&id=158&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.webdesignbooth.com/10-promising-css-framework-that-worth-a-look/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
	</channel>
</rss>
