<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fighting Rabbits &#187; development</title>
	<atom:link href="http://fightingrabbits.com/archives/tag/development/feed" rel="self" type="application/rss+xml" />
	<link>http://fightingrabbits.com</link>
	<description>and herding cats...</description>
	<lastBuildDate>Wed, 23 Jun 2010 12:28:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>My Tool Chain&#8230;</title>
		<link>http://fightingrabbits.com/archives/28</link>
		<comments>http://fightingrabbits.com/archives/28#comments</comments>
		<pubDate>Sat, 06 Dec 2008 18:42:13 +0000</pubDate>
		<dc:creator>Richard Cooper</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://fightingrabbits.com/?p=28</guid>
		<description><![CDATA[As a developer I must use one of the strangest tool chains around as I combine FOSS and Microsoft tools freely. For my Platform I use something I like to call VIMP.NET &#8211; running Vista, IIS7, MySQL, Python and .NET. I&#8217;m using Vista Ultimate with the additional &#8220;Subsystem for UNIX-based Applications (SUA)&#8221; installed to give [...]]]></description>
			<content:encoded><![CDATA[<p>As a developer I must use one of the strangest tool chains around as I combine FOSS and Microsoft tools freely.</p>
<p>For my Platform I use something I like to call VIMP.NET &#8211; running Vista, IIS7, MySQL, Python and .NET. I&#8217;m using Vista Ultimate with the additional &#8220;Subsystem for UNIX-based Applications (SUA)&#8221; installed to give me access to commands like ll, and touch, as I like to have a couple of command windows open to allow me to quickly create or copy files, whilst I&#8217;m developing. </p>
<p>For a web development framework I either use the <a href="http://www.djangoproject.com/">Django</a> framework which I find a good fit with Python and my coding style or Visual Basic .NET with the .NET3.5 Framework which is still my language of choice when costs and interoperablity aren&#8217;t a factor.</p>
<p>For a development environment I use a combination of <a href="http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml">Komodo</a>, <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>, <a href="http://msdn.microsoft.com/en-us/vstudio/default.aspx">Visual Studio 2008</a> and <a href="http://www.microsoft.com/expression/products/Overview.aspx?key=web">Microsoft Expression Web</a>. Komodo is used for writing Django/Python code, Notepad++ used for JavaScript, some Django, VBScript and XML, and VS2008 is used for .NET, the small amount of SilverLight development I do, and debugging my (very buggy :) )JavaScript. (I Use <a href="http://jquery.com/">jQuery</a> for my JavaScript Framework as again it fits well with my coding style). For (x)HTML\CSS code I really like Expression Web, it has one or two minor &#8220;quirks&#8221; but I find it much easier to use compared with things like DreamWeaver.</p>
<p>For image editing, doing quick mockups of designs or alterations, or making placeholder images until I get the proper artwork from <a href="http://lollylulive.com">lollylu</a>, I use <a href="http://www.adobe.com/products/fireworks/">Adobe Fireworks</a> which is ideal for web use, and I don&#8217;t know how I coped editing images until I bought a copy of this.</p>
<p>For Version control I use SVN both &#8220;managed hosted&#8221; at <a href="http://beanstalkapp.com/">beanstalk</a> and &#8220;self hosted&#8221; on my web account with <a href="http://www.webfaction.com">WebFaction</a>. I use <a href="http://tortoisesvn.net/downloads">TortoiseSVN</a> for my windows SVN client as I really like its integration with windows explorer. I also have to use <a href="http://git.or.cz/">Git</a> to get some Django stuff from GitHub, and SourceSafe for VB but I don&#8217;t like to talk about that :)</p>
<p>For issue tracking I use <a href="http://lighthouseapp.com/">lighthouse</a> which suits my needs as it integrates well with beanstalk and as it is a managed hosted service means I don&#8217;t have much admin to do for it.</p>
<p>For code releases I use <a href="http://filezilla-project.org/">FileZilla</a> as my FTP Client, and <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> for my SSH client. I&#8217;m also trying to get <a href="http://www.nongnu.org/fab/">Fabric</a> (An open source deployment tool for Django) to work on windows, although currently I just SSH to my web account and use a custom script to pull from SVN onto my test server and change the settings file over.</p>
<p>If anybody out there uses a stranger combination of tools, please let me know :)</p>
]]></content:encoded>
			<wfw:commentRss>http://fightingrabbits.com/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
