<?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"
	>

<channel>
	<title>the blog of guruz &#187; Software</title>
	<atom:link href="http://blog.guruz.de/category/software//feed" rel="self" type="application/rss+xml" />
	<link>http://blog.guruz.de</link>
	<description>stuff i want to comment on</description>
	<pubDate>Sun, 22 Mar 2009 17:06:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Updating Openfire 3.4.4 to 3.6.3 via RPM</title>
		<link>http://blog.guruz.de/2009/01/19/updating-openfire-344-to-363-via-rpm/</link>
		<comments>http://blog.guruz.de/2009/01/19/updating-openfire-344-to-363-via-rpm/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 17:57:26 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Jabber]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/?p=739</guid>
		<description><![CDATA[In case anyone googles for this, I had problems doing this. Somehow, the DB upgrade scripts were not executed. So it complained because it could not find its tables:
java.lang.IllegalArgumentException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
  Table 'openfiredb.ofID' doesn't exist
What I did was to check in the jiveVersion table which DB version was set for &#8220;openfire&#8221;. Then I mysql&#8217;ed the [...]]]></description>
			<content:encoded><![CDATA[<p>In case anyone googles for this, I had problems doing this. Somehow, the DB upgrade scripts were not executed. So it complained because it could not find its tables:</p>
<pre>java.lang.IllegalArgumentException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
  Table 'openfiredb.ofID' doesn't exist</pre>
<p>What I did was to check in the jiveVersion table which DB version was set for &#8220;openfire&#8221;. Then I mysql&#8217;ed the SQL files in /opt/openfire/resources/database/upgrade manually to the latest version.</p>
<p>Then everything worked fine. Why it didn&#8217;t run the SQL scripts automatically? I don&#8217;t know. But it once again proves that the quality of Openfire is.. not so high.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2009/01/19/updating-openfire-344-to-363-via-rpm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interview mit einem ehemaligen Adware-Programmierer</title>
		<link>http://blog.guruz.de/2009/01/14/interview-mit-einem-ehemaligen-adware-programmierer/</link>
		<comments>http://blog.guruz.de/2009/01/14/interview-mit-einem-ehemaligen-adware-programmierer/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 18:17:33 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Interesting]]></category>

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

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/?p=733</guid>
		<description><![CDATA[Nett zu lesen. Unter anderem interessant:
&#8220;We did create unwritable registry keys and file names, by exploiting an “impedance mismatch” between the Win32 API and the NT API. Windows, ever since XP, is fundamentally built on top of the NT kernel.  NT is fundamentally a Unicode system, so all the strings internally are 16-bit counter [...]]]></description>
			<content:encoded><![CDATA[<p>Nett zu lesen. Unter anderem interessant:</p>
<p><em>&#8220;We did create unwritable registry keys and file names, by exploiting an “impedance mismatch” between the Win32 API and the NT API. Windows, ever since XP, is fundamentally built on top of the NT kernel.  NT is fundamentally a Unicode system, so all the strings internally are 16-bit counter Unicode. The Win32 API is fundamentally Ascii. There are strings that you can express in 16-bit counted Unicode that you can’t express in ASCII. Most notably, you can have things with a Null in the middle of it. That meant that we could, for instance, write a Registry key that had a Null in the middle of it. Since the user interface is based on the Win32 API, people would be able to see the key, but they wouldn’t be able to interact with it because when they asked for the key by name, they would be asking for the Null-terminated one. Because of that, we were able to make registry keys that were invisible or immutable to anyone using the Win32 API. Interestingly enough, this was not only all civilians and pretty much all of our competitors, but even most of the antivirus people.&#8221;</em></p>
<p><a href="http://philosecurity.org/2009/01/12/interview-with-an-adware-author">Hier lesen</a> <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2009/01/14/interview-mit-einem-ehemaligen-adware-programmierer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Strippende Pfad-Komponenten beim Wordpress-Update</title>
		<link>http://blog.guruz.de/2008/11/25/strippende-pfad-komponenten-beim-wordpress-update/</link>
		<comments>http://blog.guruz.de/2008/11/25/strippende-pfad-komponenten-beim-wordpress-update/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 20:59:17 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Meta]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/?p=687</guid>
		<description><![CDATA[Zwar ist der offizielle Weg etwas stressiger, aber ich habe bis jetzt meine Wordpress-Installationen (zum Beispiel diese hier oder das Blog in dem dieser Beitrag steht) immer geupdated indem ich die neue latest.tar.gz gezogen habe und dann im htdocs Verzeichnis folgendes ausgefuehrt habe:
tar xfvz ../latest.tar.gz --strip-components=1
Damit wird das &#8220;wordpress/&#8221; am Anfang jedes Dateipfads entfernt.
Aus der [...]]]></description>
			<content:encoded><![CDATA[<p>Zwar ist <a href="http://codex.wordpress.org/Upgrading_WordPress">der offizielle Weg</a> etwas stressiger, aber ich habe bis jetzt meine Wordpress-Installationen (zum Beispiel <a href="http://codingclues.eu/">diese hier</a> oder das Blog in dem dieser Beitrag steht) immer geupdated indem ich <a href="http://wordpress.org/download/">die neue latest.tar.gz</a> gezogen habe und dann im htdocs Verzeichnis folgendes ausgefuehrt habe:</p>
<pre>tar xfvz ../latest.tar.gz --strip-components=1</pre>
<p>Damit wird das &#8220;wordpress/&#8221; am Anfang jedes Dateipfads entfernt.</p>
<p>Aus der man-Page:</p>
<pre>       --strip-components NUMBER, --strip-path NUMBER
strip NUMBER of leading components from file names before extraction</pre>
<p>Somit ist jetzt hier auch das neueste Sicherheitsupdate auf 2.6.5 installiert <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/11/25/strippende-pfad-komponenten-beim-wordpress-update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Subclipse (Subversion Client) with Eclipse Ganymede on Mac OS X</title>
		<link>http://blog.guruz.de/2008/11/07/using-subclipse-subversion-client-with-eclipse-ganymede-on-mac-os-x/</link>
		<comments>http://blog.guruz.de/2008/11/07/using-subclipse-subversion-client-with-eclipse-ganymede-on-mac-os-x/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 07:33:09 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Coding]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/?p=655</guid>
		<description><![CDATA[I had some trouble with this (updated my Eclipse for my p300 development), however this works for me on 10.4.x:

Install the CollabNet SVN package from http://www.collab.net/downloads/community/
Install Eclipse Ganymede
In Eclipse, in Help -&#62; Software Updates -&#62; Add Site http://subclipse.tigris.org/update_1.4.x
Check the latest Version of Subclipse and JavaHL and have it installed
Restart Eclipse.. and you don&#8217;t get &#8220;unable [...]]]></description>
			<content:encoded><![CDATA[<p>I had some trouble with this (updated my Eclipse for my <a href="http://p300.eu/">p300</a> development), however this works for me on 10.4.x:</p>
<ol>
<li>Install the CollabNet SVN package from <a href="http://www.collab.net/downloads/community/">http://www.collab.net/downloads/community/</a></li>
<li>Install <a href="http://www.eclipse.org/downloads/">Eclipse Ganymede</a></li>
<li>In Eclipse, in Help -&gt; Software Updates -&gt; Add Site http://subclipse.tigris.org/update_1.4.x</li>
<li>Check the latest Version of Subclipse and JavaHL and have it installed</li>
<li>Restart Eclipse.. and you don&#8217;t get &#8220;unable to load default SVN client&#8221; anymore <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>The svn binaries are now in /opt/subversion, so maybe you also have to adapt your PATH variable in $HOME/.profile</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/11/07/using-subclipse-subversion-client-with-eclipse-ganymede-on-mac-os-x/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wie man die Pfeile neben den Liedern in iTunes entfernt</title>
		<link>http://blog.guruz.de/2008/09/18/wie-man-die-pfeile-neben-den-liedern-in-itunes-entfernt/</link>
		<comments>http://blog.guruz.de/2008/09/18/wie-man-die-pfeile-neben-den-liedern-in-itunes-entfernt/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 06:25:34 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Music]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/?p=594</guid>
		<description><![CDATA[Mit folgendem Befehl (den man in der Konsole eingibt) kann man die Pfeile zum Apple iTunes Music Store neben den Liedern entfernen:
defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
Gefunden hab ich diesen Befehl fuer OS X auf tuaw.com. Fuer das Windows iTunes gibt es wohl auch was.
]]></description>
			<content:encoded><![CDATA[<p>Mit folgendem Befehl (den man in der Konsole eingibt) kann man die Pfeile zum <a href="http://clkde.tradedoubler.com/click?p=23761&#038;a=1569240&#038;g=11703466" target="_blank">Apple iTunes Music Store</a><img src="http://impde.tradedoubler.com/imp?type(inv)g(11703466)a(1569240)"> neben den Liedern entfernen:</p>
<pre>defaults write com.apple.iTunes show-store-arrow-links -bool FALSE</pre>
<p>Gefunden hab ich diesen Befehl fuer OS X auf <a href="http://www.tuaw.com/2008/09/10/terminal-tips-disable-itunes-8-store-arrows/">tuaw.com</a>. Fuer das Windows iTunes <a href="http://blog.ocramc.com/2008/09/itunes-8-hide-genre-in-browseritunes-store-links-on-windows.html">gibt es wohl auch was</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/09/18/wie-man-die-pfeile-neben-den-liedern-in-itunes-entfernt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3</title>
		<link>http://blog.guruz.de/2008/06/18/firefox-3/</link>
		<comments>http://blog.guruz.de/2008/06/18/firefox-3/#comments</comments>
		<pubDate>Wed, 18 Jun 2008 13:56:38 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/?p=473</guid>
		<description><![CDATA[Ich hab grad mal Firefox 3 ausprobiert. Sieht huebsch aus.. jetzt warte ich mal die naechsten Monate ab.. momentan bin ich ja Camino-User.
]]></description>
			<content:encoded><![CDATA[<p>Ich hab grad mal Firefox 3 ausprobiert. Sieht huebsch aus.. jetzt warte ich mal die naechsten Monate ab.. momentan bin ich ja Camino-User.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/06/18/firefox-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yahoo Messenger ganz vielleicht bald Jabber?</title>
		<link>http://blog.guruz.de/2008/06/13/yahoo-messenger-ganz-vielleicht-bald-jabber/</link>
		<comments>http://blog.guruz.de/2008/06/13/yahoo-messenger-ganz-vielleicht-bald-jabber/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 11:12:11 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/?p=463</guid>
		<description><![CDATA[Zumindest koennte man das hoffen wenn man den letzten Abschnitt dieses Golem-Artikels liest. Denn Google Talk basiert schliesslich auf Jabber. Schoen waere es auf jeden Fall  
Update 16.6.2008: Readwriteweb.com hat dazu eine pessimistischere Ansicht.
]]></description>
			<content:encoded><![CDATA[<p>Zumindest koennte man das hoffen wenn man den <a href="http://www.golem.de/0806/60372.html">letzten Abschnitt dieses Golem-Artikels</a> liest. Denn Google Talk basiert schliesslich auf Jabber. Schoen waere es auf jeden Fall <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Update 16.6.2008: Readwriteweb.com hat dazu eine <a href="http://www.readwriteweb.com/archives/why_im_interoperability_may_be_a_dream.php">pessimistischere Ansicht</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/06/13/yahoo-messenger-ganz-vielleicht-bald-jabber/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OS X Vorschau vs. Adobe Reader</title>
		<link>http://blog.guruz.de/2008/04/21/os-x-vorschau-vs-adobe-reader/</link>
		<comments>http://blog.guruz.de/2008/04/21/os-x-vorschau-vs-adobe-reader/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 09:59:02 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/?p=427</guid>
		<description><![CDATA[Ich weiss schon wieso ich hier auch den Adobe Reader habe obwohl die Apple Vorschau 5 mal so schnell ist:

Bessere Darstellung mancher PDFs, besonders von meiner Uni. Die haben mit Vorschau eine schreckliche Schrift.
Besseres Kopieren aus mehrspaltigen Seiten. Die Vorschau will volle Breite kopieren, der Adobe Reader gottseidank nur das aus der Spalte, in der [...]]]></description>
			<content:encoded><![CDATA[<p>Ich weiss schon wieso ich hier auch den Adobe Reader habe obwohl die Apple Vorschau 5 mal so schnell ist:</p>
<ol>
<li>Bessere Darstellung mancher PDFs, besonders von meiner Uni. Die haben mit Vorschau eine schreckliche Schrift.</li>
<li>Besseres Kopieren aus mehrspaltigen Seiten. Die Vorschau will volle Breite kopieren, der Adobe Reader gottseidank nur das aus der Spalte, in der meine Maus ist.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/04/21/os-x-vorschau-vs-adobe-reader/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Properly verifying your site at Google Webmaster Tools when using Wordpress</title>
		<link>http://blog.guruz.de/2008/01/26/properly-verifying-your-site-at-google-webmaster-tools-when-using-wordpress/</link>
		<comments>http://blog.guruz.de/2008/01/26/properly-verifying-your-site-at-google-webmaster-tools-when-using-wordpress/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 13:04:51 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Meta]]></category>

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

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2008/01/26/properly-verifying-your-site-at-google-webmaster-tools-when-using-wordpress/</guid>
		<description><![CDATA[The GWT will check if your site returns a HTTP 404 (=not found) for a file that should not exist. This has to be done because otherwise it would not make sense to have to check if a file google_blabla.html exists because there may be sites where every request returns a HTTP 200 (=everything OK).
With [...]]]></description>
			<content:encoded><![CDATA[<p>The GWT will check if your site returns a HTTP 404 (=not found) for a file that should not exist. This has to be done because otherwise it would not make sense to have to check if a file google_blabla.html exists because there may be sites where every request returns a HTTP 200 (=everything OK).</p>
<p>With my current Wordpress setup and theme this lead to some problems, because every URL exists when using permalinks (at least for me). But fear not, you can modify the Apache config lines for the permanlinks to:</p>
<pre>RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !noexist_YADAYADAYADA.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]</pre>
<p>This basically means that rewriting will only be done if the file is not named noexist_YADAYADAYADA.html. And since this file really does not exist, your web server will return a HTTP 404. To see what you need to enter for YADAYADAYADA.html check your access log when Google is trying to verify your site.</p>
<p>Hope that helps <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/01/26/properly-verifying-your-site-at-google-webmaster-tools-when-using-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>browser.js in Opera</title>
		<link>http://blog.guruz.de/2008/01/21/browserjs-in-opera/</link>
		<comments>http://blog.guruz.de/2008/01/21/browserjs-in-opera/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 18:42:08 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2008/01/21/browserjs-in-opera/</guid>
		<description><![CDATA[Was da alles fuer Site-fixes gemacht werden&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Was da alles fuer <a href="http://www.opera.com/docs/browserjs/">Site-fixes</a> gemacht werden&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/01/21/browserjs-in-opera/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netnewswire kostenlos</title>
		<link>http://blog.guruz.de/2008/01/10/netnewswire-kostenlos/</link>
		<comments>http://blog.guruz.de/2008/01/10/netnewswire-kostenlos/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 14:36:20 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Aufreger]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/2008/01/10/netnewswire-kostenlos/</guid>
		<description><![CDATA[Argh&#8230;. einmal im Leben kaufe ich Shareware und zwei Monate spaeter wird sie Freeware.
]]></description>
			<content:encoded><![CDATA[<p>Argh&#8230;. einmal im Leben kaufe ich Shareware und zwei Monate spaeter <a href="http://golem.de/0801/56931.html">wird sie Freeware</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2008/01/10/netnewswire-kostenlos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interessanter Artikel: Google Android und Java</title>
		<link>http://blog.guruz.de/2007/11/13/interessanter-artikel-google-android-und-java/</link>
		<comments>http://blog.guruz.de/2007/11/13/interessanter-artikel-google-android-und-java/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 18:15:25 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Interesting]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/2007/11/13/interessanter-artikel-google-android-und-java/</guid>
		<description><![CDATA[Die Plattform benutzt die Programmiersprache Java, aber eine andere Klassenbibliothek und ganz anderen Bytecode.
]]></description>
			<content:encoded><![CDATA[<p>Die Plattform <a href="http://www.betaversion.org/~stefano/linotype/news/110/">benutzt</a> die Programmiersprache Java, aber eine andere Klassenbibliothek und ganz anderen Bytecode.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2007/11/13/interessanter-artikel-google-android-und-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE innerhalb von Firefox benutzen</title>
		<link>http://blog.guruz.de/2007/10/25/ie-innerhalb-von-firefox-benutzen/</link>
		<comments>http://blog.guruz.de/2007/10/25/ie-innerhalb-von-firefox-benutzen/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 14:36:54 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.guruz.de/2007/10/25/ie-innerhalb-von-firefox-benutzen/</guid>
		<description><![CDATA[Hab ich heute bei einem Kollegen entdeckt: Man kann den IE innerhalb von Firefox benutzen und verzichtet so nicht auf umstaendliche Bookmarkpflege o.ae. die man beim Benutzen beider Browser haette.
Das ganze nennt sich IETab und funktioniert eigentlich ganz gut, nur bei manchen Seiten kommt es damit leider zu Abstuerzen 
]]></description>
			<content:encoded><![CDATA[<p>Hab ich heute bei einem Kollegen entdeckt: Man kann den IE innerhalb von Firefox benutzen und verzichtet so nicht auf umstaendliche Bookmarkpflege o.ae. die man beim Benutzen beider Browser haette.</p>
<p>Das ganze nennt sich <a href="http://ietab.mozdev.org/">IETab</a> und funktioniert eigentlich ganz gut, nur bei manchen Seiten kommt es damit leider zu Abstuerzen <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2007/10/25/ie-innerhalb-von-firefox-benutzen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>(Werbung) OS X: Leopard (vor)bestellen und 10 EUR sparen</title>
		<link>http://blog.guruz.de/2007/10/22/werbung-os-x-leopard-vorbestellen-und-10-eur-sparen/</link>
		<comments>http://blog.guruz.de/2007/10/22/werbung-os-x-leopard-vorbestellen-und-10-eur-sparen/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 21:34:25 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/2007/10/22/werbung-os-x-leopard-vorbestellen-und-10-eur-sparen/</guid>
		<description><![CDATA[.. mit diesem Link und dem Gutscheincode AMZNLPRDAPPL
]]></description>
			<content:encoded><![CDATA[<p>.. mit <a href="http://www.amazon.de/gp/feature.html?ie=UTF8&amp;docId=1000114113&amp;linkCode=ure&amp;tag=guruzhomepag-21">diesem Link</a> und dem Gutscheincode <strong>AMZNLPRDAPPL</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2007/10/22/werbung-os-x-leopard-vorbestellen-und-10-eur-sparen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Trillian bald fuer OS X</title>
		<link>http://blog.guruz.de/2007/10/08/trillian-bald-fuer-os-x/</link>
		<comments>http://blog.guruz.de/2007/10/08/trillian-bald-fuer-os-x/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 09:32:12 +0000</pubDate>
		<dc:creator>guruz</dc:creator>
		
		<category><![CDATA[Apple]]></category>

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

		<guid isPermaLink="false">http://blog.guruz.de/2007/10/08/trillian-bald-fuer-os-x/</guid>
		<description><![CDATA[Eine erste Alpha Version des Trillian Messengers fuer den Mac ist bereits bei einigen Alpha-Testern in Benutzung. Betrifft mich zwar nicht unbedingt (ich benutze centerIM) aber ist doch nett zu hoeren. Mal sehen, vielleicht machen sie ja sogar eine Linux Version, jedenfalls scheint das durch eine Separierung von Core und UI plausibel.
BTW, ein paar Developer [...]]]></description>
			<content:encoded><![CDATA[<p>Eine <a href="http://www.golem.de/0710/55213.html">erste Alpha Version</a> des Trillian Messengers fuer den Mac ist bereits bei einigen Alpha-Testern in Benutzung. Betrifft mich zwar nicht unbedingt (ich benutze <a href="http://www.centerim.org/">centerIM</a>) aber ist doch nett zu hoeren. Mal sehen, vielleicht machen sie ja sogar eine Linux Version, jedenfalls scheint das durch eine <a href="http://blog.ceruleanstudios.com/?p=205#more-205">Separierung von Core und UI</a> plausibel.</p>
<p>BTW, ein paar Developer von <a href="http://www.ceruleanstudios.com/">Trillian</a> (Kommerzklient) und <a href="http://www.pidgin.im/">Gaim/Pidgin</a> (Frickelware <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) sind <a href="http://www.linux.com/articles/31728">befreundet</a> und helfen sich sogar gegenseitig. OMG <img src='http://blog.guruz.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guruz.de/2007/10/08/trillian-bald-fuer-os-x/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
