<?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; Meta</title>
	<atom:link href="http://nomulous.com/blog/category/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://nomulous.com/blog</link>
	<description>Caveat Lector</description>
	<lastBuildDate>Sat, 17 Jul 2010 04:43:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>0</slash:comments>
		</item>
		<item>
		<title>Added Disqus, ShareThis, and Google Adsense</title>
		<link>http://nomulous.com/blog/added-disqus-sharethis-and-google-adsense/</link>
		<comments>http://nomulous.com/blog/added-disqus-sharethis-and-google-adsense/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 00:36:14 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[advertisements]]></category>
		<category><![CDATA[Disqus]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Gravatar]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[ShareThis]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=348</guid>
		<description><![CDATA[I have added three new features to the blog; the Disqus comments system , the ShareThis social media button, and Google AdSense advertisements. Disqus because it looks awesome and has a trillion more features than regular old WordPress comments, like signing in through Twitter/Facebook/OpenID, great comment approval and flagging, and Gravatar icons. At first the [...]]]></description>
			<content:encoded><![CDATA[<p>I have added three new features to the blog; the <a href="http://disqus.com/">Disqus</a> comments system , the <a href="http://sharethis.com/">ShareThis</a> social media button, and <a href="http://www.google.com/adsense/">Google AdSense</a> advertisements.</p>
<p>Disqus because it looks awesome and has a trillion more features than regular old WordPress comments, like signing in through Twitter/Facebook/OpenID, great comment approval and flagging, and <a href="http://en.gravatar.com/">Gravatar</a> icons. At first the admin page was giving me a blank grey screen, but I looked at my error logs and it turned out that for some reason <em>disqus.php</em> couldn&#8217;t find the <em>admin-header.php</em> file when it require()&#8217;d it. I just edited the plugin and replaced line 370 with the actual path to the file on my server.</p>
<p>ShareThis was added because Reddit is the best and I want to be a part of it. And I&#8217;m an internet whore and I want to be paid attention to. I might eventually write my own version of this, because it&#8217;s a bit clunky and not customizable enough.</p>
<p>I added the AdSense block just as an experiment, I don&#8217;t actually plan on monetizing anything. I really just want to see how the system works and all that. It looks like I&#8217;ve already made about $0.47!</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/added-disqus-sharethis-and-google-adsense/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Now in Helvetica Neue Light</title>
		<link>http://nomulous.com/blog/now-in-helvetica-neue-light/</link>
		<comments>http://nomulous.com/blog/now-in-helvetica-neue-light/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 00:21:21 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[arial]]></category>
		<category><![CDATA[bold]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font-family]]></category>
		<category><![CDATA[font-weight]]></category>
		<category><![CDATA[helvetica]]></category>
		<category><![CDATA[helvetica neue]]></category>
		<category><![CDATA[helvetica neue light]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[neue]]></category>
		<category><![CDATA[PostScript]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[sans-serif]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=291</guid>
		<description><![CDATA[Articles and links in the sidebar have been upgraded to my official favourite font, Helvetica Neue Light. It&#8217;s pretty easy to do, but hard to figure out on your own. After searching for a while and experimenting on my own, I came up with the following CSS. font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, [...]]]></description>
			<content:encoded><![CDATA[<p>Articles and links in the sidebar have been upgraded to my official favourite font, Helvetica Neue Light. It&#8217;s pretty easy to do, but hard to figure out on your own. After searching for a while and experimenting on my own, I came up with the following CSS.</p>
<p><code>font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;<br />
font-weight: 300;<br />
</code></p>
<p>Some browsers (IE + the older ones) use fonts based on their <a href="http://en.wikipedia.org/wiki/Font_family_(HTML)">family name</a> <em>and</em> their style, that is &#8220;Helvetica Neue Light&#8221;. Others use the <a href="http://en.wikipedia.org/wiki/PostScript_fonts">PostScript name</a>, under the Adobe spec, e.g. &#8220;HelveticaNeue-Light&#8221;. Others still, such as the latest versions of Safari, Firefox, and Chrome, conform to the W3C specification when it comes to fonts and their styles, and take only the Family Name. The W3C dictates that you must use other CSS directives to get &#8220;light&#8221; or &#8220;bold&#8221; fonts. In this case the &#8220;Helvetica Neue&#8221;, along with the &#8220;font-weight: 300;&#8221;, will display Helvetica Neue Light to the user.</p>
<p>Arial is included for the sake of the poor Windows users out there, who have to use the font Microsoft put on their computer because they were to cheap to pay for Helvetica, despite it being one of the oldest and most widely used fonts in the world. As any typography nerd would know, Arial <a href="http://epoque.tumblr.com/post/189524999/jansonlee-ragbag-arial-helvetica-or">was a total rip off of Helvetica</a> and should never be used.</p>
<p>There you have it. Mac users get to look at Helvetica Neue Light, while Windows users still get crappy old Arial.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/now-in-helvetica-neue-light/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>That was a Technorati verification post.</title>
		<link>http://nomulous.com/blog/that-was-a-technorati-verification-post/</link>
		<comments>http://nomulous.com/blog/that-was-a-technorati-verification-post/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 05:10:11 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[verify]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=226</guid>
		<description><![CDATA[Apparently I should be in this great blogging database, Technorati, which actually kind of sucks because it forces you to make a post in order to verify that you own the blog. Now I have a random post with a few letters in it that might have been picked up by god knows how many [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently I should be in this great blogging database, <a href="http://technorati.com/">Technorati</a>, which actually kind of sucks because it forces you to make a post in order to verify that you own the blog. Now I have a random post with a few letters in it that might have been picked up by god knows how many RSS readers and what not. Why can&#8217;t they just let me put an HTML file somewhere or something easy and subtle like that? Maybe cause Google did it first? Fuck, I don&#8217;t wanna have to make a friggin&#8217; post to verify that I own the blog. A lot of blogs even let people post who don&#8217;t own them. So what the hell is the advantage to that? Damn you, Technorati. &lt;/rant&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/that-was-a-technorati-verification-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hello, world!</title>
		<link>http://nomulous.com/blog/hello-world/</link>
		<comments>http://nomulous.com/blog/hello-world/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 21:29:16 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=1</guid>
		<description><![CDATA[First.]]></description>
			<content:encoded><![CDATA[<p>First.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
