<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.incognitek.com/redge/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Incognitek</title>
        <description></description>
        <link>http://www.incognitek.com/redge/</link>
        <lastBuildDate>Wed, 08 Sep 2010 02:25:30 +0200</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.incognitek.com/redge/lib/images/favicon.ico</url>
            <title>Incognitek</title>
            <link>http://www.incognitek.com/redge/</link>
        </image>
        <item>
            <title>blog</title>
            <link>http://www.incognitek.com/redge/blog</link>
            <description>&lt;div class=&quot;hfeed&quot;&gt;

&lt;!-- including blog:getting_the_static_library_to_work_on_the_iphone_in_sdk_3 // /home/.sites/5/site513/web/redge/data/pages/blog/getting_the_static_library_to_work_on_the_iphone_in_sdk_3.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;



&lt;h1&gt;&lt;a name=&quot;getting_a_static_library_to_work_on_the_iphone_in_sdk_3&quot; id=&quot;getting_a_static_library_to_work_on_the_iphone_in_sdk_3&quot;&gt;Getting a static library to work on the iPhone in SDK 3&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

We are currently working on a lightweight game library for the iPhone. The library is static and is thus linked to the game at compile-time. In the iPhone simulator, it was working perfectly fine.
&lt;/p&gt;

&lt;p&gt;
Then I wanted to do start the demo application on the actual device. For whatever reason, the classes of the library were not recognized on the device at runtime – even though the build log did not note any problems, and the library should have been linked to game. I could not think of anything that would lead to this behavior! 
&lt;/p&gt;

&lt;p&gt;
Fortunately, big brother Google was there for the rescue. There seems to be bug in the linker of iPhone &lt;acronym title=&quot;Software Development Kit&quot;&gt;SDK&lt;/acronym&gt; 3.0. The fix is easy (if you know it): 
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;In addition to the linker flag ”-ObjC” you have to add the flag ”-all_load”.&lt;/strong&gt; After that, everything works just like it should.
&lt;/p&gt;

&lt;p&gt;
I suspect that Apple fixes this in the next &lt;acronym title=&quot;Software Development Kit&quot;&gt;SDK&lt;/acronym&gt; version, but until then, I can live with that.
&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;div class=&quot;inclmeta&quot;&gt;
	&lt;a href=&quot;http://www.incognitek.com/redge/blog/getting_the_static_library_to_work_on_the_iphone_in_sdk_3&quot; class=&quot;wikilink1 permalink&quot; title=&quot;blog:getting_the_static_library_to_work_on_the_iphone_in_sdk_3&quot; rel=&quot;bookmark&quot;&gt;Getting a static library to work on the iPhone in SDK 3&lt;/a&gt;
	&amp;middot; &lt;abbr class=&quot;published&quot; title=&quot;2009-08-03T08:39:26Z&quot;&gt;2009/08/03 08:39&lt;/abbr&gt;
	&amp;middot; &lt;span class=&quot;vcard author&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/user/daniel_sperl&quot; class=&quot;wikilink1 url fn&quot; title=&quot;user:daniel_sperl&quot;&gt;Daniel Sperl&lt;/a&gt;&lt;/span&gt;
	&amp;middot; &lt;span class=&quot;comment&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/blog/getting_the_static_library_to_work_on_the_iphone_in_sdk_3#discussion__section&quot; class=&quot;wikilink1&quot; title=&quot;blog:getting_the_static_library_to_work_on_the_iphone_in_sdk_3#discussion__section&quot;&gt;1&amp;nbsp;Comment&lt;/a&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- /including blog:getting_the_static_library_to_work_on_the_iphone_in_sdk_3 --&gt;

&lt;!-- including blog:find_it_our_first_iphone_game_finally_available // /home/.sites/5/site513/web/redge/data/pages/blog/find_it_our_first_iphone_game_finally_available.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;



&lt;h1&gt;&lt;a name=&quot;find_it_our_first_iphone_game_finally_available&quot; id=&quot;find_it_our_first_iphone_game_finally_available&quot;&gt;Find it! Our first iPhone game, finally available.&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

&lt;strong&gt;Hooray!&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
The last few months, I think beginning in September 2008, I started development of an iPhone game together with a close friend of mine, Holger Weissböck. We had wanted to start a joint project since the time we went to school together – actually, this is where our “brand-name” incognitek comes from. And now, 10 years later (oh my), we finally succeeded.
&lt;/p&gt;

