<?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>The Mech - programming blog</title>
	<atom:link href="http://themech.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://themech.net</link>
	<description>Python, software development, stock exchange, C#</description>
	<lastBuildDate>Thu, 08 Dec 2011 08:02:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Struggling with MySQL performance problems under Linux</title>
		<link>http://themech.net/2011/10/struggling-with-mysql-performance-problems-under-linux/</link>
		<comments>http://themech.net/2011/10/struggling-with-mysql-performance-problems-under-linux/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 15:11:43 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://themech.net/?p=398</guid>
		<description><![CDATA[As I don&#8217;t develop C# application at work anymore, I was finally allowed to switch from Windows to Linux. So I grabbed the 64-bit version of Mint Debian Xfce, installed it and moved my Thunderbird profile and my Python projects. After installing new Python virtual environment I launched the tests for our biggest project using [...]]]></description>
		<wfw:commentRss>http://themech.net/2011/10/struggling-with-mysql-performance-problems-under-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upload Files in a Browser Using Drag and Drop</title>
		<link>http://themech.net/2009/12/upload-files-in-a-browser-using-drag-and-drop/</link>
		<comments>http://themech.net/2009/12/upload-files-in-a-browser-using-drag-and-drop/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 21:58:17 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[drag]]></category>
		<category><![CDATA[drop]]></category>
		<category><![CDATA[File API]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://themech.net/?p=288</guid>
		<description><![CDATA[A few weeks ago, while attending an IT conference, I heard one of the developers saying that the next version of their webapp will allow users to upload the files from their desktop using simple drag&#038;drop. I immediately thought it&#8217;s a great feature in some scenarios: you can simply drop the file you working with [...]]]></description>
		<wfw:commentRss>http://themech.net/2009/12/upload-files-in-a-browser-using-drag-and-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check for updates: how to download and install a new version of your C# application</title>
		<link>http://themech.net/2008/09/check-for-updates-how-to-download-and-install-a-new-version-of-your-csharp-application/</link>
		<comments>http://themech.net/2008/09/check-for-updates-how-to-download-and-install-a-new-version-of-your-csharp-application/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 14:52:10 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[check for updates]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://themech.net/?p=110</guid>
		<description><![CDATA[In one of the previous tutorials I described a simple solution that allows an application to check if a new version is available. The solution presented there has two major flaws: while doing the check the main application thread is blocked, thus making the application UI not responsive to user actions after finding a new [...]]]></description>
		<wfw:commentRss>http://themech.net/2008/09/check-for-updates-how-to-download-and-install-a-new-version-of-your-csharp-application/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>How to create a simple MSI installer using WiX</title>
		<link>http://themech.net/2008/08/how-to-create-a-simple-msi-installer-using-wix/</link>
		<comments>http://themech.net/2008/08/how-to-create-a-simple-msi-installer-using-wix/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 08:55:53 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Windows Installer]]></category>
		<category><![CDATA[WiX]]></category>

		<guid isPermaLink="false">http://themech.net/?p=44</guid>
		<description><![CDATA[Lately I was told at work to create an installer for our new product. Till that moment I used to create exe installers with Inno Setup which has many advantages: it&#8217;s easy-to-use, powerfull and (the most important :) ) I used it so many times that creating a new installer is a matter of minutes. [...]]]></description>
		<wfw:commentRss>http://themech.net/2008/08/how-to-create-a-simple-msi-installer-using-wix/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Reading Metastock files</title>
		<link>http://themech.net/2008/08/reading-metastock-files/</link>
		<comments>http://themech.net/2008/08/reading-metastock-files/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 13:17:35 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Stock exchange]]></category>
		<category><![CDATA[free tool]]></category>
		<category><![CDATA[metastock]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://themech.net/?p=10</guid>
		<description><![CDATA[Note: a free tool converting Metastock data to text files is available. The source code is available on GitHub: git://github.com/themech/ms2txt.git. Last week I decided to check how my trading system performs while playing on different foreign indexes. First I had to download the test data. I found a web page offering the quotations I was [...]]]></description>
		<wfw:commentRss>http://themech.net/2008/08/reading-metastock-files/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Adding &#8220;Check for update&#8221; feature to your C# application</title>
		<link>http://themech.net/2008/05/adding-check-for-update-option-in-csharp/</link>
		<comments>http://themech.net/2008/05/adding-check-for-update-option-in-csharp/#comments</comments>
		<pubDate>Thu, 29 May 2008 15:43:03 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[check for update]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://themech.net/?p=8</guid>
		<description><![CDATA[Today I decided I would add a &#8216;check for update&#8217; option to my Eyes Relax application. This is quite useful feature, especially when you host your application on many hosting servers (like download.com and others). In this case it can be difficult for the user to check if there is a newer version of your [...]]]></description>
		<wfw:commentRss>http://themech.net/2008/05/adding-check-for-update-option-in-csharp/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Eyes Relax 0.1 was released</title>
		<link>http://themech.net/2008/05/eyes-relax-01-was-released/</link>
		<comments>http://themech.net/2008/05/eyes-relax-01-was-released/#comments</comments>
		<pubDate>Mon, 19 May 2008 12:25:29 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[Eyes Relax]]></category>
		<category><![CDATA[Freeware tools]]></category>

		<guid isPermaLink="false">http://themech.net/?p=7</guid>
		<description><![CDATA[Finally I found time to do something useful. A few months ago started to worry about my eyes (I work as a programmer, so I spend a lot of time in front of my computer). A good exercise that can help protecting your eyes is to have a break and focus the eyes on something [...]]]></description>
		<wfw:commentRss>http://themech.net/2008/05/eyes-relax-01-was-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://themech.net/2008/04/hello-world/</link>
		<comments>http://themech.net/2008/04/hello-world/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 21:56:21 +0000</pubDate>
		<dc:creator>mech</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://themech.net/?p=1</guid>
		<description><![CDATA[Hello, This is my first blog post, so I just wanted to say &#8220;Hello, Internet&#8221; :) Greets, mech]]></description>
		<wfw:commentRss>http://themech.net/2008/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

