<?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>Less Talk, More Do &#187; Themes</title>
	<atom:link href="http://www.chrisfinke.com/category/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com</link>
	<description>Christopher Finke is a software engineer. He is available for birthday parties and bar mitzvahs.</description>
	<lastBuildDate>Sun, 28 Feb 2010 00:09:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Optimizing Your Website for the Wii</title>
		<link>http://www.chrisfinke.com/2007/02/22/optimizing-your-website-for-the-wii/</link>
		<comments>http://www.chrisfinke.com/2007/02/22/optimizing-your-website-for-the-wii/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 20:30:53 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Greencode]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Nintendo Wii]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/02/22/optimizing-your-website-for-the-wii/</guid>
		<description><![CDATA[

digg_url = "http://digg.com/gaming_news/Optimizing_Your_Website_for_the_Wii";



I've optimized my blog (and thus my Greencode Wordpress theme) for browsing on the Nintendo Wii.  So if you read my blog on the Wii, it will look like this:

It was pretty easy, and you can do it too, by following these two simple steps:
1. Create a Wii-friendly stylesheet. This is similar [...]]]></description>
			<content:encoded><![CDATA[<div class="digg-this">
<script>
digg_url = "http://digg.com/gaming_news/Optimizing_Your_Website_for_the_Wii";
</script><br />
<script src="http://digg.com/api/diggthis.js"></script>
</div>
<p>I've optimized my blog (and thus my <a href="http://www.chrisfinke.com/wordpress/themes/greencode/">Greencode Wordpress theme</a>) for browsing on the <a href="http://www.wii.com/">Nintendo Wii</a>.  So if you read my blog on the Wii, it will look like this:</p>
<div style="text-align: center;"><img src="http://www.chrisfinke.com/files/2007/02/wii-on-tv.png" alt="My website on the Wii" /></div>
<p>It was pretty easy, and you can do it too, by following these two simple steps:</p>
<p>1. Create a Wii-friendly stylesheet. This is similar to creating a mobile-friendly stylesheet, and it involves enlarging the text, removing superfluous crap, and just making your site easier to read from a distance.  You can see the stylesheet I created <a href="/wp-content/themes/greencode/wii-style.css">here</a>.</p>
<p>2. Serve the Wii stylesheet to Wii users.  The <a href="http://en.wikipedia.org/wiki/User_agent#Example_user-agent_strings">user-agent string</a> of the Wii will be something like <em>Opera/9.00 (Nintendo Wii; U; ; 1309-9; en)</em>, so in PHP, you can accompish this like so:<br />
<code><br />
if (strpos($_SERVER['HTTP_USER_AGENT'], "Wii;") !== false){<br />
[... wii stylesheet ...]<br />
} else {<br />
[... regular stylesheets ...]<br />
}<br />
</code></p>
<p>And just for fun, I also added an "Optimized for the Nintendo Wii" watermark in the top-right corner and enabled the Wii stylesheet for anyone who adds "?wii=1" to the end of a URL.  For example, <a href="http://www.chrisfinke.com/2007/02/22/optimizing-your-website-for-the-wii/?wii=1">here is the Wii-friendly version of this post</a>.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=193" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/02/22/optimizing-your-website-for-the-wii/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Greencode Wordpress Theme Updated (0.3)</title>
		<link>http://www.chrisfinke.com/2007/02/03/greencode-wordpress-theme-updated-03/</link>
		<comments>http://www.chrisfinke.com/2007/02/03/greencode-wordpress-theme-updated-03/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 17:44:45 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Greencode]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/02/03/greencode-wordpress-theme-updated-03/</guid>
		<description><![CDATA[I've updated the Greencode Wordpress theme (which I'm using on my site) to version 0.3.  Since version 0.2, I've added a print stylesheet (screenshot of a printed page below), optimized the header image to reduce its size by half, and fixed a few miscellaneous bugs.

You can download the newest version from the Greencode homepage.
 [...]]]></description>
			<content:encoded><![CDATA[<p>I've updated the Greencode Wordpress theme (which I'm using on my site) to version 0.3.  Since version 0.2, I've added a print stylesheet (screenshot of a printed page below), optimized the header image to reduce its size by half, and fixed a few miscellaneous bugs.</p>
<div style="text-align: center;"><img src="http://www.chrisfinke.com/files/2007/02/printer-page.gif" alt="Example of page with only print style applied." /></div>
<p>You can <a href="http://www.chrisfinke.com/wordpress/themes/greencode/">download the newest version from the Greencode homepage.</a></p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=165" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/02/03/greencode-wordpress-theme-updated-03/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greencode Wordpress Theme</title>
		<link>http://www.chrisfinke.com/2007/01/02/greencode-wordpress-theme/</link>
		<comments>http://www.chrisfinke.com/2007/01/02/greencode-wordpress-theme/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 16:15:34 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Greencode]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/01/02/greencode-wordpress-theme/</guid>
		<description><![CDATA[Iâ€™ve finished putting together my first Wordpress theme, which Iâ€™ve named Greencode.  Itâ€™s the same one I use on this site, so this is your chance to be a little more like me; go ahead and download it here.  

 ]]></description>
			<content:encoded><![CDATA[<p>Iâ€™ve finished putting together my first Wordpress theme, which Iâ€™ve named Greencode.  Itâ€™s the same one I use on this site, so this is your chance to be a little more like me; go ahead and <a href="http://www.chrisfinke.com/wordpress/themes/greencode/">download it here</a>.  </p>
<p><img src="http://www.chrisfinke.com/files/2007/01/screenshot.png" alt="Greencode Wordpress Theme"></p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=100" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/01/02/greencode-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newish design</title>
		<link>http://www.chrisfinke.com/2006/12/12/newish-design/</link>
		<comments>http://www.chrisfinke.com/2006/12/12/newish-design/#comments</comments>
		<pubDate>Tue, 12 Dec 2006 17:26:14 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2006/12/12/newish-design/</guid>
		<description><![CDATA[I've updated this blog to share a design with my main site.  Bonus points to anyone who can determine the sources of the code shown in the header image for either site.
 ]]></description>
			<content:encoded><![CDATA[<p>I've updated this blog to share a design with <a href="http://www.chrisfinke.com/">my main site</a>.  Bonus points to anyone who can determine the sources of the code shown in the header image for either site.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/feed-statistics.php?view=1&post_id=76" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2006/12/12/newish-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
