<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>ThisIsNotATest</title>
	<link>http://tom.paschenda.org/blog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 09 Mar 2010 05:24:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Splitting mp3-files using mp3splt and batch files</title>
		<link>http://tom.paschenda.org/blog/?p=42</link>
		<comments>http://tom.paschenda.org/blog/?p=42#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:08:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows Batch Programming]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=42</guid>
		<description><![CDATA[——RANT MODE: ON—–
Back in the good old times of audio tapes, the concept of a track was not built into the system. This had pros and cons: It was quite easy to fast-forward or rewind to a certain position in a song or radio play. However, you could not just skip a track or forward [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=42</wfw:commentRss>
		</item>
		<item>
		<title>Deploying Ruby (and QtRuby) Applications</title>
		<link>http://tom.paschenda.org/blog/?p=41</link>
		<comments>http://tom.paschenda.org/blog/?p=41#comments</comments>
		<pubDate>Sun, 15 Mar 2009 19:57:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=41</guid>
		<description><![CDATA[Important Note
This post is outdated and as David Mullet points out here, ocra is the recommended way for deploying Ruby applications on windows.
Disclaimer
This post is about deploying Ruby apps like in &#8220;plain-old-ruby-desktop-apps-where-no-rails-is-involved&#8221; and covers only MS Windows.
——RANT MODE: ON—–
OK, now you have spent the last few days hacking together your Qt-and-Ruby application. You want to [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=41</wfw:commentRss>
		</item>
		<item>
		<title>Getting Qt and Ruby (=QtRuby) running on Windows XP</title>
		<link>http://tom.paschenda.org/blog/?p=38</link>
		<comments>http://tom.paschenda.org/blog/?p=38#comments</comments>
		<pubDate>Wed, 15 Oct 2008 06:11:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=38</guid>
		<description><![CDATA[This is a tutorial about writing Ruby applications that use the Qt framework on Windows XP. For doing so, the Qt-Ruby bindings named QtRuby are used. 
——RANT MODE: ON—–
Ruby programs that have a nice GUI? Is that possible? With all that Ruby On Rails stuff going on, good old desktop applications have been left behind. [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Excel VBA Code Updater</title>
		<link>http://tom.paschenda.org/blog/?p=32</link>
		<comments>http://tom.paschenda.org/blog/?p=32#comments</comments>
		<pubDate>Sat, 17 May 2008 17:12:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=32</guid>
		<description><![CDATA[One problem when developing VBA applications is that bringing bugfixes and improvements to your users can be difficult since an Excel Workbook contains both, code and data. Certainly you cannot expect the typical MS Excel user to import .bas files or things like that.
To solve this problem, I wrote a small Excel tool called &#8216;VBA [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>Qt Open Source 4.3.4 and Visual Studio</title>
		<link>http://tom.paschenda.org/blog/?p=28</link>
		<comments>http://tom.paschenda.org/blog/?p=28#comments</comments>
		<pubDate>Wed, 27 Feb 2008 19:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=28</guid>
		<description><![CDATA[The commercial version of Qt has a very nice feature. Given a qmake project file, it is able to create a .vcproj file that can be opened with Visual Studio. If everything is setup correctly you can instantly compile your project using the Visual Studio C++ compiler. This way it is not much of a [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Small Update of VBA Library</title>
		<link>http://tom.paschenda.org/blog/?p=27</link>
		<comments>http://tom.paschenda.org/blog/?p=27#comments</comments>
		<pubDate>Sun, 30 Dec 2007 18:06:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=27</guid>
		<description><![CDATA[As I am working on some small Excel Project, I have stuffed some new things in the VBA Library. There are new functions for talking to MS Word and MS Outlook and one function to compare arrays. Not very fancy, but I post it here anyway to make sure I don&#8217;t forget that they are [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Classic for-loop in a windows batch file</title>
		<link>http://tom.paschenda.org/blog/?p=26</link>
		<comments>http://tom.paschenda.org/blog/?p=26#comments</comments>
		<pubDate>Mon, 17 Dec 2007 09:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows Batch Programming]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=26</guid>
		<description><![CDATA[Question: How can a classic for loop

for (int i=0;i&#60;10;++i) {
// do stuff
}

be realized in a windows batch file?
Answer:

echo off
SET /a i=0
:loop
IF %i%==10 GOTO END
echo This is iteration %i%.
SET /a i=%i%+1
GOTO LOOP
:end
echo That&#8217;s it!
The answer uses goto and the /A option of the set command.  Without that option, SET interprets the right side of the [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>First version of VBA library released</title>
		<link>http://tom.paschenda.org/blog/?p=25</link>
		<comments>http://tom.paschenda.org/blog/?p=25#comments</comments>
		<pubDate>Sat, 10 Nov 2007 12:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=25</guid>
		<description><![CDATA[I just put up a first little version of a VBA library, which is a collection of function for doing stuff in Excel VBA. There are a few functions for ranges, strings and VBA modules. Currently (2007-12) I am not doing any larger VBA project.  Once I work on something that has more than [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>Dynamic Dialogs in Excel VBA</title>
		<link>http://tom.paschenda.org/blog/?p=16</link>
		<comments>http://tom.paschenda.org/blog/?p=16#comments</comments>
		<pubDate>Thu, 19 Jul 2007 12:57:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VBA]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=16</guid>
		<description><![CDATA[The problem:
You want to have a User Form (a VBA-Dialog) which
 controls (buttons, text fields etc.) are created at runtime based on information that is read from e.g. a table
 event handling of those controls is created at runtime.
For a solution of these problems check the following file and/or read on.
Example Code for Dynamic Dialogs [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=16</wfw:commentRss>
		</item>
		<item>
		<title>Making function declarations talk: auto_ptr and memory management in C++</title>
		<link>http://tom.paschenda.org/blog/?p=8</link>
		<comments>http://tom.paschenda.org/blog/?p=8#comments</comments>
		<pubDate>Thu, 05 Jul 2007 09:49:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://tom.paschenda.org/blog/?p=8</guid>
		<description><![CDATA[Here&#8217;s just something I wrote some time ago and rotted on my harddisk. It might be helpful for people new to C++.
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
In all but the smallest projects, code is much more often read than (re)written. This means, that a large amount of the development time goes into reading code, which therefore should be made as [...]]]></description>
		<wfw:commentRss>http://tom.paschenda.org/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
	</channel>
</rss>
