<?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/"
	>

<channel>
	<title>blog</title>
	<atom:link href="http://quakeulf.suxos.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://quakeulf.suxos.org/blog</link>
	<description>tutorials etc.</description>
	<pubDate>Mon, 23 Feb 2009 15:07:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Right-aligned website is go!</title>
		<link>http://quakeulf.suxos.org/blog/2009/02/23/right-aligned-website-is-go/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/02/23/right-aligned-website-is-go/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:04:57 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=155</guid>
		<description><![CDATA[Kowloon III]]></description>
			<content:encoded><![CDATA[<p>Finally after much ado about nothing, I decided to finish my other sections; <a href="http://quakeulf.suxos.org/"><strong>the index</strong></a>, <a href="http://quakeulf.suxos.org/gallery/"><strong>the gallery</strong></a> and the <a href="http://quakeulf.suxos.org/about.php"><strong>about-section</strong></a> of this sight using a <a href="http://quakeulf.suxos.org/htmltest/raito/indexe.html">design-idea from 2007</a>. <em>Why</em> right-aligned? Well, it&#8217;s not much used, and I really wanted to separate myself from the other 99% of websights out there.</p>
<p>Now that it is done, two things remain: <strong>1.) </strong>Adjust this blog so it fits better in with the style of the rest of the sight, and <strong>2.) </strong>Battle comment-spam. I get on average 1,000 spam-messages per week to this blog. When reading through them I get the feeling someone just hates the internet, as they are totally useless. What happened to spam that used to advertise something? The spam I get is just gibberish that links to malware. What is the point? (<strong>Bro-tip:</strong> There is <em>no</em> point.)</p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/02/23/right-aligned-website-is-go/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I will have a course in colours</title>
		<link>http://quakeulf.suxos.org/blog/2009/02/17/i-will-have-a-course-in-colours/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/02/17/i-will-have-a-course-in-colours/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 21:10:03 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=152</guid>
		<description><![CDATA[PANK MADDAFAKKA]]></description>
			<content:encoded><![CDATA[<p>At my place this month. It will cover many aspects of colouring and include what trends are out there etc. as well as distinguishing good and bad colour-usage. For more about the event, you must relocate to <a href="http://forum.japani.no/showthread.php?t=16593"><strong>this site</strong></a>. It&#8217;s in Norwegian so don&#8217;t feel alienated if you don&#8217;t understand what&#8217;s written there. It&#8217;s <em>alright!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/02/17/i-will-have-a-course-in-colours/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Text overlapping two-coloured background in CSS</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/28/text-overlapping-two-coloured-background-in-css/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/28/text-overlapping-two-coloured-background-in-css/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 17:14:34 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=132</guid>
		<description><![CDATA[JINGLE BELLS]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://quakeulf.suxos.org/htmltest/css-test/hurr.htm">See this</a></strong>, it&#8217;s a proof of something I have wanted to try for a long while. I am sure this has been done before, but I have not seen it, and this is completely my own take on it. I do believe it can be improved, and if that is the case, please help a fellow out. Here&#8217;s the code for one of the uppermost black row:</p>
<div class="code"><code>* {<br />
	margin: 0;<br />
	padding: 0<br />
}<br />
html {<br />
	padding: 5em;<br />
	font-family: Georgia, serif<br />
}<br />
h2 {<br />
	font-weight: normal;<br />
	line-height: 25%;<br />
	padding: .75em .5em 0 .5em;<br />
	font-size: 1.5em;<br />
}<br />
.colonthree {<br />
	background: #333333;<br />
	border-bottom: 1em solid #000000;<br />
	color: #ffffff;<br />
}<br />
.colonthree span {<br />
	color: #cccc99;<br />
	font-style: italic<br />
}</code></div>
<p>The <a href="http://quakeulf.suxos.org/htmltest/css-test/stylert.css"><strong>whole CSS</strong></a> is available too! Be aware that this only works for <em>one line</em> of text!</p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/28/text-overlapping-two-coloured-background-in-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Strange vehicles</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/27/strange-vehicles/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/27/strange-vehicles/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 23:38:45 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=130</guid>
		<description><![CDATA[Taaaaake oooooon meeeeee! (Take on me!)
Taaaaaake meeeeee ooooooon!]]></description>
			<content:encoded><![CDATA[<p>So I found <a href="http://strangevehicles.greyfalcon.us/"><strong>this site</strong></a> about <em>strange vehicles of pre-war Germany and the Third Reich (1928-1945)</em> while doing research on WW2-era vehicles. I went all over it tonight, and even though this is relevant to my WW2-project at work, I think most of it will end up being used as inspiration for <strong>NMDT</strong>, my super-comic which will be done sometime during 2010 and will happen to be <em>Norway&#8217;s most detailed comic</em> until I make a new comic to beat it.</p>
<p>Enough talk, here&#8217;s some of what you can expect from the site:</p>
<div class="postimg"><a href="http://strangevehicles.greyfalcon.us/Alkett.htm"><img title="Ooh" src="http://strangevehicles.greyfalcon.us/Pictures/al2.png" alt="ALKETT VsKfz 617 MINENRÄUMER (1942-1945)" /></a></div>
<p class="wp-caption-text"><strong>Fig. 1:</strong> Boo-ya!</p>
<div class="postimg"><a href="http://strangevehicles.greyfalcon.us/Richter%20Rocket%20Bicycle.htm"><img title="Oooh" src="http://strangevehicles.greyfalcon.us/picturesh/ri80.jpg" alt="RICHTER RAKETENRAD (1931)" /></a></div>
<p class="wp-caption-text"><strong>Fig. 1:</strong> Raaaaaaaawr!!!</p>
<p><strong><em>A word of advice:</em></strong> There are many sections on this site and I will advice you to take it with a grain of salt. There are some manipulated images and sections that are mostly conspiracies for the sake of conspiracies as well as things that are just fantasy mock-ups of things that were highly unlikely to ever have been conceived. Other than that, it&#8217;s one hell of an interesting site!</p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/27/strange-vehicles/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Icons!</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/23/icons/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/23/icons/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 20:47:19 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<category><![CDATA[Vector graphics]]></category>

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=122</guid>
		<description><![CDATA[A guinea pig in a dinosaur-costume.]]></description>
			<content:encoded><![CDATA[<p><strong>Shiny, glossy, fancy icons!</strong> I love making icons. It&#8217;s something that I haven&#8217;t done so much, and which is refreshing to do. You&#8217;ve probably seen the <a href="http://quakeulf.suxos.org/blog/2009/01/13/ten-iphone-apps-youll-never-see/">&#8220;Ten iPhone-apps you’ll never see&#8221;</a> post which I wrote earlier. Making those icons were fun. :3 So now a friend of mine asked me to make an icon for him for a project, and the result is here:</p>
<div class="postimg"><a href="http://quakeulf.suxos.org/bilder/bearbeidet/scale.png"><img title="Scale" src="http://quakeulf.suxos.org/bilder/bearbeidet/scale.png" alt="Scale" /></a></div>
<p class="wp-caption-text"><strong>Fig. 1:</strong> Scale program icon.</p>
<p>Now the verdict is pending whether he likes it or not&#8230; Moving on, here&#8217;s another icon, of which I&#8217;ve used as the icon for the <strong>site folders</strong>:</p>
<div class="postimg"><a href="http://quakeulf.suxos.org/bilder/bearbeidet/scale.png"><img title="Folder" src="http://quakeulf.suxos.org/bilder/bearbeidet/mappestor.png" alt="Scale" /></a></div>
<p class="wp-caption-text"><strong>Fig. 2:</strong> A fancy, black folder.</p>
<p>Both graphics were lovingly crafted in <strong>Adobe illustrator CS2</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/23/icons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recent posts? Ludicrous!</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/21/recent-posts-ludicrous/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/21/recent-posts-ludicrous/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 20:42:32 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=94</guid>
		<description><![CDATA[You're in the army now! WOOO-EEE-OOOOH, you're in the army. Nooooow.]]></description>
			<content:encoded><![CDATA[<p>Ok, so the fad is to have on top of your sidebar in your fancy two-column styled blog a category called &#8220;<em>Recent posts</em>&#8220;. Do you realise the sheer redundancy of this addition? Isn&#8217;t your posts on top of your main column the most recent posts? Having that category right next to your main post list is pushing it. Look at it, then look at the headers on your main column, then look back and forth until you realise it&#8217;s just a minature version of your main posts column. So you <strong>still</strong> want to use it? Well, fine. As long as you use it appropriately, like having it appear on a single blog post page, or on your search page, or anywhere but the index itself, it should be perfect. Now, with this knowledge added to your miniscule brain, off you go into the world; <em>reborn!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/21/recent-posts-ludicrous/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My archive is the twilight zone</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/20/my-archive-is-the-twilight-zone/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/20/my-archive-is-the-twilight-zone/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:06:32 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=92</guid>
		<description><![CDATA[Did you know? Unruly hair is the best kind of hair.]]></description>
			<content:encoded><![CDATA[<p>As my blog has passed its initial 10 posts it can be said to you: <em><strong>This blog is two blogs in one!</strong></em> &#8220;<em>But how?</em>&#8221; you might ask. Easy, I use <strong>excerpts</strong> for fun and profit. Engage in my little online social experiment here, or else the little online social experiment will engage on <em>you!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/20/my-archive-is-the-twilight-zone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s just you</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/20/its-just-you/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/20/its-just-you/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 18:01:58 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=87</guid>
		<description><![CDATA[Bro-tip: Google for "Brian Peppers".]]></description>
			<content:encoded><![CDATA[<p>After a recent discussion at work over an artist&#8217;s perception of what he or she creates, and the general viewer&#8217;s perception of the same artwork, we came to the conclusion that if you feel<em><strong>s</strong></em> something just isn&#8217;t right, it might just be you. Why? Because no one else has seen what you have made before you show it to them. If you are bound by time-restraints and technical limitations, of course you will never really be able to fully show your <em>vast</em> creative potential, but if you feel like you are outputting something sub-par, it&#8217;s just you.</p>
<p>It&#8217;s just you.</p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/20/its-just-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zero maintenance site</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/20/zero-maintenance-site/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/20/zero-maintenance-site/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 23:40:57 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=80</guid>
		<description><![CDATA[JESUS CHRIST IT'S A LION GET IN THE CAR!!!]]></description>
			<content:encoded><![CDATA[<p>Less dicking around with pretty images and the style of the site itself and more focus on content is what I always strive for. I think this design has come that way pretty well, but of course nothing is perfect. If you see anything, want to suggest anything or just generally want to let me know what you feel about this design, please let me know! I am open for any input be it good or bad or whatever. Thank you very much in advance!</p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/20/zero-maintenance-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>That rotating image feature</title>
		<link>http://quakeulf.suxos.org/blog/2009/01/20/that-rotating-image-feature/</link>
		<comments>http://quakeulf.suxos.org/blog/2009/01/20/that-rotating-image-feature/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 23:00:59 +0000</pubDate>
		<dc:creator>Quakeulf</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://quakeulf.suxos.org/blog/?p=70</guid>
		<description><![CDATA[You just lost the game.]]></description>
			<content:encoded><![CDATA[<p>As some of you probably have seen on my site before in its previous incarnations, I used to have a <em>rotating image banner</em>. I dropped that because even though it looked nice, it was pretty useless and wasted screen real-estate like mad. Anyhow, this post will show you every rotated image I used for its last incarnation, beginning with this:</p>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/durrrrrr.png"><img title="DOTT" src="http://quakeulf.suxos.org/webbild/rotate/durrrrrr.png" alt="Fig. 1" width="768" height="320" /></a><p class="wp-caption-text">Fig. 1: Hallway from Day of the Tentacle by LucasArts.</p></div>
<p><span id="more-70"></span></p>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/duuuhhhrrrrttthyyy.jpg"><img title="Ingen dott :3" src="http://quakeulf.suxos.org/webbild/rotate/duuuhhhrrrrttthyyy.jpg" alt="Fig. 2" width="768" height="320" /></a><p class="wp-caption-text">Fig. 2: Some Art Nouveau-lady.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/ehhhrthhh.png"><img title="Rawr" src="http://quakeulf.suxos.org/webbild/rotate/ehhhrthhh.png" alt="Fig. 3" width="768" height="320" /></a><p class="wp-caption-text">Fig. 3: A dragon, rawr.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/hurr.png"><img title="City" src="http://quakeulf.suxos.org/webbild/rotate/durrrrrr.png" alt="Fig. 4" width="768" height="320" /></a><p class="wp-caption-text">Fig. 4: A city, city.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/iljyuuuuushhiiiiinnnn.jpg"><img title="Hoi." src="http://quakeulf.suxos.org/webbild/rotate/iljyuuuuushhiiiiinnnn.jpg" alt="Fig. 5" width="768" height="320" /></a><p class="wp-caption-text">Fig. 5: Oh very yes indeed.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/lyuuuuuruuhhh.jpg"><img title="B3" src="http://quakeulf.suxos.org/webbild/rotate/lyuuuuuruuhhh.jpg" alt="Fig. 6" width="768" height="320" /></a><p class="wp-caption-text">Fig. 6: Some run-down alley.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/mjuuuurrrgh.png"><img title="Yo dawg." src="http://quakeulf.suxos.org/webbild/rotate/mjuuuurrrgh.png" alt="Fig. 7" width="768" height="320" /></a><p class="wp-caption-text">Fig. 7: :3</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/mrythery.png"><img title="T-rex." src="http://quakeulf.suxos.org/webbild/rotate/mrythery.png" alt="Fig. 8" width="768" height="320" /></a><p class="wp-caption-text">Fig. 8: Have you tried pronouncing the image-URLs yet?</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/nerththttth.png"><img title="Wasshoi wasshoi!" src="http://quakeulf.suxos.org/webbild/rotate/nerththttth.png" alt="Fig. 9" width="768" height="320" /></a><p class="wp-caption-text">Fig. 9: Well, what can I say...</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/ryuuuhhhhhth.png"><img title="Rotterdamned :3" src="http://quakeulf.suxos.org/webbild/rotate/ryuuuhhhhhth.png" alt="Fig. 10" width="768" height="320" /></a><p class="wp-caption-text">Fig. 10: Photograph from Rotterdam.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/smarhhhhthyummm.png"><img title="Jumpstyle motherfuckers." src="http://quakeulf.suxos.org/webbild/rotate/smarhhhhthyummm.png" alt="Fig. 11" width="768" height="320" /></a><p class="wp-caption-text">Fig. 11: Crazy jumpstyle motherfuckers.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/ssssskryuuuth.png"><img title="MUUUUUUUUUUUM!!!" src="http://quakeulf.suxos.org/webbild/rotate/ssssskryuuuth.png" alt="Fig. 12" width="768" height="320" /></a><p class="wp-caption-text">Fig. 12: Calling your mum.</p></div>
<div class="wp-caption aligncenter" style="width: 778px"><a href="http://quakeulf.suxos.org/webbild/rotate/thyuuumms.jpg"><img title="DOTT" src="http://quakeulf.suxos.org/webbild/rotate/thyuuumms.jpg" alt="Fig. 13" width="768" height="320" /></a><p class="wp-caption-text">Fig. 13: A jew walked into a bar. Ouch.</p></div>
<p>Until I reconsider, this will be the swansong of the rotating image feature on this site. <em><strong>THE END</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://quakeulf.suxos.org/blog/2009/01/20/that-rotating-image-feature/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
