<?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>thoherr.de &#187; Software Development</title>
	<atom:link href="http://thoherr.de/category/it/dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://thoherr.de</link>
	<description>Dies und Das von Thomas Herrmann</description>
	<lastBuildDate>Sat, 27 Aug 2011 20:38:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<!-- Piwik -->
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://webstatistik.wor.net/" : "http://webstatistik.wor.net/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 12);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://webstatistik.wor.net/piwik.php?idsite=12" style="border:0" alt="" /></p></noscript>
<!-- End Piwik Tag -->
	<item>
		<title>Benutzeranmeldung für Ruby on Rails-Anwendungen mit Devise</title>
		<link>http://thoherr.de/2010-09/603-ror-authentication/</link>
		<comments>http://thoherr.de/2010-09/603-ror-authentication/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 00:06:02 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://thoherr.de/?p=603</guid>
		<description><![CDATA[Für ein aktuelles Projekt habe ich für die Benutzer-Authentisierung das gem &#8220;Devise&#8221; für Ruby on Rails verwendet. Mein Vorgehen bei der Installation und erste Erfahrungen dazu habe ich in unserem Blog Ruby on Rails Tipps &#038; Tricks dokumentiert. Viel Spaß beim Lesen! Ähnliche Artikel:HowTo: XCode für iOS und Git]]></description>
		<wfw:commentRss>http://thoherr.de/2010-09/603-ror-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: XCode für iOS und Git</title>
		<link>http://thoherr.de/2010-06/574-xcode-und-git/</link>
		<comments>http://thoherr.de/2010-06/574-xcode-und-git/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:00:18 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Mobile Applications]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://thoherr.de/?p=574</guid>
		<description><![CDATA[Für neue Projekte verwenden wir bei Teleteach das Versionsverwaltungssystem Git, da es gegenüber anderen frei verfügbaren Systemen einige Vorteile bietet. Ein Tutorial zu Git auf Mac OS X findet ihr übrigens bei macnotes.de. Um Anwendungen für Mac OS X (Desktop) oder iOS (iPhone, iPod Touch und iPad) zu schreiben, verwendet man die Entwicklungsumgebung Xcode von Apple. Leider [...]]]></description>
		<wfw:commentRss>http://thoherr.de/2010-06/574-xcode-und-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: git-Repository auf einem Server mit ssh-Zugang</title>
		<link>http://thoherr.de/2010-05/556-git-server-repo/</link>
		<comments>http://thoherr.de/2010-05/556-git-server-repo/#comments</comments>
		<pubDate>Mon, 24 May 2010 09:55:16 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://thoherr.de/?p=556</guid>
		<description><![CDATA[Nachdem ich jedes mal wieder anfange die Dokumentation zu lesen hier mal der Ablauf meines Standard-Verfahrens, ein neues git-repository auf einem Server mit ssh-Zugang einzurichten. 1. Initialisierung des leeren Repositories auf dem Server Anstatt erst ein sog. bare-Repository auf meinem Rechner zu erstellen, das auf den Server zu kopieren und dann lokal zu löschen, erzeuge [...]]]></description>
		<wfw:commentRss>http://thoherr.de/2010-05/556-git-server-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Programmicons für Windows, Mac und Linux erstellen</title>
		<link>http://thoherr.de/2010-02/523-programmicons-fur-windows-mac-und-linux-erstellen/</link>
		<comments>http://thoherr.de/2010-02/523-programmicons-fur-windows-mac-und-linux-erstellen/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:23:01 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thoherr.de/?p=523</guid>
		<description><![CDATA[Bei der Erstellung des Installationsprogramms für die Version 2.0 unserer Software LernCULtur stand ich vor dem Problem, das neue Logo der Anwendung als Icon für das Programm zu verwenden. Leider lag mir die Datei nur im PNG-Format vor, und das auch noch in einer relativ bescheidenen Auflösung von 43*40 Pixeln (siehe Grafik rechts). Die Einbindung [...]]]></description>
		<wfw:commentRss>http://thoherr.de/2010-02/523-programmicons-fur-windows-mac-und-linux-erstellen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Die Game Engine Unity &#8211; mit Buchempfehlung</title>
		<link>http://thoherr.de/2010-02/307-game-engine-unity/</link>
		<comments>http://thoherr.de/2010-02/307-game-engine-unity/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:45:10 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[gameengine]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thoherr.de/?p=307</guid>
		<description><![CDATA[In der iX 2/2010 war ein Bericht über die Game-Entwicklungsugebung Unity. Da ich mich auch mit der Entwicklung von Lernspielen, sog. Serious Games, beschäftige und deshalb seit einigen Jahren immer wieder verschiedene Game Engines ausprobiere, habe ich mir das mal angesehen. Es gibt für einzelne Entwickler und kleine Firmen eine kostenlose Lizenz. Die Professional Edition kostet [...]]]></description>
		<wfw:commentRss>http://thoherr.de/2010-02/307-game-engine-unity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	
</channel>
</rss>

