<?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>/dev/stu</title>
	<atom:link href="http://www.stuartaxon.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuartaxon.com</link>
	<description>Adding LOC to the web.</description>
	<pubDate>Thu, 04 Jun 2009 23:54:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Toast</title>
		<link>http://www.stuartaxon.com/2009/01/09/toast/</link>
		<comments>http://www.stuartaxon.com/2009/01/09/toast/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 19:29:36 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=144</guid>
		<description><![CDATA[
Lyrics
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/WJmKStqugMc&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/WJmKStqugMc&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.lyricskeeper.com/paul_young-lyrics/224965-toast-lyrics.htm">Lyrics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2009/01/09/toast/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Router upgrade nixed xbmc</title>
		<link>http://www.stuartaxon.com/2008/12/14/router-upgrade-nixed-xbmc/</link>
		<comments>http://www.stuartaxon.com/2008/12/14/router-upgrade-nixed-xbmc/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:26:50 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=140</guid>
		<description><![CDATA[It turns out my lack of networked media consumption utopia via xbmc was all down to upgrading my router&#8230; the xbox was fixed on 10.0.0.x while everything else moved over to 192.168.1.x  &#8230;so I learned that SMB doesn&#8217;t like that at all.
Oh well, one task down&#8230; many more todo&#8230; maybe I can actually setup my [...]]]></description>
			<content:encoded><![CDATA[<p>It turns out my lack of networked media consumption utopia via xbmc was all down to upgrading my router&#8230; the xbox was fixed on 10.0.0.x while everything else moved over to 192.168.1.x  &#8230;so I learned that SMB doesn&#8217;t like that at all.</p>
<p>Oh well, one task down&#8230; many more todo&#8230; maybe I can actually setup my kurobox in the next few days and then some really nice things might be possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/12/14/router-upgrade-nixed-xbmc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex for developers - Bootstrapping</title>
		<link>http://www.stuartaxon.com/2008/11/29/flex-for-developers-bootstrapping/</link>
		<comments>http://www.stuartaxon.com/2008/11/29/flex-for-developers-bootstrapping/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 23:31:10 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[projects]]></category>

		<category><![CDATA[actionscript. ant]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=129</guid>
		<description><![CDATA[Get started with flex development quickly, using the free sdk and building with ant from the commandline.]]></description>
			<content:encoded><![CDATA[<p>A lot of information on the web is aimed at people who use flashdevelop and other guis to build flex apps, this article is aimed at developers.  I&#8217;ll give you the information to get started with flex development quickly, using the free sdk and building with ant from the commandline.</p>
<p>A passing knowledge of ant wouldn&#8217;t hurt either.</p>
<p>This tutorial uses the file <a href="http://www.stuartaxon.com/wp-content/uploads/2008/11/blankapp.zip">blankapp.zip</a> to help bootstrap you into the world of flex / actionscript development.</p>
<h2>Prerequisites</h2>
<h3>Flex SDK</h3>
<p>You will need the flex sdk available from the <a href="http://www.adobe.com/devnet/flex/">flex developer center</a></p>
<h3>Apache ant</h3>
<p>You will need <a href="http://ant.apache.org/">apache ant</a>, make sure that the bin folder is in your path.</p>
<p>Copy flexTasks.jar from the flex ant lib into your own ant lib folder.</p>
<h2>Setup</h2>
<p>Extract the <a href="http://www.stuartaxon.com/wp-content/uploads/2008/11/blankapp.zip">blankapp.zip</a> to a folder</p>
<p>Open build.xml and change the line &lt;property name=&#8221;FLEX_HOME&#8221; value=&#8221;/usr/flex/sdk3&#8243; /&gt; to point to the flex sdk.</p>
<h2>Build</h2>
<p>You can build it by typing</p>
<pre>ant build</pre>
<p>You should see some output like this</p>
<pre>Buildfile: build.xml

clean:
   [delete] Deleting directory C:\Documents and Settings\Stuart\Desktop\projects\flex\blankapp\build

init:
    [mkdir] Created dir: C:\Documents and Settings\Stuart\Desktop\projects\flex\blankapp\build

build:
    [mxmlc] Loading configuration file C:\usr\flex\sdk3\frameworks\flex-config.xml
    [mxmlc] Initial setup: 172ms
    [mxmlc] Loaded 8 SWCs: 391ms
    [mxmlc] C:\Documents and Settings\Stuart\Desktop\projects\flex\blankapp\src\blankapp_333027.cache (The system cannot
 find the file specified)
    [mxmlc] Files: 328 Time: 1562ms
    [mxmlc] Linking... 16ms
    [mxmlc] Optimizing... 125ms
    [mxmlc] SWF Encoding... 47ms
    [mxmlc] C:\Documents and Settings\Stuart\Desktop\projects\flex\blankapp\build\blankapp.swf (159158 bytes)
    [mxmlc] Persisting 33 compilation units... 15ms
    [mxmlc] Total time: 2328ms
    [mxmlc] Peak memory usage: 59 MB (Heap: 33, Non-Heap: 26)

BUILD SUCCESSFUL
Total time: 2 seconds</pre>
<p>A new file, blankapp.swf should now be in the build folder</p>
<p>Type</p>
<pre>ant deploy</pre>
<p>To copy it to the deploy directory (later you can customise this later).</p>
<p>If you open the blankapp.swf in the browser you should see something like this</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/11/blankapp.png"><img class="alignnone size-medium wp-image-130" title="blankapp" src="http://www.stuartaxon.com/wp-content/uploads/2008/11/blankapp.png" alt="" width="232" height="208" /></a></p>
<p>It&#8217;s fairly bare, but demonstrates some basic techniques and a couple of widgets.</p>
<h2>Mxml and Actionscript, how they link together</h2>
<p>There are two important parts, the blankapp.mxml and org/blankapp/BlankApp.as.</p>
<p>The mxml file defines the layout while the actionscript contains code to be executed.   In this case there is one mxml file, BlankApp.mxml which links to a single actionscript class, BlankApp (in the file src/org/blankapp/BlankApp.as).</p>
<p>The directory structure org/blankapp, defines the package, in much the same way as java packages.</p>
<p>The graphic below shows how the class is linked to the mxml and where the instance of the class is:</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/11/blankapp-files.png"><img class="alignnone size-full wp-image-131" title="blankapp-files" src="http://www.stuartaxon.com/wp-content/uploads/2008/11/blankapp-files.png" alt="" width="666" height="822" /></a></p>
<p>The app is very basic, but should provide a jumping off point.</p>
<h2>Adding libraries</h2>
<p>If you need to add any libraries, just place the swc files in the lib folder and they will be included, the build.xml can be changed if this isn&#8217;t satisfactory.</p>
<h2>Afterword</h2>
<p>I only wanted to get started with papervision, but found it a bit of hassle to get started, hopefully this post will help people get started quickly.</p>
<h2>Acknowledgements</h2>
<p>The ant build file is by no means my own, owes inspiration to previous ant files I&#8217;ve known, including the pyAMF one and information available on the web.</p>
<p>This blog entry: http://talsma.tv/post.cfm/ant-mxmlc-and-swc-files for the info on how to include swc files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/11/29/flex-for-developers-bootstrapping/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aggregated angst</title>
		<link>http://www.stuartaxon.com/2008/10/05/aggregated-angst/</link>
		<comments>http://www.stuartaxon.com/2008/10/05/aggregated-angst/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 00:05:18 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[projects]]></category>

		<category><![CDATA[wordle angst grouphug.us python]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=117</guid>
		<description><![CDATA[A little python, a lot of angst&#8230;  for just 3 hours of work this was definitely worth it  

Click the image to view it in wordle where you can mess with it.
I love the way that Im is the biggest word, you can really see how egotistical they are on grouphug.
(Cheers to Andy for [...]]]></description>
			<content:encoded><![CDATA[<p>A little python, a lot of angst&#8230;  for just 3 hours of work this was definitely worth it <img src='http://www.stuartaxon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://wordle.net/gallery/wrdl/229896/grouphug%27s_aggregated_angst"><img class="alignnone size-full wp-image-118" title="grouphug-wordle" src="http://www.stuartaxon.com/wp-content/uploads/2008/10/grouphug-wordle.png" alt="" width="500" height="331" /></a></p>
<p>Click the image to view it in wordle where you can mess with it.</p>
<p>I love the way that <strong>Im</strong> is the biggest word, you can really see how egotistical they are on grouphug.</p>
<p>(Cheers to Andy for turning me onto wordle and helping with ideas).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/10/05/aggregated-angst/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Noodleglue - found!</title>
		<link>http://www.stuartaxon.com/2008/10/01/noodleglue-found/</link>
		<comments>http://www.stuartaxon.com/2008/10/01/noodleglue-found/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 12:13:38 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

		<category><![CDATA[java-gnome]]></category>

		<category><![CDATA[language bindings]]></category>

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

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

		<category><![CDATA[processing.org]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=112</guid>
		<description><![CDATA[Download noodleglue here: I had some trouble finding it. - Maybe can be used to link processing and Blender.]]></description>
			<content:encoded><![CDATA[<p>For the last few days I&#8217;ve been looking for a project called NoodleGlue.  I got interested when I wanted to look into generating java wrappings for the <a href="http://verse.blender.org/">Verse</a> library.</p>
<p><strong>If you just want to download Noodleglue skip to the end of the article</strong>.</p>
<p>Verse is a network protocol that lets 3d applications talk to each other in realtime, being developed by the Blender foundation.  I was wondering how difficult it would be to link the ease of use of <a href="http://processing.org">processing</a> with the power of Blender.</p>
<p><span id="more-112"></span></p>
<p>Processing being a simplified java, I started to look at ways of generating java bindings.</p>
<p>I knew that GTK had switched to generating their java bindings automatically, so started looking at technologies to do this, immediately I found out about noodleglue which seemed to fit the bill.</p>
<p>Slight problem - the site was down and the developers nowhere to be seen, after much searching I realised I should be looking for something written in C/C++ not java, searched for NoodleGlue.tar.gz and &#8216;bing!&#8217; there it is on one persons website.</p>
<p>I&#8217;m uploading it here, although I should probably put it on google code as well.</p>
<p><a href="http://www.stuartaxon.com/files/NoodleGlue.tar.gz">NoodleGlue.tar.gz</a></p>
<p><a href="http://www.stuartaxon.com/files/NoodleGlueGenerator.jar">NoodleGlueGenerator.jar</a></p>
<p><a title="Archive of Noodleglue.org" href="http://web.archive.org/web/20070205204525rn_1/www.noodleglue.org/noodleglue/noodleglue.html">Snapshot of noodleglue.org</a> in in the internet wayback machine.</p>
<p>I must also mention <a href="http://code.google.com/p/cibyl/">Cibyl</a>, a project for compiling C to java, it worked best for me in linux&#8230; currently a bit of a pain to setup but an interesting project nonetheless.</p>
<p><a href="http://code.google.com/p/cibyl/">Cibyl Project</a></p>
<p>Eplilogue - There was a version on the internet wayback machine the whole time, not sure why I didn&#8217;t check, however the version I&#8217;ve found is newer - at least 18/Apr/2007.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/10/01/noodleglue-found/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virtual Machines in version control</title>
		<link>http://www.stuartaxon.com/2008/09/28/virtual-machines-in-version-control/</link>
		<comments>http://www.stuartaxon.com/2008/09/28/virtual-machines-in-version-control/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 15:15:58 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[general]]></category>

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

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

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

		<category><![CDATA[parallels desktop]]></category>

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

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

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

		<category><![CDATA[version control]]></category>

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

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=107</guid>
		<description><![CDATA[Put your virtual machines in version control and have access to the latest version of your computer anytime, anywhere]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/09/vmware-ubuntu.png"><img class="size-medium wp-image-109 alignnone" title="vmware-ubuntu" src="http://www.stuartaxon.com/wp-content/uploads/2008/09/vmware-ubuntu-300x235.png" alt="" width="300" height="235" /></a></p>
<p>I&#8217;ve been interested for a while in putting virtual machines into version control - I haven&#8217;t tried it yet as I&#8217;d imagine most modern vcs would grind to a halt.    The idea is - keep your machine in something like git (I hear it&#8217;s the most space efficient - svn would be a definate nono), and keep a copy on one of the large usb sticks that are now available.</p>
<p><span id="more-107"></span></p>
<p>After using your machine push the updates to git, then when you go somewhere else put in the usb stick and pull the latest version of it back off.</p>
<p>You&#8217;d end up being able to carry your computer with you very easily, and only download the changes when you moved to a new location - keeping copies wherever you needed it.</p>
<p>At some point when I have better hardware I might give this a go, in the meantime if anybody tries it, let me know how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/09/28/virtual-machines-in-version-control/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Track all your forum posts in delicious</title>
		<link>http://www.stuartaxon.com/2008/09/21/track-all-your-forum-posts-in-delicious/</link>
		<comments>http://www.stuartaxon.com/2008/09/21/track-all-your-forum-posts-in-delicious/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 04:11:41 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

		<category><![CDATA[delicious.com]]></category>

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

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=95</guid>
		<description><![CDATA[I&#8217;ve been using delicious for a while, but have started bookmarking all my forum posts in there, it should be a lot easier for me to find out whatever I was talking about in the future  
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="delicious" href="http://delicous.com" target="_blank">delicious</a> for a while, but have started bookmarking all my forum posts in there, it should be a lot easier for me to find out whatever I was talking about in the future <img src='http://www.stuartaxon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/09/21/track-all-your-forum-posts-in-delicious/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Warn:  There is another system</title>
		<link>http://www.stuartaxon.com/2008/09/15/warn-there-is-another-system/</link>
		<comments>http://www.stuartaxon.com/2008/09/15/warn-there-is-another-system/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 16:51:37 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[colossus film movie inkscape]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=87</guid>
		<description><![CDATA[Saw &#8220;Colossus, The Forbin Project&#8221; last night; The U.S. gives an AI control of all it&#8217;s nukes&#8230; what could possibly go wrong?

Shortly after they turn it, on a message comes up &#8220;Warn:  There is another system&#8221;, it turns out the Russians have done the same thing, and the system wants a link.  I won&#8217;t give [...]]]></description>
			<content:encoded><![CDATA[<p>Saw &#8220;<a title="IMDB link" href="http://www.imdb.com/title/tt0064177/">Colossus, The Forbin Project</a>&#8221; last night; The U.S. gives an AI control of all it&#8217;s nukes&#8230; what could possibly go wrong?</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/09/warn.png"><img class="alignnone size-medium wp-image-88" title="warn" src="http://www.stuartaxon.com/wp-content/uploads/2008/09/warn-300x294.png" alt="" width="300" height="294" /></a></p>
<p>Shortly after they turn it, on a message comes up &#8220;Warn:  There is another system&#8221;, it turns out the Russians have done the same thing, and the system wants a link.  I won&#8217;t give away any more of the film, which has some seriously cool looking 70s tech in it (and obligatory wooden panelling everywhere).  I did like the message in the &#8220;computer&#8221; writing of the time, so made an version in Inkscape, as it would probably make a cool T-Shirt.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/09/15/warn-there-is-another-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Making Windows Usable - colourisation</title>
		<link>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/</link>
		<comments>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 15:25:10 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[making a really nice work environment in windows]]></category>

		<category><![CDATA[making windows usable]]></category>

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

		<category><![CDATA[colorisation colourisation organisation]]></category>

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

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

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

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=17</guid>
		<description><![CDATA[Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour.
Colour Your folders with iColorFolder
IColorFolder gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll [...]]]></description>
			<content:encoded><![CDATA[<p>Human beings are visual creatures, so in this post I&#8217;ll introduce some ways of making your life easier using colour.</p>
<h2>Colour Your folders with iColorFolder</h2>
<p><a title="iColorFolder" href="http://icolorfolder.sourceforge.net/">IColorFolder</a> gives folders a context menu which lets you change the colour.  Unfortunately this doesn&#8217;t work fully in Vista yet, and you&#8217;ll need to manually change the icon, navigate to Program Files\iColorFolder\iColorFolder.dll to get access to the folder icons.</p>
<p>Incidentally if you want have a shortcut to a folder, you can use the same workaround to use a coloured icon.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png"><img style="margin-left: 0px; margin-right: 0px;" title="folders" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/folders.png" alt="" width="293" height="264" /></a></p>
<h2>Colourise your commandline</h2>
<h3>Colour ls</h3>
<p>It&#8217;s equally useful to have colour folders when using the commandline, to achieve this you can use <a href="http://utools.com/download_agree.asp?download_id=600">msls</a> from utools.</p>
<p>Download it and place it somewhere within the path (I use \usr\bin, which I <a href="http://www.computerhope.com/issues/ch000549.htm">added to the path</a> earlier).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png"><img class="alignnone size-full wp-image-60" title="colourls" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourls.png" alt="" width="500" height="338" /></a></p>
<p>Now, to get colour directories you can type &#8220;ls &#8211;color&#8221;.  However it would be better to have that happen all the time.</p>
<p>To set color as the default, set the environment variable <strong>LS_OPTIONS</strong> to <strong>&#8211;color</strong>:</p>
<ol>
<li>Press Windows+Pause,</li>
<li>Click through these buttons: Advanced, Environment Variables, New</li>
<li>Set the name as <strong>LS_OPTIONS</strong> and the variable to <strong>&#8211;color</strong></li>
</ol>
<p>Next time you launch the commandline and type <strong>ls</strong>, it will be in colour.  You can also combine options here, for instance if you want <strong>-l</strong> to be default as well.</p>
<h3>Using 4NT/TCC-LE</h3>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png"><img class="alignnone size-full wp-image-63" title="tcc-color-dir" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/tcc-color-dir.png" alt="" width="500" height="297" /></a></p>
<p>Another way of getting colour directories is to use 4/NT or TakeCommand-LE (The free cut down version) from <a href="http://jpsoft.com">JPSoft</a>.  This replaces the whole command shell and has many enhancements that help day-to-day.</p>
<p>Once you&#8217;ve downloaded the shell, if you want to change colours for particular kinds of files, then type <strong>option</strong>, go to the <strong>windows</strong> tab, and you can set directory colours.</p>
<p>To set EXE CMD and BAT files to be bright white enter:</p>
<p><strong>EXE,CMD,BAT:15</strong></p>
<p>If you want bright white on blue enter</p>
<p><strong>EXE,CMD,BAT:15,1</strong></p>
<p>Semicolons seperate file types - here I&#8217;ve set executables yellow and documents white:</p>
<p><strong>EXE,CMD,BAT:14;TXT,DOC,PDF:15</strong></p>
<p>The colours are arranged foreground, background and can be any of the ones used below (note background only has 8 colours to choose from, while foreground has 16, the last being the brighter versions).</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png"><img class="alignnone size-full wp-image-62" title="textmode-colors" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/textmode-colors.png" alt="" width="500" height="188" /></a></p>
<p>Note:  These are the default textmode colours, if you change the command prompt colours yours may be different.</p>
<h3>Tango in putty</h3>
<p>The tango project is a usability project for free software, the colours are very pleasing and have been <a href="http://madyogi.wordpress.com/2008/07/31/putty-tango-colors/">ported to putty</a>, alternatively the <a href="http://www.igvita.com/2008/04/14/custom-putty-color-themes/">Igvita theme</a> is nice.</p>
<p>The tango port comes with the bitstream vera mono fonts too, so everything should look pretty good once installed.</p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png"><img class="alignnone size-full wp-image-64" title="putty-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/putty-tango.png" alt="" width="500" height="448" /></a></p>
<h2>Colourise your browser</h2>
<p>If you use firefox you can install <a href="https://addons.mozilla.org/en-US/firefox/addon/1368">ColourfulTabs</a> which makes it easier to find that tab among the crowd (especially useful if like me, you have lots open).</p>
<h2><a href="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs.png"><img style="margin-left: 0px; margin-right: 0px;" title="colourtabs" src="http://www.stuartaxon.com/wp-content/uploads/2008/08/colourtabs-300x264.png" alt="" width="300" height="264" /></a></h2>
<h2>Colourise gmail (sometimes)</h2>
<p>This one is a little annoying as it seems to be broken, but I&#8217;ll include it anyway in case it gets fixed.</p>
<p>If you install greasemonkey and the gmail colouriser, then all your gmail will be coloured by label (for instance I have a label for mailing lists I subscribe to).      When the gmail colouriser is working this works great for finding certain kinds of mail in the long list.</p>
<p>Unfortunately this isn&#8217;t working for me at the moment, so no screenshot&#8230; if I knew how to debug greasemonkey scripts I might have a look at fixing this as it&#8217;s so useful - it seems to choke on certain mail names but I&#8217;m not sure what they are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/08/21/making-windows-usable-colourisation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JEdit with tango goodness</title>
		<link>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/</link>
		<comments>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 03:01:04 +0000</pubDate>
		<dc:creator>stu</dc:creator>
		
		<category><![CDATA[making a really nice work environment in windows]]></category>

		<guid isPermaLink="false">http://www.stuartaxon.com/?p=54</guid>
		<description><![CDATA[I&#8217;ve been using a patched version of JEdit with tango icons for a while, but seems like I missed the fact that 4.3 pre 14 came out with Tango support.
Go forth and download&#8230; 
Via  http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html

Tango is a project to bring tasty icons to open source projects, those on windows can also see tango icons in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using a patched version of JEdit with tango icons for a while, but seems like I missed the fact that 4.3 pre 14 came out with <a title="Tango Project" href="http://tango.freedesktop.org/Tango_Desktop_Project">Tango</a> support.</p>
<p>Go forth and <a title="JEdit" href="http://www.jedit.org/">download&#8230; </a></p>
<p>Via  <a title="deadcabbit" href="http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html">http://deadcabbit.blogspot.com/2008/05/jedit-pre14-tango-has-arrived.html</a></p>
<p><a href="http://www.stuartaxon.com/wp-content/uploads/2008/07/jedit-tango.png"><img class="alignnone size-full wp-image-57" title="jedit-tango" src="http://www.stuartaxon.com/wp-content/uploads/2008/07/jedit-tango.png" alt="" width="500" height="318" /></a></p>
<p>Tango is a project to bring tasty icons to open source projects, those on windows can also see tango icons in the current version of the gimp, in linux you can see them in gnome and kde.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stuartaxon.com/2008/07/12/jedit-with-tango-goodness/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
