<?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>BigSmoke &#187; Familiars</title>
	<atom:link href="http://blog.bigsmoke.us/category/familiars/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03:39 +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>Jeroen Dekker (photography) on-line</title>
		<link>http://blog.bigsmoke.us/2007/05/30/jeroen-dekker.com</link>
		<comments>http://blog.bigsmoke.us/2007/05/30/jeroen-dekker.com#comments</comments>
		<pubDate>Tue, 29 May 2007 23:02:19 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Familiars]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WWW]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/2007/05/30/jeroen-dekker.com</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://jeroen-dekker.com/">Jeroen Dekker</a>, a friend and photographer, has recently, on May the 5th, put his website on <a href="http://jeroen-dekker.com/">concert photography</a> on-line. (Go check it out! He has some great pictures there.)</p>

<p>I was very flattered when I was asked by Jeroen to give some <abbr title="Search Engine Optimization">SEO</abbr> advice in the test stage of his website. I was even happier when I saw how well he had implemented my suggestions. In his concert photography section, he now has links consisting of the event name and the band name and the number of the photo. An example URL: <a href="http://jeroen-dekker.com/concerts/noordschok-2007/prey-band/1/">http://jeroen-dekker.com/concerts/noordschok-2007/prey-band/1/</a>. Also his page titles follow the same structure. As is often the case with <abbr title="Search Engine Optimization">SEO</abbr>, the best results are acquired by remembering that good URLs are URLs which are cool enough that you won&#8217;t want to change the in the future and that good titles are titles which look good anywhere, be it in a bookmark or a search result.</p>

<p>
<a rel='lightbox[jeroen-dekker]' href='http://blog.bigsmoke.us/uploads/2007/05/jeroen-dekker-concerts.jpg' title='Jeroen Dekker concert photography'><img src='http://blog.bigsmoke.us/uploads/2007/05/jeroen-dekker-concerts.thumbnail.jpg' alt='Jeroen Dekker concert photography' /></a>

<a rel='lightbox[jeroen-dekker]' href='http://blog.bigsmoke.us/uploads/2007/05/jeroen-dekker-news.jpg' title='Jeroen Dekker news'><img src='http://blog.bigsmoke.us/uploads/2007/05/jeroen-dekker-news.thumbnail.jpg' alt='Jeroen Dekker news' /></a>
</p>

<p>I also noticed that, following some evangelizing on semantics and CSS from me, he had greatly cleaned up the HTML markup. Some pages could still profit from some <del>better</del><ins>more pedantic</ins> markup though. An example from the news section (cleaned up for readability):</p>

<pre class="php">&lt;p&gt; The following bands played:&lt;br&gt;
 - &lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/eluveitie-band/&quot;</span>&gt;Eluveitie&lt;/a&gt;&lt;br&gt;
 - &lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/thy-majestie-band/&quot;</span>&gt;Thy  Majestie&lt;/a&gt;&lt;br&gt;
 - &lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/drottnar-band/&quot;</span>&gt;Drottnar&lt;/a&gt;&lt;br&gt;
&nbsp;
 - &lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/whispering-gallery-band/&quot;</span>&gt;Whispering Gallery&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;</pre>

<p>In my opinion, the above is a <em>very</em> awkward way to define what is really an unordered list:</p>

<pre class="php">&lt;p&gt;The following bands played:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/eluveitie-band/&quot;</span>&gt;Eluveitie&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/thy-majestie-band/&quot;</span>&gt;Thy  Majestie&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/drottnar-band/&quot;</span>&gt;Drottnar&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=<span style="color: #ff0000;">&quot;http://jeroen-dekker.com/concerts/fear-dark-festival-hedon-12-mei-2007/whispering-gallery-band/&quot;</span>&gt;Whispering Gallery&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>

