<?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>Development Blog &#187; MonoDevelop</title>
	<atom:link href="http://blog.yeticode.co.uk/tag/monodevelop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yeticode.co.uk</link>
	<description>John Tindell's Blog For Development Related Things</description>
	<lastBuildDate>Wed, 23 Jun 2010 18:17:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>More Django Plugin Stuff</title>
		<link>http://blog.yeticode.co.uk/2009/08/more-django/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=more-django</link>
		<comments>http://blog.yeticode.co.uk/2009/08/more-django/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 19:34:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[MonoDevelop]]></category>

		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=553</guid>
		<description><![CDATA[So I&#8217;ve been working more on the support for django within monodevelop. Heres some screenshots of it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://static.yeticode.co.uk/blog/images/posts/monodevelop-django-2.png" rel="lightbox"><img alt="MonoDevelop Django" src="http://static.yeticode.co.uk/blog/images/posts/monodevelop-django-2-thumb.png"/></a></p>
<p>So I&#8217;ve been working more on the support for django within monodevelop. Heres some screenshots of it.</p>
<p><img alt="MonoDevelop Django" src="http://static.yeticode.co.uk/blog/images/posts/monodevelop-django-3.png"/></p>
<p><img alt="MonoDevelop Django" src="http://static.yeticode.co.uk/blog/images/posts/monodevelop-django-4.png"/></p>]]></content:encoded>
			<wfw:commentRss>http://blog.yeticode.co.uk/2009/08/more-django/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hacking on Monodevelop for Django</title>
		<link>http://blog.yeticode.co.uk/2009/08/hacking-on-monodevelop-for-django/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hacking-on-monodevelop-for-django</link>
		<comments>http://blog.yeticode.co.uk/2009/08/hacking-on-monodevelop-for-django/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 09:11:23 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[MonoDevelop]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=544</guid>
		<description><![CDATA[So I started to implement support for django with MonoDevelop. It currently has pretty good support for Python via PyBinding addon. At the moment I have only managed to add the ability to create a new django project, which acts in the same way as running django-admin.py startproject projectname But I aim to provide support [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://static.yeticode.co.uk/blog/images/posts/monodevelop-django-1.png" rel="lightbox"><img alt="MonoDevelop Django" src="http://static.yeticode.co.uk/blog/images/posts/monodevelop-django-1-thumb.png"/></a></p>
<p>So I started to implement support for django with MonoDevelop. It currently has pretty good support for Python via PyBinding addon. At the moment I have only managed to add the ability to create a new django project, which acts in the same way as running</p>
<pre>
django-admin.py startproject projectname
</pre>
<p>But I aim to provide support to add new django apps to the project, once I get familiar with the MonoDevelop code base.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.yeticode.co.uk/2009/08/hacking-on-monodevelop-for-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio .NET and MonoDevelop Addons</title>
		<link>http://blog.yeticode.co.uk/2008/12/visual-studio-net-and-monodevelop-addons/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=visual-studio-net-and-monodevelop-addons</link>
		<comments>http://blog.yeticode.co.uk/2008/12/visual-studio-net-and-monodevelop-addons/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 02:01:44 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MonoDevelop]]></category>
		<category><![CDATA[VS.NET]]></category>

		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=36</guid>
		<description><![CDATA[I have started to look into the possibility using the idea of UMLDraw to create a plugin for either Visual Studio .NET, MonoDevelop or maybe both. This will hopefully will allow me to concentrate more on the development of the drawing aspect rather than the supporting user interface.]]></description>
			<content:encoded><![CDATA[<p>I have started to look into the possibility using the idea of UMLDraw to create a plugin for either Visual Studio .NET, MonoDevelop or maybe both. This will hopefully will allow me to concentrate more on the development of the drawing aspect rather than the supporting user interface.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.yeticode.co.uk/2008/12/visual-studio-net-and-monodevelop-addons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
