<?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: Use jQuery to Automatically Size your Footer Height</title>
	<atom:link href="http://www.maifith.com/news/use-jquery-to-automatically-size-your-footer-height/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maifith.com/news/use-jquery-to-automatically-size-your-footer-height</link>
	<description>If you can imagine it, we can design it.</description>
	<lastBuildDate>Sat, 28 Aug 2010 01:33:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.maifith.com/news/use-jquery-to-automatically-size-your-footer-height/comment-page-1#comment-301</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 18 May 2010 12:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.maifith.com/?p=355#comment-301</guid>
		<description>Line 8: footerTop = ($(window)...
there are some mistakes (probably since new jquery versions or so)..
1) (body) won&#039;t work without quotes, basicly (&quot;body&quot;);
2) footerHeight has to be added, therefore needs a + before
3) same as 2nd applies for &quot;px&quot;

result: footerTop = ($(window).height() - $(&quot;body&quot;).height() + footerHeight) + &quot;px&quot;;

:) Have fun!</description>
		<content:encoded><![CDATA[<p>Line 8: footerTop = ($(window)&#8230;<br />
there are some mistakes (probably since new jquery versions or so)..<br />
1) (body) won&#8217;t work without quotes, basicly (&#8220;body&#8221;);<br />
2) footerHeight has to be added, therefore needs a + before<br />
3) same as 2nd applies for &#8220;px&#8221;</p>
<p>result: footerTop = ($(window).height() &#8211; $(&#8220;body&#8221;).height() + footerHeight) + &#8220;px&#8221;;</p>
<p> <img src='http://www.maifith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Guide To JavaScript in Web Design &#124; DesignerLinks &#124; Home to Web design news, jQuery Tutorials, CSS tutorials, Web Designing tutorials, JavaScript tutorials and more!</title>
		<link>http://www.maifith.com/news/use-jquery-to-automatically-size-your-footer-height/comment-page-1#comment-287</link>
		<dc:creator>The Ultimate Guide To JavaScript in Web Design &#124; DesignerLinks &#124; Home to Web design news, jQuery Tutorials, CSS tutorials, Web Designing tutorials, JavaScript tutorials and more!</dc:creator>
		<pubDate>Mon, 22 Mar 2010 00:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.maifith.com/?p=355#comment-287</guid>
		<description>[...] How to automatically use jQuery to size your footer Height [...]</description>
		<content:encoded><![CDATA[<p>[...] How to automatically use jQuery to size your footer Height [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Guide To JavaScript in Web Design &#124; AddyOsmani.com &#124; Where Web Businesses Grow</title>
		<link>http://www.maifith.com/news/use-jquery-to-automatically-size-your-footer-height/comment-page-1#comment-286</link>
		<dc:creator>The Ultimate Guide To JavaScript in Web Design &#124; AddyOsmani.com &#124; Where Web Businesses Grow</dc:creator>
		<pubDate>Sun, 21 Mar 2010 04:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.maifith.com/?p=355#comment-286</guid>
		<description>[...] How to automatically use jQuery to size your footer Height [...]</description>
		<content:encoded><![CDATA[<p>[...] How to automatically use jQuery to size your footer Height [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
