<?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; html</title>
	<atom:link href="http://nomulous.com/blog/tag/html/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>
		<item>
		<title>xkcd.com: GeoCities edition</title>
		<link>http://nomulous.com/blog/xkcd-com-geocities-edition/</link>
		<comments>http://nomulous.com/blog/xkcd-com-geocities-edition/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 05:02:23 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Webcomics]]></category>
		<category><![CDATA[geocities]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[xkcd]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=369</guid>
		<description><![CDATA[The gradually less amazing xkcd.com has been &#8220;redesigned&#8221; in order to commemorate the shutting down of Yahoo&#8217;s free webhosting, GeoCities. It&#8217;s so perfectly ugly, even the HTML tags in the raw source are all capitalized! Genius. As for GeoCities, so long, farewell, and good riddance.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://nomulous.com/blog/wp-content/uploads/2009/10/xkcd_geocities.png" target="_blank"><img class="aligncenter size-medium wp-image-370" title="xkcd_geocities" src="http://nomulous.com/blog/wp-content/uploads/2009/10/xkcd_geocities-300x187.png" alt="xkcd_geocities" width="300" height="187" /></a></p>
<p>The gradually less amazing <a href="http://www.xkcd.com/">xkcd.com</a> has been &#8220;redesigned&#8221; in order to commemorate the <a href="http://mashable.com/2009/10/25/geocities-closes-2/">shutting down</a> of  Yahoo&#8217;s free webhosting, <a href="http://geocities.yahoo.com/">GeoCities</a>. It&#8217;s so perfectly ugly, even the HTML tags in the raw source are all capitalized! Genius. As for GeoCities, so long, farewell, and good riddance.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/xkcd-com-geocities-edition/feed/</wfw:commentRss>
		<slash:comments>10</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>1</slash:comments>
		</item>
		<item>
		<title>ACLr8 site redesign</title>
		<link>http://nomulous.com/blog/aclr8-site-redesign/</link>
		<comments>http://nomulous.com/blog/aclr8-site-redesign/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 17:22:23 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[100%]]></category>
		<category><![CDATA[aclr8]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[softpedia]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=211</guid>
		<description><![CDATA[It&#8217;s not much, but the ACLr8 site has been changed a bit. I added MacUpdate and stuff. Also, quite an accomplishment for me, I&#8217;ve finally managed to make a page have a minimum page length but no maximum. That is, if your screen is smaller than the content, you&#8217;ll get a scroll bar. But if [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not much, but the <a href="http://nomulous.com/ACLr8/">ACLr8</a> site has been changed a bit. I added MacUpdate and stuff. Also, quite an accomplishment for me, I&#8217;ve finally managed to make a page have a minimum page length but no maximum. That is, if your screen is smaller than the content, you&#8217;ll get a scroll bar. But if it is larger, the page continues until the bottom of the user&#8217;s screen. Go to the <a href="http://nomulous.com/ACLr8/">ACLr8 page</a> and press Cmd/Ctrl and Minus (-) to see what I mean. Really it&#8217;s just two divs, set with absolute position on top of each other. One contains the content (haha) and has no set height, and the other has a height of 100%, but is just an empty background. Simple, really. I just never had the idea until today.</p>
<p>I also got a nice email from Softpedia telling me they&#8217;ve added ACLr8 to their database, and that they&#8217;ve deemed it &#8220;100% clean&#8221; and all that. It was nice to hear. &#8216;Cause I was pretty sure I put a virus in there somewhere.</p>
<p style="text-align: center;"><a href="http://mac.softpedia.com/progClean/ACLr8-Clean-62592.html"><img class="aligncenter" title="Softpedia 100% Clean" src="http://mac.softpedia.com/base_img/softpedia_clean_award_f.gif" alt="Softpedia 100% Clean" width="170" height="116" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/aclr8-site-redesign/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

