<?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>Aaron Mentele &#187; fluid layout</title>
	<atom:link href="http://aaronmentele.com/tag/fluid-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://aaronmentele.com</link>
	<description>personal blog of Aaron Mentele, web developer and partner at Electric Pulp</description>
	<lastBuildDate>Sun, 15 Jan 2012 20:09:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Team Page Zoom</title>
		<link>http://aaronmentele.com/2009/06/12/team-page-zoom/</link>
		<comments>http://aaronmentele.com/2009/06/12/team-page-zoom/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:51:47 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fluid layout]]></category>
		<category><![CDATA[fluidlayout]]></category>
		<category><![CDATA[pagezoom]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=771</guid>
		<description><![CDATA[Ethan Marcotte is on my very smart people list. He writes on things that need smart people writing about them. Like fluid layouts. So, today he mentioned a smashing magazine post written on the same topic. And I read. I keep getting hung up on the same thing, though. Image resizing. I&#8217;ve played with two [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://unstoppablerobotninja.com/" rel="friend met colleague">Ethan Marcotte</a> is on my very smart people list. He writes on things that need smart people writing about them. Like <a href="http://www.alistapart.com/articles/fluidgrids/">fluid layouts</a>.</p>
<p>So, today he <a href="http://twitter.com/beep/status/2130428469">mentioned</a> a smashing magazine <a href="http://www.smashingmagazine.com/2009/06/09/smart-fixes-for-fluid-layouts/">post</a> written on the same topic. And I read. </p>
<p>I keep getting hung up on the same thing, though. Image resizing.</p>
<p>I&#8217;ve played with two options.</p>
<ol>
<li>Test the browser width server side and deliver images at an exact size.</li>
<li>Deliver a larger image. Test width client-side and display smaller dimensions.</li>
</ol>
<p>The first option is nice in that you aren&#8217;t asking site visitors to download a larger version of your site (in terms of filesize.) But the benefit goes to hell if the visitor resizes the window and you have to make that call again (thereby testing and delivering new versions of the images each time.) And, more importantly (to me,) the image quality is never as good as if you optimize them manually.</p>
<p>The second option ignores the idea of delivering images at the smallest possible filesize. It delivers (meaning the browser downloads) large images, with smaller height and width attributes. But, damn, it looks <a href="http://unstoppablerobotninja.com/entry/fluid-images/">smart</a> onscreen. </p>
<p>If it wasn&#8217;t clear, I have issues with both options. Loading larger images and/or writing more code feels like a slope to offering high-bandwidth / low-bandwidth options. You know, for people with slow connections. Or mobile devices.</p>
<p>I JUST THINK MAYBE THIS COULD ALL BE BETTER HANDLED BY A RENDERING ENGINE. Because as awesome as fluid layouts are, and as well documented as the method is becoming (thanks to some very smart people,) we&#8217;d still have to re-engineer the entire web to solve the issue with html and css alone. Whereas browsers&#8230; well, they could introduce (check) and enhance page zoom.</p>
<p>I AM JUST SAYIN&#8217;!</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2009/06/12/team-page-zoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

