<?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>Iain Lamb</title>
	<atom:link href="http://lamb.cc/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://lamb.cc/blog</link>
	<description>blog</description>
	<lastBuildDate>Fri, 03 Dec 2010 19:31:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>the case for numerals</title>
		<link>http://lamb.cc/blog/the-case-for-numerals/</link>
		<comments>http://lamb.cc/blog/the-case-for-numerals/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 04:57:00 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/?p=159</guid>
		<description><![CDATA[In the 18th century, font designers started to cut an additional set of uppercase numerals for inclusion in their typefaces. Uppercase letters have something more in common than just marking proper nouns or the beginning of sentences – they all take up the same amount of vertical space between two lines: Uppercase numerals are well [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/the-case-for-numerals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>classical tags</title>
		<link>http://lamb.cc/blog/classical-tags/</link>
		<comments>http://lamb.cc/blog/classical-tags/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 04:41:59 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[miscellany]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/?p=182</guid>
		<description><![CDATA[These days, I hardly ever listen to music via compact disc. I listen to music on DVD or Super Audio CD or to digital music files ripped from compact discs, either on my squeezebox or iPod. Many classical albums still aren’t available from digital music stores (or aren’t available in sufficiently high quality), so I [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/classical-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the javascript lambda</title>
		<link>http://lamb.cc/blog/javascript-lambdas/</link>
		<comments>http://lamb.cc/blog/javascript-lambdas/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 21:19:02 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/?p=147</guid>
		<description><![CDATA[When I was at Yahoo, I had the pleasure of working with an incredibly bright and articulate group of folks, including Douglas Crockford and Eric Miraglia. A while back, Eric made a post to the YUI blog, describing something Douglas had been teaching called the javascript module pattern. Slightly restated, this pattern fascinates me – [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/javascript-lambdas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>typograph</title>
		<link>http://lamb.cc/blog/typograph/</link>
		<comments>http://lamb.cc/blog/typograph/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 20:00:05 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://keepswimming.com/2008/03/05/typograph/</guid>
		<description><![CDATA[I&#8217;ve revised typograph, an essay exploring how the rather musical concepts of composing from a scale &#38; establishing a consistent rhythm apply to web typography. If you read the prose with Firefox or Safari, you&#8217;ll find it&#8217;s also a tool. I&#8217;ve used it to help size and space the text of several pages on my [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/typograph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>htmldeps</title>
		<link>http://lamb.cc/blog/htmldeps/</link>
		<comments>http://lamb.cc/blog/htmldeps/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 07:16:46 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/?p=85</guid>
		<description><![CDATA[Most programming systems offer a straightforward way for the code in one file to depend on the code defined in another. Examples include Python’s import statement, Ruby’s require method, or the #include directive in C and C++. The beauty of this feature is the way it supports modularity. Related code statements – ones describing a [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/htmldeps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>script.py</title>
		<link>http://lamb.cc/blog/script/</link>
		<comments>http://lamb.cc/blog/script/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:41:42 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/?p=72</guid>
		<description><![CDATA[When it comes to writing shell scripts, Python has consistently been my language of choice. Its elegant, simple, and disciplined design is always a pleasure to revisit, read, and write. Python prevails over many other languages in the way it keeps its core syntax and semantics to a minimum – there’s not much you need [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>favicon: the ico who wasn’t there</title>
		<link>http://lamb.cc/blog/favicon-madness/</link>
		<comments>http://lamb.cc/blog/favicon-madness/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 00:15:40 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/?p=54</guid>
		<description><![CDATA[All over the world at this very moment, millions of browsers are attempting to download a file that doesn’t exist, will never exist, and never existed in the first place. Each time this happens, somebody has just visited a web page that makes absolutely no reference to this file, yet that is precisely the reason [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/favicon-madness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ligature legitimacy</title>
		<link>http://lamb.cc/blog/css-ligature-support/</link>
		<comments>http://lamb.cc/blog/css-ligature-support/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 01:22:38 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/?p=41</guid>
		<description><![CDATA[In most roman faces the letter f reaches into the space beyond it … the arm of the f will collide with certain letters – b, f, h, i, j, k, l — Robert Bringhurst, The Elements of Typographic Style Many typefaces require (and supply) glyphs known as ligatures to correctly render certain letter combinations. [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/css-ligature-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a pixel of the human eye</title>
		<link>http://lamb.cc/blog/px/</link>
		<comments>http://lamb.cc/blog/px/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 23:15:14 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://lamb.cc/blog/2008/07/03/pellucidly-px/</guid>
		<description><![CDATA[In CSS, the px unit is frequently misunderstood. Since it’s an abbreviation of the word pixel, many mistake it to indicate the size of the smallest dot (or pixel) on their computer screen. Were this so, type set in px would continue to shrink on devices with better and better screen resolution – ones able [...]]]></description>
		<wfw:commentRss>http://lamb.cc/blog/px/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>diceware</title>
		<link>http://lamb.cc/blog/diceware/</link>
		<comments>http://lamb.cc/blog/diceware/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 23:30:24 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[crypto]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[miscellany]]></category>

		<guid isPermaLink="false">http://keepswimming.com/2008/03/05/diceware/</guid>
		<description><![CDATA[I found some old dice that belonged to my grandfather, which inspired me to resurrect diceware – a tool that helps turn dice rolls into a passphrase. I think I just like having any excuse to roll dice!]]></description>
		<wfw:commentRss>http://lamb.cc/blog/diceware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.636 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 06:35:03 -->

