<?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: Turn IE6 into IE7 with a Little Javascript</title>
	<atom:link href="http://brennan.offwhite.net/blog/2006/10/09/turn-ie6-into-ie7-with-a-little-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://brennan.offwhite.net/blog/2006/10/09/turn-ie6-into-ie7-with-a-little-javascript/</link>
	<description>My Experiences with Software Development</description>
	<pubDate>Tue, 06 Jan 2009 10:49:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: brennan</title>
		<link>http://brennan.offwhite.net/blog/2006/10/09/turn-ie6-into-ie7-with-a-little-javascript/#comment-7336</link>
		<dc:creator>brennan</dc:creator>
		<pubDate>Wed, 11 Oct 2006 04:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/10/09/turn-ie6-into-ie7-with-a-little-javascript/#comment-7336</guid>
		<description>Or perhaps the Facade Pattern.  

http://en.wikipedia.org/wiki/Facade_pattern  

That is one I use fairly often.  What do you call the pattern where the programmer looks at YouTube.com while the project compiles?  I want to do that more often.</description>
		<content:encoded><![CDATA[<p>Or perhaps the Facade Pattern.  </p>
<p><a href="http://en.wikipedia.org/wiki/Facade_pattern" rel="nofollow">http://en.wikipedia.org/wiki/Facade_pattern</a>  </p>
<p>That is one I use fairly often.  What do you call the pattern where the programmer looks at YouTube.com while the project compiles?  I want to do that more often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Lane</title>
		<link>http://brennan.offwhite.net/blog/2006/10/09/turn-ie6-into-ie7-with-a-little-javascript/#comment-7291</link>
		<dc:creator>Geoff Lane</dc:creator>
		<pubDate>Tue, 10 Oct 2006 01:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2006/10/09/turn-ie6-into-ie7-with-a-little-javascript/#comment-7291</guid>
		<description>Reading this, it made me think of general encapsulation. On the server side we often encapsulate libraries and vendor APIs in a class that hides the internal implementation and provides a more generic, application centric API to program against. It helps hide complexity and allows you to change implementation without as much of an impact on the client code.

I'm glad to see some of this engineering rigor is moving to the client side of web development as well. An &lt;a href="http://en.wikipedia.org/wiki/Adapter_pattern" rel="nofollow"&gt;Adapter pattern&lt;/a&gt; for JavaScript implementations.</description>
		<content:encoded><![CDATA[<p>Reading this, it made me think of general encapsulation. On the server side we often encapsulate libraries and vendor APIs in a class that hides the internal implementation and provides a more generic, application centric API to program against. It helps hide complexity and allows you to change implementation without as much of an impact on the client code.</p>
<p>I'm glad to see some of this engineering rigor is moving to the client side of web development as well. An <a href="http://en.wikipedia.org/wiki/Adapter_pattern" rel="nofollow">Adapter pattern</a> for JavaScript implementations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
