<?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>Johan Brook &#187; Minimalism</title>
	<atom:link href="http://johanbrook.com/minimalism/feed/" rel="self" type="application/rss+xml" />
	<link>http://johanbrook.com</link>
	<description>is a designer and developer with taste</description>
	<lastBuildDate>Mon, 14 May 2012 11:35:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The Anatomy of a Perfect Web Site</title>
		<link>http://johanbrook.com/minimalism/anatomy-perfect-web-site/</link>
		<comments>http://johanbrook.com/minimalism/anatomy-perfect-web-site/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 06:00:55 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[educational]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?p=997</guid>
		<description><![CDATA[Many sites on the web are good. They are well-designed, clear, have great information architecture and are easy to navigate. Often, web designers emphasize the &#8220;design&#8221; part too much, and neglect the other equally important things. However, there are sites which aren&#8217;t that aesthetically pleasing, but still are the best sites in the world. They may look like a big, sad bag of wrestling underwear on the outside, but their underlying user experience is really, really refined, and thus makes the appearance part fade away while visiting the site. How and why? A case study: &#8220;Introduction to Computer Science using Java&#8221; I&#8217;m studying Software Engineering at Chalmers University of Technology in Gothenburg. We took this introductory course in object oriented &#8230; <p class="read-more-container"><a class="read-more" href="http://johanbrook.com/minimalism/anatomy-perfect-web-site/">Read more →</a></p>]]></description>
			<content:encoded><![CDATA[<p class="ingress dropcaps">Many sites on the web are good. They are well-designed, clear, have great information architecture and are easy to navigate. Often, web designers emphasize the &#8220;design&#8221; part too much, and neglect the other equally important things. However, there are sites which aren&#8217;t that aesthetically pleasing, but still are <strong>the best sites in the world</strong>. They may look like a big, sad bag of wrestling underwear on the outside, but their underlying user experience is really, really refined, and thus makes the appearance part fade away while visiting the site. How and why?</p>
<h2>A case study: &#8220;Introduction to Computer Science using Java&#8221;</h2>
<p>I&#8217;m studying Software Engineering at Chalmers University of Technology in Gothenburg. We took this introductory course in object oriented programming with Java earlier this fall, and as the exam approached I browser around the web for better studying resources than the course literature we had. I stumbled upon this site:</p>
<p><a class="button" href="http://chortle.ccsu.edu/CS151/cs151java.html">&#8220;Introduction to Computer Science using Java&#8221; →</a><br />
<small>http://chortle.ccsu.edu/CS151/cs151java.html</small></p>
<p><small>Mirror: <a href="http://programmedlessons.org/java5/index.html">http://programmedlessons.org/java5/index.html</a></small></p>
<p>It&#8217;s apparently an intro course to Java, given by a <cite>Bradley Kjell</cite> at Central Connecticut University.</p>
<p>How do you feel about the index page? It&#8217;s rather dull and &#8220;undesigned&#8221;, right? We&#8217;ll dig deeper, and I&#8217;ll show you why this site is so awesome.</p>
<h2>Information structure</h2>
<p>If you scroll down you&#8217;ll see the different parts of the course listed, and each sub-chapter is named so you&#8217;re instantly able to distinguish the type of information given in the chapter. I really like the way all the chapters are listed: no complex menus or navigation. Instead, information is presented in a simple and consise way. Simplicity. That&#8217;s what the whole web site screams.</p>
<p>Choosing a chapter takes you to a page where the chapter overview is presented: what&#8217;s to be covered. Also note the questions at the bottom of each page in every chapter. Those are great for learning; not showing you the answer right away, but instead let&#8217;s you ponder over the solution and then check the next page for the seeked solution.</p>
<p>The pages includes body text, tables, figures and code boxes (<a href="http://chortle.ccsu.edu/java5/Notes/chap29/ch29_3.html">sample</a>). I want to highlight the <a href="http://programmedlessons.org/java5/Notes/chap70/ch70_1.html">recursion section</a> as a great example on how you should construct educational tools.</p>
<h2>Features and interaction</h2>
<ul>
<li>On <a href="http://programmedlessons.org/java5/Notes/chap72/ch72_3.html">some pages</a> you&#8217;re asked to fill in blanks with expressions.</li>
<li><a href="http://programmedlessons.org/java5/Notes/chap72/ch72_4.html">Other pages</a> includes interactive diagrams (!) where you click on the image to advance through the steps of the code. If you want to wrap your head around recursion, that method is great for visualizing.</li>
<li>Choosing the &#8220;Home&#8221; button at the top and bottom of each chapter page not only takes you to the index, but also to the correct position on the page. I.e. if you&#8217;re reading about &#8220;Exceptions and IO Streams&#8221; and decide to go back and check out next chapter, you won&#8217;t end up at the top of the index page. Great user experience.</li>
</ul>
<p>I especially like the clickable diagrams; I absolutely did not expect a site like this to include that kind of “features”.</p>
<h2>Quiz, Reviews, and Exercises</h2>
<p>The site also offers quiz, reviews and exercises as ways for the visitor to test his or her skills in the subject. There&#8217;s something with how these parts of the web site are built. Try out a few Reviews and note how the interaction works. It’s a cool concept (good use of Javascript). Stripped to the barebones.</p>
<h2>Style of writing</h2>
<p>Writing for the web is difficult. You shouldn&#8217;t write novels for your visitors, nor write texts with small or no substance. It&#8217;s an art form actually: to be able to analyse the context, mood, target group(s), aim, and other scenarios.</p>
<p>I believe our case study outperforms other tutorials or educational sites in writing. There are no long paragraphs of theoretical explanations. I always hate tech articles that have these Wall of Text style paragraphs where just a couple of sentences are truly relevant. That&#8217;s not the case here, since all chapters are divided into pages, which each treats a <em>single</em> topic.</p>
<blockquote><p>Do one thing, and do it well.</p></blockquote>
<p>Even though I think this technique leads to many mouse clicks on the &#8220;Next&#8221; button on each page, it helps you focus on a single topic.</p>
<p>The writing is concise and pedagogical. It explains the concepts in images and real world concepts (that actually works). Some stuff that could be tricky for a beginner to wrap his or her head around (as recursion, for instance) are described with sketches, diagrams, and imagery.</p>
<p>Noticed how the author’s personality shines through in the text? There are jokes, analogies, and other things which makes it <em>fun</em> to read. It&#8217;s not a dull, grey Java tutorial – it’s a guy tutoring you how to use a tool in the best way possible.</p>
<h2>Conclusion</h2>
<p>What is my goal with this article? <strong>To give an example that surface is not sufficient to make a web site extraordinary</strong>. Go watch &#8220;Shrek&#8221; and it&#8217;ll tell you it&#8217;s what&#8217;s underneath that really counts.</p>
<p>Is our Case Study another sparse, un-designed educational site, or is it a minimalistic, functional, beautifully architectured learning tool?</p>
<p><a href="http://www.markboulton.co.uk/">Mark Boulton</a> and many other industry profiles keep repeating this: <strong>design content out, not canvas in</strong>.</p>
<p>Note that this site wouldn&#8217;t demand that much work writing media queries for mobile devices, making it responsive, either.</p>
<p>Perhaps web designers and developers should look beyond what&#8217;s currently trendy and focus on the message – the content – the cause – the reason. It works for a decade-old computer science course, right?</p>
<blockquote><p>Design without context is not design. It&#8217;s noise.</p>
<footer><small>By Someone-I&#8217;ve-forgot</small></footer>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/anatomy-perfect-web-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>→ Minimalistic Oscar posters</title>
		<link>http://www.behance.net/gallery/Minimalism-Oscar-Posters/955899</link>
		<comments>http://johanbrook.com/minimalism/minimalistic-oscar-posters/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 12:25:37 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Minimalistic]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Oscar]]></category>
		<category><![CDATA[Posters]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?post_type=quickie&#038;p=522</guid>
		<description><![CDATA[David Lopez has created some great-looking movie posters of this year&#8217;s Academy Award winning films. These kind of posters are easy to screw up, and hard to get &#8220;just right&#8221; where they are instantly recognized. Lopez&#8217;s style is similar to the master Olly Moss. ★ Permalink<p><a href='http://johanbrook.com/minimalism/minimalistic-oscar-posters/' title='permalink'>★ Permalink</a></p>
]]></description>
			<content:encoded><![CDATA[<p>David Lopez has created some great-looking movie posters of this year&#8217;s Academy Award winning films. These kind of posters are easy to screw up, and hard to get &#8220;just right&#8221; where they are instantly recognized. Lopez&#8217;s style is similar to the master <a href="http://ollymoss.com/">Olly Moss</a>.</p>
<p><img class="alignnone" title="Black Swan" src="http://behance.vo.llnwd.net/profiles3/98146/projects/955899/9081a6706d79c3a53b8b95aeed35aab7.png" alt="" width="600" height="877" /></p>
<p><a href='http://johanbrook.com/minimalism/minimalistic-oscar-posters/' title='permalink'>★ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/minimalistic-oscar-posters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Take a step back</title>
		<link>http://johanbrook.com/minimalism/take-a-step-back/</link>
		<comments>http://johanbrook.com/minimalism/take-a-step-back/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 10:58:47 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Details]]></category>
		<category><![CDATA[Simplicity]]></category>
		<category><![CDATA[Step back]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?p=511</guid>
		<description><![CDATA[A while ago I was visiting a relative/client regarding some counseling about her brand new WordPress site. While being there she mentioned some flyers she and her husband had made for the business (garden services). Since spring is coming along you&#8217;ve got to ramp up quickly now because of the huge demand later on, therefore the need for a flyer just to &#8220;get it out there&#8221;. I have to say I had loved to design it myself – no doubt – but then I saw the flyer they had created. I really liked it and was impressed. It was an elegant gallery of garden photos on portrait piece of paper, with the logotype in the middle. I think it was &#8230; <p class="read-more-container"><a class="read-more" href="http://johanbrook.com/minimalism/take-a-step-back/">Read more →</a></p>]]></description>
			<content:encoded><![CDATA[<p>A while ago I was visiting a relative/client regarding some counseling about her brand new WordPress site. While being there she mentioned some flyers she and her husband had made for the business (garden services). Since spring is coming along you&#8217;ve got to ramp up quickly now because of the huge demand later on, therefore the need for a flyer just to &#8220;get it out there&#8221;. I have to say I had loved to design it myself – no doubt – but then I saw the flyer they had created.</p>
<p>I really liked it and was impressed. It was an elegant gallery of garden photos on portrait piece of paper, with the logotype in the middle. I think it was 3&#215;6 small photos ordered in a grid. To be honest, I couldn&#8217;t have made it better myself.</p>
<p>I believe the moral of the story is that everybody can design. It just has to be simple enough. If I was to design that flyer, I had started to decide on typography, grids, hierarchy, colour scheme, what kind of photos to use, etc. I had <em>given it too much thought</em> and bypassed the really simple, straight-forward and plain beautiful solution. It&#8217;s important to take a step back as a designer (and developer as well) and think of what you&#8217;re doing. Is it really crucial and vital that the text lines up perfectly to the horizontal grid? Is it worth it to rewrite a large part of the application just to make use of that cool library? &#8220;Regular&#8221; people (if I may say so) aren&#8217;t always dumb users who have no idea of what they want. When I was young and foolish I used to be so very eager to build stuff that I didn&#8217;t care too much about asking people (and myself) what really mattered the most with this application/design. I ended up feeling like I had missed something. Of course there are boundaries where you actually shouldn&#8217;t consult end-users, focus groups and so on. But what I mean is that it&#8217;s quite good to step away from the designer/developer role and get back to the roots sometimes. Everybody will gain from it.</p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/take-a-step-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>→ Homemade is best</title>
		<link>http://demo.fb.se/e/ikea/homemade_is_best/</link>
		<comments>http://johanbrook.com/minimalism/homemade-is-best/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 10:19:02 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Cook book]]></category>
		<category><![CDATA[Food]]></category>
		<category><![CDATA[Forsman & Bodenfors]]></category>
		<category><![CDATA[IKEA]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?post_type=quickie&#038;p=436</guid>
		<description><![CDATA[The renowned Swedish agency Forsman &#38; Bodenfors has created a pretty but unusual cook book for IKEA. 90% of all the photographs taken in baking books look extremly alike. We wanted to try something different and present the recipes in a totally new fashion. ★ Permalink<p><a href='http://johanbrook.com/minimalism/homemade-is-best/' title='permalink'>★ Permalink</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://demo.fb.se/e/ikea/homemade_is_best/"><img class="alignnone" title="IKEA – Homemade is best" src="http://demo.fb.se/e/ikea/homemade_is_best/midres/IKEA_rutshastsko_rec_0028.jpg" alt="" width="1000" height="684" /></a></p>
<p>The renowned Swedish agency <a href="http://fb.se">Forsman &amp; Bodenfors</a> has created a pretty but unusual cook book for IKEA.</p>
<blockquote><p>90% of all the photographs taken in baking books look extremly alike. We wanted to try something different and present the recipes in a totally new fashion.</p></blockquote>
<p><a href='http://johanbrook.com/minimalism/homemade-is-best/' title='permalink'>★ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/homemade-is-best/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>→ Send URLs from iOS to desktop browser</title>
		<link>http://www.macstories.net/tutorials/how-to-send-any-webpage-from-ios-to-your-mac-browser/</link>
		<comments>http://johanbrook.com/minimalism/send-urls-ios-desktop-browser/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 18:51:12 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Automator]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?post_type=quickie&#038;p=434</guid>
		<description><![CDATA[Sometimes while browsing the web in Mobile Safari you might find yourself wanting to view the current site in your desktop browser. We all know it&#8217;s tedious, boring and plain wrong to type in the URL from the Mobile Safari window into the desktop browser&#8217;s address field, so of course someone has come up with a solution for this. Well, many solutions. I hear from other people that Tapbots&#8217; Pastebot works great, but this means you&#8217;ve got to go through a third party app. Not everybody want that. So of course there&#8217;s a quick, hacky and dirty solution to the problem, which uses nothing but native OS X/iOS technologies and the amazing Dropbox as always (as well as a free &#8230; <p class="read-more-container"><a class="read-more" href="http://johanbrook.com/minimalism/send-urls-ios-desktop-browser/">Read more →</a></p><p><a href='http://johanbrook.com/minimalism/send-urls-ios-desktop-browser/' title='permalink'>★ Permalink</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Sometimes while browsing the web in Mobile Safari you might find yourself wanting to view the current site in your desktop browser. We all know it&#8217;s tedious, boring and plain wrong to type in the URL from the Mobile Safari window into the desktop browser&#8217;s address field, so of course someone has come up with a solution for this. Well, many solutions. I hear from other people that Tapbots&#8217; <a href="http://tapbots.com/software/pastebot/">Pastebot</a> works great, but this means you&#8217;ve got to go through a third party app. Not everybody want that.</p>
<p>So of course there&#8217;s a quick, hacky and dirty solution to the problem, which uses nothing but native OS X/iOS technologies and the amazing Dropbox as always (as well as a free web service). Check out the link above for the complete guide.</p>
<p>In short: connect your Dropbox to the free <a href="http://sendtodropbox.com/">Send to Dropbox</a> service which lets you e-mail stuff to your Dropbox account (in this case the web page URL as a text file), and set up a Automator folder action which runs a Ruby script that opens the text file and put the URL in your browser window.</p>
<pre class="ruby"><code>ARGV.each do |f|
   file = File.new(f, "r")

   while (line = file.gets)
      system "open #{line}"
   end

   file.close
end
</code></pre>
<p>It&#8217;s minimal, hacky and lovely. I&#8217;ll never stop being amazed over the power of Dropbox and Automator.</p>
<p><a href='http://johanbrook.com/minimalism/send-urls-ios-desktop-browser/' title='permalink'>★ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/send-urls-ios-desktop-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>→ Trickle: another kind of Twitter client</title>
		<link>http://trickleapp.com/</link>
		<comments>http://johanbrook.com/minimalism/trickle-another-kind-of-twitter-client/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 23:25:57 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Dark]]></category>
		<category><![CDATA[Helvetica]]></category>
		<category><![CDATA[Minimal]]></category>
		<category><![CDATA[Minimalistic]]></category>
		<category><![CDATA[Timeline]]></category>
		<category><![CDATA[Trickle]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?post_type=quickie&#038;p=288</guid>
		<description><![CDATA[Twitter clients come and go, but this one had me at &#8220;Helvetica&#8221;. Trickle is a client which doesn&#8217;t have all features you&#8217;re used to. Tweets from your timeline is &#8220;trickling&#8221; in white Helvetica on the dark screen from the right while the device quietly sits on your desk (preferably in a dock). It does three things: shows tweets, retweets and favorites. Very simple. No profiles, links, replies, DMs, etc. Just plain and raw tweets. I think it&#8217;s quite perfect. To have your Twitter stream on the side makes it subtle and non-disturbing. I don&#8217;t like tabbing to a designated Twitter client/Twitter.com to check stuff. Now I can just throw a glance at the iPhone. It&#8217;s universal and therefore works with &#8230; <p class="read-more-container"><a class="read-more" href="http://johanbrook.com/minimalism/trickle-another-kind-of-twitter-client/">Read more →</a></p><p><a href='http://johanbrook.com/minimalism/trickle-another-kind-of-twitter-client/' title='permalink'>★ Permalink</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="size-large wp-image-289 alignright" title="Trickle" src="http://johanbrook.com/wordpress/wp-content/uploads/2010/12/Photo-dec-14-12-21-34-fm-406x610.jpg" alt="" width="244" height="366" /></p>
<p>Twitter clients come and go, but this one had me at &#8220;Helvetica&#8221;. Trickle is a client which doesn&#8217;t have all features you&#8217;re used to. Tweets from your timeline is &#8220;trickling&#8221; in white Helvetica on the dark screen from the right while the device quietly sits on your desk (preferably in a dock). It does three things: shows tweets, retweets and favorites. Very simple. No profiles, links, replies, DMs, etc. Just plain and raw tweets.</p>
<p>I think it&#8217;s quite perfect. To have your Twitter stream on the side makes it subtle and non-disturbing. I don&#8217;t like tabbing to a designated Twitter client/Twitter.com to check stuff. Now I can just throw a glance at the iPhone. It&#8217;s universal and therefore works with the iPad, and I can only imagine how nice Trickle would look on a larger iPad display on your desk.</p>
<p><a href='http://johanbrook.com/minimalism/trickle-another-kind-of-twitter-client/' title='permalink'>★ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/trickle-another-kind-of-twitter-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>→ Old hardware still rocks</title>
		<link>http://smokingapples.com/opinion/old-mac-in-service/</link>
		<comments>http://johanbrook.com/minimalism/old-hardware-still-rocks/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 07:00:05 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Constraints]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Old]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?post_type=quickie&#038;p=256</guid>
		<description><![CDATA[Great piece by Milind Alvares about using older Apple hardware (in his case an iBook G4). I think it&#8217;s a very interesting discussion: you don&#8217;t always need the latest and greatest, even though Apple&#8217;s products have that effect on you. Sometimes it&#8217;s about a sentimental bond to an object (I had a hard time giving up my old iPhone 3G) and other times it&#8217;s just not necessary to get a new one. The idea of using a &#8220;lesser&#8221; machine where I have constraints is quite thrilling, to be honest. It&#8217;s a minimalist computer where I maybe can&#8217;t runt all these fancy, heavy, Snow Leopard-y applications – instead I have to use simpler software and make the most of it. I &#8230; <p class="read-more-container"><a class="read-more" href="http://johanbrook.com/minimalism/old-hardware-still-rocks/">Read more →</a></p><p><a href='http://johanbrook.com/minimalism/old-hardware-still-rocks/' title='permalink'>★ Permalink</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="iPod 4G" src="http://dl.dropbox.com/u/364076/ipod-fourth-generation.jpg" alt="" width="252" height="294" />Great piece by Milind Alvares about using older Apple hardware (in his case an iBook G4). I think it&#8217;s a very interesting discussion: you don&#8217;t always need the latest and greatest, even though Apple&#8217;s products have that effect on you. Sometimes it&#8217;s about a sentimental bond to an object (I had a hard time giving up my old iPhone 3G) and other times it&#8217;s just not necessary to get a new one.</p>
<p>The idea of using a &#8220;lesser&#8221; machine where I have constraints is quite thrilling, to be honest. It&#8217;s a minimalist computer where I maybe can&#8217;t runt all these fancy, heavy, Snow Leopard-y applications – instead I have to use simpler software and make the most of it. I know David Heinemeier Hansson said something similar, but I think that I <em>work better with constraints</em>.</p>
<p>That&#8217;s the reason I&#8217;m currently looking for an original iPod (preferably the one with touch wheel). Wouldn&#8217;t it be nice to play plain, simple music without having a big-ass multitouch screen, cameras, Twitter apps and stuff on it? Give me a shout if you see one!</p>
<p><a href='http://johanbrook.com/minimalism/old-hardware-still-rocks/' title='permalink'>★ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/old-hardware-still-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Icon</title>
		<link>http://johanbrook.com/minimalism/a-simple-icon/</link>
		<comments>http://johanbrook.com/minimalism/a-simple-icon/#comments</comments>
		<pubDate>Sun, 14 Nov 2010 07:00:18 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Art Directed]]></category>
		<category><![CDATA[Bevarages]]></category>
		<category><![CDATA[Coffee]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Espresso]]></category>
		<category><![CDATA[Handmade]]></category>
		<category><![CDATA[Moka]]></category>
		<category><![CDATA[Pot]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?p=185</guid>
		<description><![CDATA[This is my moka pot. There are many others like it, but this one is mine. My moka pot is my best friend. It is my life. I must master it as I must master my life. Without me, my moka pot is useless. Without my moka pot, I am useless. I must maintain my moka pot thoroughly. I must grind better than the epsresso machine, who is trying to put us down. I must brew before he brews me. I will. Before God I swear this creed: my moka pot and myself are defenders of the love for coffee, we are the masters of espresso, we are the saviors of my tastebuds. So be it, until there is no &#8230; <p class="read-more-container"><a class="read-more" href="http://johanbrook.com/minimalism/a-simple-icon/">Read more →</a></p>]]></description>
			<content:encoded><![CDATA[<p id="moka-first">This is my moka pot. There are many others like it, but this one is mine. My moka pot is my best friend. It is my life. I must master it as I must master my life. Without me, my moka pot is useless. Without my moka pot, I am useless. I must maintain my moka pot thoroughly. I must grind better than the epsresso machine, who is trying to put us down. I must brew before he brews me. I will. Before God I swear this creed: my moka pot and myself are defenders of the love for coffee, we are the masters of espresso, we are the saviors of my tastebuds. So be it, until there is no tea, but coffee. <strong style="color: #56260a;">Amen</strong>.</p>
<p id="box">I have always been attracted to simple, robust and portable things I can bring on the trip and use anywhere. My Macbook is one of those things, so is my Victorinox knife, Hagor bag, and Certina wrist watch. There is something with these kind of objects – you get quite attached to them in a special way. Is it because of their history or function, or is it because of the simple philosophy behind their design?</p>
<p>I received a <a title="Moka pot – Wikipedia" href="http://en.wikipedia.org/wiki/Moka_(coffee_pot)">moka pot</a> from my uncle for Christmas two years ago. On the card it said: <cite>&#8220;Sometime you&#8217;ve got to learn&#8221;</cite> (to drink coffee, that is). I wasn&#8217;t into coffee back then, but during my year in Canada I worked at Starbucks. Funny, huh? Now I&#8217;m really a coffee enthusiast and started using my moka pot for real. I can&#8217;t love it more than I do.</p>
<p><img src="http://213.185.255.138/core/wp-content/uploads/2010/11/moka_drawing.png" alt="Moka drawing" width="421" height="467" />&nbsp;</p>
<p style="font-size: 1.1em; color: #555; font-style: italic;">With only three essential parts, the moka pot is very easy to clean and maintain. Image from <a href="http://en.wikipedia.org/wiki/File:MokaCoffeePot.svg">Wikipedia</a>.</p>
<h2>Design</h2>
<p>First, it&#8217;s the construction of the pot. Its almost-symmetric hour glass design with iconic octagonal shapes is a joy to study, and even nicer to use. When it&#8217;s finished brewing and you&#8217;re pouring the coffee, a thin, elegant stream of pitch black wonder is coming out of the pipe. By pitch black, I mean <strong>pitch black</strong>, as coffee should be. The figure to the left describes the different parts of a moka pot. Essentially, we&#8217;ve got the water chamber (A), the coffee filter (B), and the coffee chamber (C). Three is a magic number.</p>
<p>If you watch the figure you really notice the pot&#8217;s symetrical beauty – even on the inside. On the bottom of the coffee chamber (C) there&#8217;s another filter with a rubber seal around it, so no steam can get in the chamber but through the grinded coffee. On one of the water chamber&#8217;s walls there&#8217;s a safety valve, which should not be blocked. Because we&#8217;re dealing with pressure and steam here, we need a safety valve to release some steam if the pressure would be too much inside the water chamber.</p>
<p>One other thing that really appeals to me is the material. Mine is made in aluminium with an ABS plastic handle. It&#8217;s elegant without being to shiny and uber-modern. To me it speaks sturdiness and &#8220;trust me&#8221;-ness (very much alike Apple&#8217;s line of Macbooks).</p>
<p><img src="http://213.185.255.138/core/wp-content/uploads/2010/11/espresso.png" alt="Espresso" width="250" height="250" /></p>
<h2>How it works</h2>
<p>The principal behind the moka brewing process is quite similar in theory to the espresso machine. It&#8217;s not like drip coffee or the french press, where the coffee is sort of steeping in water – moka pots and espresso machines are working with steam, baby. When the water in the lower chamber is heated, it&#8217;ll eventually start boiling. Steam is produced. After a while there will be a lot of steam in the chamber, and it&#8217;ll push the remaining water down. The water is forced to go somewhere – up through the filter pipe, through the coffee and out through the small chimney in the coffee chamber.</p>
<p>It&#8217;s sort of a simplified espresso machine, but doesn&#8217;t deal with as high water pressure though. Thanks to the quick process and pressure involved, more caffeine and flavour is extracted out of the coffee grounds than with regular drip coffee.</p>
<h2>Philosophy</h2>
<p>The moka pot is simply constructed, cheap, easy to use and bring with you – everything an espresso machine isn&#8217;t. I&#8217;m so fascinated by the simplistic design and I love my moka because of the robust construction – it&#8217;s just raw metal with very few small, movable parts. Compare it to an old Volvo car, or a kalashnikov rifle: both works almost anywhere and has a very rough construction, a very straight-forward design which is easy to maintain. After usage, just screw it apart and rinse the parts in warm water, then let dry. The only thing you need with this moka pot (and other coffee making pots as well) is water, grinded coffee and a heat source.</p>
<h2>How to make it</h2>
<p>It&#8217;s dead simple to make moka coffee. Start with using great dark roast, espresso grinded coffee. You can buy it anywhere, even your local grocery store. However, to get the best quality, consider a visit to a coffee or speciality shop.</p>
<ol>
<li><strong>Put the coffee in the filter (B).</strong> Be quite generous, but do not tamp it! Just shake the filter a bit so the coffee is evenly distributed. I can highly recommend mixing some crushed cardamom seeds in it. Just a couple is needed. It&#8217;ll produce a little more tasting coffee, and with some cinnamon on the top you&#8217;re in nirvana.</li>
<li><strong>Fill the water chamber (A)</strong> with cold water up to the security valve</li>
<li><strong>Put the filter on top of the water chamber</strong> (make sure the coffee grounds are where they should be – inside the filter) and screw the coffee chamber (C) on top. You don&#8217;t want any steam to leak, so make sure the coffee chamber is really tight.</li>
<li><strong>Put the moka pot on the stove</strong>. It usually takes around 4 minutes for the water to start boiling and produce steam. When you&#8217;re starting to hear the water boiling it&#8217;s time to pay a bit of attention. If you lift the top lid you&#8217;ll see when the coffee is coming up (like a volcano, it&#8217;s actually quite cool). With my moka pot it usually takes around 30 seconds for the coffee to fill the top chamber, but I remove the pot from the heat source before that happens. That&#8217;s because you don&#8217;t want your coffee diluted with regular water or steam which will start to come out of the chimney in the end of the process.</li>
<li><strong>All done!</strong> Enjoy the coffee in small espresso sized cups, in larger cappuccino cups with some milk (to really bring out the underlying flavours), or together with steamed milk – latte or cappuccino style.</li>
</ol>
<p>The moka pot is often called &#8220;poor man&#8217;s espresso&#8221;, because it&#8217;s way more affordable than a real espresso machine. However, the coffee you get out of a moka is very similar in strength and taste to &#8220;real&#8221; espresso coffee. Almost every home in Italy got a moka pot. An unfair statement would be that espresso machines are in higher regard becasuse of the skill involved in the process of pulling the perfect shot of espresso – that these machines only are intended for an elite. Personally, I actually prefer my moka pot before my father&#8217;s espresso machine. Even though I&#8217;ve worked in a coffee shop I find the machine quite tedious to work with, and if you don&#8217;t pay attention, you might get really bad tasting espresso (which ruins the whole drink).</p>
<h2>Outro</h2>
<p>The ultimate thing would be to make the whole process &#8220;by hand&#8221;. Getting whole espresso beans and grinding them yourself, heat the water on a wood stove and then steam fresh cow or goat milk. That&#8217;s handmade stuff you don&#8217;t see too much of nowadays, in our fast-paced society. We tend to forget the quality and freshness of our food. Everything should be able to do anything. The moka pot does one thing, and it does it well: making great coffee.</p>
<div id="moka"><img src="http://213.185.255.138/core/wp-content/uploads/2010/11/moka.png" alt="Moka" width="425" height="461" /></div>
<p><!-- 	@import url("http://johanbrook.com/wordpress/wp-content/themes/grid/style/css/articles/moka.css"); --></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/a-simple-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>→ Minimal Skype 5 message style</title>
		<link>http://pongsocket.com/experiments/skype5mini</link>
		<comments>http://johanbrook.com/minimalism/minimal-skype-5-message-style/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 17:48:34 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Custom]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[Minimal]]></category>
		<category><![CDATA[Mod]]></category>
		<category><![CDATA[Skype 5]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Webkit]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?post_type=quickie&#038;p=220</guid>
		<description><![CDATA[Skype 5 Beta for Mac arrived earlier today. I like the unified one-window concept and group video calls. But I and almost the rest of my Twitter stream think there&#8217;s too much whitespace in certain areas, the instant messaging chat, for example. The thing is, the messaging area uses Webkit and therefore CSS to style the messages. You can change style by going to the Skype preferences &#62; Messaging &#62; Style. Custom styles live in ~/Library/Application Support/Skype/ChatStyles, and are in the .SkypeChatStyle format (basically a package consisting of CSS, HTML and JS files). To the point of this post: Andy Graulund has created a minimal style for Skype 5 beta, Panamerica Mini. Download and put in the folder I mentioned &#8230; <p class="read-more-container"><a class="read-more" href="http://johanbrook.com/minimalism/minimal-skype-5-message-style/">Read more →</a></p><p><a href='http://johanbrook.com/minimalism/minimal-skype-5-message-style/' title='permalink'>★ Permalink</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Skype 5 Beta for Mac arrived earlier today. I like the unified one-window concept and group video calls. But I and almost the rest of my Twitter stream think there&#8217;s too much whitespace in certain areas, the instant messaging chat, for example.</p>
<p>The thing is, the messaging area uses Webkit and therefore CSS to style the messages. You can change style by going to the Skype preferences &gt; Messaging &gt; Style. Custom styles live in <code>~/Library/Application Support/Skype/ChatStyles</code>, and are in the <code>.SkypeChatStyle</code> format (basically a package consisting of CSS, HTML and JS files).</p>
<p>To the point of this post: <a href="http://twitter.com/graulund">Andy Graulund</a> has created a minimal style for Skype 5 beta, Panamerica Mini. <a href="http://pongsocket.com/experiments/skype5mini">Download</a> and put in the folder I mentioned above, and chose the style from the Preferences.</p>
<p><a href='http://johanbrook.com/minimalism/minimal-skype-5-message-style/' title='permalink'>★ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/minimal-skype-5-message-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>→ Autocomplete in TextEdit</title>
		<link>http://minimalmac.com/post/1423698817/autocomplete-in-textedit-mac-os-x-hints</link>
		<comments>http://johanbrook.com/minimalism/autocomplete-in-textedit/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 15:23:07 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Minimalism]]></category>
		<category><![CDATA[Autocomplete]]></category>
		<category><![CDATA[TextEdit]]></category>

		<guid isPermaLink="false">http://johanbrook.com/?post_type=quickie&#038;p=179</guid>
		<description><![CDATA[Apparently there is an undocumented autocomplete feature in Apple&#8217;s TextEdit. Type some letters and hit the Escape key, and a list of suggestions will pop up. Pretty cool. ★ Permalink<p><a href='http://johanbrook.com/minimalism/autocomplete-in-textedit/' title='permalink'>★ Permalink</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://minimalmac.com/post/1423698817/autocomplete-in-textedit-mac-os-x-hints"><img class="alignnone size-full wp-image-180" title="Textredigerare" src="http://213.185.255.138/core/wp-content/uploads/2010/10/Textredigerare.png" alt="" width="474" height="439" /></a></p>
<p>Apparently there is an undocumented autocomplete feature in Apple&#8217;s TextEdit. Type some letters and hit the Escape key, and a list of suggestions will pop up. Pretty cool.</p>
<p><a href='http://johanbrook.com/minimalism/autocomplete-in-textedit/' title='permalink'>★ Permalink</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johanbrook.com/minimalism/autocomplete-in-textedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  johanbrook.com/minimalism/feed/ ) in 0.86879 seconds, on May 17th, 2012 at 9:08 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 17th, 2012 at 10:08 pm UTC -->
