<?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>Wysmedia.com &#187; css</title>
	<atom:link href="http://www.wysmedia.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wysmedia.com</link>
	<description>~ We make IT easy for you ~</description>
	<lastBuildDate>Fri, 08 May 2009 07:02:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blueprintcss &#8211; Small Tutorial</title>
		<link>http://www.wysmedia.com/2009/02/blueprintcss-small-tutorial/</link>
		<comments>http://www.wysmedia.com/2009/02/blueprintcss-small-tutorial/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 07:11:26 +0000</pubDate>
		<dc:creator>adwin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[blueprintcss]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.wysmedia.comyr.com/?p=24</guid>
		<description><![CDATA[Blueprintcss is a css framework that help web designer to create a good and tidy web pages. 
Blueprintcss using 950px container  width. Divide by 24 column by default&#8230; 

Let&#8217;s try step by step:

download and extract blueprintcss from blueprintcss site
create empty html file and write the following 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Wysmedia - Blueprintcss tutorial &#60;/title&#62;
&#60;link rel=&#34;stylesheet&#34; href=&#34;./blueprint/screen.css&#34; type=&#34;text/css&#34; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blueprintcss.org">Blueprintcss</a> is a css framework that help web designer to create a good and tidy web pages. </p>
<p>Blueprintcss using 950px container  width. Divide by 24 column by default&#8230; </p>
<p><span id="more-24"></span></p>
<p>Let&#8217;s try step by step:</p>
<ul>
<li>download and extract blueprintcss from <a href='blueprintcss.org'>blueprintcss site</a></li>
<li>create empty html file and write the following <br/>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Wysmedia - Blueprintcss tutorial &lt;/title&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;./blueprint/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;./blueprint/print.css&quot; type=&quot;text/css&quot; media=&quot;print&quot;&gt;
&lt;!--[if IE]&gt;&lt;link rel=&quot;stylesheet&quot; href=&quot;./blueprint/ie.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;&lt;![endif]--&gt;
&lt;!-- Import fancy-type plugin for the sample page. --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;./blueprint/plugins/fancy-type/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen, projection&quot;&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;container showgrid&quot;&gt;  
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></td></tr></table></div>

<p>When you type <i>&lt;div class=&#8221;container showgrid&#8221;&gt;</i>, it will display grid that help you to design the page, just like rules in the adobe photoshop. You can turn it off by delete <i>showgrid</i>
</li>
<li>Now we will learn about some class that provided by blueprintcss.<br />
First there are <i>span-x</i> (replace x with 1 to 24). span-1 means its width is 1 block (30px), span-2 = 2 block (60px) etc.
</li>
<li> Try this code inside your html

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;div class='span-4'&gt;
&lt;h2&gt;Left Side &lt;/h2&gt;
&lt;div class=&quot;box small&quot; style='background-color:#ffccaa'&gt;
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus porta sollicitudin enim. Nulla vestibulum nunc sed metus. Fusce ac velit. Praesent eget mi a sapien imperdiet condimentum. 
&lt;/div&gt;
&lt;/div&gt;
&nbsp;
&lt;div class='span-14'&gt;
&lt;h2&gt;Middle &lt;/h2&gt;
&lt;div class=&quot;box small&quot; style='background-color:#aaccff'&gt;
Integer eu lacus ut enim accumsan lobortis. Aliquam lacinia cursus diam. Morbi velit. In non ante. Maecenas congue. Proin erat erat, accumsan quis, suscipit ac, malesuada quis, diam. Donec a arcu in nulla bibendum consectetuer. Suspendisse convallis sem eget diam. Vivamus libero erat, semper a, convallis vel, accumsan a, nisi. Cras pharetra. Donec interdum, urna ac sodales consequat, ligula metus dignissim nibh, nec tempor libero leo id mi. Maecenas commodo consectetuer nulla. Vivamus posuere nunc vel arcu. Vivamus eleifend accumsan mi. Quisque rutrum, lacus dignissim tincidunt sagittis, dolor augue convallis urna, tincidunt lobortis lorem lorem id urna. Integer libero arcu, blandit a, venenatis sed, ornare nec, dolor. Curabitur et libero a tellus pretium mattis.
&lt;/div&gt;
&lt;/div&gt;
&nbsp;
&lt;div class='span-6 last'&gt;
&lt;h2&gt;Right Side &lt;/h2&gt;
&lt;p&gt;Donec pretium elementum arcu. Quisque euismod orci. Nunc augue enim, tristique vel, vulputate et, laoreet non, ligula. Curabitur tristique tempus quam. Fusce vel lacus nec dui faucibus dignissim. Pellentesque lorem augue, rutrum pharetra, dignissim vel, venenatis sit amet, diam. Phasellus mattis, tellus sit amet molestie pharetra, dolor ligula ultrices risus, vel tristique quam eros vitae elit. Cras enim. Mauris rutrum libero. Nunc lobortis molestie erat.&lt;/p&gt;
&lt;/div&gt;
&lt;hr/&gt;</pre></td></tr></table></div>

<p>You will see the page divide by 3 column and each column has different size. the first one is 4 block, then 16 block and then the last one has 6 block. Notice the last block, I use <i>last</i>. I use it to make sure that it is the last block and the next block will be on the next row.
</li>
<li> For full example, you can look at this page <a href='http://www.wysmedia.comyr.com/blueprintcss/index.html'>http://www.wysmedia.comyr.com/blueprintcss/index.html</a><br />
or just open demo pages in blueprintcss.org</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wysmedia.com/2009/02/blueprintcss-small-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
