<?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, Charisma 18 &#187; css</title>
	<atom:link href="http://aaronmentele.com/tag/css/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>Fri, 15 Jan 2010 06:33:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 options.

Test the [...]]]></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>
		<item>
		<title>Waiting on Capitol Hill</title>
		<link>http://aaronmentele.com/2008/10/21/waiting-on-capitol-hill/</link>
		<comments>http://aaronmentele.com/2008/10/21/waiting-on-capitol-hill/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 02:35:38 +0000</pubDate>
		<dc:creator>Aaron Mentele</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://aaronmentele.com/?p=534</guid>
		<description><![CDATA[I&#8217;m ready for a set of css standards that can be hung on a wall. In the absence of it, personal preferences and frankenstein techniques come into play and eff with code versatility.
Given a long enough timeline involving enough developers, you&#8217;ll see what I&#8217;m talking about. I&#8217;ll give you a quick example, though: misuse of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m ready for a set of css standards that can be hung on a wall. In the absence of it, personal preferences and frankenstein techniques come into play and eff with code versatility.</p>
<p>Given a long enough timeline involving enough developers, you&#8217;ll see what I&#8217;m talking about. I&#8217;ll give you a quick example, though: misuse of whitespace resets.</p>
<p>I&#8217;m all for resets so long as they don&#8217;t involve an asterisk. The name is misleading, though. Very little is actually being <em>reset</em>. In most cases, the browser-defined preferences are simply being cleared out, leaving certain html elements devoid of any visual interpretability whatsoever.</p>
<p>The idea, of course, is that these styles would then be <em>set</em> to apply a new style to each occurrence of the respective element. But that part gets missed. (Especially in cases built around placeholder content.)</p>
<p>Developers define attributes for specific occurrences of the element (i.e., design interface occurrences) but miss the global instances that can kill content readability. Paragraphs get slammed together, lists are left without visual cues identifying them as such, blockquotes look like plagiarized content, etc.</p>
<p>It seems like this shouldn&#8217;t happen. But an absence of comprehensive standards results in people employing the incomplete kind. And bad code finds its way online.</p>
<p>I&#8217;m looking forward to the day this changes. Despite all the gross code I&#8217;ve contributed personally over the years, I&#8217;m still surprised at how often these things come up.</p>
]]></content:encoded>
			<wfw:commentRss>http://aaronmentele.com/2008/10/21/waiting-on-capitol-hill/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