&lt;p&gt;
It&amp;#039;s not a big game, we wanted to start with something simple – we already have enough experience in overly ambitious projects stranding somewhere half-finished. So we cooperated with the company I am working for, funworld, and re-created one of the most successful games on their touch screen terminal “PHOTO PLAY”. That&amp;#039;s (incidentally) the same thing I do for a living, as I am the main game programmer at funworld. However, the games for the terminal are programmed with C#/DirectX and, recently, ActionScript 3, so the iPhone platform and Objective C were new to me. But I always love to learn a new language, so I really enjoyed jumping into this project.
&lt;/p&gt;

&lt;p&gt;
It was a tiring mission at times, first working 8-10 hours at funworld, creating one game, and then coming home and working 2-3 more hours creating another one – but taking one small step after the other, we finished the game, so it was all worth the effort. It&amp;#039;s always this small moment at the end of a project we crave for, isn&amp;#039;t it? The one day of fame when a project is finished, where we see that something was created out of some empty void. 
&lt;/p&gt;

&lt;p&gt;
&lt;em&gt;Even if on that same day, we already start thinking about the next project …&lt;/em&gt; &lt;img src=&quot;http://www.incognitek.com/redge/lib/images/smileys/icon_wink.gif&quot; class=&quot;middle&quot; alt=&quot;;-)&quot; /&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.incognitek.com/redge/projects/findit/start&quot; class=&quot;media&quot; title=&quot;projects:findit:start&quot;&gt;&lt;img src=&quot;http://www.incognitek.com/redge/_media/blog/findit_out_now.png&quot; class=&quot;mediacenter&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;div class=&quot;inclmeta&quot;&gt;
	&lt;a href=&quot;http://www.incognitek.com/redge/blog/find_it_our_first_iphone_game_finally_available&quot; class=&quot;wikilink1 permalink&quot; title=&quot;blog:find_it_our_first_iphone_game_finally_available&quot; rel=&quot;bookmark&quot;&gt;Find it! Our first iPhone game, finally available.&lt;/a&gt;
	&amp;middot; &lt;abbr class=&quot;published&quot; title=&quot;2009-01-05T21:46:01Z&quot;&gt;2009/01/05 21:46&lt;/abbr&gt;
	&amp;middot; &lt;span class=&quot;vcard author&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/user/daniel_sperl&quot; class=&quot;wikilink1 url fn&quot; title=&quot;user:daniel_sperl&quot;&gt;Daniel Sperl&lt;/a&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- /including blog:find_it_our_first_iphone_game_finally_available --&gt;

&lt;!-- including blog:running_the_gimp_in_macos_x_leopard // /home/.sites/5/site513/web/redge/data/pages/blog/running_the_gimp_in_macos_x_leopard.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;



&lt;h1&gt;&lt;a name=&quot;running_the_gimp_in_macos_x_leopard&quot; id=&quot;running_the_gimp_in_macos_x_leopard&quot;&gt;Running the Gimp in MacOS X Leopard&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

Several days ago, I finally could not resist it any longer – I bought an iMac. After having overcome the first shock regarding the obscene price of this device&lt;sup&gt;&lt;a href=&quot;#fn__1&quot; name=&quot;fnt__1&quot; id=&quot;fnt__1&quot; class=&quot;fn_top&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt;, I am really loving to work with MacOS X.
&lt;/p&gt;

&lt;p&gt;
Even more so after I found out that, by using &lt;a href=&quot;http://www.macports.org&quot; class=&quot;urlextern&quot; title=&quot;http://www.macports.org&quot;  rel=&quot;nofollow&quot;&gt;MacPorts&lt;/a&gt;, I can install a great part of my beloved Linux applications.
&lt;/p&gt;

