<?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>Webmaster-Source &#187; Grid</title>
	<atom:link href="https://www.webmaster-source.com/tag/grid/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>The 1140px Fluid CSS Grid System</title>
		<link>https://www.webmaster-source.com/2010/12/24/the-1140px-fluid-css-grid-system/</link>
		<comments>https://www.webmaster-source.com/2010/12/24/the-1140px-fluid-css-grid-system/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 11:52:56 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Grid]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3773</guid>
		<description><![CDATA[A new CSS grid framework has been gaining attention in the blogosphere lately. A 12-column fluid framework with a preferred width of 1140px. The developer picked that width because it fits nicely on a 1280 pixel wide monitor. The framework&#8217;s most notable strength, though, is that it&#8217;s &#8220;fluid all the way down to a mobile [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>A new CSS grid framework has been gaining attention in the blogosphere lately. A <a href="http://cssgrid.net/">12-column fluid framework</a> with a preferred width of 1140px. The developer picked that width because it fits nicely on a 1280 pixel wide monitor. The framework&#8217;s most notable strength, though, is that it&#8217;s &#8220;fluid all the way down to a mobile version.&#8221; Resizing the viewport causes the grid to adapt to the new size, finally collapsing everything into a single column for mobile devices.</p>
<blockquote><p>Beyond a certain point it uses media queries to serve up a mobile  version, which essentially stacks all the columns on top of each other  so the flow of information still makes sense.</p>
<p>Scrap 1024! Design once at 1140 for 1280, and with very little  extra work, it will adapt itself to work on just about any monitor, even  mobile.</p></blockquote>
<p>It looks like a good framework for sites where a fluid layout is acceptable. Its usage is fairly simple, and a PSD of the grid is available for laying out your design.</p>
<p><a href="http://cssgrid.net/">The 1140px Fluid CSS Grid System</a> [CSSGrid.net]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/12/24/the-1140px-fluid-css-grid-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 1Kb CSS Grid</title>
		<link>https://www.webmaster-source.com/2009/06/02/the-1kb-css-grid/</link>
		<comments>https://www.webmaster-source.com/2009/06/02/the-1kb-css-grid/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 11:33:30 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[960gs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Grid]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2233</guid>
		<description><![CDATA[Grid Design is something that&#8217;s being talked about a bit lately, and many people are using frameworks like 960gs to help them do it. A recent guest post over at Usability Post (by Tyler Tate) shows how to create a grid with your own CSS, 1KB of CSS to be precise. Here is a fresh [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.mostinspired.com/blog/2008/03/24/grid-based-design-101/">Grid Design</a> is something that&#8217;s being talked about a bit lately, and many people are using frameworks like <a href="http://960.gs">960gs</a> to help them do it.</p>
<p>A recent guest post over at Usability Post (by Tyler Tate) shows how to create a grid with your own CSS, 1KB of CSS to be precise.</p>
<blockquote><p>Here is a fresh take on the CSS grid (loosely based on Nathan Smith’s 960 Grid System). Its mission is to be lightweight. And, as I’ll show in part 2, it can be used to streamline page templates for content management. All this in just one measly kilobyte (actually, 662 bytes, but who’s counting).</p></blockquote>
<p>A few CSS rules and you have your own custom grid framework, which you can easily work the rest of your CSS around.</p>
<p><a href="http://www.usabilitypost.com/2009/05/29/the-1kb-css-grid-part-1/">The 1Kb CSS Grid, Part 1</a> [Usability Post]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/06/02/the-1kb-css-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NETTUTS 960gs CSS Framework Tutorial</title>
		<link>https://www.webmaster-source.com/2009/01/19/nettuts-960gs-css-framework-tutorial/</link>
		<comments>https://www.webmaster-source.com/2009/01/19/nettuts-960gs-css-framework-tutorial/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 12:07:39 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[960gs]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[Grid]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=1740</guid>
		<description><![CDATA[NETTUTS has put together a great video tutorial on the 960gs CSS grid framework, something I have been experimenting with lately. A Detailed Look at the 960 CSS Framework CSS frameworks are bloated. CSS frameworks are for people who don&#8217;t know how to code. CSS is too simple to implement a framework. If you&#8217;ve ever [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>NETTUTS has put together a great video tutorial on the <a href="http://960.gs">960gs</a> CSS grid framework, something I have been experimenting with lately.</p>
<p><a href="http://nettuts.com/videos/screencasts/a-detailed-look-at-the-960-css-framework/">A Detailed Look at the 960 CSS Framework</a></p>
<blockquote><p>CSS frameworks are bloated. CSS frameworks are for people who don&#8217;t know how to code. CSS is too simple to implement a framework.</p>
<p>If you&#8217;ve ever read a tutorial on a CSS framework, I can guarantee that many comments mimic the previous statements. My guess is that the majority of these comments are stemmed from slight ignorance. Once you take the opportunity to spend some time with 960, you&#8217;ll be amazed at how much time can potentially be saved when developing your web applications.</p></blockquote>
<p>I think Jeffrey Way, the creator of the video, has a point when he says that a lot of the criticism of 960gs stems from &#8220;slight ignorance.&#8221; The framework most certainly is not bloated, clocking in at a mere 4kb minimized.</p>
<p>This video is a nice tutorial showing how to begin using the framework, some snags you may run into along the way, etc.</p>
<p>If you&#8217;ve been wondering what all the hullabaloo about 960gs is about, click through and watch the video. There certainly are some projects where it is definitely a good fit. It&#8217;s a nice tool to have in your arsenal.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/01/19/nettuts-960gs-css-framework-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Smashing Magazine: Grid-Based Design</title>
		<link>https://www.webmaster-source.com/2008/04/03/smashing-magazine-grid-based-design/</link>
		<comments>https://www.webmaster-source.com/2008/04/03/smashing-magazine-grid-based-design/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 12:07:20 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Grid]]></category>
		<category><![CDATA[Smashing Magazine]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=483</guid>
		<description><![CDATA[Smashing Magazine has recently released an interesting post on grid-based design. Grid-Based Design: Six Creative Column Techniques. Grid systems bring visual structure and balance to site design. As a tool grids are useful for organizing and presenting information. Used properly, they can enhance the user experience by creating predictable patterns for users to follow. From [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Smashing Magazine has recently released an interesting post on grid-based design.</p>
<p><a href="http://www.smashingmagazine.com/2008/03/26/grid-based-design-six-creative-column-techniques/">Grid-Based Design: Six Creative Column Techniques</a>.</p>
<blockquote><p><strong>Grid systems</strong> bring visual structure and balance to site design. As a tool grids are useful for organizing and presenting information. Used properly, they can enhance the user experience by creating predictable patterns for users to follow. From designer’s point of view they allow for an organized methodology for planning systematic layouts.</p></blockquote>
<p>The post talks in-depth about grid design, and has plenty of screenshots to illustrate their points.</p>
<p>I haven&#8217;t looked closely at the whole grid-based design concept before, but it&#8217;s definitely on my to-do list. It looks like a good way to design certain types of sites (e.g. content-heavy ones), and I need to read more about it.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/04/03/smashing-magazine-grid-based-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-09 03:35:51 by W3 Total Cache
-->