<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Blueprint &#8211; CSS Framework</title>
	<atom:link href="http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/</link>
	<description>Website komunitas programmer untuk sharing Informasi Pemograman dan tutorial AJAX, JavaScript,JQuery dan PHP. </description>
	<lastBuildDate>Fri, 03 Sep 2010 04:56:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ibnoe</title>
		<link>http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/comment-page-1/#comment-498</link>
		<dc:creator>ibnoe</dc:creator>
		<pubDate>Sat, 05 Jun 2010 08:37:29 +0000</pubDate>
		<guid isPermaLink="false">http://webwoorks.net/?p=27#comment-498</guid>
		<description>yup bener bro.. jadi ga perlu susah2 lagi</description>
		<content:encoded><![CDATA[<p>yup bener bro.. jadi ga perlu susah2 lagi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ary Wibowo [at] nucreativa</title>
		<link>http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/comment-page-1/#comment-493</link>
		<dc:creator>Ary Wibowo [at] nucreativa</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://webwoorks.net/?p=27#comment-493</guid>
		<description>maksudnya span itu kyk colspan di table y bro. 24 itu maksudnya colspan 24 kolom kan? keknya enak jg pake framework. maklum ane slama ini bener2 css dari awal :D. btw makasih y atas infonya</description>
		<content:encoded><![CDATA[<p>maksudnya span itu kyk colspan di table y bro. 24 itu maksudnya colspan 24 kolom kan? keknya enak jg pake framework. maklum ane slama ini bener2 css dari awal <img src='http://www.koder.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . btw makasih y atas infonya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibnoe</title>
		<link>http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/comment-page-1/#comment-91</link>
		<dc:creator>ibnoe</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://webwoorks.net/?p=27#comment-91</guid>
		<description>@eko

perhatikan class column span-24 span-X, itu cara menggunakannnya 

&lt;pre lang=&quot;php&quot;&gt;
&lt;div class=&quot;container&quot;&gt;
		&lt;div id=&quot;header&quot; class=&quot;column span-24&quot;&gt;Header&lt;/div&gt;
 
		&lt;div  id=&quot;content&quot; class=&quot;column span-16&quot;&gt;Content&lt;/div&gt;
		&lt;div  id=&quot;navigation&quot; class=&quot;column span-8 last&quot;&gt;Navigation&lt;/div&gt;
 
		&lt;div  id=&quot;footer&quot; class=&quot;column span-24&quot;&gt;Footer&lt;/div&gt;
	&lt;/div&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@eko</p>
<p>perhatikan class column span-24 span-X, itu cara menggunakannnya</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;container&quot;</span><span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;header&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;column span-24&quot;</span><span style="color: #339933;">&gt;</span>Header<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;</span>div  id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;content&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;column span-16&quot;</span><span style="color: #339933;">&gt;</span>Content<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;</span>div  id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;navigation&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;column span-8 last&quot;</span><span style="color: #339933;">&gt;</span>Navigation<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;</span>div  id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;footer&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;column span-24&quot;</span><span style="color: #339933;">&gt;</span>Footer<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
	<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: eko adi</title>
		<link>http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/comment-page-1/#comment-90</link>
		<dc:creator>eko adi</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://webwoorks.net/?p=27#comment-90</guid>
		<description>weleh contohnya gmn yah bro... w masie newbie nech btw thanks yah mau dicoba dulu ok ???</description>
		<content:encoded><![CDATA[<p>weleh contohnya gmn yah bro&#8230; w masie newbie nech btw thanks yah mau dicoba dulu ok ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haris</title>
		<link>http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/comment-page-1/#comment-5</link>
		<dc:creator>Haris</dc:creator>
		<pubDate>Thu, 21 May 2009 16:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://webwoorks.net/?p=27#comment-5</guid>
		<description>Melu sinau ah... nubie nubie...</description>
		<content:encoded><![CDATA[<p>Melu sinau ah&#8230; nubie nubie&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apriza</title>
		<link>http://www.koder.web.id/tutorial-css-html/blueprint-css-framework/comment-page-1/#comment-4</link>
		<dc:creator>Apriza</dc:creator>
		<pubDate>Wed, 20 May 2009 09:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://webwoorks.net/?p=27#comment-4</guid>
		<description>Tunjukin cara makainya dunks</description>
		<content:encoded><![CDATA[<p>Tunjukin cara makainya dunks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
