<?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>Nomulous Blog &#187; style</title>
	<atom:link href="http://nomulous.com/blog/tag/style/feed/" rel="self" type="application/rss+xml" />
	<link>http://nomulous.com/blog</link>
	<description>Caveat Lector</description>
	<lastBuildDate>Wed, 07 Sep 2011 21:04:42 +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>New, extremely minimalist redesign</title>
		<link>http://nomulous.com/blog/new-extremely-minimalist-redesign/</link>
		<comments>http://nomulous.com/blog/new-extremely-minimalist-redesign/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 04:17:46 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ClockWorkAir]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Theme Switch]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp_title]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=378</guid>
		<description><![CDATA[I&#8217;ve been working for a while on a single consistent theme and templating system for the entire website. A few months ago I finished everything but the blog (which was using the ClockWorkAir theme), because, being powered by WordPress, I wasn&#8217;t familiar with the theme system. Anyways, I&#8217;ve finally implemented the new, extremely minimalist design [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working for a while on a single consistent theme and templating system for the entire website. A few months ago I finished everything but the blog (which was using the <a href="http://clockworkblogger.com/theme-clockworkair/">ClockWorkAir</a> theme), because, being powered by WordPress, I wasn&#8217;t familiar with the theme system.</p>
<p>Anyways, I&#8217;ve finally implemented the new, extremely minimalist design everywhere. The plugin <a href="http://www.nkuttler.de/wordpress/theme-switch-and-preview-plugin/" target="_blank">Theme Switch</a> helped a bunch, because it allowed me to preview what I was working on without the general public seeing it. WordPress itself was a pain though, because I&#8217;m used to coding by hand and not using any kind of framework to generate HTML. I ended up doing some pretty silly things. For example, I first started by trying to get WordPress to simply call my custom templating files for the rest of the site. Following the logic of <em>my</em> system I did things like:</p>
<p><code>$title = wp_title();<br />
//...<br />
require('head.php'); //My custom templating system<br />
</code></p>
<p>Whenever I loaded the page there was a mysterious &#8220;Nomulous Blog&#8221; at the very top of my HTML source. This confused me at first, but I soon realized that (not having been designed to be processed, only displayed) the wp_title() function <em>printed</em> a value instead of returning one.</p>
<p>In the end I just went to my home page, copied most of the source, and modified the default WordPress theme to use that instead. Aha!</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/new-extremely-minimalist-redesign/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