&lt;p&gt;
I also installed the Gimp that way (although I found out later that there&amp;#039;s a complete package to be found here: &lt;a href=&quot;http://darwingimp.sourceforge.net&quot; class=&quot;urlextern&quot; title=&quot;http://darwingimp.sourceforge.net&quot;  rel=&quot;nofollow&quot;&gt;http://darwingimp.sourceforge.net&lt;/a&gt;). The only problem with the Gimp version from MacPorts was that somehow it required me to start X11 manually before running it – while for all other X11 software, it seems to launch automatically.
&lt;/p&gt;

&lt;p&gt;
After some tinkering, I found the problem to be the start script of the Gimp, provided by MacPorts. I guess it makes some stuff that is no longer necessary in Leopard; especially trying to run “open-x11”, which is not present in Leopard (at least no on my system). But it&amp;#039;s fixed easily by editing the file &lt;code&gt;/Applications/MacPorts/Gimp.app/Contents/Resources/script&lt;/code&gt; and deleting (or commenting out) all lines except the following:
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;co0&quot;&gt;#!/bin/sh&lt;/span&gt;
&amp;nbsp;
&lt;span class=&quot;re2&quot;&gt;CWD&lt;/span&gt;=&lt;span class=&quot;st0&quot;&gt;&amp;quot;/opt/local&amp;quot;&lt;/span&gt;
&lt;span class=&quot;kw3&quot;&gt;cd&lt;/span&gt; ~&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;
&lt;span class=&quot;kw3&quot;&gt;exec&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;&lt;span class=&quot;es2&quot;&gt;$CWD&lt;/span&gt;/bin/gimp&amp;quot;&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;$@&amp;quot;&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;
Now it works just fine: X11 is starting right before the Gimp.

&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__1&quot; id=&quot;fn__1&quot; name=&quot;fn__1&quot; class=&quot;fn_bot&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; 
in the USA the 20” configuration I bought costs about 1500 US-$, in Europe you have to spend amazing 1450€, which currently means 2283.46 US-$! I have no idea how this can be …&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;div class=&quot;inclmeta&quot;&gt;
	&lt;a href=&quot;http://www.incognitek.com/redge/blog/running_the_gimp_in_macos_x_leopard&quot; class=&quot;wikilink1 permalink&quot; title=&quot;blog:running_the_gimp_in_macos_x_leopard&quot; rel=&quot;bookmark&quot;&gt;Running the Gimp in MacOS X Leopard&lt;/a&gt;
	&amp;middot; &lt;abbr class=&quot;published&quot; title=&quot;2008-04-20T18:32:57Z&quot;&gt;2008/04/20 18:32&lt;/abbr&gt;
	&amp;middot; &lt;span class=&quot;vcard author&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/user/daniel_sperl&quot; class=&quot;wikilink1 url fn&quot; title=&quot;user:daniel_sperl&quot;&gt;Daniel Sperl&lt;/a&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- /including blog:running_the_gimp_in_macos_x_leopard --&gt;

&lt;!-- including blog:finally_-_the_new_homepage_is_here // /home/.sites/5/site513/web/redge/data/pages/blog/finally_-_the_new_homepage_is_here.txt --&gt;
&lt;div class=&quot;include hentry&quot;&gt;
&lt;div class=&quot;entry-content&quot;&gt;



&lt;h1&gt;&lt;a name=&quot;finally_-_the_new_homepage_is_here&quot; id=&quot;finally_-_the_new_homepage_is_here&quot;&gt;Finally - the new homepage is here&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

After some weeks of hard work and equally hard hours of procrastination, the new incognitek homepage is finally finished. Here and there are a few touches to make, but all in all I think everything should work just fine now.
&lt;/p&gt;

&lt;p&gt;
I wanted page updates to be as easy as possible; that&amp;#039;s why I used a wiki engine for the complete content. The most simple and elegant wiki solution out there is, imho, &lt;a href=&quot;http://wiki.splitbrain.org/wiki%3ADokuWiki&quot; class=&quot;urlextern&quot; title=&quot;http://wiki.splitbrain.org/wiki%3ADokuWiki&quot;  rel=&quot;nofollow&quot;&gt;DokuWiki&lt;/a&gt;, so it was a no-brainer to use it. The only problem was that none of the existing templates seemed to be suitable for the incognitek page (yes, I am picky when it comes to such topics). That&amp;#039;s why I made the effort to create a whole new template. As soon as I had re-activated my rotten &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;CSS&lt;/acronym&gt; knowledge, I found it relatively easy to create the template – until I loaded it in Internet Explorer 6 (aka “The root of all evil 6.0”).
&lt;/p&gt;

&lt;p&gt;
I won&amp;#039;t start telling you all the things that went wrong with that browser&amp;#039;s page rendering; if you are a web develeper, you already know. If you are not: believe me, you do not want to know. Just do not use this browser.
&lt;/p&gt;

&lt;p&gt;
First I thought I might skip support for &lt;acronym title=&quot;Internet Explorer 6&quot;&gt;IE6&lt;/acronym&gt; altogether, but then I had a look at some statistics, which say that it&amp;#039;s still used by about a third of all internet users. Well, I did not want to lock out this huge amount of people, so I included hack after hack to allow the site to be rendered in this browser as well. If you are viewing this page in &lt;acronym title=&quot;Internet Explorer 6&quot;&gt;IE6&lt;/acronym&gt;, you will miss several subtle hover effects, and the main content box does not have a drop shadow; but all other parts are working. 
&lt;/p&gt;

&lt;p&gt;
But if you are really viewing this page with &lt;acronym title=&quot;Internet Explorer 6&quot;&gt;IE6&lt;/acronym&gt;: &lt;strong&gt;Please use a modern browser&lt;/strong&gt;, like Firefox, Opera, Safari, or even IE7. You will love the features of those modern browsers, and will be more secure, as well.
&lt;/p&gt;

&lt;p&gt;
By the way, if you like this template, you can easily find it in the &lt;a href=&quot;http://www.incognitek.com/redge/projects/projects&quot; class=&quot;wikilink1&quot; title=&quot;projects:projects&quot;&gt;projects&lt;/a&gt; section of this site.

&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;div class=&quot;inclmeta&quot;&gt;
	&lt;a href=&quot;http://www.incognitek.com/redge/blog/finally_-_the_new_homepage_is_here&quot; class=&quot;wikilink1 permalink&quot; title=&quot;blog:finally_-_the_new_homepage_is_here&quot; rel=&quot;bookmark&quot;&gt;Finally - the new homepage is here&lt;/a&gt;
	&amp;middot; &lt;abbr class=&quot;published&quot; title=&quot;2008-01-20T18:07:43Z&quot;&gt;2008/01/20 18:07&lt;/abbr&gt;
	&amp;middot; &lt;span class=&quot;vcard author&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/user/daniel_sperl&quot; class=&quot;wikilink1 url fn&quot; title=&quot;user:daniel_sperl&quot;&gt;Daniel Sperl&lt;/a&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;!-- /including blog:finally_-_the_new_homepage_is_here --&gt;
&lt;/div&gt;
</description>
            <pubDate>Sun, 20 Jan 2008 18:11:08 +0200</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>http://www.incognitek.com/redge/start</link>
            <description>


&lt;h1&gt;&lt;a name=&quot;welcome&quot; id=&quot;welcome&quot;&gt;Welcome!&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

&lt;a href=&quot;http://www.incognitek.com/redge/_detail/redge_mii.png?id=start&quot; class=&quot;media&quot; title=&quot;redge_mii.png&quot;&gt;&lt;img src=&quot;http://www.incognitek.com/redge/_media/redge_mii.png&quot; class=&quot;mediaright&quot; align=&quot;right&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
This is the homepage of &lt;strong&gt;Daniel Sperl&lt;/strong&gt;, a software developer living in Upper Austria. It is a place I use to collect and offer information about the various things I do and care about. 
&lt;/p&gt;

&lt;/div&gt;

&lt;h4&gt;&lt;a name=&quot;you_can_do_the_following_things_on_this_page&quot; id=&quot;you_can_do_the_following_things_on_this_page&quot;&gt;You can do the following things on this page:&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Find information about &lt;a href=&quot;http://www.incognitek.com/redge/user/daniel_sperl&quot; class=&quot;wikilink1&quot; title=&quot;user:daniel_sperl&quot;&gt;myself&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Read my &lt;a href=&quot;http://www.incognitek.com/redge/blog&quot; class=&quot;wikilink1&quot; title=&quot;blog&quot;&gt;blog&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Browse and download some of the &lt;a href=&quot;http://www.incognitek.com/redge/projects/projects&quot; class=&quot;wikilink1&quot; title=&quot;projects:projects&quot;&gt;projects&lt;/a&gt; I have started during my studies or in my spare time.&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;

This page was created using the popular wiki engine &lt;a href=&quot;http://www.dokuwiki.org/wiki%3Adokuwiki&quot; class=&quot;interwiki iw_doku&quot; title=&quot;http://www.dokuwiki.org/wiki%3Adokuwiki&quot;&gt;DokuWiki&lt;/a&gt;. If you like the design of the page, you can download the template in the &lt;a href=&quot;http://www.incognitek.com/redge/projects/projects&quot; class=&quot;wikilink1&quot; title=&quot;projects:projects&quot;&gt;projects&lt;/a&gt; section.
&lt;/p&gt;

&lt;/div&gt;

&lt;h4&gt;&lt;a name=&quot;here_are_some_other_pages_not_found_in_the_menu&quot; id=&quot;here_are_some_other_pages_not_found_in_the_menu&quot;&gt;Here are some other pages not found in the menu:&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; View &lt;strong&gt;&lt;a href=&quot;http://www.incognitek.com/redge/doku.php?do=index&quot; class=&quot;urlextern&quot; title=&quot;http://www.incognitek.com/redge/doku.php?do=index&quot;  rel=&quot;nofollow&quot;&gt;Sitemap&lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h4&gt;&lt;a name=&quot;latest_blog_entries&quot; id=&quot;latest_blog_entries&quot;&gt;Latest Blog entries:&lt;/a&gt;&lt;/h4&gt;
&lt;div class=&quot;level4&quot;&gt;
&lt;table class=&quot;pagelist&quot;&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/blog/getting_the_static_library_to_work_on_the_iphone_in_sdk_3&quot; class=&quot;wikilink1&quot; title=&quot;blog:getting_the_static_library_to_work_on_the_iphone_in_sdk_3&quot;&gt;Getting a static library to work on the iPhone in SDK 3&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2009/08/03 08:39&lt;/td&gt;
		&lt;td class=&quot;user&quot;&gt;Daniel Sperl&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/blog/find_it_our_first_iphone_game_finally_available&quot; class=&quot;wikilink1&quot; title=&quot;blog:find_it_our_first_iphone_game_finally_available&quot;&gt;Find it! Our first iPhone game, finally available.&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2009/01/05 21:46&lt;/td&gt;
		&lt;td class=&quot;user&quot;&gt;Daniel Sperl&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/blog/running_the_gimp_in_macos_x_leopard&quot; class=&quot;wikilink1&quot; title=&quot;blog:running_the_gimp_in_macos_x_leopard&quot;&gt;Running the Gimp in MacOS X Leopard&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2008/04/20 18:32&lt;/td&gt;
		&lt;td class=&quot;user&quot;&gt;Daniel Sperl&lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr&gt;
		&lt;td class=&quot;page&quot;&gt;&lt;a href=&quot;http://www.incognitek.com/redge/blog/finally_-_the_new_homepage_is_here&quot; class=&quot;wikilink1&quot; title=&quot;blog:finally_-_the_new_homepage_is_here&quot;&gt;Finally - the new homepage is here&lt;/a&gt;&lt;/td&gt;
		&lt;td class=&quot;date&quot;&gt;2008/01/20 18:07&lt;/td&gt;
		&lt;td class=&quot;user&quot;&gt;Daniel Sperl&lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Welcome!&quot; [1-846] --&gt;
&lt;h1&gt;&lt;a name=&quot;contact&quot; id=&quot;contact&quot;&gt;Contact&lt;/a&gt;&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;

&lt;a href=&quot;http://www.wkoecg.at/Web/Ecg.aspx?FirmaID=cad5af26-123b-4dd4-81d2-8c83358b82ac&quot; class=&quot;media&quot; title=&quot;http://www.wkoecg.at/Web/Ecg.aspx?FirmaID=cad5af26-123b-4dd4-81d2-8c83358b82ac&quot;  rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://www.incognitek.com/redge/lib/exe/fetch.php?hash=4f2537&amp;amp;media=http%3A%2F%2Fwww.wkoecg.at%2FWeb%2FLibrary%2FImages%2Ffaz%2Fecg.gif&quot; class=&quot;mediaright&quot; align=&quot;right&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
You can contact me under my e-mail address &lt;a href=&quot;mailto:&amp;#x72;&amp;#x65;&amp;#x64;&amp;#x67;&amp;#x65;&amp;#x40;&amp;#x69;&amp;#x6e;&amp;#x63;&amp;#x6f;&amp;#x67;&amp;#x6e;&amp;#x69;&amp;#x74;&amp;#x65;&amp;#x6b;&amp;#x2e;&amp;#x63;&amp;#x6f;&amp;#x6d;&quot; class=&quot;mail JSnocheck&quot; title=&quot;&amp;#x72;&amp;#x65;&amp;#x64;&amp;#x67;&amp;#x65;&amp;#x40;&amp;#x69;&amp;#x6e;&amp;#x63;&amp;#x6f;&amp;#x67;&amp;#x6e;&amp;#x69;&amp;#x74;&amp;#x65;&amp;#x6b;&amp;#x2e;&amp;#x63;&amp;#x6f;&amp;#x6d;&quot;&gt;&amp;#x72;&amp;#x65;&amp;#x64;&amp;#x67;&amp;#x65;&amp;#x40;&amp;#x69;&amp;#x6e;&amp;#x63;&amp;#x6f;&amp;#x67;&amp;#x6e;&amp;#x69;&amp;#x74;&amp;#x65;&amp;#x6b;&amp;#x2e;&amp;#x63;&amp;#x6f;&amp;#x6d;&lt;/a&gt;. Since 2007, I have been living in Vöcklabruck, a nice little city just around the corner of the Upper Austrian lake area. My complete postal address is the following:

&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;DI (FH) Daniel Sperl
Heinrich Reschauer-Straße 22/10
A-4840 Vöcklabruck
Austria&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Contact&quot; [847-] --&gt;</description>
            <pubDate>Wed, 20 Jan 2010 10:30:54 +0200</pubDate>
        </item>
    </channel>
</rss>
