<?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>I.ring web</title>
	<atom:link href="http://iringweb.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://iringweb.com</link>
	<description>Irina Zaks portfolio and design notes</description>
	<lastBuildDate>Thu, 24 Jun 2010 22:26:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>next page jquery</title>
		<link>http://iringweb.com/next-page-jquery/</link>
		<comments>http://iringweb.com/next-page-jquery/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 22:25:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=437</guid>
		<description><![CDATA[$pos = strrpos( (string)$row-&#38;gt;term_data_description, &#8216;&#60;!&#8211;nextpage&#8211;&#62;&#8217;); if ($pos === false) { // note: three equal signs // not found&#8230; // echo $row-&#38;gt;term_data_description ; print_r ( $row-&#38;gt;term_data_description ) ; } else { //    echo &#8216; add pagination on &#38;lt;!&#8211;nextpage&#8211;&#38;gt;  &#8216;.$pos; //  echo $term1-&#38;gt;description ; ?&#38;gt;&#60;/code&#62; &#60;div id=&#8221;pageone&#8221;&#62;term_data_description&#8221;, 0, $pos)  ;?&#38;gt; &#60;p id=&#8221;pagernext&#8221; style=&#8221;color: #019dbc; cursor: pointer;&#8221;&#62;&#60;img src=&#8221;&#38;lt;?php [...]]]></description>
			<content:encoded><![CDATA[<p>$pos = strrpos( (string)$row-&amp;gt;term_data_description, &#8216;&lt;!&#8211;nextpage&#8211;&gt;&#8217;);<br />
if ($pos === false) { // note: three equal signs<br />
// not found&#8230;<br />
// echo $row-&amp;gt;term_data_description ;<br />
print_r ( $row-&amp;gt;term_data_description ) ;<br />
}<br />
else {<br />
//    echo &#8216; add pagination on &amp;lt;!&#8211;nextpage&#8211;&amp;gt;  &#8216;.$pos;<br />
//  echo $term1-&amp;gt;description ; ?&amp;gt;&lt;/code&gt;<br />
&lt;div id=&#8221;pageone&#8221;&gt;term_data_description&#8221;, 0, $pos)  ;?&amp;gt;<br />
&lt;p id=&#8221;pagernext&#8221; style=&#8221;color: #019dbc; cursor: pointer;&#8221;&gt;&lt;img src=&#8221;&amp;lt;?php echo $front_page.$base_path.$directory;  ?&amp;gt;/images/next.png&#8221; alt=&#8221;Next&#8221; /&gt;&lt;/p&gt;</p>
<p>&lt;/div&gt;<br />
&lt;div id=&#8221;pagetwo&#8221;&gt;term_data_description&#8221;, $pos);  ?&amp;gt;<br />
&lt;p id=&#8221;pagerprev&#8221; style=&#8221;color: #019dbc; cursor: pointer;&#8221;&gt;&lt;img src=&#8221;&amp;lt;?php echo $front_page.$base_path.$directory;  ?&amp;gt;/images/prev.png&#8221; alt=&#8221;Prev&#8221; /&gt;&lt;/p&gt;</p>
<p>&lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/next-page-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styles for first paragraph, line, letter</title>
		<link>http://iringweb.com/styles-for-first-paragraph-line-letter/</link>
		<comments>http://iringweb.com/styles-for-first-paragraph-line-letter/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 19:17:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[good html/css samples]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=435</guid>
		<description><![CDATA[p:first-child:first-letter { float: left; } p:first-child:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; } .post p:first-child:first-letter { float:left; background-color: #eeeeee; line-height:30px; padding: 5px; color: #237ab2; font-weight: bold; font-size:40px; } .post p:first-child:first-line{ font-variant: small-caps; } .post p:first-child:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }]]></description>
			<content:encoded><![CDATA[<p><code>p:first-child:first-letter {<br />
float: left;</p>
<p>}</p>
<p>p:first-child:after {<br />
content: "";<br />
display: block;<br />
height: 0;<br />
clear: both;<br />
visibility: hidden;<br />
}</p>
<p>.post p:first-child:first-letter {<br />
float:left;<br />
background-color: #eeeeee;<br />
line-height:30px;<br />
padding: 5px;<br />
color: #237ab2;<br />
font-weight: bold;<br />
font-size:40px;<br />
}</p>
<p>.post p:first-child:first-line{<br />
font-variant: small-caps;<br />
}</p>
<p>.post p:first-child:after {<br />
content: "";<br />
display: block;<br />
height: 0;<br />
clear: both;<br />
visibility: hidden;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/styles-for-first-paragraph-line-letter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress References</title>
		<link>http://iringweb.com/wordpress-references/</link>
		<comments>http://iringweb.com/wordpress-references/#comments</comments>
		<pubDate>Fri, 21 May 2010 15:42:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Plugins and good code samples]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=432</guid>
		<description><![CDATA[http://codex.wordpress.org/Function_Reference how to use query http://codex.wordpress.org/Template_Tags/query_posts this one explains how wp gets and displays posts http://codex.wordpress.org/The_Loop and template Hierarchy http://codex.wordpress.org/Template_Hierarchy http://codex.wordpress.org/Conditional_Tags http://phpxref.ftwr.co.uk/wordpress/nav.html?_functions/index.html]]></description>
			<content:encoded><![CDATA[<p>http://codex.wordpress.org/Function_Reference</p>
<p>how to use query</p>
<p>http://codex.wordpress.org/Template_Tags/query_posts</p>
<p>this one explains how wp gets and displays posts</p>
<p>http://codex.wordpress.org/The_Loop</p>
<p>and template Hierarchy</p>
<p>http://codex.wordpress.org/Template_Hierarchy</p>
<p>http://codex.wordpress.org/Conditional_Tags</p>
<p>http://phpxref.ftwr.co.uk/wordpress/nav.html?_functions/index.html</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/wordpress-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native Tabs for Views in Drupal</title>
		<link>http://iringweb.com/native-tabs-for-views-in-drupal/</link>
		<comments>http://iringweb.com/native-tabs-for-views-in-drupal/#comments</comments>
		<pubDate>Wed, 19 May 2010 20:59:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=431</guid>
		<description><![CDATA[http://drupal.org/node/87195 &#8211; Thanks! In drupal 6, You might not get the tabs if your menu tree does not have any parent. ie, if here is our requirement. We need two tabs 1) search/all (default and /search should also point to this) 2) search/artist Here is what you do In main view PATH: search/all MENU: Default [...]]]></description>
			<content:encoded><![CDATA[<p>http://drupal.org/node/87195 &#8211; Thanks!</p>
<p>In drupal 6, You might not get the tabs if your menu tree does not have any parent.<br />
ie, if here is our requirement.</p>
<p>We need two tabs<br />
1) search/all (default and /search should also point to this)<br />
2) search/artist</p>
<p>Here is what you do</p>
<p>In main view<br />
PATH: search/all<br />
MENU: Default menu tab<br />
Menu Settings<br />
Parent menu item: Normal menu item -&gt; anything</p>
<p>In alternate view<br />
Path: search/artist<br />
MENU: Menu Tab</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/native-tabs-for-views-in-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font size matrix</title>
		<link>http://iringweb.com/font-size-matrix/</link>
		<comments>http://iringweb.com/font-size-matrix/#comments</comments>
		<pubDate>Thu, 06 May 2010 18:27:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[good html/css samples]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=429</guid>
		<description><![CDATA[by http://www.freshblurbs.com/fontsizes font-size: .625em; = 10px font-size: .6875em; = 11px font-size: .75em; = 12px font-size: .8125em; = 13px font-size: .875em; = 14px font-size: .9375em; = 15px font-size: 1.0625em; = 17px font-size: 1.125em; = 18px font-size: 1.188em; = 19px font-size: 1.25em; = 20px font-size: 1.313em; = 21px font-size: 1.375em; = 22px font-size: 1.438em; = 23px font-size: [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>by http://www.freshblurbs.com/fontsizes</p></blockquote>
<p>font-size: .625em;            = 10px<br />
font-size: .6875em;           = 11px<br />
font-size: .75em;             = 12px<br />
font-size: .8125em;           = 13px<br />
font-size: .875em;            = 14px<br />
font-size: .9375em;           = 15px<br />
font-size: 1.0625em;          = 17px<br />
font-size: 1.125em;           = 18px<br />
font-size: 1.188em;           = 19px<br />
font-size: 1.25em;            = 20px</p>
<p>font-size: 1.313em;           = 21px<br />
font-size: 1.375em;           = 22px<br />
font-size: 1.438em;           = 23px<br />
font-size: 1.5em;             = 24px<br />
font-size: 1.563em;           = 25px<br />
font-size: 1.625em;           = 26px<br />
font-size: 1.688em;           = 27px<br />
font-size: 1.75em;            = 28px<br />
font-size: 1.813em;           = 29px<br />
font-size: 1.875em;           = 30px</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/font-size-matrix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Argentin Tagno &#8211; practice (part2)</title>
		<link>http://iringweb.com/argentin-tagno-practice-part2/</link>
		<comments>http://iringweb.com/argentin-tagno-practice-part2/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 22:15:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[sayings and quotes]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=428</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/bxV_Fq_ac0A&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bxV_Fq_ac0A&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/argentin-tagno-practice-part2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drupal invoke block code</title>
		<link>http://iringweb.com/drupal-invoke-block-code/</link>
		<comments>http://iringweb.com/drupal-invoke-block-code/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 08:43:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=426</guid>
		<description><![CDATA[&#60;?php $block = module_invoke(&#8216;menu&#8217;, &#8216;block&#8217;, &#8216;view&#8217;, &#8216;menu-get-ready&#8217;); // arg 1 = module // arg 2 = hook // arg 3 = arg 1 of the hook =&#62; $op // arg 4 = arg 2 of the hook =&#62; $delta  ?&#62;]]></description>
			<content:encoded><![CDATA[<p>&lt;?php $block = module_invoke(&#8216;menu&#8217;, &#8216;block&#8217;, &#8216;view&#8217;, &#8216;menu-get-ready&#8217;);<br />
// arg 1 = module<br />
// arg 2 = hook<br />
// arg 3 = arg 1 of the hook =&gt; $op<br />
// arg 4 = arg 2 of the hook =&gt; $delta  ?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/drupal-invoke-block-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Re:Enlightenment Project</title>
		<link>http://iringweb.com/the-reenlightenment-project/</link>
		<comments>http://iringweb.com/the-reenlightenment-project/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:37:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Completed projects]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=423</guid>
		<description><![CDATA[The Re:Enlightenment Project brings knowledge of the past to bear upon change in the present. Its initiatives constitute a research laboratory for the collaborative analysis, use, and invention of new—and newly remediated—instruments for knowing the world. The Project is itself such an instrument—an effort to change knowledge by changing associational practices. In a new collaboration, [...]]]></description>
			<content:encoded><![CDATA[<p>The Re:Enlightenment Project brings knowledge of the past to bear upon change in the present. Its initiatives constitute a research laboratory for the collaborative analysis, use, and invention of new—and newly remediated—instruments for knowing the world. The Project is itself such an instrument—an effort to change knowledge by changing associational practices. In a new collaboration, New York University and the New York Public Library have formed the nexus of a consortium of institutions that share a compelling interest in current transformations of knowledge. Libraries, museums, foundations, and corporations are, like universities, under increasing pressure not only to understand those changes but to participate actively in shaping them. The Project facilitates that activity by pursuing initiatives that connect investigators in New York City with each other and with colleagues at linked institutions—including Cambridge University and the University of California, Santa Barbara—across the globe.</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/the-reenlightenment-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 columns equal height</title>
		<link>http://iringweb.com/3-columns-equal-height/</link>
		<comments>http://iringweb.com/3-columns-equal-height/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 20:31:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[good html/css samples]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=422</guid>
		<description><![CDATA[thanks to http://www.alistapart.com/d/holygrail/example_3.html /*** The Essential Code ***/ body { min-width: 630px; /* 2 x (LC fullwidth + CC padding) + RC fullwidth */ } #container { padding-left: 200px; /* LC fullwidth */ padding-right: 190px; /* RC fullwidth + CC padding */ } #container .column { position: relative; float: left; } #center { padding: 10px [...]]]></description>
			<content:encoded><![CDATA[<p>thanks to http://www.alistapart.com/d/holygrail/example_3.html</p>
<p><code><br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><br />
<head><br />
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></p>
<style type="text/css">
<p>		/*** The Essential Code ***/</p>
<p>		body {
			min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
		}</p>
<p>		#container {
			padding-left: 200px;      /* LC fullwidth */
			padding-right: 190px;     /* RC fullwidth + CC padding */
		}</p>
<p>		#container .column {
			position: relative;
			float: left;
		}</p>
<p>		#center {
			padding: 10px 20px;       /* CC padding */
			width: 100%;
		}</p>
<p>		#left {
			width: 180px;             /* LC width */
			padding: 0 10px;          /* LC padding */
			right: 240px;             /* LC fullwidth + CC padding */
			margin-left: -100%;
		}</p>
<p>		#right {
			width: 130px;             /* RC width */
			padding: 0 10px;          /* RC padding */
			margin-right: -100%;
		}</p>
<p>		#footer {
			clear: both;
		}</p>
<p>		/*** IE Fix ***/
		* html #left {
			left: 150px;              /* RC fullwidth */
		}</p>
<p>		/*** Equal-height Columns ***/</p>
<p>		#container {
			overflow: hidden;
		}</p>
<p>		#container .column {
			padding-bottom: 1001em;     /* X + padding-bottom */
			margin-bottom: -1000em;     /* X */
		}</p>
<p>		/*** Footer Fix ***/</p>
<p>		* html body {
			overflow: hidden;
		}</p>
<p>		* html #footer-wrapper {
			float: left;
			position: relative;
			width: 100%;
			padding-bottom: 10010px;
			margin-bottom: -10000px;
			background: #FFF;         /*** Same as body background ***/
		}</p>
<p>		/*** Just for Looks ***/</p>
<p>		body {
			margin: 0;
			padding: 0;
			background: #FFF;
		}</p>
<p>		#header, #footer {
			font-size: large;
			text-align: center;
			padding: 0.3em 0;
			background: #999;
		}</p>
<p>		#left {
			background: #66F;
		}</p>
<p>		#center {
			background: #DDD;
		}</p>
<p>		#right {
			background: #F66;
		}</p>
<p>		#container .column {
			padding-top: 1em;
			text-align: justify;
		}</p>
</style>
<p></head></p>
<p><body></p>
<div id="header">This is the header.</div>
<div id="container">
<div id="center" class="column">
<h1>This is the main content.</h1>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.</p>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.</p>
</p></div>
<div id="left" class="column">
<h2>This is the left sidebar.</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.</p>
</p></div>
<div id="right" class="column">
<h2>This is the right sidebar.</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.</p>
</p></div>
</p></div>
<div id="footer-wrapper">
<div id="footer">This is the footer.</div>
</p></div>
<p></body></p>
<p></html></p>
<p></code></p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221; lang=&#8221;en&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243; /&gt;<br />
&lt;title&gt;The Holy Grail of Layouts: Example #3: A List Apart&lt;/title&gt;<br />
&lt;style type=&#8221;text/css&#8221;&gt;</p>
<p>/*** The Essential Code ***/</p>
<p>body {<br />
min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */<br />
}</p>
<p>#container {<br />
padding-left: 200px;      /* LC fullwidth */<br />
padding-right: 190px;     /* RC fullwidth + CC padding */<br />
}</p>
<p>#container .column {<br />
position: relative;<br />
float: left;<br />
}</p>
<p>#center {<br />
padding: 10px 20px;       /* CC padding */<br />
width: 100%;<br />
}</p>
<p>#left {<br />
width: 180px;             /* LC width */<br />
padding: 0 10px;          /* LC padding */<br />
right: 240px;             /* LC fullwidth + CC padding */<br />
margin-left: -100%;<br />
}</p>
<p>#right {<br />
width: 130px;             /* RC width */<br />
padding: 0 10px;          /* RC padding */<br />
margin-right: -100%;<br />
}</p>
<p>#footer {<br />
clear: both;<br />
}</p>
<p>/*** IE Fix ***/<br />
* html #left {<br />
left: 150px;              /* RC fullwidth */<br />
}</p>
<p>/*** Equal-height Columns ***/</p>
<p>#container {<br />
overflow: hidden;<br />
}</p>
<p>#container .column {<br />
padding-bottom: 1001em;     /* X + padding-bottom */<br />
margin-bottom: -1000em;     /* X */<br />
}</p>
<p>/*** Footer Fix ***/</p>
<p>* html body {<br />
overflow: hidden;<br />
}</p>
<p>* html #footer-wrapper {<br />
float: left;<br />
position: relative;<br />
width: 100%;<br />
padding-bottom: 10010px;<br />
margin-bottom: -10000px;<br />
background: #FFF;         /*** Same as body background ***/<br />
}</p>
<p>/*** Just for Looks ***/</p>
<p>body {<br />
margin: 0;<br />
padding: 0;<br />
background: #FFF;<br />
}</p>
<p>#header, #footer {<br />
font-size: large;<br />
text-align: center;<br />
padding: 0.3em 0;<br />
background: #999;<br />
}</p>
<p>#left {<br />
background: #66F;<br />
}</p>
<p>#center {<br />
background: #DDD;<br />
}</p>
<p>#right {<br />
background: #F66;<br />
}</p>
<p>#container .column {<br />
padding-top: 1em;<br />
text-align: justify;<br />
}</p>
<p>&lt;/style&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;div id=&#8221;header&#8221;&gt;This is the header.&lt;/div&gt;</p>
<p>&lt;div id=&#8221;container&#8221;&gt;</p>
<p>&lt;div id=&#8221;center&#8221; class=&#8221;column&#8221;&gt;<br />
&lt;h1&gt;This is the main content.&lt;/h1&gt;<br />
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.&lt;/p&gt;<br />
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;left&#8221; class=&#8221;column&#8221;&gt;<br />
&lt;h2&gt;This is the left sidebar.&lt;/h2&gt;<br />
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;right&#8221; class=&#8221;column&#8221;&gt;<br />
&lt;h2&gt;This is the right sidebar.&lt;/h2&gt;</p>
<p>&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla.&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=&#8221;footer-wrapper&#8221;&gt;<br />
&lt;div id=&#8221;footer&#8221;&gt;This is the footer.&lt;/div&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/3-columns-equal-height/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BalloonsTM</title>
		<link>http://iringweb.com/balloonstm/</link>
		<comments>http://iringweb.com/balloonstm/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 06:08:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Completed projects]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://iringweb.com/?p=417</guid>
		<description><![CDATA[WP-based simple website for Balloons company portofolio Balloons can fill a large space or make cozy nooks; they can attract attention to your focal point, such as a stage, or serve as a background; they will highlight your colors and enhance your theme. The visual impact of balloons will add an elegance to your event [...]]]></description>
			<content:encoded><![CDATA[<p>WP-based simple website for Balloons company portofolio</p>
<p><img class="alignnone" src="http://www.balloonstm.com/wp-content/themes/balloons.tm/images/logo-450x84.png" alt="" width="450" height="84" /></p>
<p>Balloons can fill a large space or make cozy nooks; they can attract attention to your focal point, such as a stage, or serve as a background; they will highlight your colors and enhance your theme. The visual impact of balloons will add an elegance to your event that will take your breath away!</p>
]]></content:encoded>
			<wfw:commentRss>http://iringweb.com/balloonstm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
