<?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: JavaScript Array Max and Equal Height Columns</title>
	<atom:link href="http://addictedtonew.com/archives/482/javascript-array-max-and-equal-height-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://addictedtonew.com/archives/482/javascript-array-max-and-equal-height-columns/</link>
	<description>John Nunemaker\'s thoughts and such</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jnunemaker</title>
		<link>http://addictedtonew.com/archives/482/javascript-array-max-and-equal-height-columns/comment-page-1/#comment-174838</link>
		<dc:creator>jnunemaker</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=482#comment-174838</guid>
		<description>@Richard - I am no genius, but, yes, the person who discovered that is. I found it with a quick google search.

@Ryan - Yeah, I saw a jquery plugin out there that did that but wasn&#039;t satisfied with that solution. You can do the same thing with min and sum as well if those are needed.</description>
		<content:encoded><![CDATA[<p>@Richard &#8211; I am no genius, but, yes, the person who discovered that is. I found it with a quick google search.</p>
<p>@Ryan &#8211; Yeah, I saw a jquery plugin out there that did that but wasn&#8217;t satisfied with that solution. You can do the same thing with min and sum as well if those are needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://addictedtonew.com/archives/482/javascript-array-max-and-equal-height-columns/comment-page-1/#comment-174837</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=482#comment-174837</guid>
		<description>Awesome. I recently did this using temp variables to save the tallest height as I was looping... yuck. Very nice approach.</description>
		<content:encoded><![CDATA[<p>Awesome. I recently did this using temp variables to save the tallest height as I was looping&#8230; yuck. Very nice approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard@Home</title>
		<link>http://addictedtonew.com/archives/482/javascript-array-max-and-equal-height-columns/comment-page-1/#comment-174819</link>
		<dc:creator>Richard@Home</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/?p=482#comment-174819</guid>
		<description>return Math.max.apply({},this)

Genius :-)</description>
		<content:encoded><![CDATA[<p>return Math.max.apply({},this)</p>
<p>Genius :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

