<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>YetToBeBranded</title>
	<atom:link href="http://miksago.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://miksago.wordpress.com</link>
	<description>Design and Programming dabblings of Micheil</description>
	<lastBuildDate>Mon, 01 Dec 2008 09:40:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='miksago.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>YetToBeBranded</title>
		<link>http://miksago.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://miksago.wordpress.com/osd.xml" title="YetToBeBranded" />
	<atom:link rel='hub' href='http://miksago.wordpress.com/?pushpress=hub'/>
		<item>
		<title>titleCase&#8217;d WordPress Categories</title>
		<link>http://miksago.wordpress.com/2008/12/01/titlecased-wordpress-categories/</link>
		<comments>http://miksago.wordpress.com/2008/12/01/titlecased-wordpress-categories/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 09:40:47 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Useful stuff]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=105</guid>
		<description><![CDATA[Okay, I have to admit, I am kind of lazy when it comes to small things like the categories in wordpress. Rather then making them all capitalised, I decided to employ a small piece of php to do it for me. I&#8217;m sure most people have heard of John Gruber&#8217;s title-case perl script, and if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=105&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay, I have to admit, I am kind of lazy when it comes to small things like the categories in wordpress. Rather then making them all capitalised, I decided to employ a small piece of php to do it for me.</p>
<p>I&#8217;m sure most people have heard of John Gruber&#8217;s title-case perl script, and if not, you should <a href="http://daringfireball.net/2008/05/title_case" target="_blank">check it</a> out. Basically, it capitalises strings to be grammatically correct headlines. However, Gruber&#8217;s original is in perl, not php like wordpress.</p>
<p><strong><em>Fear NOT!</em></strong> Mr Kroc Camen came to our rescue, with his version of <a href="http://camendesign.com/code/title-case" target="_blank">titleCase</a>, so, we open up functions.php of our theme file, add in his titleCase function to the top of the file, then add in the following line:</p>
<pre><code>add_filter('the_category',  'titleCase');</code></pre>
<p>This line tells wordpress to apply the <em>titleCase</em> function to the hook <em>the_category</em>. And That&#8217;s it — Automatically capitalised categories.</p>
<p>Yep, another shorty.</p>
<br />Posted in Useful stuff  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=105&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/12/01/titlecased-wordpress-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
		<item>
		<title>Permalinked Permalinks?</title>
		<link>http://miksago.wordpress.com/2008/12/01/permalinked-permalinks/</link>
		<comments>http://miksago.wordpress.com/2008/12/01/permalinked-permalinks/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 09:01:21 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Useful stuff]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=101</guid>
		<description><![CDATA[Okay, so, this is just something useful that only just clicked with me, that I thought I'd share.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=101&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the new YetToBeBranded site, I&#8217;m using wordpress to power it, due to lack of tiem to create a custom platform. The long of the short of it, is that i wanted everything to be as integrated and look as natural as possible. This would mean permalinks.</p>
<p>Another thing, was that YetToBeBranded is a company website, not a blog, so I&#8217;m using a custom frontpage, which complicates things just a little.</p>
<p>My permalink structure was to be simple: /articles/ is all my articles, it&#8217;d be based on title of the article. However, when I set my permalinks to be</p>
<pre><code>/articles/%postname%/</code></pre>
<p>I also had a page called &#8216;articles&#8217;, which was the default frontpage of a wordpress blog. I messed around for quite a while, trying to figure out why my pagination was bugging up in the custom permalinks, the answer:</p>
<p>Because I had a page called articles, and my articles where pointing to that page, instead of that post, there was conflict. The solution was to set my permalinks to:</p>
<pre><code>/article/%postname%/</code></pre>
<p>This worked. I&#8217;m not sure if this article will help anyone else, but this helped me, as i couldn&#8217;t find the solution to my problem in the codex or related resources.</p>
<br />Posted in Programming, Site News, Useful stuff  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=101&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/12/01/permalinked-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
		<item>
		<title>Oktober To News</title>
		<link>http://miksago.wordpress.com/2008/10/20/oktober-to-news/</link>
		<comments>http://miksago.wordpress.com/2008/10/20/oktober-to-news/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 23:00:13 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[News and Happenings]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[dAmnZilla]]></category>
		<category><![CDATA[YetToBeBranded]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=97</guid>
		<description><![CDATA[The Birds are Tweeting, and The Sky Is Blue — Music is in the Air.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=97&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Okay, So wordpress has delayed posting of blog entries — In Otherwords, I&#8217;m Talking from the future more so then <a href="http://miksago.wordpress.com/about/">normal</a>.</em></p>
<h3>What&#8217;s News?</h3>
<p>Did I mention I got employment of sorts with <em>NapalmRiot Inc</em>? Well, yes, I work for NapalmRiot as a CSS / JavaScript Ninja, expect to see more awesome stuff from them soon. <strong>Not a Member? <a href="http://www.napalmriot.com/signup/Miksago" target="_blank">Signup</a> Today!</strong></p>
<p>What else&#8230; I&#8217;ve Started work back up on <em>dAmnZilla</em>, I&#8217;m totally revising it&#8217;s User Interface and recoding large portions of it, It&#8217;s getting some really cool features added in. Oh, yeah, It&#8217;s my <strong>birthday today</strong>, happy birthday to me. Woot.</p>
<p>Also, work on <strong>YetToBeBranded.net</strong> has ground to a stop for a while, for I&#8217;m working on some much bigger and cooler projects right now. I promise, actually, Is there such thing as birthday resultions? Okay, I make a birthday Resolution to get YetToBeBranded Live before my next birthday.</p>
<p>In Slightly other news.. Here&#8217;s some interesting Design Concepts:</p>
<ul>
<li><strong><a href="http://www.ivovos.com/brunch.php" target="_blank">Brunch</a>:</strong> Celebrating The Mundane</li>
<li><strong>Creative Navigation Designs:</strong> <a href="http://vandelaydesign.com/blog/galleries/creative-navigation/" target="_blank">Look at that style?</a></li>
</ul>
<p>Oh Well, That&#8217;s about it from this news room.</p>
<p><em>&#8230;You&#8217;re Listening to Micheil from YetToBeBranded ramble on about random news in october since the last news update&#8230; <strong>Oh Yeah, The Birds are <a href="http://twitter.com/miksago" target="_blank">Tweeting</a>, and The Sky Is <a href="http://detail24.deviantart.com/art/above-72239614" target="_blank">Blue</a> — <a href="http://beautifullyric.com" target="_blank">Music</a> is in the Air.</strong></em></p>
<br />Posted in News and Happenings, Site News  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=97&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/10/20/oktober-to-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Frameworks, and why I use them</title>
		<link>http://miksago.wordpress.com/2008/10/19/css-frameworks-and-why/</link>
		<comments>http://miksago.wordpress.com/2008/10/19/css-frameworks-and-why/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 09:52:07 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[web application development]]></category>
		<category><![CDATA[web framework]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=90</guid>
		<description><![CDATA[I'm sure anyone, who has ever down any hardcore web development or developed a web application will know that after you reach a certain size, your CSS files start to get unwieldy — That is, they become hard to edit, cumbersome to make bug fixes to, and sometimes start taking a month of Fridays to load.

What Are We To do?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=90&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure anyone, who has ever down any hardcore web development or developed a web application will know that after you reach a certain size, your CSS files start to get unwieldy — That is, they become hard to edit, cumbersome to make bug fixes to, and sometimes start taking a month of Fridays to load.</p>
<p>A Common solution to this is to use CSS Indexing, where you set up a system of comments to be able to quickly find your way around your files. While this method of having Comment Headings for each section works, it still leaves you with a massive file size.</p>
<p>Another solution is to go the way of a Framework, where by you break each part in your css down to it&#8217;s core components. A list of the core components may look quite similar to the following:</p>
<dl>
<dt>reset.css</dt>
<dd>Yes, I use a reset stylesheet, simple because it makes it easier to develop styles consistently across browsers.</dd>
<dt>typography.css</dt>
<dd>This includes everything to do with type. From the Baseline and Line-height settings, right through to font-sizes and image alignment.</dd>
<dt>grid.css</dt>
<dd>A standard style grid systems. Typically including CSS for doing column layouts and table grids. </dd>
<dt>importer.css</dt>
<dd>One file to @import in all your CSS files, alternatively you can just link in each of your stylesheets using the &lt;link&gt; tag in HTML. </dd>
</dl>
<p>From that basic layout of files, I then use a I trick call &#8220;Body Identification&#8221;, this is simply the method of applying a unique ID to each type of page in your site. e.g. If your &#8216;about us&#8217; page needs a red background, then I&#8217;d use this selector to apply the CSS rule.</p>
<p>With using a unique page ID, it&#8217;s probably a good practice to put all the CSS files named by their unique ID&#8217;s in a folder called &#8216;pages&#8217; or &#8216;layouts&#8217;. You&#8217;re file structure is now looking much more like this:</p>
<ul>
<li>./ grid.css</li>
<li>./ reset.css</li>
<li>./ typography.css</li>
<li>./ pages /
<ul>
<li>aboutus.css</li>
<li>frontpage.css</li>
<li>blog.css</li>
</ul>
</li>
<li>./ importer.css</li>
</ul>
<p>So there you have it, a simple way to manage your css, with the benefits of being in small chunked files, having an abstracted framework to work around — a Scaffold, if you will — and, you also have highly specific stylesheets targeting individual pages of your application.</p>
<p>You can Learn more about CSS Frameworks at:</p>
<ul>
<li>Alistapart: Issue #239: <a href="http://www.alistapart.com/articles/frameworksfordesigners" target="_blank">Framework For Designers</a></li>
<li>Monday By Noon: <a href="http://mondaybynoon.com/2007/08/27/please-do-not-use-css-frameworks/" target="_blank">Please Do Not Use CSS Frameworks</a></li>
<li>Smashing Magazine: <a href="http://www.smashingmagazine.com/2007/09/21/css-frameworks-css-reset-design-from-scratch/" target="_blank">CSS Frameworks + CSS Reset: Design From Scratch</a></li>
<li>Wikipedia: <a href="http://en.wikipedia.org/wiki/CSS_framework" target="_blank">CSS Frameworks</a></li>
</ul>
<p><em><strong>What&#8217;s your own take on the Use of CSS Framworks and They&#8217;re Applications?</strong></em></p>
<br />Posted in Design, Programming, tutorials  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=90&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/10/19/css-frameworks-and-why/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
		<item>
		<title>Tutorial: Cloudy Gimp</title>
		<link>http://miksago.wordpress.com/2008/08/24/tutorial-cloudy-gimp/</link>
		<comments>http://miksago.wordpress.com/2008/08/24/tutorial-cloudy-gimp/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 12:54:38 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[deviantART]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Useful stuff]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=76</guid>
		<description><![CDATA[Okay, So I&#8217;m back from no posts, so I thought I&#8217;d write about a nice little gem I found while searching for some techniques, tutorials and ways of doing certain things in The Gimp. I&#8217;ll probably post more tutorials soon, but here&#8217;s the first one, It&#8217;s heavily based on this tutorial by Antichange on deviantart. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=76&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay, So I&#8217;m back from no posts, so I thought I&#8217;d write about a nice little gem I found while searching for some techniques, tutorials and ways of doing certain things in <a href="http://www.gimp.org" target="_blank">The Gimp</a>. I&#8217;ll probably post more tutorials soon, but here&#8217;s the first one, It&#8217;s heavily based on <a href="http://antichange.deviantart.com/art/Tutorial-Painting-Clouds-82687849" target="_blank">this tutorial</a> by <a href="http://antichange.deviantart.com/" target="_blank">Antichange</a> on deviantart.</p>
<h3>Painting Clouds In The Gimp</h3>
<ol>
<li>Create a new blank canvas any size you want, I used 1600&#215;1200, set the canvas up with the following settings:
<p><div id="attachment_77" class="wp-caption alignnone" style="width: 370px"><a href="http://miksago.files.wordpress.com/2008/08/screenshot-create-a-new-image.png"><img class="size-full wp-image-77" src="http://miksago.files.wordpress.com/2008/08/screenshot-create-a-new-image.png?w=425" alt="Transparency"   /></a><p class="wp-caption-text">Colour Space: RGB;   Fill With: Transparency</p></div></li>
<li>Here comes a fun part: Take out the <strong><em>paintbrush</em></strong> tool (P), select a nice greyish blue colour – #6caad8 maybe? – and then paint on a few circular scribbles:
<p><div id="attachment_78" class="wp-caption alignnone" style="width: 277px"><img class="size-full wp-image-78" src="http://miksago.files.wordpress.com/2008/08/step2_animation.gif?w=425" alt="Quite simple to do, and also, quite fun if you make it."   /><p class="wp-caption-text">Animation Of Painting: Quite simple to do, and also, quite fun if you make it.</p></div></li>
<li>Now, take out the <strong><em>Dodge/Burn</em></strong> tool ( Shift + D ), and start Dodging colour away from the inside out ­– I used a brush size of 15, a scale of 1, no pressure settings, mode of Midtones, and an exposure of 40.<br />
<strong>Note, </strong>This needs to be done in one mouse click</li>
<li>Now, still with the <em><strong>Dodge/Burn</strong></em> tool, Repeat the process of step 3. You should end up with something like:
<p><div id="attachment_79" class="wp-caption alignnone" style="width: 277px"><img class="size-full wp-image-79" src="http://miksago.files.wordpress.com/2008/08/step4_dodged.png?w=425" alt=""   /><p class="wp-caption-text">What I ended up with; After trial and error, you&#39;ll get something that looks about right.</p></div></li>
<li>Here&#8217;s another fun part: Take out the <em><strong>Smudge tool</strong></em> ( S ), and start smudging the colour from the light area to the transparent area.<strong><br />
Note,</strong> I had to fill up the transparent areas that I&#8217;d left, simply by using the paintbrush and Selecting the colour I needed to patch up.)</li>
<li>Duplicate the first layer below itself, and add a <em><strong>Gaussian Blur</strong></em> (Filters -&gt; Blur -&gt; Gaussian Blur), and set the radius to around 60 (or whatever looks right to you).</li>
<li><em><strong>Merge</strong></em> the two layers together. Add a <em><strong>Layer Mask</strong></em> to the resulting layer, we want to select <em>&#8220;Black (full transparency)&#8221;</em>. Switch to that layer mask – next to the layer preview, there should now be a black box with a white border. (You&#8217;re cloud will disappear, due to the layer mask)</li>
<li>Now, take out the <em><strong>gradient tool</strong></em> ( L ), select the shape of Radial and the colour to be white. Then, draw on to several gradients from the center of your cloud out. (As you do, you&#8217;re cloud will become visible again)
<p><div id="attachment_82" class="wp-caption alignnone" style="width: 277px"><img class="size-full wp-image-82" src="http://miksago.files.wordpress.com/2008/08/step8_gradients_on.png?w=425" alt="I'll be the first to admit that this is kinda cheating, but it gives the desired effect."   /><p class="wp-caption-text">I&#39;ll be the first to admit, that this is kind of cheating.</p></div></li>
<li>And now we&#8217;re pretty much done, you may want to add another layer select the cloud via &#8220;alpha to selection&#8221; and filling it with white, so you&#8217;re cloud isn&#8217;t a bright blue. But other then that we&#8217;re all done. Here&#8217;s the <a href="http://antichange.deviantart.com/art/Tutorial-Painting-Clouds-82687849" target="_blank">original tutorial</a>, once again.</li>
</ol>
<div id="attachment_86" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-86" src="http://miksago.files.wordpress.com/2008/08/cloudy_night1.png?w=300&#038;h=225" alt="The Final Piece of Work, with a few additions" width="300" height="225" /><p class="wp-caption-text">The Final Piece of Work, with a few additions</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/miksago.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/miksago.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=76&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/08/24/tutorial-cloudy-gimp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>

		<media:content url="http://miksago.files.wordpress.com/2008/08/screenshot-create-a-new-image.png" medium="image">
			<media:title type="html">Transparency</media:title>
		</media:content>

		<media:content url="http://miksago.files.wordpress.com/2008/08/step2_animation.gif" medium="image">
			<media:title type="html">Quite simple to do, and also, quite fun if you make it.</media:title>
		</media:content>

		<media:content url="http://miksago.files.wordpress.com/2008/08/step4_dodged.png" medium="image" />

		<media:content url="http://miksago.files.wordpress.com/2008/08/step8_gradients_on.png" medium="image">
			<media:title type="html">I'll be the first to admit that this is kinda cheating, but it gives the desired effect.</media:title>
		</media:content>

		<media:content url="http://miksago.files.wordpress.com/2008/08/cloudy_night1.png?w=300" medium="image">
			<media:title type="html">The Final Piece of Work, with a few additions</media:title>
		</media:content>
	</item>
		<item>
		<title>Problematic Online Privacy</title>
		<link>http://miksago.wordpress.com/2008/08/02/problematic-online-privacy/</link>
		<comments>http://miksago.wordpress.com/2008/08/02/problematic-online-privacy/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 09:27:43 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Current (World) Issues]]></category>
		<category><![CDATA[Politics & Reviews]]></category>
		<category><![CDATA[online identy]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[problems with online privacy]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=70</guid>
		<description><![CDATA[There&#8217;s been thousands of articles written on the web about online privacy, some discussing what you can do to protect your privacy, others discussing how certain sites or services break your privacy. While it&#8217;s all good and great to say there&#8217;s issues with online privacy, in my opinion, when it gets down to it, usually [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=70&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been thousands of articles written on the web about online privacy, some discussing what you can do to protect your privacy, others discussing how certain sites or services break your privacy. While it&#8217;s all good and great to say there&#8217;s issues with online privacy, in my opinion, when it gets down to it, usually you choose to put the information on your user profile.</p>
<p>If you say that you live in Canterbury Fields, 10 High St, Apartment 44, then your telling the world that you live at that location, your not usually saying that to just a small audience, but rather a global audience. You can&#8217;t complain, if you have something happens, because, if you&#8217;ve broadcasted information that you wouldn&#8217;t normally tell someone you don&#8217;t know.</p>
<p>However, on the opposite side to that, if someone else posts information about you, then that I consider to be an online privacy problem.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/miksago.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/miksago.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=70&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/08/02/problematic-online-privacy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
		<item>
		<title>YetToBeBranded.net</title>
		<link>http://miksago.wordpress.com/2008/06/09/yettobebrandednet/</link>
		<comments>http://miksago.wordpress.com/2008/06/09/yettobebrandednet/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 13:35:43 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Useful stuff]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=67</guid>
		<description><![CDATA[Okay, so check this out, I&#8217;ve gotten a domain name and hosting! Woooo&#8230;. Okay, so expect this blog to be moving there sometime in the next few months<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=67&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://miksago.files.wordpress.com/2008/06/42-yettobebranded_-comming-soon-yettobebranded_net.png"><img src="http://miksago.files.wordpress.com/2008/06/42-yettobebranded_-comming-soon-yettobebranded_net.png?w=300&#038;h=165" alt="" width="300" height="165" class="aligncenter size-medium wp-image-68" /></a><br />
Okay, so check this out, I&#8217;ve gotten a domain name and hosting! Woooo&#8230;.</p>
<p>Okay, so expect this blog to be moving there sometime in the next few months <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/miksago.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/miksago.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=67&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/06/09/yettobebrandednet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>

		<media:content url="http://miksago.files.wordpress.com/2008/06/42-yettobebranded_-comming-soon-yettobebranded_net.png?w=300" medium="image" />
	</item>
		<item>
		<title>My Development Process</title>
		<link>http://miksago.wordpress.com/2008/06/08/my-development-process/</link>
		<comments>http://miksago.wordpress.com/2008/06/08/my-development-process/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 00:11:18 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[News and Happenings]]></category>
		<category><![CDATA[Useful stuff]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=64</guid>
		<description><![CDATA[Recently there&#8217;s been a load of discussion about the flow of development different companies use in order to make websites or applications. From the 37signals team, we had the process of: Paper Sketches xHTML + CSS This is almost similar to the process I use, however I introduce another step; But before I get to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=64&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently there&#8217;s been a load of discussion about the flow of development different companies use in order to make websites or applications.<span id="more-64"></span> From the <a href="http://www.37signals.com/svn/posts/1061-why-we-skip-photoshop">37signals</a> team, we had the process of:</p>
<ol>
<li>Paper Sketches</li>
<li><abbr title="eXtensible HyperText Markup Language">xHTML</abbr> + <abbr title="Cascading StyleSheets">CSS</abbr></li>
</ol>
<p>This is almost similar to the process I use, however I introduce another step; But before I get to that, I&#8217;ll explain traditional, and possibly most well known method. It goes something like this..</p>
<ol>
<li>Brain Storming</li>
<li>Rough Paper Sketches</li>
<li>Refined Sketches</li>
<li>Photoshop mockup</li>
<li>Prototyping in <abbr title="HyperText Markup Language">HTML</abbr> + <abbr title="Cascading StyleSheets">CSS</abbr></li>
<li>Full blown development</li>
</ol>
<p>This process has worked for different people for a number of reasons, for one, it&#8217;s well structured and gives plenty of time for thought. Two, It&#8217;s a way to collect and streamline thoughts before actually starting anything in hard code or pen on paper.</p>
<p>I can&#8217;t say i&#8217;ve found this method to ever work very well for me; I&#8217;ve tried to use it a few times, not because i suck at photoshop, but because i like to be too precise, there&#8217;s too much detail i can put into a drawing. A sketch on the other hand, i can easily change, modify and rearrange.</p>
<p>My Process goes something like this..</p>
<ol>
<li>Research and Inspire</li>
<li>Rough paper sketches</li>
<li>Dimension sizes of things on using tracing paper.</li>
<li>Work from paper straight into <abbr title="eXtensible HyperText Markup Language">xHTML</abbr> + <abbr title="Cascading StyleSheets">CSS</abbr> templates</li>
<li>Add in server side code and javascript as required.</li>
</ol>
<p>The reasons this works for me is because before i start anything, i make sure i have very clean, clear and good looking sketches, this means the the photoshop stage is pretty much in the sketch stage. Then I just take a step to the right, and go straight into the code, head first.</p>
<p>What are your thoughts on the process? Do you work similar to me, or how do you work?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/miksago.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/miksago.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=64&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/06/08/my-development-process/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Update: Yay I love Themes.</title>
		<link>http://miksago.wordpress.com/2008/06/07/quick-update/</link>
		<comments>http://miksago.wordpress.com/2008/06/07/quick-update/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 18:46:13 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=65</guid>
		<description><![CDATA[Well, sort of. As You&#8217;ve guessed if your here, I&#8217;ve yet again changed the theme of the blog, for those interested in knowing, the header photo is my own, you can find it in my deviantART gallery. That&#8217;s all for me right now.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=65&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, sort of. As You&#8217;ve guessed if your here, I&#8217;ve yet again changed the theme of the blog, for those interested in knowing, the header photo is my own, you can find it in my deviantART <a href="http://miksago.deviantart.com/art/In-the-Long-Term-50900210">gallery</a>. That&#8217;s all for me right now.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/miksago.wordpress.com/65/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/miksago.wordpress.com/65/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=65&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/06/07/quick-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
		<item>
		<title>Meet Tane.</title>
		<link>http://miksago.wordpress.com/2008/06/07/meet-tane/</link>
		<comments>http://miksago.wordpress.com/2008/06/07/meet-tane/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 18:01:15 +0000</pubDate>
		<dc:creator>Micheil</dc:creator>
				<category><![CDATA[Useful stuff]]></category>

		<guid isPermaLink="false">http://miksago.wordpress.com/?p=63</guid>
		<description><![CDATA[Do you need a freelance web developer with tastes for Python, PHP, and Javascript? Yes, well then, meet Tane Piper, a freelance developer from Edinburgh, Scotland. In the past, Tane&#8217;s worked with various frameworks over the years, including Django, CakePHP and Facebook Application Library, having also been a contributor to the jQuery UI Project. His [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=63&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Do you need a freelance web developer with tastes for Python, PHP, and Javascript?<br />
<em>Yes, well then, meet Tane Piper, a freelance developer from Edinburgh, Scotland.</em></p>
<p><span id="more-63"></span></p>
<p>In the past, Tane&#8217;s worked with various frameworks over the years, including Django, CakePHP and Facebook Application Library, having also been a contributor to the jQuery UI Project. His primary skills include:</p>
<ul>
<li>MySQL / SQLite3</li>
<li>Apache / Lighttpd administration</li>
<li>Debian Server Configuration and Administration</li>
<li>PHP / Drupal / WordPress</li>
<li>Python / Django</li>
<li>JavaScript / jQuery / Ajax</li>
<li>Familiar with concepts such as Ajax, Comet, Microformats, SEO, RDF.</li>
<li>Facebook Applications</li>
</ul>
<p>Reason for me pimping him? He&#8217;s a good friend, and colleague on occasions. If you would like to hire me, please contact <a href="mailto:info@digitalspaghetti.me.uk">info@digitalspaghetti.me.uk</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/miksago.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/miksago.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/miksago.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/miksago.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/miksago.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/miksago.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/miksago.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/miksago.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/miksago.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/miksago.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/miksago.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/miksago.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/miksago.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/miksago.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/miksago.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/miksago.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=miksago.wordpress.com&amp;blog=188539&amp;post=63&amp;subd=miksago&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://miksago.wordpress.com/2008/06/07/meet-tane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c6236f07517247946b34783300f21454?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Micheil</media:title>
		</media:content>
	</item>
	</channel>
</rss>
