<?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>Jamie Nay &#187; Design</title>
	<atom:link href="http://jamienay.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamienay.com</link>
	<description>A PHP web developer writing about the web.</description>
	<lastBuildDate>Sat, 21 Aug 2010 21:11:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>New theme&#8230; again</title>
		<link>http://jamienay.com/2010/04/new-theme-again/</link>
		<comments>http://jamienay.com/2010/04/new-theme-again/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 04:38:07 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jamienay.com/?p=570</guid>
		<description><![CDATA[Trying out a new WordPress theme. My last one got boring fast. One of these days I&#8217;ll have enough time to make my own theme&#8230; maybe. It&#8217;s been a while since I&#8217;ve posted anything of substance, but stay tuned!]]></description>
			<content:encoded><![CDATA[<p>Trying out a new WordPress theme. My last one got boring fast. One of these days I&#8217;ll have enough time to make my own theme&#8230; maybe. <img src='http://jamienay.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>It&#8217;s been a while since I&#8217;ve posted anything of substance, but stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamienay.com/2010/04/new-theme-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Do We Do About Internet Explorer 6?</title>
		<link>http://jamienay.com/2009/03/what-do-we-do-about-internet-explorer-6/</link>
		<comments>http://jamienay.com/2009/03/what-do-we-do-about-internet-explorer-6/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 02:17:44 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.jamienay.com/?p=5</guid>
		<description><![CDATA[The grumblings of my fellow web designers and developers about having to support Internet Explorer 6 is not a new topic; some, including myself, would say that it&#8217;s been discussed to death. It&#8217;s not going away anytime soon, so we should just shut up and deal with it. Right? Well, now that Internet Explorer 8 is officially out of beta, [...]]]></description>
			<content:encoded><![CDATA[<p>The grumblings of my fellow web designers and developers about having to support Internet Explorer 6 is not a new topic; some, including myself, would say that it&#8217;s been discussed to death. It&#8217;s not going away anytime soon, so we should just shut up and deal with it. Right?</p>
<p>Well, now that Internet Explorer 8 is officially <a title="IE 8: try it for yourself; draw your own conclusion." href="http://www.microsoft.com/windows/internet-explorer/default.aspx" target="_blank">out of beta</a>,  IE 6 is <strong>three versions old</strong>. If there were ever a time, as a web developer, to come to a conclusion about how to handle the IE 6 problem, it&#8217;s now.</p>
<p><span id="more-5"></span></p>
<p>For a while I subscribed to the &#8220;two versions old&#8221; rule: I would continue to support the last two versions of Internet Explorer. For a long time, that meant 6 and 7. Oh, the many nights I spent waiting for 8 to come out! Finally, I could stop pandering to IE6! No more (well, not as many) silly hacks! Decent CSS support! The list goes on!</p>
<p>But it turns out that it&#8217;s not so simple. While discussing the IE 6 problem with a co-worker the other day, he remarked that IE8 isn&#8217;t actually going to displace IE6 at all. See, since almost all IE6 users are using a version of Windows (most likely 2000) that can&#8217;t support IE 7 or 8, it&#8217;s not as if IE 6 will disappear and only IE 7 and 8 will remain. Instead, IE6 users will keep using IE6 &#8211; since their computers can&#8217;t support the newer versions &#8211; and IE 7 users will use IE 8. So, IE 8 will replace IE 7, but IE 7 won&#8217;t replace IE 6. In other words, we&#8217;ll have one standards-compliant browser and one horrible piece of you-know-what. This situation, in effect, cancels out the &#8216;two versions old&#8217; rule since, of the three most recent versions of IE,</p>
<p>We, as professional web developers and designers, can&#8217;t ignore IE 6 &#8211; not yet. After looking at the Google Analytics stats for top ten most popular websites that <a href="http://www.radarhill.com/">the company I work</a> for has done, the user base for IE 6 seems to be anywhere from 10% &#8211; 18% (based on a wide variety of sites, from real estate to brewpubs to motivational speakers). So, on average, 15% of web surfers are still using IE 6. That number has (thankfully!) been shrinking for a while now, but I would argue that it&#8217;s just not low enough to cut off support. <strong>IE 6 is dying a slow, painful death</strong>, and until the numbers shrink some more &#8211; I would say 10% of users is a good threshold at which to stop with the hacks &#8211; offering support for the browser is just a matter of being a professional and solving as many problems as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamienay.com/2009/03/what-do-we-do-about-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
