<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>Dušan Smolnikar: blog</title>
	<link>http://dusan.fora.si/blog</link>
	<description></description>
	<pubDate>Tue, 29 Apr 2008 16:57:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Study calendar</title>
		<link>http://dusan.fora.si/blog/study-calendar</link>
		<comments>http://dusan.fora.si/blog/study-calendar#comments</comments>
		<pubDate>Tue, 29 Apr 2008 16:57:52 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[faculty]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/study-calendar</guid>
		<description><![CDATA[My recent typographic homework was creating a study calendar for our faculty. We got a bunch of dates (faculty-related as well as red-letter days) and the following requirements:

This would be a table calendar
Paper size is 140 x 100 mm or smaller
Each month should fit on one piece of paper, allowing for max 12 sheets (+1 [...]]]></description>
			<content:encoded><![CDATA[<p>My recent typographic homework was creating a study calendar for our faculty. We got a bunch of dates (faculty-related as well as red-letter days) and the following requirements:</p>
<ul>
<li>This would be a table calendar</li>
<li>Paper size is 140 x 100 mm or smaller</li>
<li>Each month should fit on one piece of paper, allowing for max 12 sheets (+1 for the title page)</li>
<li>There should be some space for students to write down their notes and appointments</li>
<li>It&#8217;s a study calendar and therefore starts with october and ends with september</li>
<li>Design should be typographic</li>
</ul>
<p>My first concern was the really small page size. How does one fit 31 days along with empty space besides each of them on 100 x 140 mm? i did some googling on table calendars, and found <a href="http://www.tiskovine-naroci.si/uploads/494/product/picture_283_namizni_koledar_z_vlozki_za_svincnike.jpg">a shape I quite liked</a>. This would allow for easy access when writting down notes, plus double my paper size (after all, a sheet of paper has two sides and we can use both!).</p>
<p>It took me a week o two to finish my design (not working on it all the time of course), but here it is:<br />
<a href='http://dusan.fora.si/blog/wp-content/uploads/koledar.pdf' title='Calendar - student year 2008/09'>Calendar - student year 2008/09</a><br />
It&#8217;s best viewed in book mode enabled in your pdf viewer (2 pages, or facing pages), so you can see one month&#8217;s sheets side-by-side.</p>
<p>Font used is <a href="http://www.josbuivenga.demon.nl/anivers.html">Anivers</a> by <a href="http://www.josbuivenga.demon.nl/">Jos Buivenga</a>, which is the same font I use on this website for main headings. Extra typographic elements are in Times.<br />
I&#8217;m using two colors - black and pink, again, same as on this website. I was planning to replace the pink with a similar pantone, but forgot when working on it on the last minutes before the deadline. So the color used is C0 M80 Y15 K0.<br />
Monthly poetry was found on <a href="http://www.hervardi.com/meseci.php">this website</a>.<br />
Oh and it&#8217;s obviously in Slovene, along with old slovene month names</p>
<p>I also have the <a href='http://dusan.fora.si/blog/wp-content/uploads/koledar_print.pdf' title='Calendar - student year 2008/09 / print version'>print version</a>, if anyone is interested. Use it if you wish and do notify me if you find it useful. :-) Dates are specific to my faculty (<a href="http://www.ntf.uni-lj.si/">NTF</a>), but <a href="mailto:dusan.smolnikar@gmail.com">drop me an e-mail</a> if you&#8217;d like a different version.</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/study-calendar/feed</wfw:commentRss>
		</item>
		<item>
		<title>Do we really want multi-column layouts?</title>
		<link>http://dusan.fora.si/blog/do-we-really-want-multi-column-layouts</link>
		<comments>http://dusan.fora.si/blog/do-we-really-want-multi-column-layouts#comments</comments>
		<pubDate>Mon, 14 Apr 2008 19:25:48 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[browsers]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/do-we-really-want-multi-column-layouts</guid>
		<description><![CDATA[We&#8217;ve all read a magazine or a newspaper before. Noticed how text is usually split into multiple columns? Ever wondered why? Some folks figured that a human being can&#8217;t cope with really long lines of text and so decided that ideally, lines of text should contain about 60 characters. This is short enough for the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all read a magazine or a newspaper before. Noticed how text is usually split into multiple columns? Ever wondered why? Some folks figured that a human being can&#8217;t cope with really long lines of text and so decided that ideally, lines of text should contain about 60 characters. This is short enough for the reader to easily find the next line of text and still long enough to prevent constant transitions from line to line. And since newspaper formats are quite large and no-one would ever read them, if lines of text spanned the whole page, they decided to split text up in columns. And we like it that way.</p>
<p>A few years later, <a href="http://www.w3.org/TR/2001/WD-css3-multicol-20010118/">in 2001</a> to be exact, <a href="http://www.w3.org/">w3</a> said &#8220;Hey, our displays are getting too wide for one line of text as well&#8221;, and so decided to include <a href="http://www.w3.org/TR/css3-multicol">multiple column layouts in css3</a>. Years have passed by, and today, in 2008, Mozilla browsers and Safari support this feature. I&#8217;m not sure if any other browser does as well.</p>
<p>So how does it work? In a block of text, a web developer can specify either an optimal width of a single column, or the number of columns. He can also specify a gap between two columns, and&#8230; not much more. Given text would then be <em>intelligently</em> split into multiple columns of equal heights and widths.</p>
<p>So what are the downsides? As we all know, there&#8217;s one huge difference between a printed page and a webpage. A printed page will always look the same, no matter who or where reads it. A webpage on the other hand won&#8217;t. Some people may read it in a bigger text size, some prefer a different font family, etc. As good of an invention as columns were, some care has to be taken while using them.</p>
<p>First, and one of the bigger typographer&#8217;s fears, are the so called <a href="http://en.wikipedia.org/wiki/Widows_and_orphans">widows and orphans</a>. These are single (first or last) lines of paragraph, which stand alone. Even though not all that disturbing to the reader, they look odd and are never supposed to be left in a printed page. The designer should take care of them either by modifying the text or applying a different design. But who&#8217;ll take care of them on the web, where lines may split differently for me than they do for you?</p>
<p>Researches show that text in columns is best readable when justified (you know, not left or right aligned, but both at the same time). But justifying short lines of text can lead to a few problems, such as oversized word spacing and <a href="http://en.wikipedia.org/wiki/River_(typography)">rivers of white</a>. This is regulated in desktop publishing by <a href="http://en.wikipedia.org/wiki/Hyphen">word hyphenation</a> (splitting a word in two lines), but css draft of it is <a href="http://www.w3.org/TR/css3-text/#hyphenate">poor and &#8220;up-in-the-air&#8221;</a>. But also with hyphenation enabled, a designer always has to check that something ugly doesn&#8217;t come out on the final print. Again, no-one can do this for websites.</p>
<p>I guess both problems can be minimized with proper implementation. But I have one more up my sleeve. In newspapers, text is optimized so when you reach an end of a column, you can easily move to the next one. That&#8217;s easily done by moving your eyes and head a bit. In websites, though, you read long texts by scrolling. Nobody can guarantee you that the height of a column won&#8217;t exceed you browser window&#8217;s height. So imagine scrolling around a page with 3 columns, all twice the height of your browser window. For all I know, you might have downsized your window and enlarged your fonts to achieve this, but that can&#8217;t be an excuse for ignoring this problem. It&#8217;s gonna be a pain in the ass. Scroll down, up, down, up and down again to read one block of text? No thanks. I prefer the &#8220;down down&#8221; technique.</p>
<p>So I&#8217;m not really sure I want to see any columns in web pages I&#8217;m reading. Except maybe if a website can guarantee a designer that&#8217;s gonna optimize splitting text into columns considering my browser, my preferred font families, my font size and my browser window size. It&#8217;s just not something a today&#8217;s browser could do on it&#8217;s own.</p>
<p>The need for columns is most obvious with fluid width websites, such as <a href="http://en.wikipedia.org/wiki/Shakespeare">wikipedia</a> and today&#8217;s wide screen displays. Mostly because people are still buying them to run their Internet Explorer in full 1920 pixels. Too bad no operating system allows us to run two windows side by side to better utilize the screen space.</p>
<p>And all this brings us to why I prefer <a href="http://dusan.fora.si/blog/fixed-width-vs-fluid">fixed-width designs</a>. Text is just much easier to read, when someone who knows what he&#8217;s doing takes care of it&#8217;s width. Just keep in mind, optimal line length on the web is cca. 30 to 35em.</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/do-we-really-want-multi-column-layouts/feed</wfw:commentRss>
		</item>
		<item>
		<title>Has hell frozen over?</title>
		<link>http://dusan.fora.si/blog/has-hell-frozen-over</link>
		<comments>http://dusan.fora.si/blog/has-hell-frozen-over#comments</comments>
		<pubDate>Wed, 02 Apr 2008 18:03:31 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/has-hell-frozen-over</guid>
		<description><![CDATA[Back in summer of 2002 I got contacted by the guys at Slo-Tech, asking me to redesign their aging website. Back then I was designing websites with about 2 views per day, while Slo-Tech was already approaching around 15000 unique visitors each day, so this was quite big to me. A few others also contributed, [...]]]></description>
			<content:encoded><![CDATA[<p>Back in summer of 2002 I got contacted by the guys at <a href="http://www.slo-tech.com">Slo-Tech</a>, asking me to redesign their <a href="http://star.slo-tech.com/">aging website</a>. Back then I was designing websites with about 2 views per day, while Slo-Tech was already approaching around 15000 unique visitors each day, so this was quite big to me. A few others also contributed, so I had to make it big. Young and inexperienced as I was, and considering the design trends of the days, I came up with this:</p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/st1.jpg' title='Slo-Tech redesign #1'><img src='http://dusan.fora.si/blog/wp-content/uploads/st1.thumbnail.jpg' alt='Slo-Tech redesign #1' /></a> August 2002 - The first design was purple and all, but a few themes were made.</p>
<div style="clear:both; margin-bottom:0.5em;">&nbsp;</div>
<p>The redesign hasn&#8217;t been taken seriously then. It was not until September 2004, when a new request was made. This time, Slo-Tech had gotten <a href="http://static.slo-tech.com/stili/bel/slotech.png">a logotype</a> and wanted a design to go with it. So I went for a white design this time.</p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/st2.jpg' title='Slo-Tech redesign #2'><img src='http://dusan.fora.si/blog/wp-content/uploads/st2.thumbnail.jpg' alt='Slo-Tech redesign #2' /></a> October 2004 - The main idea was not to change the existing design too much, but to give it a fresh look.</p>
<div style="clear:both; margin-bottom:0.5em;">&nbsp;</div>
<p>The design, though very slowly, evolved trough time&#8230;</p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/st3.jpg' title='Slo-Tech redesign #3'><img src='http://dusan.fora.si/blog/wp-content/uploads/st3.thumbnail.jpg' alt='Slo-Tech redesign #3' /></a> January 2005 - I talked to the designer of the Slo-Tech logo, who quite liked the designe, but taught me to align my texts.</p>
<div style="clear:both;">&nbsp;</div>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/st4.jpg' title='Slo-Tech redesign #4'><img src='http://dusan.fora.si/blog/wp-content/uploads/st4.thumbnail.jpg' alt='Slo-Tech redesign #4' /></a> April 2005 - More structure has been given to the design, making it look more compact.</p>
<div style="clear:both;">&nbsp;</div>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/st5.jpg' title='Slo-Tech redesign #5'><img src='http://dusan.fora.si/blog/wp-content/uploads/st5.thumbnail.jpg' alt='Slo-Tech redesign #5' /></a> November 2005 - Different menus and darker colors</p>
<div style="clear:both;">&nbsp;</div>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/st6.jpg' title='Slo-Tech redesign #6'><img src='http://dusan.fora.si/blog/wp-content/uploads/st6.thumbnail.jpg' alt='Slo-Tech redesign #6' /></a> January 2006 - Approaching the final look. The design has been simplified a lot.</p>
<div style="clear:both;">&nbsp;</div>
<p>And finally into the <a href="http://slo-tech.com/">&#8220;final&#8221; version</a>, which has been introduced as an april fools joke just yesterday, but kept due to positive feedback.</p>
<p>Even though it took almost 6 years, I believe the design has come out too soon. There is still much that needs to be done to it.</p>
<p>Finished or not, the design has arisen some mixed opinions - some love it and the others hate it. What can you expect after replacing a 9 year old design?</p>
<p>One of the biggest complaints about the redesign was the introduction of bright colors. The old design was dark (gray text on black) and people are complaining that the new white background is hurting their eyes. So I guess half of the internet, including <a href="http://www.google.com">Google</a>, must have gone wrong with their designs. Anyway, theming is possible and the design shouldn&#8217;t have come out without the first set of themes anyway.</p>
<p>Two other biggy was the use of a small font size. Looking at the design right now, I must say I agree with this complaint. However, along with different color themes, selectable font size was also meant to be in the final version. So I guess it has to be finished, as well as the default font size brought up by at least a pixel.</p>
<p>Looking back at it, I&#8217;ve learnt quite a lot with this design. It was my first &#8220;serious&#8221; design, where I had to put usability beyond appearance. I&#8217;ve learnt a lot about web usability, accessibility, semantic code, accessible javascript and buzzwords like that. It was also my first table-less design (hooray for that!). I&#8217;m not completely happy with the final result, but it has brought me some valuable web design experience. I just wish I could properly finish it, before going live.</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/has-hell-frozen-over/feed</wfw:commentRss>
		</item>
		<item>
		<title>Creative while having fun</title>
		<link>http://dusan.fora.si/blog/creative-while-having-fun</link>
		<comments>http://dusan.fora.si/blog/creative-while-having-fun#comments</comments>
		<pubDate>Fri, 28 Mar 2008 21:22:54 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Trip]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/creative-while-having-fun</guid>
		<description><![CDATA[Sick of it all, I decided to leave Ljubljana behind and set off for Risoul, France. Equipped with a snowboard, a camera and a few friends, I had a 12-hour journey before me. This was exactly two weeks ago. Only now, a week after returning home, I&#8217;m starting to get a hold of myself again. [...]]]></description>
			<content:encoded><![CDATA[<p>Sick of it all, I decided to leave Ljubljana behind and set off for <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=risoul&#038;sll=46.05456,14.50443&#038;sspn=0.396933,0.574722&#038;ie=UTF8&#038;ll=44.648755,6.637113&#038;spn=26.022248,36.782227&#038;t=p&#038;z=5">Risoul, France</a>. Equipped with a snowboard, a camera and a few friends, I had a 12-hour journey before me. This was exactly two weeks ago. Only now, a week after returning home, I&#8217;m starting to get a hold of myself again. It was a great trip and I really needed a week off.</p>
<p>Besides snowboarding, what did I do there?</p>
<p>I took a few photos &#8230;<br />
<a href="http://www.flickr.com/photos/dusan_smolnikar/2354407033/" title="Danger by dusan.smolnikar, on Flickr"><img src="http://farm3.static.flickr.com/2405/2354407033_ee1a74850c_s.jpg" width="75" height="75" alt="Danger" /></a> <a href="http://www.flickr.com/photos/dusan_smolnikar/2354415303/" title="In the stars by dusan.smolnikar, on Flickr"><img src="http://farm3.static.flickr.com/2172/2354415303_ed157690a0_s.jpg" width="75" height="75" alt="In the stars" /></a> <a href="http://www.flickr.com/photos/dusan_smolnikar/2355484969/" title="Stairs by dusan.smolnikar, on Flickr"><img src="http://farm4.static.flickr.com/3130/2355484969_17ba7e0a8a_s.jpg" width="75" height="75" alt="Stairs" /></a> <a href="http://www.flickr.com/photos/dusan_smolnikar/2356360342/" title="Clouds by dusan.smolnikar, on Flickr"><img src="http://farm3.static.flickr.com/2411/2356360342_ae15b96425_s.jpg" width="75" height="75" alt="Clouds" /></a> <a href="http://www.flickr.com/photos/dusan_smolnikar/2356290958/" title="Chairlift by dusan.smolnikar, on Flickr"><img src="http://farm3.static.flickr.com/2018/2356290958_4d1e63e137_s.jpg" width="75" height="75" alt="Chairlift" /></a> <a href="http://www.flickr.com/photos/dusan_smolnikar/2356345766/" title="In the snow by dusan.smolnikar, on Flickr"><img src="http://farm3.static.flickr.com/2381/2356345766_8e0e3fecc3_s.jpg" width="75" height="75" alt="In the snow" /></a> <a href="http://www.flickr.com/photos/dusan_smolnikar/2355425127/" title="Before sunset by dusan.smolnikar, on Flickr"><img src="http://farm4.static.flickr.com/3159/2355425127_89e1f1cd00_s.jpg" width="75" height="75" alt="Before sunset" /></a> <a href="http://www.flickr.com/photos/dusan_smolnikar/2355531347/" title="Sunset by dusan.smolnikar, on Flickr"><img src="http://farm3.static.flickr.com/2133/2355531347_3d783e22c6_s.jpg" width="75" height="75" alt="Sunset" /></a></p>
<div style="clear:both; color:#777; margin-bottom:1.5em;">(<a href="http://www.flickr.com/photos/dusan_smolnikar/sets/72157604217230825/">Risoul 2008 on flickr</a>)</div>
<p>Tried to draw a few friends &#8230;<br />
<a href='http://dusan.fora.si/blog/wp-content/uploads/ski1.jpg' title='Skier'><img width="64" height="64" src='http://dusan.fora.si/blog/wp-content/uploads/ski1.thumbnail.jpg' alt='Skier' /></a> <a href='http://dusan.fora.si/blog/wp-content/uploads/ski2.jpg' title='Skier'><img width="64" height="64" src='http://dusan.fora.si/blog/wp-content/uploads/ski2.thumbnail.jpg' alt='Skier' /></a> <a href='http://dusan.fora.si/blog/wp-content/uploads/ski3.jpg' title='Skier'><img width="64" height="64" src='http://dusan.fora.si/blog/wp-content/uploads/ski3.thumbnail.jpg' alt='Skier' /></a></p>
<div style="clear:both; color:#777; margin-bottom:1.5em;">(Thanks goes to Matic for providing a laptop and a wacom tablet)</div>
<p>Posed for a photo &#8230;<br />
<a href="http://www.flickr.com/photos/dusan_smolnikar/2355247808/" title="On the slope by dusan.smolnikar, on Flickr"><img src="http://farm3.static.flickr.com/2329/2355247808_8584668eff_s.jpg" width="75" height="75" alt="On the slope" /></a></p>
<div style="clear:both; color:#777; margin-bottom:1.5em;">(photo by Matic Verbančič)</div>
<p>And let others give a try at drawing me.<br />
<a href='http://dusan.fora.si/blog/wp-content/uploads/snowboard.jpg' title='Snowboarder'><img width="64" height="64" src='http://dusan.fora.si/blog/wp-content/uploads/snowboard.thumbnail.jpg' alt='Snowboarder' /></a></p>
<div style="clear:both; color:#777; margin-bottom:1.5em;">(drawing by Jasna Medar)</div>
<p>Naturally, clicking on the images will open up larger versions.</p>
<p>So that was fun and relaxing. But a year will pass before I get a chance to do it again. In the mean time, I think I&#8217;ve gained some inspiration for new challenges. Bring em on!</p>
<p>(And now I&#8217;m off for a bit of typographic homework)</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/creative-while-having-fun/feed</wfw:commentRss>
		</item>
		<item>
		<title>Typographic composition</title>
		<link>http://dusan.fora.si/blog/typographic-composition</link>
		<comments>http://dusan.fora.si/blog/typographic-composition#comments</comments>
		<pubDate>Sun, 09 Mar 2008 21:54:57 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[faculty]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/typographic-composition</guid>
		<description><![CDATA[This half-year in the faculty is killing me. There&#8217;s just too much going on and too little time - hence, I haven&#8217;t been updating my blog much lately.
One of the subjects, and my favorite one, is typography. Lessons have just started and all we&#8217;ve learnt is some history, so I&#8217;m still waiting for the real [...]]]></description>
			<content:encoded><![CDATA[<p>This half-year in the faculty is killing me. There&#8217;s just too much going on and too little time - hence, I haven&#8217;t been updating my blog much lately.</p>
<p>One of the subjects, and my favorite one, is typography. Lessons have just started and all we&#8217;ve learnt is some history, so I&#8217;m still waiting for the real lessons. We did get some assignments though. One of them was typographic composition. Here are the rules of the game:</p>
<ul>
<li>Pick 3 words.</li>
<li>Create a composition out of these 3 words inside a 80 x 80 mm square.</li>
<li>Use only one character type, but variations (bold, italic, etc.) are possible.</li>
<li>No letter deformations.</li>
<li>No colors. Black only.</li>
<li>Repeat at least 3 times.</li>
</ul>
<p>I did 5 of them quickly during class with good intentions of doing some more later, at home. Lazy as I am, of course, I did only one at home. Anyway, here are 5 of them (I have decided not to share the bad one).</p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/est.png' title='Alea iacta est'><img src='http://dusan.fora.si/blog/wp-content/uploads/est.thumbnail.png' alt='Alea iacta est' /></a><b>Alea iacta est</b><br />
&#8220;The die has been cast&#8221;, famous words by Julius Caesar. I tried to create an effect of a rolling die here, EST being the die and alea and iacta working as an effect of movement.</p>
<div style="clear:both"></div>
<p></p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/rnr.png' title='Rock and roll'><img src='http://dusan.fora.si/blog/wp-content/uploads/rnr.thumbnail.png' alt='Rock and roll' /></a><b>rock and roll</b><br />
Groovy, rolling, etc.</p>
<div style="clear:both"></div>
<p></p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/china.png' title='Made in China'><img src='http://dusan.fora.si/blog/wp-content/uploads/china.thumbnail.png' alt='Made in China' /></a><b>Made in china</b><br />
I&#8217;m sure you&#8217;ve seen it written everywhere. Typography resembles the <a href="http://en.wikipedia.org/wiki/Image:Flag_of_the_People%27s_Republic_of_China.svg">flag of china</a>.</p>
<div style="clear:both"></div>
<p></p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/voda.png' title='Pijte boljso vodo'><img src='http://dusan.fora.si/blog/wp-content/uploads/voda.thumbnail.png' alt='Pijte boljso vodo' /></a><b>Pijte boljšo vodo</b><br />
&#8220;Drink a better water&#8221; - Marketing slogan of a Slovene natural mineral water, <a href="http://www.dana.si/en/">Dana</a>. I was going for a shape of a water drop here.</p>
<div style="clear:both"></div>
<p></p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/brute.png' title='Et tu brute'><img src='http://dusan.fora.si/blog/wp-content/uploads/brute.thumbnail.png' alt='Et tu brute' /></a><b>Et tu brute</b><br />
&#8220;You too Brutus&#8221; - Another famous quote by Julius Caesar. These were supposedly his last words when attacked and killed by a group of senators, including his close friend Brutus (<a href="http://en.wikipedia.org/wiki/Et_tu,_Brute%3F">wikipedia link</a>). I tried to show here, how Caesar raised his voice (I have no idea wether he really did this) while pointing at Brutus (word &#8220;TU&#8221;) and his passing away at the end of the sentence.</p>
<div style="clear:both"></div>
<p>&nbsp;<br />
I&#8217;m quite happy with the results. I guess I could have done it better if I took more time, though. But it is really a nice exercise, to see just how much one can do within the given limits and using only letters.</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/typographic-composition/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google images are evil</title>
		<link>http://dusan.fora.si/blog/google-images-are-evil</link>
		<comments>http://dusan.fora.si/blog/google-images-are-evil#comments</comments>
		<pubDate>Tue, 12 Feb 2008 19:51:48 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[licensing]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/google-images-are-evil</guid>
		<description><![CDATA[Yesterday a friend showed me a redesign of a popular website and inquired wether I was a part of it. It was the first time I&#8217;ve seen the new design, so he sent me a fairly familiar picture from it - an old illustration of mine, flipped and colorized. An obvious rip. I don&#8217;t like [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday a friend showed me a redesign of a popular website and inquired wether I was a part of it. It was the first time I&#8217;ve seen the new design, so he sent me a fairly familiar picture from it - an old illustration of mine, flipped and colorized. An obvious rip. I don&#8217;t like people stealing my work and I don&#8217;t think anybody does.</p>
<p>So what was I to do? The site had no contacts written, so I wasn&#8217;t sure who to blame. I did a <a href="http://www.allwhois.com/">whois</a> on the domain and it presented me with a name, email and some more info of the person in charge. I sent a friendly email with a few questions. I got a really quick response explaining how the designer used <a href="http://images.google.com/">Google images</a> to find appropriate artwork for the new design and this is how my illustration got in. But they replaced the image with a new one and he apologized. No hard feelings here. I&#8217;m glad this guy was so understandable of what went wrong here.</p>
<p>I do feel flattered if people want to use any work of mine as part of their project and I can&#8217;t remember a time when I said no to such an inquiry. But I don&#8217;t like them deciding on their own, wether it&#8217;s okay to use the image.</p>
<p>Though I have to admit, I have done such crimes in the past myself. Years ago. But I&#8217;ve learnt to respect people&#8217;s work and licensing. So now when I do use other people&#8217;s work I make sure I&#8217;m allowed to do so by either the author himself or by the work&#8217;s licensing, be it <a href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL</a>, <a href="http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License">LGPL</a>, <a href="http://en.wikipedia.org/wiki/Creative_Commons">CC</a>, whatever.</p>
<p>So where do I find such images? Here are a few links:</p>
<ul>
<li><a href="http://search.creativecommons.org/">Creative Commons search</a> for any type of work</li>
</ul>
<ul>
<li><a href="http://www.sxc.hu/">stock.xchng</a> for photos</li>
</ul>
<ul>
<li><a href="http://kde-look.org/">kde-look.org</a>, usually for icons</li>
</ul>
<ul>
<li><a href="http://www.google.com/">Google</a>, yes, but I usually append &#8220;GPL&#8221; or &#8220;free&#8221; to my search term, to find only appropriate results</li>
</ul>
<p>Just make sure to always read the licensing under the exact image you would like to use. Some authors allow you to use their work as you wish, some won&#8217;t allow commercial use (they don&#8217;t want you to get paid by using their work), some would just like you to drop an email telling them you&#8217;re using their work. Most of them however, ask to be credited properly. Just read. If no licensing is given, it usually means it&#8217;s not meant for you to use the work. Move along, nothing to see there.</p>
<p>Oh and one more thing - not only is it not nice to &#8220;borrow&#8221; other people&#8217;s work, but it&#8217;s also illegal. After all, you&#8217;re not stealing bananas in your local supermarket, are you? :)</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/google-images-are-evil/feed</wfw:commentRss>
		</item>
		<item>
		<title>Multiple certificates with Safari</title>
		<link>http://dusan.fora.si/blog/multiple-certificates-with-safari</link>
		<comments>http://dusan.fora.si/blog/multiple-certificates-with-safari#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:14:01 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[browsers]]></category>

		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/multiple-certificates-with-safari</guid>
		<description><![CDATA[This has always been a mystery to me - how to tell Safari I want to use two personal certificates, one for each site. Until now I&#8217;ve trusted Firefox with this matter. But I wanted to give Safari another chance, now that version 3 &#038; leopard are out. And guess what - it can be [...]]]></description>
			<content:encoded><![CDATA[<p>This has always been a mystery to me - how to tell Safari I want to use two personal certificates, one for each site. Until now I&#8217;ve trusted Firefox with this matter. But I wanted to give Safari another chance, now that version 3 &#038; leopard are out. And guess what - it can be done! I can now successfully acces both, <a href="http://www.nlb.si/cgi-bin/nlbweb.exe?doc=3154">Klik NLB</a> online banking and <a href="https://estudent.uni-lj.si/">e-Student</a>, student&#8217;s portal of my university. To share the knowledge, here&#8217;s a short tutorial on how to do this, or at least how I did it. This is for Safari on a mac of course, I have no clue how to do this in Windows.</p>
<p>By default, prior to importing any certificates, Safari will fail to open <a href="https://klik.nlb.si/">https://klik.nlb.si/</a> and <a href="https://estudent.uni-lj.si/">https://estudent.uni-lj.si/</a> won&#8217;t recognize you.</p>
<p>My first problem was a corrupted keychain. I&#8217;ve imported the keychain from my old system to Leopard and it seemed a bit buggy ever since, always asking me for my password, regardless of selecting &#8220;always allow&#8221;. But then I found the Keychain First Aid (It&#8217;s in the Keychain Access, in it&#8217;s application menu - the one that reads &#8220;Keychain Access&#8221;). I tried verifying my Keychain, but it failed due to login keychain not being in my home directory. Repair fixed this. Keychain seemed to actually remember things I told it to remember now. </p>
<p>But even after this fix I couldn&#8217;t get klik to load properly, so I just deleted my whole login keychain. You probably don&#8217;t have to do this - just remove any certificates that could play a role in the whole process. You&#8217;ll probably ind them in the login and System keychains. I also deleted Safari caches here. Just in case.</p>
<p>I had previously exported both my certificates via Firefox into .p12 files. So now I imported the one from NLB into keychain - Open Keychain access, click on the login keychain, then File -> Import items&#8230;</p>
<p>I closed Safari, opened it again and navigated to https://klik.nlb.si/. I was greeted with their certificate. I chose to always trust it and also always allow Safari to access my personal certificate from the keychain. Klik recognized me and I could log in.</p>
<p>Next, I imported the sigen-ca certificate (for e-student) into keychain, navigated to https://estudent.uni-lj.si, again clicked &#8220;always trust&#8221; when presented with a certificate, but I didn&#8217;t seem to get recognized. My guess is, Safari was reading the wrong one of my personal certificates.</p>
<p>So here comes the key part - In Keychain access, I right clicked my nlb personal certificate (the one with my name in it), and selected &#8220;New identity preference&#8230;&#8221;. Under location, I entered &#8220;https://klik.nlb.si/&#8221; and chose the correct one of the two certificates. The klik certificate is &#8220;Dusan Smolnikar&#8221;, while sigen-ca reads &#8220;DUSAN SMOLNIKAR&#8221;. Then I did the same for my sigen-ca certificate, where I entered &#8220;https://estudent.uni-lj.si&#8221; and selected the other personal certificate. I&#8217;m not sure wether the lack of trailing slash does anything, but I&#8217;ve read somewhere it makes a difference. Experiment if it doesn&#8217;t work at first. What I did here, is I matched the certificates with the correct urls, so Safari doesn&#8217;t have to guess.</p>
<p>Now, closing Safari and opening it again, klik and e-student both recognized me and I could log into them. I&#8217;m happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/multiple-certificates-with-safari/feed</wfw:commentRss>
		</item>
		<item>
		<title>Two double-o eight</title>
		<link>http://dusan.fora.si/blog/two-double-o-eight</link>
		<comments>http://dusan.fora.si/blog/two-double-o-eight#comments</comments>
		<pubDate>Mon, 31 Dec 2007 11:33:29 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/two-double-o-eight</guid>
		<description><![CDATA[It&#8217;s that time of the year again. The day when everybody stays awake and people change their wall decorations (so called calendars). And the time when everybody is nice to you, wishing you a happy new year. So&#8230; Happy new year everybody! :)
tip of the day/year:
While 2007 looked pretty good in serif fonts with variable [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of the year again. The day when everybody stays awake and people change their wall decorations (so called calendars). And the time when everybody is nice to you, wishing you a happy new year. So&#8230; Happy new year everybody! :)</p>
<p>tip of the day/year:<br />
While <span style="font-family:Georgia, serif; font-size:1.5em">2007</span> looked pretty good in serif fonts with variable number heights, <span style="font-family:Georgia, serif; font-size:1.5em">2008</span> does not. The over-sized 8 looks terrible. Get a new font for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/two-double-o-eight/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using own work as a desktop background</title>
		<link>http://dusan.fora.si/blog/using-own-work-as-a-desktop-background</link>
		<comments>http://dusan.fora.si/blog/using-own-work-as-a-desktop-background#comments</comments>
		<pubDate>Thu, 27 Dec 2007 11:21:03 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/using-own-work-as-a-desktop-background</guid>
		<description><![CDATA[It&#8217;s always hard to criticize your own work. Does it look good? Are there any things I should fix? I found the best way to do this, is to set your work as your desktop background. Let it be a design mockup, 3D rendering, photo, vectorization, &#8230; This way you get a lot of chance [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always hard to criticize your own work. Does it look good? Are there any things I should fix? I found the best way to do this, is to set your work as your desktop background. Let it be a design mockup, 3D rendering, photo, vectorization, &#8230; This way you get a lot of chance to look at your masterpiece and decide wether you like the look of it or don&#8217;t. And when you do, you&#8217;ll notice some small details, that you wouldn&#8217;t otherwise - this could be any errors that you should fix, or points of interest that you might want to emphasize.</p>
<p>I used this principle a lot when doing <a href="http://dusan.fora.si/artwork/01">car vectorizations</a>. After spending hours making one (The lambo took me about 30 hours I believe) all I could see in them were lines, shapes, gradients, etc. But by using them as background, I could look at them from another perspective, a perspective others would look at it. It helped me fix those small details, that make the difference.</p>
<p>Just yesterday I was looking for a new background for my desktop. I was googling around, searching for a nice pic, until I remembered, I have quite a collection of nice photographs - why not use my own? So I went looking for a photo of mine that I&#8217;d like to constantly look at. I decided on <a href="http://www.flickr.com/photos/dusan_smolnikar/2120903030">this one</a>. Before, I didn&#8217;t really consider this photo as anything special (good, but not all that), but using it as a background, I&#8217;ve realized how much I really like it.</p>
<p>So I guess this is just the best way to judge your work - just look at it. Don&#8217;t open it in photoshop to look for any errors. It will only make you feel bad about how many there are.</p>
<p>Some people may also prefer printing their art and hanging it on the wall. I do this with some <a href="http://dusan.fora.si/artwork/03">vector drawings</a>, since they&#8217;re just too plain for a decent background. As long as you look at the work in a relaxed kind of way, you&#8217;ll see how it really is. If you tear it off your wall or change the desktop background in a few hours&#8230; it&#8217;s probably bad. Back to the drawing board then.</p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/using-own-work-as-a-desktop-background/feed</wfw:commentRss>
		</item>
		<item>
		<title>Why web 2.0 design is bad</title>
		<link>http://dusan.fora.si/blog/why-web-20-design-is-bad</link>
		<comments>http://dusan.fora.si/blog/why-web-20-design-is-bad#comments</comments>
		<pubDate>Sat, 22 Dec 2007 13:17:07 +0000</pubDate>
		<dc:creator>Dušan Smolnikar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://dusan.fora.si/blog/why-web-20-design-is-bad</guid>
		<description><![CDATA[A very short post this time, but this just too funny for you to miss :)
A month ago I wrote a post about web 2.0 and expressed my hate toward a web 2.0 design style. But what if everyone did things the web 2.0 way? Let&#8217;s see&#8230;

Apple


Coca Cola


National Geographic


Nike


MasterCard

See the full list
]]></description>
			<content:encoded><![CDATA[<p>A very short post this time, but this just too funny for you to miss :)</p>
<p>A month ago I wrote a post about <a href="http://dusan.fora.si/blog/web-20">web 2.0</a> and expressed my hate toward a web 2.0 design style. But what if everyone did things the web 2.0 way? <a href="http://enthree.com/files/random/web2logos/">Let&#8217;s see&#8230;</a></p>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/197706172_81e817b547.jpg' title='Apple web 2.0'><img src='http://dusan.fora.si/blog/wp-content/uploads/197706172_81e817b547.thumbnail.jpg' alt='Apple web 2.0' /></a><br />
Apple</p>
<div style="clear:both"></div>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/197706173_a876eed313.jpg' title='Coca Cola web 2.0'><img src='http://dusan.fora.si/blog/wp-content/uploads/197706173_a876eed313.thumbnail.jpg' alt='Coca Cola web 2.0' /></a><br />
Coca Cola</p>
<div style="clear:both"></div>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/62396916495_8417.jpg' title='National Geographic web 2.0'><img src='http://dusan.fora.si/blog/wp-content/uploads/62396916495_8417.thumbnail.jpg' alt='National Geographic web 2.0' /></a><br />
National Geographic</p>
<div style="clear:both"></div>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/nike2_0.jpg' title='Nike web 2.0'><img src='http://dusan.fora.si/blog/wp-content/uploads/nike2_0.thumbnail.jpg' alt='Nike web 2.0' /></a><br />
Nike</p>
<div style="clear:both"></div>
<p><a href='http://dusan.fora.si/blog/wp-content/uploads/mastrcard.gif' title='MasterCard web 2.0'><img src='http://dusan.fora.si/blog/wp-content/uploads/mastrcard.thumbnail.gif' alt='MasterCard web 2.0' /></a><br />
MasterCard</p>
<div style="clear:both"></div>
<p>See the <a href="http://enthree.com/files/random/web2logos/">full list</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dusan.fora.si/blog/why-web-20-design-is-bad/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