<p>Finally, a nice touch that I noticed on his site is that he doesn&#8217;t have explicit pagination. By this I mean that clicking on the page 2 link simply takes you to the first photo on that page, so that he needs only an URL for each photo and not an URL for each page or even photoset.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2007/05/30/jeroen-dekker.com/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Wiebe Hedde Cazemier</title>
		<link>http://blog.bigsmoke.us/2006/09/18/wiebe-hedde-cazemier</link>
		<comments>http://blog.bigsmoke.us/2006/09/18/wiebe-hedde-cazemier#comments</comments>
		<pubDate>Mon, 18 Sep 2006 17:07:34 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Familiars]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blender]]></category>
		<category><![CDATA[Ferrari F50]]></category>
		<category><![CDATA[Halfgaar]]></category>
		<category><![CDATA[SpamAssassin]]></category>
		<category><![CDATA[Wiebe Hedde Cazemier]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=304</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re into Open Source software, <a href="http://www.blender.org/">3D modeling</a> or Do It Yourself audio, you may already know Wiebe under his on-line alias, <a href="http://www.halfgaar.net/" rel="co-worker friend met">Halfgaar</a>. Personally, I&#8217;ve known him since I was 10 and he was 9. These days he&#8217;s still a very good friend, and even a colleague.</p>

<div id="attachment_305" class="wp-caption alignnone" style="width: 710px"><a href="http://www.halfgaar.net/ferrari-f50"><img src="http://blog.bigsmoke.us/uploads/2009/01/ferrari-f50-driveway.jpg" alt="His Ferrari F50, not your usual lawn decoration." title="A Ferrari F50 on Wiebe&#039;s driveway" width="700" height="525" class="size-full wp-image-305" /></a><p class="wp-caption-text">His Ferrari F50, not your usual lawn decoration.</p></div>

<h2>Strongly straight-forward</h2>

<p>As a very analytical, factual thinker, Wiebe is the kind of person who doesn&#8217;t run with the newest buzzwords. He simply says what he thinks and his thoughts usually follow from very sound and steady logic. As a programmer, this makes him invaluable. At times, as a human, this may make him hard to stomach if, as is usual, he is right and you are not. But, don&#8217;t worry: he will usually be kind enough to explain to you exactly&#8212;very exactly&#8212;why it is that you are wrong.</p>

<p>So, he may not be the type for marketing, but for anything that needs to be done robustly and thoroughly, he is irreplaceable.</p>

<h2>Solid knowledge</h2>

<ul>
      <li>
      <p><strong>System administration:</strong> As every Geek with family and friends, Wiebe has the obligatory knowledge of how to keep a network of Windows systems somewhat stable, but this knowledge is irrelevant compared to his experience and skill in <strong>Unix</strong> system administration. His favourite Linux distribution is Gentoo Linux and, as follows from his many <a href="http://forums.gentoo.org/search.php?search_author=halfgaar">posts</a> to the Gentoo Forums, he is a Linux Guru indeed.</p>

      </li>

      <li>
      <p><strong>Backups:</strong> even to most system administrators, they&#8217;re just an afterthought, but he really knows his dar backups from your tar&#8217;s. And, he&#8217;s <a href="http://www.halfgaar.net/backing-up-unix">published</a> about it too.</p>
      </li>

      <li>

      <p><strong>Audio-engineering</strong> requires an enormous level of insight in the complex dynamics of audio waves and electronics. To me, it&#8217;s mostly Chinese, but he has built his own amps, speakers and <a href="http://www.halfgaar.net/elf-subwoofer">subwoofer</a>. If he notices even the slightest artifact in the sound, he goes back to the drawing board and just redoes the circuits another time.</p>
      </li>
</ul>

<h2 id="more">Learn more</h2>

<p>Wiebe can be contacted at <a href="mailto:wiebe@halfgaar.net">wiebe@halfgaar.net</a>, unless if you&#8217;re a spammer, because he happens to be an expert-level <a href="http://spamassassin.apache.org/">SpamAssassin</a> administrator.</p>

<h3>Web presence</h3>

<ul>
      <li><a href="http://www.halfgaar.net/">www.halfgaar.net</a> &#8211; the official website.</li>
      <li>His <a href="http://forums.gentoo.org/profile.php?mode=viewprofile&amp;u=45494">profile</a> at the Gentoo Forums.</li>

      <li>His <a href="http://blenderartists.org/forum/member.php?find=lastposter&amp;t=66408">profile</a> at the <a href="http://blenderartists.org/forum/">Blender Artists Forum</a></li>
      <li>His <a href="http://gathering.tweakers.net/forum/find/poster/70819/topics">posts</a> at the Dutch <a href="http://gathering.tweakers.net/">Gathering of Tweakers</a> forum</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2006/09/18/wiebe-hedde-cazemier/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

