<?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"
	>
<channel>
	<title>Comments on: Equal Height Columns</title>
	<atom:link href="http://eddcouchman.com/notebook/equal-height-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://eddcouchman.com/notebook/equal-height-columns/</link>
	<description>from edd couchman, the creator of redheat and chopter</description>
	<pubDate>Thu, 20 Nov 2008 20:05:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Matthew James Taylor</title>
		<link>http://eddcouchman.com/notebook/equal-height-columns/#comment-1622</link>
		<dc:creator>Matthew James Taylor</dc:creator>
		<pubDate>Sat, 25 Oct 2008 01:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://eddcouchman.com/notebook/equal-height-columns/#comment-1622</guid>
		<description>Why use JavaScript when &lt;a href="http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks" rel="nofollow"&gt;equal height columns with cross-browser CSS&lt;/a&gt; is possible?</description>
		<content:encoded><![CDATA[<p>Why use JavaScript when <a href="http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks" rel="nofollow">equal height columns with cross-browser CSS</a> is possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://eddcouchman.com/notebook/equal-height-columns/#comment-821</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sat, 14 Jun 2008 21:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://eddcouchman.com/notebook/equal-height-columns/#comment-821</guid>
		<description>I just need a simple explanation of what the code surrounding the function should be. I have:

...


Also I've placed prototype.js in my main directory, but don't know exactly what needs to be done to install that.

Thanks,
Rick</description>
		<content:encoded><![CDATA[<p>I just need a simple explanation of what the code surrounding the function should be. I have:</p>
<p>&#8230;</p>
<p>Also I&#8217;ve placed prototype.js in my main directory, but don&#8217;t know exactly what needs to be done to install that.</p>
<p>Thanks,<br />
Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edd</title>
		<link>http://eddcouchman.com/notebook/equal-height-columns/#comment-386</link>
		<dc:creator>edd</dc:creator>
		<pubDate>Thu, 10 Apr 2008 09:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://eddcouchman.com/notebook/equal-height-columns/#comment-386</guid>
		<description>@Tim, it's even easier to do the following:
var columns = $$('div.column'),
height = columns.inject(0, function (acc, el) {
  var h = el.getHeight();
  return (h &gt; acc) ? h : acc;
}
columns.invoke('setStyle', { height: height + 'px' });</description>
		<content:encoded><![CDATA[<p>@Tim, it&#8217;s even easier to do the following:<br />
var columns = $$(&#8217;div.column&#8217;),<br />
height = columns.inject(0, function (acc, el) {<br />
  var h = el.getHeight();<br />
  return (h > acc) ? h : acc;<br />
}<br />
columns.invoke(&#8217;setStyle&#8217;, { height: height + &#8216;px&#8217; });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xit</title>
		<link>http://eddcouchman.com/notebook/equal-height-columns/#comment-287</link>
		<dc:creator>Xit</dc:creator>
		<pubDate>Mon, 17 Mar 2008 22:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://eddcouchman.com/notebook/equal-height-columns/#comment-287</guid>
		<description>Wahou ! Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Wahou ! Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://eddcouchman.com/notebook/equal-height-columns/#comment-245</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 06 Feb 2008 21:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://eddcouchman.com/notebook/equal-height-columns/#comment-245</guid>
		<description>Even easier with Prototype 1.6:
function matchColumns()
{
	var columns = $$('div.column');
	var max_height = columns.invoke('getHeight').max();
	columns.invoke('setStyle', {height: (max_height + 10) + 'px'});
}</description>
		<content:encoded><![CDATA[<p>Even easier with Prototype 1.6:<br />
function matchColumns()<br />
{<br />
	var columns = $$(&#8217;div.column&#8217;);<br />
	var max_height = columns.invoke(&#8217;getHeight&#8217;).max();<br />
	columns.invoke(&#8217;setStyle&#8217;, {height: (max_height + 10) + &#8216;px&#8217;});<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.987 seconds -->
