<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Archive of former website</title>
    <link>https://archive.juergentreml.de/</link>
    <atom:link href="https://archive.juergentreml.de/feed.xml" rel="self" type="application/rss+xml" />
    <description>Archived blog posts from www.juergentreml.de</description>
    <language>en</language>
    <lastBuildDate>Tue, 25 Aug 2026 14:49:46 GMT</lastBuildDate><item>
      <title>HOWTO Circumvent Palm App Catalog Regional Filtering</title>
      <link>https://archive.juergentreml.de/archives/1056.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/1056.html</guid>
      <pubDate>Wed, 07 Apr 2010 00:00:00 GMT</pubDate>
      <description>This article is a short tutorial on how install WebOS applications on your &lt;a href=&#39;http://www.palm.com&#39;&gt;Palm&lt;/a&gt; Pre independent of the region they are intended for, e.g. install US only apps that do not even show up in the app catalog outside the US on your French / German / Spanish Palm Pre. The process is rather simple as it basically just exploits the current behavior of the App Catalog’s update mechanism.</description>
      <content:encoded><![CDATA[<h1>HOWTO Circumvent Palm App Catalog Regional Filtering</h1>
<p>This article is a short tutorial on how install WebOS applications on your <a href="http://www.palm.com">Palm</a> Pre independent of the region they are intended for, e.g. install US only apps that do not even show up in the app catalog outside the US on your French / German / Spanish Palm Pre. The process is rather simple as it basically just exploits the current behavior of the App Catalog’s update mechanism.<!--more--></p>
<p>But before I get to the point, let me comment something that really bothers me: As of now, the US App Catalog shows about 2000 apps, while the German catalog is showing a mere 600, paid apps included. I understand, that given Palm’s app submission forms, it’s a bit of an inconvenience for developers to fill out the extra fields to make an app available outside the US, but from my own apps <a href="https://archive.juergentreml.de/programming/webos/qrdecoder.html">QR deCODEr</a> and <a href="https://archive.juergentreml.de/programming/webos/dix.html">DIX Dictionary</a>, I managed to collect a bit of statistics (which I also confirmed with other developers), looking as shown below:</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/image11.png"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2010/04/image11_thumb.png" alt="image" title="image"></a>While the numbers for Canada, Mexico, Great Britain and Spain are admittedly not too impressive, things look quite different when it comes to Germany. The US account for about 70% of all WebOS users, but 20% of all users come from Germany as the diagram suggests. Thus, those developers not willing to take an extra five minutes to fill out the forms to make their app available outside the US are basically alienating between 20 and 30% of potential users of their app. What I find most frustrating about this is, that I can’t understand why so many developers don’t care about this. Sure, it’s a bit of a hassle to fill out those extra forms since translating your app takes quite some time and effort, but then again, Palm doesn’t force you to do so. You are free to just copy over your English app descriptions into the German / Spanish / French forms. That’s about two minutes for each additional language. So to all of those lazy developers: Are you sure you don’t have an extra six minutes?! There really is more to this world than the United States!</p>
<p>But enough already, here we got with the install tutorial for apps submitted for other regions than your own.</p>
<p><strong>HOWTO Install Apps Not Showing Up In The App Catalog For Your Region</strong></p>
<p>I realize that this may seem quite some work to most ordinary users, but for somebody who’s used homebrew apps or the WebOS SDK before, it doesn’t take more than 5 minutes to follow the tutorial and install an app.</p>
<p>The basic idea is to exploit the App Catalog update mechanism’s current behavior. If you click a link to an app that’s not available in your region, instead of viewing this app, the app catalog presents you with an error message that this app is not available in your country. Nevertheless, if you already have an older version of such an app installed and go to the update view in the App Catalog, you’ll find that even for those app only available in other regions, you get a notification of available updates and upon tapping ‘install’ the App Catalog will happily download and install the new version of such an app.ç</p>
<p>So all we need to do is make WebOS think that we have an old version of the app we want already installed on our device and it will allow us to download and install the latest version. We do so by creating a “dummy” app with the same app ID as the app we want and a lower version number than the currently available version.</p>
<p>UPDATE: As an alternative to the following DIY tutorial, there are two apps that do all the work for you. See the <a href="#auto">end of this post</a> for details.</p>
<ol>
<li>
<p>Make sure you have all the prerequisites: A <strong><a href="http://notepad-plus.sourceforge.net/uk/site.htm">text editor</a></strong>, the <a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1788">Palm WebOS SDK</a> , your WebOS device with <strong><a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=43#dev_mode">activated Dev Mode</a></strong> and <strong><a href="http://preware.org/">Preware</a></strong> installed on your device (or some other way to find out app IDs).</p>
</li>
<li>
<p>Create a new folder called <em>Dummy</em> somewhere on your hard disk.</p>
</li>
<li>
<p>Within that folder, create a text file called <em>appinfo.json</em></p>
</li>
<li>
<p>Open this file in a text editor and copy the following lines to the file (including the brackets):</p>
<p><em>{ &quot;id&quot;: &quot;FILL IN APP ID HERE&quot;, &quot;version&quot;: &quot;0.0.1&quot;, &quot;vendor&quot;: &quot;FILL IN VENDOR HERE&quot;, &quot;title&quot;: &quot;FILL IN TITLE HERE&quot;,</em></p>
<p><em>&quot;type&quot;: &quot;web&quot;, &quot;main&quot;: &quot;index.html&quot; }</em></p>
</li>
<li>
<p>Fire up <em>Preware</em> and find the app you want to install, e.g. French <em>Le Monde</em> app as show below: <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150243.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150243_thumb.png" alt="preware_2010-07-04_150243" title="preware_2010-07-04_150243"></a></p>
</li>
<li>
<p>Scroll down to see the vendor name, version number and app ID: <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150250.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150250_thumb.png" alt="preware_2010-07-04_150250" title="preware_2010-07-04_150250"></a></p>
</li>
<li>
<p>Now edit the text file we just created and replace all ‘FILL IN … HERE’ entries with the data you see in <em>Preware</em> AND make sure the version number in the text file is LOWER than the version number you see in <em>Preware</em> (0.0.1 as version number should usually work fine).</p>
<p>For our <em>Le Monde</em> example the text file should look like this:</p>
<p><em>{ &quot;id&quot;: &quot;com.backelite.lemonde&quot;, &quot;version&quot;: &quot;0.0.1&quot;, &quot;vendor&quot;: &quot;Le Monde Interactif&quot;, &quot;title&quot;: &quot;Lemonde.fr&quot;</em></p>
<p><em>&quot;type&quot;: &quot;web&quot;, &quot;main&quot;: &quot;index.html&quot;, }</em></p>
</li>
<li>
<p>Fire up the command line, go to the folder containing the <em>Dummy</em> folder and type the following to pack the dummy application:<em>palm-package Dummy</em></p>
</li>
<li>
<p>Now connect your device to your computer via the USB cable and type the following to install the dummy application to your device:_palm-install –d usb com.backelite.lemonde_0.0.1_all.ipk_You should now see the dummy application on your device’s launcher page showing up with a default icon. (Don’t launch it, because it won’t start up at this point, since it’s just an empty dummy app.)</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339_thumb.png" alt="preware_2010-07-04_150339" title="preware_2010-07-04_150339"></a></p>
</li>
<li>
<p>Launch the App Catalog on your device and go to the update view, where you should see our dummy application showing up and an updated version being available: <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_145659.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_145659_thumb.png" alt="findapps_2010-07-04_145659" title="findapps_2010-07-04_145659"></a> <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150416.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150416_thumb.png" alt="findapps_2010-07-04_150416" title="findapps_2010-07-04_150416"></a></p>
</li>
<li>
<p>Tap <em>Install Updates</em> and wait for your device to download and install the new version. <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150423.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150423_thumb.png" alt="findapps_2010-07-04_150423" title="findapps_2010-07-04_150423"></a> <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150432.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150432_thumb.png" alt="findapps_2010-07-04_150432" title="findapps_2010-07-04_150432"></a></p>
</li>
<li>
<p>Congrats! You now have the full and latest version of an app installed on your device that is not available officially via the App Catalog in your country. You can now launch and use the app. <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/lemonde_20100704_150453.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/lemonde_20100704_150453_thumb.png" alt="lemonde_2010-07-04_150453" title="lemonde_2010-07-04_150453"></a> In your launcher you may still see the old dummy icon for this app. The real icon will show up once you’ve restarted your phone. <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_1503391.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_1503391_thumb.png" alt="preware_2010-07-04_150339" title="preware_2010-07-04_150339"></a> <a href="https://archive.juergentreml.de/wp-content/uploads/2010/04/Unknown_20100704_151243.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2010/04/Unknown_20100704_151243_thumb.png" alt="Unknown_2010-07-04_151243" title="Unknown_2010-07-04_151243"></a></p>
</li>
</ol>
<p>I’ve successfully tried this procedure with a dozen apps. It works only for FREE apps though. For paid apps, Palm is unfortunately / thankfully doing additional checks, so that you can’t just inject a dummy package to get a free update to the actual app ;)</p>
<p> </p>
<p>One last thing: Since I’ve already done this procedure for quite a few apps, you can download my dummy app packages below and just install them to your device using <a href="http://forums.precentral.net/canuck-software/228310-webos-quick-install-v3-02-a.html">WebOS Quick Install</a>. This way you can skip the text file editing and command line packaging / installing and directly head to the App Catalog update page to get these apps.</p>
<ul>
<li>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/com.accuradio.player_1.0.0_all.ipk">AccuRadio</a></p>
</li>
<li>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/com.backelite.20minutes_0.0.1_all.ipk">20minutes.fr</a></p>
</li>
<li>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/com.backelite.lemonde_0.0.1_all.ipk">Lemonde.fr</a></p>
</li>
<li>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/com.sachersoft.wordwhirllite_0.9.3_all.ipk">Word Whirl Lite</a></p>
</li>
<li>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/com.sfr.sfrwifi_0.0.1_all.ipk">SFR WiFi</a></p>
</li>
<li>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/net.net2streams.lite_0.0.1_all.ipk">Net2Streams Lite</a></p>
</li>
<li>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/com.yellowpages.ypmobile_0.0.1_all.ipk">YPmobile</a></p>
</li>
</ul>
<p>Enjoy!</p>
<p> </p>
<p><strong>UPDATE</strong></p>
<p>As <a href="http://forums.precentral.net/members/jason-robitaille.html">Jason Robitaille</a> points out <a href="http://forums.precentral.net/webos-apps-software/240593-circumvent-region-filtering-install-apps-not-available-your-country.html#post2366555">here</a>, his <a href="http://forums.precentral.net/canuck-software/237326-ipk-packager.html">Ipk Packager</a> tool may be more comfortable for creating dummy app packages than your regular text editor. <strong>Also,</strong> <a href="http://www.nexave.de/forum/index.php?page=User&amp;userID=9386">Blacklight</a> <strong>was kind enough to update his</strong> <a href="http://www.nexave.de/forum/38947-ipk-fetcher-2.html">Ipk Fetcher</a> <strong>tool to completely automate the above method. Presented with a list of available apps, just select the one you want and hit ‘Generate IPK’ and it‘s done.</strong></p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Featured Articles</category>
      <category>Hardware</category>
      <category>Programming</category>
      <category>Software</category>
      <category>WWW</category>

    </item><item>
      <title>Bing Maps Making an Impression</title>
      <link>https://archive.juergentreml.de/archives/1000.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/1000.html</guid>
      <pubDate>Thu, 18 Feb 2010 00:00:00 GMT</pubDate>
      <description>A quick post sharing a video of some impressive, yet-to-be-published Bing Maps features, several of which go well beyond what Google Maps offers at the time.</description>
      <content:encoded><![CDATA[<h1>Bing Maps Making an Impression</h1>
<p>It’s not often that I write an actual post about something I just came across on the net. Usually I just share interesting news via Google Reader <a href="http://www.google.com/reader/shared/user/03640297712874285054/state/com.google/broadcast">here</a> and the <a href="https://archive.juergentreml.de/index.html">‘Feed Favs’ section on my front page</a>, but this is something I was so impressed by that I just want to show you the video right here without much talk.<!--more--></p>
<p><a href="http://www.microsoft.com/">Microsoft</a> has become quite innovative in my opinion over the past months. Ranging from creative, refreshing and productivity boosting changes and features in <a href="http://www.microsoft.com/windows/windows-7/">Windows 7</a>, to an actually competitive new search engine called <a href="http://www.bing.com">Bing</a> and the recently announced <a href="http://www.engadget.com/2010/02/17/windows-phone-7-series-everything-you-ever-wanted-to-know/">Windows 7 Phone Series</a> with a quite unexpected look &amp; feel, Microsoft apparently also wants a piece of that online maps cake. The following video, which I came across <a href="http://www.spiegel.de/netzwelt/web/0,1518,678294,00.html">here</a>, shows some of the latest (yet to be published) features of <a href="http://www.bing.com/maps/">Bing Maps</a>, some of which a rather impressive and astonishing than just cheap copies of what <a href="http://maps.google.com">Google Maps</a> offers.</p>
<p>But see for yourself: <a href="https://www.ted.com/talks/blaise_aguera_y_arcas_augmented_reality_maps">Blaise Agüera y Arcas: Augmented-reality maps</a> (TED2010).</p>
<iframe src="https://embed.ted.com/talks/blaise_aguera_y_arcas_augmented_reality_maps" width="560" height="315" title="Blaise Agüera y Arcas: Augmented-reality maps" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture" referrerpolicy="strict-origin-when-cross-origin" loading="lazy" allowfullscreen></iframe>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Featured Articles</category>
      <category>Software</category>
      <category>WWW</category>

    </item><item>
      <title>QR deCODEr for Palm webOS now available</title>
      <link>https://archive.juergentreml.de/archives/974.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/974.html</guid>
      <pubDate>Tue, 19 Jan 2010 00:00:00 GMT</pubDate>
      <description>QR deCODEr, a webOS app for the Palm Pre &amp; Pixi that decodes QR Codes and lets you follow links, dial numbers or send texts straight from the scanned result, is now available.</description>
      <content:encoded><![CDATA[<h1>QR deCODEr for Palm webOS now available</h1>
<p><a href="https://archive.juergentreml.de/programming/webos/qrdecoder.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2010/01/PalmPre_FrontClosedCalendar.tif2_1.png" alt="PalmPre_FrontClosedCalendar.tif2_" title="PalmPre_FrontClosedCalendar.tif2_"></a> Here we go! My first webOS app for the <a href="http://www.palm.com">Palm</a> Pre &amp; Pixi is online. It’s a simple application for decoding so called QR Codes (special type of 2D barcode). Once decoding is done, results are nicely displayed on your phone and you can follow any link, dial any phone number or send a text message contained in the bar code by just tapping the according link, icon or phone number.</p>
<p>Click <a href="https://archive.juergentreml.de/programming/webos/qrdecoder.html">here</a> to go to the apps web site and make sure your read the short manual <a href="https://archive.juergentreml.de/programming/webos/qrdecoder/qrdecoder-help.html">here</a> which explains the types of barcodes supported and how to use the application.</p>
<p>The app is currently available via Palm’s web distribution program <a href="http://developer.palm.com/appredirect/?packageid=de.juergentreml.preqr-web">here</a> while awaiting approval for the on-device app catalog.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Featured Articles</category>
      <category>Hardware</category>
      <category>Programming</category>
      <category>Software</category>
      <category>WWW</category>

    </item><item>
      <title>Palm Prē: Really that good? *UPDATE*</title>
      <link>https://archive.juergentreml.de/archives/873.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/873.html</guid>
      <pubDate>Thu, 22 Oct 2009 00:00:00 GMT</pubDate>
      <description>A hands-on review of the Palm Prē compared to the iPhone, covering Synergy and multi-tasking, the keyboard, Touchstone charger quirks, and European software shortcomings - with a later update on Android 2.0&#39;s rise.</description>
      <content:encoded><![CDATA[<h1>Palm Prē: Really that good? <em>UPDATE</em></h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/10/DSCF91491.jpg" alt="DSCF9149" title="DSCF9149"> Short answer: Yes. In a few more words: It’s not an <a href="http://www.apple.com">iPhone</a> killer as many out there labeled it to be but it can easily keep up with it. I wasn’t quite sure which one to get, the iPhone or the <a href="http://www.palm.com">Palm</a> Prē, till the last moment but I finally decided to take the risk and give the Prē the benefit of the doubt. The Prē can’t keep up with the iPhone in every single aspect, there just are a few things where Palm just had no chance of overcoming the two year head start the iPhone has, the biggest aspect for sure being the App store. But the Prē more than compensates for this shortcomings by throwing in a number of creative ideas and features even the iPhone with all its apps has nothing to come up against with, like Synergy or MULTI TASKING. Ever tried to listen to web radio on the iPhone while downloading a large PDF in your browser and looking up a number of addresses just received via email in the <a href="http://maps.google.com">Google Maps</a> app, switching back and forth between the latter two?! Well, go ahead. Try! The bottom line is, the Prē doesn’t have everything the iPhone has but it surely doesn’t fall in the category of all those phones desperately trying to imitate the iPhone as closely as possible, failing miserably on the way there. It comes with its own set of unique and stylish features that allow things that aren’t even possible on the iPhone and over time, I’m sure, it will catch up further.  Besides, most of those things the Prē brings along right out of the box are quite polished and reliable making it a real pleasure to use.<!--more--></p>
<p>I’ve been waiting to get a new phone for quite a while and while originally waiting for the iPhone 3GS release, I decided to wait a little longer when I learned that the Prē was on its way. Last Friday finally was the day, and it has been over week now that I own this shiny new toy. That’s plenty of time to explore every little detail of it and the reason I’d like to share a few of my thoughts, point out what I like about it and what not so much. There are a lot of things in which  i don’t agree with other reviews out there, but of course there are a few things that you may have read before, so here we go:</p>
<p>Pros</p>
<ul>
<li><strong>Multi tasking</strong> is just so much more natural and handy than the way the iPhone works</li>
<li>WebOS is fun to use and actually looks awesome</li>
<li><strong>Standard apps like browser, email and messaging are rock solid</strong></li>
<li>The app store is getting new additions every few days now</li>
<li><strong>German Prē is sim and net lock free</strong> (see O2 FAQs <a href="http://www.o2online.de/nw/support/mobilfunk/smartphones/palmpre/tipps/index.html?nidx=1#TabbedArea">here</a>)</li>
<li>The Prē isn’t as Google focused as Android and not as manufacturer bound as the iPhone</li>
<li>App store less restrictive than Apple’s version</li>
<li><strong>Gesture area is an awesome idea</strong> (I’m hardly using the middle button on the device)</li>
<li>While not possible yet, the instructions for tethering are already present on the device and <strong>tethering is planned to be supported with future firmware versions</strong> (see O2 FAQs <a href="http://www.o2online.de/nw/support/mobilfunk/smartphones/palmpre/tipps/index.html?nidx=1#TabbedArea">here</a>)</li>
<li><strong>Touchstone charger</strong>: Works great and is <strong>well thought through</strong> (automatically takes the call when you take it of the charger while it’s ringing, automatically switches to speaker mode once you put it on the charger during a call, etc) BUT seems there are quite a few faulty touchstone chargers on the market (see below for details). Once you got a good one though, it’s just awesome.</li>
<li><strong>UPDATE: Form factor:</strong> With the slider closed it’s just tiny and cute, with the slider open it’s the most comfortable phone to hold while talking that I’ve ever seen. BUT the form factor also has its drawbacks. See below.</li>
</ul>
<p>Popular Cons I do NOT agree with</p>
<ul>
<li><strong>Sharp edge at the bottom of the device</strong>: People have claimed it’s sharp enough to slice bread, but I really don’t see the problem here. Sure, it’s a sharp edge, but I don’t even feel in during my daily use of the device. I’ve never had the slightest complaint about this edge!</li>
<li><strong>Small, tiny keys on the keyboard and bottom of the screen to close to the keyboard:</strong> I’ve got small hands, small fingers, for me the keyboard is quite comfortable and not too hard to type on. I wouldn’t give up the hardware keyboard for the world! As for the bottom of the screen being to close to the keyboard: No problem here either. Though I must admit, I can picture people with larger hands having way more problems here. The keyboard for sure isn’t too large and while it isn’t a problem for me it definitely might be a point of complaint for some of you.</li>
<li>Wobbly slider mechanism: Total crap! The slider is absolutely fine. It’s not 100% firm and stiff but nowhere near annoying or disturbing!</li>
<li><strong>Battery runtime</strong>: I somewhat agree with this one, but it isn’t worse than e.g. the iPhone. Just switch of push email and use WiFi when at home instead of 3G and battery runtime increases from intolerable to ok ;). A few more tips (in German) can be found <a href="http://www.o2online.de/nw/support/mobilfunk/smartphones/palmpre/tipps/index.html?nidx=2#TabbedArea">here</a>.</li>
</ul>
<p>My personal Cons</p>
<ul>
<li><strong>Hard- and software adaption regarding Europe</strong>: Palm claimed that hardware and software adaption are the reason for the late release of the Prē. I know this is true as for the GSM support the Prē needs to work on European networks, but what about the rest of the hardware? <strong>What about special characters on the keyboard?</strong> There umlauts in German, accents in French and Spanish, etc. You could have adapted the keyboard!!! Even worse for the software: O2 stated things like “<strong>support for popular European social networks</strong>” (I don’t recall the exact phrasing) in its advertising for the Prē, but in fact the only thing supported is Facebook. I can only speak for Germany, <strong>but the most popular networks here are: StudiVZ, lokalisten and maybe Xing (for business).</strong> Besides, there other less important ones like Stay Friends and I’m sure Spain, Ireland und UK have their proper social networking sites besides Facebook. <strong>Not a single one of those is supported!</strong> In fact, Europe did not even get the same software version as the US. <strong>We are two versions behind!</strong> I honestly did expect more in this regard. Honestly Palm, if you want to win the hearts of your European customers, you’ll probably have to do more than just make your devices technically work on European networks. Please!</li>
<li><strong>Combined and instant messaging</strong>: The idea is admittedly awesome BUT what good is it if <strong>only AIM and Google Talk are supported</strong>? Again, I don’t know about the US, but in Europe, <strong>ICQ and MSN are far more popular</strong>. They should be supported since the initial US release of the Prē. I really can see no reason why those are not supported. <strong>Please Palm, this is a MUST. It is the feature I miss most!!!!</strong></li>
<li>Software keyboard: I really love my hardware keyboard but sometimes you just need to type a single word like a login or a street name on Google Maps, not worth the effort of sliding your phone open. This is not among the most important features to add, but a software keyboard would surely make nice plus!</li>
<li><strong>Auto-correct and auto-complete</strong>: The Prē has basic typo correction but nothing more. Even the oldest Windows Mobile phones have auto-complete (in conjunction with hard- as well as software keyboards). Leaving this out is a big one! On mobile devices, T9 or auto-complete just makes typing so much faster. <strong>That needs to be added as soon as possible!</strong></li>
<li><strong>Support for third-party music players:</strong> Support for iTunes is really nice, but first of all I need the latest firmware version to able to use it (which isn’t available yet in Europe) and secondly, we probably all know that this cat and mouse game can’t go on forever. Sure, the Prē also support third party players like Windows Media Player or others via its flash drive mode, but it doesn’t provide a reasonable way to sync playlists. There’s not even a way to create playlists within the music app on the Prē itself. I’d be 100% OK not to use iTunes, but you can’t seriously expect me to sync hundreds of songs to my device and not have a single playlist, only being able to choose between all songs or a single artist or album to play. That’s not very satisfying. My suggestion: Focus on supporting other players for music sync instead of continuing that time consuming game with Apple.</li>
<li><strong>App launcher</strong>: Currently one can rearrange icons but not add new pages to the launcher. That’s annoying, with three pages (one being for device &amp; settings related stuff) I can’t figure out a reasonable way to order and arrange my apps. It should be an easy task to <strong>allow users to add more pages to the launcher</strong>. That’s not really a big challenge. But it would definitely make a difference! As a last thing: Reducing the icon size on the launcher or the launcher bar would allow to add more icons to either of them. (Though I see that they would be harder to touch and icon quality would probably suffer due to the down sampling, so I understand it that one is not coming)</li>
<li><strong>Lid for the USB charging cable</strong>: It’s so hard to reach and open that you’re probably annoyed by the second time you have to do it. Seems like a strategic design aiming to increase the sales of the overpriced, wireless touchstone charger. Sad, but then again, Palm’s goal is to earn money just like any other company out there, so somewhat understandable! Still, if the touchstone charger weren’t so overpriced it would be even more understandable.</li>
<li><strong>Touchstone charger</strong>: Palm obviously has or had a quality problem in the manufacturing of the wireless charger. I had to go to the O2 shop three times to exchange both, the back cover as well as the charger till I had a set that did actually work reliably. Before, <strong>my Prē would loose the connection to the charger from every few seconds to every few minutes</strong>, just to pick it up again shortly after that, <strong>bringing up the “battery charging” notification (along with the according sound) each time</strong>. This is just plain annoying and intolerable (see <a href="http://www.youtube.com/watch?v=4KGwye3mx3E">this video</a>). A little bit of internet research also brought up that I’m obviously not the only one with this problem. Anyway, for those experiencing this issue, have your retailer exchange the charger (and possibly the back cover that comes with it). <strong>A perfectly working charger (like the one I own now) should not have this issue</strong>, not even once a day or so. My Prē hasn’t lost the connection to the charger in over seven days now, except for when I took it off the charger of course. <strong>Also, unlike some of the forums posts or Palm support guys tell you, the problem with this issue is not misalignment of the Prē on the charger.</strong> Sure, it has to be aligned right, in fact there are only two possible position in which the Prē will charge but you’re not required to align it to the millimeter. The magnets in the charger take care of the alignment as long as you’re not trying to put it on the charger in some completely awkward position like diagonal or so.</li>
<li><strong>UPDATE: Form factor:</strong> While perfect for your pocket and super comfy in your hand while talking, it has quite a few glitches. With the slider open, the phone seems extremely unbalanced  when you type on the keyboard. Even more so if you’re trying to type one-handed. Especially for the latter case, I find this quite annoying.</li>
</ul>
<p>In the end, the Palm Prē is a great phone in my opinion. In a few ways it’s two years behind the iPhone, in most things it can totally take it up to the iPhone and in some ways, it even beats the cr** out of the iPhone. As long as Palm doesn’t think they can take it slow now (in which case they would be sadly mistaken) and as long as they keep the updates coming and address current shortcomings and problems with the Prē, it has the potential (together with future WebOS phones) to be mentioned in the same breath as the iPhone and any Blackberry.</p>
<p>Oh, and as a last note: The reason I’m comparing it to the iPhone so much, although it’s not meant to be a so called “iPhone killer”, is because that’s the main competitor in functionality in my opinion. RIM / <a href="http://www.blackberry.com/">Blackberry</a> I just don’t know well enough, and <a href="http://code.google.com/android/">Android</a> / <a href="http://www.microsoft.com/windowsmobile/en-us/default.mspx">Windows Mobile</a> and manufacturers supporting those are just way too busy badly imitating the iPhone, trying to make their devices look like yet another iPhone without actually being one and more importantly without putting the necessary effort and creativity into the job to actually make their devices good and shiny. I just can’t get why they’re doing this, as Palm made the solution so obvious: Don’t copy everything, just copy the good and important features and copy them <strong>well!</strong> Then add a few of your own ideas. There must be some?!</p>
<p><strong>UPDATE</strong>: I see the need to revise my statement on Android above. I still think what I said is true for Android 1.x and according phones, but it seems this all just changed with the release of Android 2.0 and and a vast number of manufacturers jumping on the Android train. The new software version seems to do exactly what I recommended above. Copy all the good existing features like the iPhone’s app store idea, multi-touch / touch-oriented interface, the Pre’s combined messaging, synergy, hardware keyboard and multi-tasking. Then add some of your own ideas (like a <a href="http://gizmodo.com/5391408/google-maps-navigation-a-free-ass+kicking-turn+by+turn-mobile-app">killer navigation app</a> that’s even free) or / and improve on the existing features like combined messaging, better hardware keyboard, etc. Combine this with a developer with nearly unlimited resources (such as, I don’t know, Google?!) and a variety of Hardware manufacturers willing to go along, and you get a system that should be gaining ground immensely fast, casting a huge shadow on the new Palm. More so since Palm is taking it really slow with its update policy and currently not doing much but fix bugs. (<a href="http://gizmodo.com/5392799/how-palm-lost-like-apple-in-the-80s">This article</a> says a lot of the things I am thinking.) I really hope they have something big to show with the upcoming update(s) because otherwise I see a lot of dark clouds at Palm’s horizon, again!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Electronics</category>
      <category>Featured Articles</category>
      <category>Hardware</category>
      <category>Software</category>
      <category>Misc</category>

    </item><item>
      <title>Working like a pro… with Google SketchUp?! Maybe!</title>
      <link>https://archive.juergentreml.de/archives/827.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/827.html</guid>
      <pubDate>Wed, 29 Jul 2009 00:00:00 GMT</pubDate>
      <description>A look back at using the free Google SketchUp to design a new apartment, weighing it against pro CAD tools and its Pro Version, plus a note on buggy behavior under Windows 7 RC.</description>
      <content:encoded><![CDATA[<h1>Working like a pro… with Google SketchUp?! Maybe!</h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/07/Flat12.png" alt="Flat1" title="Flat1"> Few weeks ago I stumbled upon these posts <a href="http://www.zipfelmaus.com/blog/entwickeln-wie-die-grosen-einsatz-von-sketchup-als-3d-design-tool/">here</a> and <a href="http://www.zipfelmaus.com/blog/so-viel-holz-vor-der-huttn-ganz-viel-zu-basteln-im-juli/">here</a>, mentioning <a href="http://sketchup.google.com/">Google SketchUp</a> as a design tool for home improvement, etc. This reminded me of one of my own articles that’s been in the drafts pipeline for quite a while now and which I had almost forgotten about. So here we go, finally:</p>
<p>Almost two years ago when I was about to move in into a new apartment, I was on the look for some 3D home design tool. Now, there’s plenty of those tools on the market, developed by smaller software companies producing software off the assembly line, i.e. flooding the market with half-baked mass-productions at a ridiculous price point. So I didn’t really consider buying one of those things. Then again, professional CAD software at an even higher (though justified) price point as e.g. various products offered by <a href="http://usa.autodesk.com/">Autodesk</a> would have been a bit of an overkill for the task at hand, which is why I finally ended up using Google SketchUp.<!--more--></p>
<p>Now Google SketchUp has a few things going for it:</p>
<ul>
<li>First of all, of course, it’s free! That’s as cheap as it gets!</li>
<li>It’s got a very fast learning curve (compared to pro CAD tools) thought you should know it still has some form of a learning curve, i.e. there’s quite a few smaller rocks to bump into once you try to do more then simple objects</li>
<li>There’s a large collection of existing models that can be used in SketchUp, to be found at the <a href="http://sketchup.google.com/3dwarehouse/">Google 3D Warehouse</a> which are all free. That’s a real time and money saver, compared to site like <a href="http://www.turbosquid.com/" title="http://www.turbosquid.com/">http://www.turbosquid.com/</a> where you pay quite an amount for each 3D model. This also makes Google SketchUp kind of a Web 2.0 thing, since everyone can down- and upload models from and to the 3D Warehouse.</li>
</ul>
<p>On the other hand, up till then, I had only used SketchUp to design simple objects for Google Earth and never done anything more complex. So designing my new apartment in SketchUp working with true and precise scaling, I also realized quite a few shortcomings on an otherwise awesome product:</p>
<ul>
<li>It lacks precision tools and precise ways of interaction which I can only assume are present in the <a href="http://sketchup.google.com/intl/en/product/gsup.html">Pro Version</a> of the tool and which I sadly missed building a exact model of my apartment.</li>
<li>Automatically generated intersections between surfaces and lines or other surfaces often show erratic behavior, meaning surfaces that should be plain no longer are, etc. … making it a pain in the a** to work with them. The real problem here is the spontaneous and unpredictable nature of when this happens or not plus the lack of a proper visualization of such surfaces which makes it really annoying to work with. One way to somewhat deal with it, is using groups and components to keep closed objects together and from intersecting with the rest of your model.</li>
<li>Last but not least the overall interface for selecting and interacting with your model could use some reworking making it more consistent and predictable, less annoying (though you get used to some of the annoyances and find workarounds to compensate for them) and besides, I’d love to see more import and export functionality in SketchUp (which is again reserved for the Pro Version).</li>
</ul>
<p>So what’s the verdict? Given it’s price and learning curve compared to other products on the market Google SketchUp is the way to go for most of the hobbyists out there, I’d say! Although the user interface could use some improvement and a bit more pro functionality would be nice to have, with a little bit of patience you can do almost anything with SketchUp, from building a whole city quarter for Google Earth to designing and planning the interior of your new apartment. See the results of my work for an example of the latter one:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/g5EL9RE8uTI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-policy" allowfullscreen></iframe>
<p>There’s also an <a href="http://www.youtube.com/watch?v=fS3A7u83YAY">all-wireframe</a>, <a href="http://www.youtube.com/watch?v=yECEIA6KCBA">all-opaque</a> and <a href="http://www.youtube.com/watch?v=cBf6cWtmfEE">all-x-ray</a> version of the video above.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/Flat1.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/Flat1_thumb.png" alt="Flat1" title="Flat1"></a></p>
<p>Two final notes:</p>
<ul>
<li>In a big copy-cat action Microsoft bought a CAD software manufacturer called <a href="http://www.caligari.com/">Caligari</a>, just to offer this company's C 3D design product named <a href="http://www.caligari.com/products/trueSpace/ts75/brochure/intro.asp?Cate=BIntro">trueSpace</a> for free to compete with Google SketchUp. While I found trueSpace far less intuitive and easy to use and didn’t really get into it, I still wanted to share the info here and encourage you to head over to their website, get a free copy and come to your own conclusions (which you’re free to share here of course).</li>
<li>As a second note, I’ve been using Google SketchUp together with Windows 7 RC lately just to find out, that while it’s still useable it shows extremely buggy behavior regarding surface selection and rendering. This may well be related to Win 7 graphics drivers (Intel integrated graphics in my case) and not to Windows 7 itself directly, but being as buggy as it is I can’t really recommend using Google SketchUp 7 in conjunction with Windows 7 for the time being. Anyone any similar experiences? Or updates on this behavior with respect to Win 7 RTM?</li>
</ul>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Featured Articles</category>

    </item><item>
      <title>Eagle3D, POVray, Google SketchUp and SU2POV! Eh? Lost?</title>
      <link>https://archive.juergentreml.de/archives/846.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/846.html</guid>
      <pubDate>Wed, 29 Jul 2009 00:00:00 GMT</pubDate>
      <description>A detailed how-to on using Eagle3D and POVray to render photo-realistic 3D images of Eagle PCB designs, including fixing missing/misplaced parts via the 3dpack.dat/3dusrpac.dat mapping files and building custom parts in Google SketchUp with SU2POV, plus a gallery of boards rendered this way.</description>
      <content:encoded><![CDATA[<h1>Eagle3D, POVray, Google SketchUp and SU2POV! Eh? Lost?</h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/07/download_thumb.jpg" alt="download" title="download">Time to shed some light on one of those secret tools in my little electronics toolbox: <a href="http://www.matwei.de/doku.php?id=en:eagle3d:eagle3d">Eagle3D</a>! If you are like me, using <a href="http://www.cadsoft.de/">Cadsoft’s awesome (and free) layout and schematics tool Eagle</a> and want good-looking pictures of your latest design, then you should probably heave a look at another free little tool designed to work on Eagle layouts to generate a 3D ray-traced rendering of your boards. The tool or rather script is called Eagle3D and can be found <a href="http://www.matwei.de/doku.php?id=en:eagle3d:eagle3d">here</a>.</p>
<p>No why is this worth writing about? First of all because it’s an astonishing tool creating absolutely realistic images of your board before you even think about manufacturing and soldering it. But secondly, because Eagle3D is not the type of tool with funny, colored icons in a nice little toolbar where you just click one of those icons and your rendering is done. Unfortunately, using it as it comes out of the box, you’ll probably end up with only half of the parts on your board being rendered correctly or rendered at all. To see the rest of you parts on the board, there’s no way around some fine tuning of the Eagle3D scripts (or even some CAD construction work to build custom parts). Below is an image of one of my boards at various stages, rendered with the out-of-the box version of Eagle3D, rendered after editing some of the Eagle3D scripts and finally, rendered after construction and adding some custom parts with <a href="http://sketchup.google.com/">Google SketchUp</a>.<!--more--></p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/Comp11.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/Comp1_thumb1.png" alt="Comp 1" title="Comp 1"></a> <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/Comp2.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/Comp2_thumb.png" alt="Comp 2" title="Comp 2"></a></p>
<p>So before I explain all this, let’s make sure you got the basic part right:</p>
<ol>
<li>Go <a href="http://www.matwei.de/doku.php?id=en:eagle3d:eagle3d">here</a> and download Eagle3D AS WELL AS the archive containing all the parts included with Eagle3D as images. You’re gonna need the latter one later on for lookup purposes.</li>
<li>Get the latest POVray version <a href="http://www.povray.org/beta/">here</a>.</li>
<li>After you’ve installed all the above to whatever location you prefer, fire up Eagle, open your favorite board and select <em>File –&gt; Execute ULP</em> then in the dialog that appears, navigate to your Eagle3D directory and the ULP sub-folder there and select <em>3d41.ulp</em></li>
<li>Once you hit <em>Open</em> a settings dialog appears. You can basically leave the default settings as they are, just remember the path that’s shown on the first page where Eagle3D stores the povray file.</li>
<li>Hit <em>create POV-File and exit</em> and answer all the questions you’ll be asked (e.g. colors of LEDs, logos on ICs, …)</li>
<li>After the POVray file has been created, open it with POVray and hit <em>Run</em> to render your board.</li>
</ol>
<p>At this point I’d like to point you to <a href="http://www.matwei.de/doku.php?id=en:eagle3d:documentation#1._why_and_how">this site here</a> and <a href="http://www.societyofrobots.com/electronics_Eagle3D_tutorial.shtml">this one</a> for a detailed description of Eagle3D’s features and further instruction on its basic usage.</p>
<p><strong>Now, if you’re really lucky, after the six steps mentioned above, you end up with an image of your board with all parts rendered correctly. Unfortunately, in most cases, some of the parts will be rendered incorrectly (misplaced, mirrored, etc.) or not rendered at all. These problems result from two different situations with different solutions, but first a little but important background info:</strong></p>
<p>Eagle3D parts are all described by macros written in POVray’s scripting language and you can find them in the <em>povray</em> subfolder in your Eagle3D directory. These macros are named different from the Eagle part / package names, which is why there are two files <em>3dpack.dat</em> and <em>3dusrpac.dat</em> in the <em>ulp</em> subfolder of the Eagle3D directory in which you can find the mapping between Eagle package names and Eagle3D part macros.</p>
<p>So if now some of the parts on your board are not rendered (correctly or at all) there’s the following two reasons:</p>
<ol>
<li>
<p><strong>There is no or a wrong mapping in the <em>3dpack.dat</em> or <em>3dusrpac.dat</em> file between some of your parts in Eagle and the Eagle3D macro BUT such a part EXISTS in the Eagle3D image library.</strong> Example: In the design above, I’m using 4-pin Molex connectors with the package name <em>53048-04</em> in my Eagle layout and Eagle3D doesn’t render those connectors <img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/BlueCoffee1.1.png" alt="Blue Coffee 1.1" title="Blue Coffee 1.1"> BUT I browse through the image archive I’ve downloaded before from the Eagle3D website and I see, that there is in fact an image of the connector I’m looking for, named <em>CON_MOLEX_53048_4.png. <img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/CON_MOLEX_53048_4.png" alt="CON_MOLEX_53048_4" title="CON_MOLEX_53048_4"></em>  Solution:</p>
<ol>
<li>
<p>So I open the <em>3dpack.dat</em> file and search for <em>CON_MOLEX_53048_4</em> to find the following line:</p>
<blockquote>
<p>NOEAGLEPAC:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:CON_MOLEX_53048_4(:Molex 53048:</p>
</blockquote>
<p>This line tells me that the Eagle package with the name <em>NOEAGLEPAC</em> is mapped to the Eagle3D POVray macro <em>CON_MOLEX_53048_4</em>.</p>
</li>
<li>
<p>Now you can either directly edit the line in this file or more elegantly copy the line into <em>3dusrpac.dat</em></p>
<blockquote>
<p>53048-04:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:CON_MOLEX_53048_4(:Molex 53048:</p>
</blockquote>
<p>This way, you tell Eagle3D to map your Eagle package <em>53048-04</em> to the <em>CON_MOLEX_53048_4</em>.</p>
</li>
<li>
<p>Now if you save your changes and go through steps 3 to 6 of the basic Eagle3D instructions above again, the missing Molex connector should be rendered correctly</p>
</li>
</ol>
<p>Hint: If a part is actually rendered but misplaced or flipped, rotated, etc. you can edit the mapping above and change the 13th to 16th ‘0’ digits to correct the rotation angle and x-, y-, z-offset of your part, e.g.</p>
<blockquote>
<p>53048-04:0:0:0:0:0:0:0:0:0:0:0:0:90:3.2:1.2:2.6:0:0:0:0:0:0:0:0:0:0:0:0:0:0:CON_MOLEX_53048_4(:Molex 53048:</p>
</blockquote>
<p><em>Details see <a href="http://www.matwei.de/doku.php?id=en:eagle3d:documentation#6._file_formats">here</a>.</em></p>
</li>
<li>
<p><strong>There is no mapping in the the <em>3dpack.dat</em> or <em>3dusrpac.dat</em> file between some of your parts in Eagle and the Eagle3D macro AND such a part DOES NOT EXIST in the Eagle3D image library. In this case, there are two different solutions:</strong> Example 1: Eagle3D comes with the following 6-pin and 10-pin connectors (named <em>CON_DIS_WS6G</em> and <em>CON_DIS_WS10G</em>) <img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/CON_DIS_WS6G.png" alt="CON_DIS_WS6G" title="CON_DIS_WS6G"> <img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/CON_DIS_WS10G.png" alt="CON_DIS_WS10G" title="CON_DIS_WS10G"> similar to the connector I need, BUT I need an 8-pin version which doesn’t exist in Eagle3D.</p>
<p>Solution:</p>
<ol>
<li>
<p>Look for the Eagle3D macro for these connectors, to be found in the <em>connectors.inc</em> file in the <em>povray</em> sub-directory.</p>
</li>
<li>
<p>Inside this file, look search for <em>CON_DIS_WS6G</em> or <em>CON_DIS_WS10G</em> and you will find the following:</p>
<blockquote>
<p>#macro CON_DIS_WS6G() object{<strong>CON_DIS_WS_XX_G_GRND</strong>(6)} #end #macro CON_DIS_WS10G() object{<strong>CON_DIS_WS_XX_G_GRND</strong>(10)} #end #macro CON_DIS_WS14G() object{<strong>CON_DIS_WS_XX_G_GRND</strong>(14)} #end #macro CON_DIS_WS16G() object{<strong>CON_DIS_WS_XX_G_GRND</strong>(16)} #end</p>
</blockquote>
<p>As you can see, these lines describe a 6-pin, a 10-pin, a 14-pin and a 16-pin version of the above connector AND more importantly, they all just call another macro named <em>CON_DIS_WS_XX_G_GRNDGRND</em> with the number of desired pins passed to in brackets.</p>
</li>
<li>
<p>Add the following lines to the file</p>
<blockquote>
<p>#macro CON_DIS_WS<strong>8</strong>G() object{CON_DIS_WS_XX_G_GRND(<strong>8</strong>)} #end</p>
</blockquote>
</li>
<li>
<p>Now, of course, you need to add a respective mapping to to <em>3dusrpac.dat</em> again:In <em>3dpac.dat</em> you’ll find a line saying:</p>
<blockquote>
<p>ML6:0:0:0:0:0:0:0:0:0:0:0:0:0:180:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:CON_DIS_WS6G(:Wannenstecker 6Pin:Shrouded Header 6Pin</p>
</blockquote>
<p>So, add a similar line for the 8-pin version to 3dusrpac.dat:</p>
<blockquote>
<p>ML<strong>8</strong>:0:0:0:0:0:0:0:0:0:0:0:0:0:180:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:CON_DIS_WS<strong>8</strong>G(:Wannenstecker <strong>8</strong>Pin:Shrouded Header <strong>8</strong>Pin</p>
</blockquote>
</li>
<li>
<p>Render your board again and you should now see your 8-pin connector!</p>
</li>
</ol>
<p>Hint: This does not only work for connectors as used in this example. In fact, many of the Eagle3D parts, especially ICs are implemented as specific macros that then call a generic macro to which they pass the number of e.g. pins as a parameter. So you can easily add a similar part with fewer or more pins for example. There is no guarantee that this does always work as it depends on how the generic macro is implemented but fact is, in many cases it works!</p>
<p>Example 2: On your board there is a completely exotic part, e.g. the Amber Wireless BlueNiceCom IV in the case of the board above <img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/BlueCoffee2.2.png" alt="Blue Coffee 2.2" title="Blue Coffee 2.2"> AND there is nothing even remotely similar to be found in the Eagle3D image library.</p>
<p>Solution: In this case, think about living without this part being rendered on your board :) but if you’re really desperate to see this part on your board, there are two ways to go:</p>
<ol>
<li>
<p>You can manually write a povray macro to draw your part. This option receives a straight ‘zero’ though on the intuitivity scale and is extremely time consuming. I’d only recommend that for very simple parts. If you still wanna go there, have a look at this site <a href="http://www.felixchenier.com/doku.php?id=pcb:eagle3dnewpart">here</a> and the pages linked <a href="http://www.matwei.de/doku.php?id=en:eagle3d:links">here</a>.</p>
</li>
<li>
<p>Design your component / part in <a href="http://sketchup.google.com/">Google SketchUp</a> and have <a href="http://www.crai.archi.fr/RubyLibraryDepot/Ruby/su2pov.html">SU2POV</a> export it to povray format which can then be included in your Eagle3D design. Don’t underestimate the time needed for this approach! But especially for more complex parts this is way easier than approach number one!</p>
<p>When this idea came to my mind, I did a quick Google search and it turned out someone has had this idea before. So instead of writing detailed instructions on how to export SketchUp designs to povray and include them in Eagle3D, I’d like to point you to <a href="http://blog.strobotics.com.au/tutorials/eagle3d-tutorials/using-google-sketchup-to-create-components/">this tutorial</a> which does a pretty good job in explaining the whole process.</p>
<p>I’ve used this method to design the Amber BlueNiceCom IV mentioned above as well as a CR 2032 battery among others. <img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/BlueCoffee2.3.png" alt="Blue Coffee 2.3" title="Blue Coffee 2.3"> <img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/BlueCoffee1.3.png" alt="Blue Coffee 1.3" title="Blue Coffee 1.3"> You can find these and other Eagle3D components I’ve done in Google SketchUp at Google’s 3D Warehouse <a href="http://sketchup.google.com/3dwarehouse/cldetails?mid=131ca5faeef90b01ab7ee8eb5fbad6db">here</a>.</p>
</li>
</ol>
</li>
</ol>
<p>Finally, some eye candy… these are a few of my boards rendered with Eagle3D:</p>
<p><a href="https://archive.juergentreml.de/846/nggallery/slideshow.html">All in full size</a></p>
<p><a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/7v-and-12v-to-5v-power-supply-1-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_7v-and-12v-to-5v-power-supply-1-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/7v-and-12v-to-5v-power-supply-1-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_7v-and-12v-to-5v-power-supply-1-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/7v-and-12v-to-5v-power-supply-2-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_7v-and-12v-to-5v-power-supply-2-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/7v-and-12v-to-5v-power-supply-2-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_7v-and-12v-to-5v-power-supply-2-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/isp10-to-isp6-mini-adapter-1-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_isp10-to-isp6-mini-adapter-1-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/isp10-to-isp6-mini-adapter-1-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_isp10-to-isp6-mini-adapter-1-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/isp10-to-isp6-mini-adapter-2-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_isp10-to-isp6-mini-adapter-2-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/isp10-to-isp6-mini-adapter-2-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_isp10-to-isp6-mini-adapter-2-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-rs232-edition-1-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-rs232-edition-1-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-rs232-edition-1-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-rs232-edition-1-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-rs232-edition-2-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-rs232-edition-2-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-rs232-edition-2-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-rs232-edition-2-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-usb-edition-1-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-usb-edition-1-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-usb-edition-1-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-usb-edition-1-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-usb-edition-2-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-usb-edition-2-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/temperature-measurement-kit-usb-edition-2-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_temperature-measurement-kit-usb-edition-2-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/uart-to-usb-interface-1-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_uart-to-usb-interface-1-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/uart-to-usb-interface-1-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_uart-to-usb-interface-1-2.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/uart-to-usb-interface-2-1.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_uart-to-usb-interface-2-1.png" alt="Image"></a>
<a href="https://archive.juergentreml.de/wp-content/gallery/eagle3d/uart-to-usb-interface-2-2.png"><img src="https://archive.juergentreml.de/wp-content/gallery/eagle3d/thumbs/thumbs_uart-to-usb-interface-2-2.png" alt="Image"></a></p>
]]></content:encoded>      <category>Electronics</category>
      <category>Featured Articles</category>
      <category>Software</category>

    </item><item>
      <title>How to install Palm Pre Mojo SDK on Windows 7 RC</title>
      <link>https://archive.juergentreml.de/archives/802.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/802.html</guid>
      <pubDate>Fri, 17 Jul 2009 00:00:00 GMT</pubDate>
      <description>A step-by-step workaround for a silent installer failure that prevents the Palm Pre Mojo SDK from installing on Windows 7 RC, fixed by editing the installer&#39;s MSI with Orca to drop a failing Windows Update Framework package.</description>
      <content:encoded><![CDATA[<h1>How to install Palm Pre Mojo SDK on Windows 7 RC</h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/07/Emu021.png" alt="Emu02" title="Emu02"> Trying to install the <a href="http://developer.palm.com/index.php?option=com_ajaxregister&amp;view=register&amp;sdkdownload">Palm Pre / Mojo / WebOS SDK</a> on my computer running Windows 7 RC. As reported <a href="http://developer.palm.com/distribution/viewtopic.php?f=6&amp;t=37&amp;start=30">here</a>, I experienced the problem of the installer failing silently towards the end without an error message, performing a rollback. I have no idea how long it takes Palm or even if they are planning on fixing this in the near future, but a look into Windows event log shows that the silent failure of the installer is caused by a Windows Update package for the <a href="http://www.microsoft.com/whdc/driver/wdf/UMDF.mspx">User Mode Driver Framework</a> which the SDK installer tries to install but which apparently fails to install on Windows 7.</p>
<p>So my solution to the problem is simply not to make the SDK installer try to install this Windows Update Package. Since it’s only an update, it’s probably not crucial to running the SDK. So here’s a 15 min. procedure how to edit the Mojo SDK installer program based on <a href="https://archive.juergentreml.de/466.html">this former blog post</a> of mine, so that it skips the Windows Update package during install.<!--more--></p>
<p>First of all two preliminary steps to install the tools we need:</p>
<ol>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=F75F2CA8-C1E4-4801-9281-2F5F28F12DBD&amp;displaylang=en">Download and install the Microsoft Windows SDK</a> which contains a tool called <em>Orca</em> which we need for the procedure. (You don’t have to install the whole SDK! You only need to select <em>Developer Tools</em> – <em>Windows Development Tools</em> during install)</li>
<li>After installing this, go to <em>C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin</em> and run <em>Orca.MSI</em> in this folder, which install the actual <em>Orca</em> tool.</li>
</ol>
<blockquote>
<p>Update: Several people have mentioned <a href="http://www.technipages.com/download-orca-msi-editor.html">this link</a>, where you can download <em>Orca</em> directly without having to download and install the full Microsoft Windows SDK. You can get <em>Orca</em> from there and thus skip step 1.</p>
</blockquote>
<p>Now the procedure to actually alter the Palm Mojo SDK installer:</p>
<ol>
<li>Open the folder to which you downloaded the Mojo SDK installer (<em>Palm_Mojo_SDK-Win-1.1.0-sdk62-build08.exe</em>)</li>
<li>Hit “Windows + R” on your keyboard (or click <em>Start</em> and <em>Run</em>) to bring up the Windows <em>Run</em> dialog and enter <em>%TEMP%</em>, hit enter. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/01.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/01_thumb.png" alt="01" title="01"></a></li>
<li>Now arrange the two folders next to each other so you can see the both at the same time, then run <em>Palm_Mojo_SDK-Win-1.1.0-sdk62-build08.exe</em>. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/02.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/02_thumb.png" alt="02" title="02"></a> In your <em>Temp</em> folder you see all kind of weird files and folders, the important thing is, that once you run the installer above, a new folder with a random name starting and ending with brackets and consisting of lots of numbers appears. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/03.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/03_thumb.png" alt="03" title="03"></a> There may already have been similar folders in your <em>Temp</em> folder before you ran the installer, so try to locate the one that was created the moment you ran the installer.</li>
<li>Initially this folder contains nothing but three *.ini files, yet once the first step of the installer is completed a new file is created there, named <em>Palm SDK.msi</em>. Copy this file to the folder where <em>Palm_Mojo_SDK-Win-1.1.0-sdk62-build08.exe</em> is located. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/04.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/04_thumb.png" alt="04" title="04"></a> Once the copy process is complete, cancel the installer. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/05.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/05_thumb.png" alt="05" title="05"></a></li>
<li>Now right-click the copied file and select <em>Edit with Orca</em>. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/06.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/06_thumb.png" alt="06" title="06"></a></li>
<li>In <em>Orca</em>, select <em>InstallExecuteSequence</em> in the left pane, the scroll to the very bottom in the right pane and select <em>installumdf.08B8BE2B_9174_49D1_84B0_40324FD7DE34</em>. Right-click and select <em>Drop Row</em>. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/07.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/07_thumb.png" alt="07" title="07"></a> This removes the command to execute the Windows Update package which causes the installer to fail.</li>
<li>Now we’re almost done. Hit <em>Save</em> and exit <em>Orca</em>. <a href="https://archive.juergentreml.de/wp-content/uploads/2009/07/08.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/07/08_thumb.png" alt="08" title="08"></a></li>
<li>Run <em>Palm SDK.msi</em> and just follow the wizard. The SDK should install fine now without any problems or failures.</li>
</ol>
<p>A tiny tip at last:</p>
<p>Once the SDK is installed, if you want to run the Palm Pre emulator as suggested by Palm, right-click the application link and select <em>Run as Administrator</em> or if it still doesn’t work <em>Troubleshoot compatibility</em> and then select <em>Windows XP SP2</em> mode. When I first just clicked the emulator link, nothing happend, no program appeared, … I don’t quite remember which one did the trick, running it as Administrator or in compatibility mode, but one of those finally made it work.</p>
<p>Some useful links regarding the SDK:</p>
<ul>
<li><a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1744">How to operate / control the emulator, keyboard shortcuts, etc.</a></li>
<li><a href="http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1639">Instructions how to install the Eclipse plug-ins for development</a> Important: The Eclipse plug-in update link given on the site doesn’t work. It’s and <em>https</em> link. Use <a href="http://cdn.downloads.palm.com/sdkdownloads/1.1/eclipse-plugin/eclipse-3.4/">this link</a> (the same link with <em>http)</em> and it should work.</li>
</ul>
<p>Have fun with the SDK!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Featured Articles</category>

    </item><item>
      <title>You’re welcome, RTL! Gern’ geschehen, RTL!</title>
      <link>https://archive.juergentreml.de/archives/774.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/774.html</guid>
      <pubDate>Wed, 27 May 2009 00:00:00 GMT</pubDate>
      <description>RTL cloned the Windows Vista Sidebar gadget the author designed for Formula 1 news, copying its design down to the settings dialog, and only swapping a color and a button or two.</description>
      <content:encoded><![CDATA[<h1>You’re welcome, RTL! Gern’ geschehen, RTL!</h1>
<p>I think this is worth a post on my blog. Apparently a <a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html">Windows Vista Sidebar gadget that I designed quite a while ago to follow a live Formula 1 news ticker</a> has been good enough to serve as a template for German TV station RTL; a CLONING TEMPLATE!!!</p>
<p>RTL just put <a href="http://sport.rtl.de/formel-1/formel1_94726.php">the same gadget on their own website</a>. All they did was change a label move two buttons and change the gadget’s color from red to green. Nice job! I think you guys at RTL owe me some credit for that. You copied the overall gadget design and even the fly-out window. You didn’t even bother to change the settings dialog! This is a copy and paste job!!! I guess some intern then was asked to change a thing or two, right? A color, a label, even a button… I guess at least someone in the copy-cat company has heard Einstein’s wise words before: “Real creativity is knowing how to hide your sources”</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2009/05/comp22.png"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/05/comp2-thumb1.png" alt="comp2" title="comp2"></a> <em>Can you tell the difference?</em></p>
<!--more-->Well I think you should have given me some credit for the hours of work in which I designed this gadget. If you didn’t want to do that I wish you had at least been kind enough to spend some extra money to come up with your own gadget and not just copy mine!!!
<p>Anyway, I guess I should feel honored if not directly, at least indirectly by the mere use of my own gadget as THE template for your own, official sidebar gadget. Thanks, I guess!</p>
<p><em><strong>Deutsche Version:</strong></em></p>
<p><em>Das ist mir dann doch einen Blog Eintrag wert: Offenbar wurde das</em> <a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html"><em>Windows Vista Sidebar Gadget dass ich vor einiger Zeit entworfen habe um den RTL Formel 1 Ticker in der SIdebare zu folgen</em></a><em>, zur Vorlage für RTL, genauer gesagt zur 1:1 Vorlage für deren Klon!</em></p>
<p><em>RTL hat vor kurzem <a href="http://sport.rtl.de/formel-1/formel1_94726.php">ein solches Gadget auf deren eigener Website</a> online gestellt. Dabei wurden gerade einmal zwei Buttons, eine Textbeschriftung und die Farbe des Gadgets geändert. Tolle Leistung! Ich denke dafür schuldet ihr mir etwas Anerkennung! Ihr habt das komplette Design samt Fly-Out Fenster kopiert. Dabei habt ihr es nicht einmal für nötig befunden den “Einstellungen” Dialog zu ändern. Ein echtes Copy &amp; Paste Meisterwerk. Danach wurde wohl noch ein Praktikant gebeten zwei, drei Dinge abzuänderen? Die Farbe, eine Beschriftung, sogar einen Button… Wenigstens einer in dieser Klonmaschinerie dürfte wohl mal über Einsteins weise Worte gestolpert sein, worin der Schlüssel zur Kreativität in der Geheimhaltung der eigenen Quellen liegen soll.</em></p>
<p><em>Ich denke mir steht durchaus ein wenig Anerkennung für Arbeit zu, die ich in den Entwurf dieses Gadgets gesteckt habe. Wenn schon nicht das, dann wäre es zumindest angemessen gewesen ein klein wenig mehr Geld für die Entwicklung desselben auszugeben und tatsächlich ein Gadget zu entwerfen, anstatt nur meines zu kopieren!</em></p>
<p><em>So muss ich mich jetzt wohl indirekt dadurch geehrt fühlen, dass mein Entwurf als DIE Vorlage schlechthin für RTLs offizielles Gadget Verwendung fand. Danke, denke ich!</em></p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Ego</category>
      <category>Featured Articles</category>
      <category>Sports</category>

    </item><item>
      <title>Data Distribution Controller for UAV</title>
      <link>https://archive.juergentreml.de/archives/477.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/477.html</guid>
      <pubDate>Mon, 09 Feb 2009 00:00:00 GMT</pubDate>
      <description>A university project to design a hardware device managing data distribution among an unmanned aerial vehicle&#39;s subsystems, presented here through two HD videos of the board rendered with Eagle3D and POV-Ray.</description>
      <content:encoded><![CDATA[<h1>Data Distribution Controller for UAV</h1>
<p>I’ve just added a <a href="https://archive.juergentreml.de/studies/data-distribution-controller-for-uav.html">new page</a> for a university project that I’ve recently finished. It’s a project aimed to design a hardware device that can manage the distribution of data among various subsystems of an unmanned aerial vehicle (UAV). All information on the project including the official project documentation and the slides of a talk given on this subject are available on <a href="https://archive.juergentreml.de/studies/data-distribution-controller-for-uav.html">the project page</a>.</p>
<p>In this post, I’d only like to share the final result. More precisely, I’m showing two videos of the actual hardware piece rendered by a software called <a href="http://www.matwei.de/doku.php?id=en:eagle3d:eagle3d">Eagle3D</a> (or more precisely rendered by <a href="http://www.povray.org/">POV-Ray</a> based on the script generated by Eagle3D). The result is just amazing. See for yourself!<!--more--></p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/uW4g2WO7gsI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-policy" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Zeb2EMboo30" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-policy" allowfullscreen></iframe>
<p>By the way: Both these videos are using YouTube’s new HD features. To get an impression of how much of a difference this makes, check out the standard quality videos <a href="http://www.youtube.com/watch?v=uW4g2WO7gsI">here</a> and <a href="http://www.youtube.com/watch?v=Zeb2EMboo30">here</a>. And as a final note: <a href="http://www.squidoo.com/youtubehd">This tutorial</a> did help a lot in figuring out how to get YouTube to generate a HD version of my uploaded videos. You need to upload your videos in exactly the right format, otherwise YouTube just doesn’t do any HD!</p>
]]></content:encoded>      <category>Aviation</category>
      <category>Computer &amp; Devices</category>
      <category>Featured Articles</category>

    </item><item>
      <title>How to force MSI files to install on non-supported OS</title>
      <link>https://archive.juergentreml.de/archives/466.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/466.html</guid>
      <pubDate>Sat, 07 Feb 2009 00:00:00 GMT</pubDate>
      <description>A short tutorial on getting Microsoft Installer (.msi) packages to install on an unsupported OS by editing the LaunchCondition table in Orca, using the Samsung LightScribe installer as a running example.</description>
      <content:encoded><![CDATA[<h1>How to force MSI files to install on non-supported OS</h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/02/setupioc2.jpg" alt="setupioc" title="setupioc"> Since I’m currently running Windows 7 Beta on my computer, I’ve ran into this issue quite a few times. You download some program you’ve been using on Windows Vista before, and once you try to install it, you’re being told “The operating system is not supported. Installation will be aborted.”</p>
<p>For many 3rd party installer systems, using Microsoft’s compatibility wizard will solve the problem. Just tell the wizard that the program requires special permission and ran on older OS version (e.g. Vista) and it should install fine. Unfortunately, this usually doesn’t work for Microsoft Installer packages (*.msi files). Here’s a short tutorial on how to still force those packages to install (taking the <a href="http://www.samsungodd.com/Application/LS_Update_1.14.32.1_.exe">Samsung LightScribe software</a> as an example):<!--more--></p>
<ol>
<li>Hit <em>Windows+R</em> to open the “Run” command prompt and enter <em>%TEMP%</em> to open your temp folder. Select all files and hit <em>Delete</em>. Confirm and just ignore all files you can’t delete.</li>
<li>Run <em>LS_Update_1.14.32.1_.exe</em>, which will extract the installer contents to some folder in your temp folder and start the installation. At some point the installation stops and you’re told that your OS is not supported. DON’T hit OK now, leave the message open!</li>
<li>Go to your temp folder and look for some cryptic folder like <em>{C1EFD9F9-2726-4203-A83F-848D81B32CD9}</em>. This folders contains the extracted content from the above installer (including the actual MSI package). COPY THE WHOLE FOLDER TO SOME PLACE SAFE (e.g. your Desktop), as the temp folder will be emptied once you exit the setup procedure. After copying that folder, you can now confirm the “OS not supported” message. The installer will exit and the temp folder be emptied.</li>
<li><img src="https://archive.juergentreml.de/wp-content/uploads/2009/02/icon-12.png" alt="Icon_1" title="Icon_1"> Go to your copy of the former temp folder (e.g. on your Desktop) and locate the MSI package in it (e.g. <em>LS_HSI.msi</em>). Right-click it and select <em>Edit with Orca</em> (Orca is a Microsoft tool to edit MSI packages and is included in the Windows SDK which can be downloaded <a href="http://www.microsoft.com/downloads/details.aspx?familyid=F26B1AA4-741A-433A-9BE5-FA919850BDBF&amp;displaylang=en">here</a>).</li>
<li><a href="https://archive.juergentreml.de/wp-content/uploads/2009/02/untitled11.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2009/02/untitled1-thumb1.jpg" alt="Untitled-1" title="Untitled-1"></a> Now, while there is now absolute standard way how MSI packages check the operating system version, this check usually is part of the launch conditions. Therefore, in Orca, select <em>LaunchCondition</em> under <em>Tables</em> and look for something suspicious like <em>( (VersionNT=500) OR (VersionNT=501) OR (VersionNT=502) OR (VersionNT = 600) OR Installed )</em>.</li>
<li>Delete or modify the above condition to meet you needs and hit <em>Save</em>.</li>
<li>Close Orca and run the MSI package by double-clicking it. The program should install fine now.</li>
</ol>
<p>This is not a universal tutorial for all MSI packages out there. It requires some thinking of yourself once you opened the MSI file in Orca, as the OS checks don’t always look the same, but the trick works for quite a lot of Microsoft Installer packages out there.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Still in shock!</title>
      <link>https://archive.juergentreml.de/archives/455.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/455.html</guid>
      <pubDate>Fri, 23 Jan 2009 00:00:00 GMT</pubDate>
      <description>News that Microsoft is canceling Flight Simulator hits hard, given his long-time love for the simulator and the FSX DVD box he bought just two years ago.</description>
      <content:encoded><![CDATA[<h1>Still in shock!</h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/01/fsx-cover1.jpg" alt="FSX_Cover" title="FSX_Cover"> I probably shouldn’t have given Microsoft that much credit in yesterday’s post. What I’ve just learned nearly gave me a heart attack. <a href="http://i.gizmodo.com/5137795/tragic-casualty-of-microsoft-layoffs-flight-simulator-grounded-forever">Microsoft is canceling Flight Simulator</a>. This may not be very tragic news from a general user’s point of view and doesn’t really change anything I wrote about Microsoft’s change yesterday, but from a very personal view this is probably the worst thing Microsoft could ever do. Microsoft Flight Simulator is probably the best simulation game out there and unfortunately it’s not like there’s many replacements I could go to now. So I’m really sad to here that this Flight Simulator X DVD box I bought more than two years ago is probably the last one I’ll have ever bought.</p>
]]></content:encoded>      <category>Misc</category>

    </item><item>
      <title>Is that really you, Microsoft?</title>
      <link>https://archive.juergentreml.de/archives/439.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/439.html</guid>
      <pubDate>Fri, 23 Jan 2009 00:00:00 GMT</pubDate>
      <description>After Windows Vista&#39;s rocky release, Windows 7 finally shows Microsoft getting it right - a faster, more polished OS with a stunning new taskbar UI and dozens of small improvements that are hard to live without.</description>
      <content:encoded><![CDATA[<h1>Is that really you, Microsoft?</h1>
<p>“Change is the only constant.” I think it was Einstein who once said that. I also think it was Microsoft who tried to prove him wrong over the last years by constantly looking the other side whenever users did complain about their operating system. The ultimate proof I guess was Windows Vista. I don’t really hate it as much as most other people out there and I’m actually quite fine with it, but it took Microsoft way too long to get it released, the update, version and compatibility lists were way to complicated, it took them months after the initial release to get the system really stable and usable and finally, it’s hard to neglect the fact that Vista’s needs regarding memory, hard disk access and CPU load are quite a bit over the top, which is especially problematic for notebooks or even more netbooks. While I’m still quite ok with Vista though not particularly fond of it, I can absolutely understand everyone sticking with Windows XP for the time being. Microsoft never really admitted that Vista might have been a mistake, but obviously they must have taken note of that. Otherwise it’s inexplicable how they come to do so perfect with their next operating system, Windows 7.<!--more--></p>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/01/windows723.png" alt="windows7(2)" title="windows7(2)"> It is mistakes from which we learn and judging by how much Microsoft has learned between Windows 7 and Vista, the latter one must have been a really, really big mistake. This time, Microsoft seems to be doing right everything. I’m finding it hard to believe I just said that, but looking at Windows 7 so far, I’d be lying if I said something else. From the beginning till now, they’ve gotten everything right. Towards the end of last year, they presented an early preview of the system, a preview with a stunning new taskbar UI and a preview that was probably more polished and stable as Vista was at its actual release. Since I didn’t have a spare computer by then, I decided to install this version on my everyday laptop, a HP 2710p with a 1.3 GHz ULV CPU. That’s exactly the type of computer where Vista will show it’s flaws in their full glory and it’s also the computer kind of computer that, once installed on, makes you fall in love with that new operating system with the big ‘7’ in its name.</p>
<p>Faster boot time, tremendously faster shutdown / standby time and a really noticeable increase in battery runtime are just a few things Windows Vista promised and Windows 7 actually delivers. The really big thing though is the new taskbar UI (<a href="http://www.withinwindows.com/2008/11/09/blue-badge-tool-now-available-unlocks-all-known-protected-features/">once activated using the magic trick here</a>). Looking really closely, in Vista, I can maybe find one or two good and really helpful UI improvements, the rest just being optical sugar. Now in Windows 7 I can instantly name like 20 new features and improvements on the UI, at least 18 of which are of the type “can’t live without it anymore”. And I really mean that. Ever since I touched that Windows 7 CTP, I’ve been so waiting for Microsoft to release a feature complete Beta version with a reasonable installer so I can update the rest of my computer to Windows 7. The difference between the old taskbar and the new super bar is just enormous, which is also the reason why I don’t want to list the changes here now but rather ask you to wait for another blog post coming within the next days which will cover just the new UI.</p>
<p>Anyway, besides all the improvements I just mentioned, Microsoft added a lot of minor tweaks, like a modern UI for old programs like Word Pad and Paint, an improved calculator, Aero Peek and Snap window arrangement aids, quicker Wi-Fi connection management, sidebar gadgets without the sidebar, easier file sharing on home networks, tablet PC and touch panel improvements, and many more.</p>
<p>From the moment of naming the product, when they kept the clear and simple codename Windows 7 as a final product name instead of some stylish, trendy new marketing name to the point where they underestimated the mass of downloads of the EARLY published PUBLIC beta version, apologized for the error and corrected it by extending the download period and removing the limit on the number of license keys they were going to give out, Microsoft has clearly shown one thing: they have heard the complaints and are willing to react and change things. Personally I think, this time, they got it ALL right! And unless they miraculously find a way to screw it all up right before the finish line, I think Windows 7 will be what Vista was promised to be and much more, probably the best operating system we’ve seen from that company in over ten years!</p>
<p>Related Links:</p>
<ul>
<li><a href="http://www.microsoft.com/windows/windows-7/">Windows 7 website</a></li>
<li><a href="http://www.microsoft.com/windows/windows-7/beta-download.aspx">Windows 7 Beta download</a></li>
<li><a href="http://www.mydigitallife.info/2009/01/22/how-to-display-text-on-taskbar-buttons-in-windows-7/">Blog with lots of tips &amp; tricks regarding Windows 7</a></li>
<li><a href="http://windowsteamblog.com/blogs/windows7/default.aspx">Windows 7 Team Blog</a></li>
</ul>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>WWW</category>

    </item><item>
      <title>It’s been a while…</title>
      <link>https://archive.juergentreml.de/archives/429.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/429.html</guid>
      <pubDate>Thu, 22 Jan 2009 00:00:00 GMT</pubDate>
      <description>A quick note explaining the roughly six-month silence on the blog and on FSXGET, caused by working on his master&#39;s thesis, with reassurance that the FSXGET project is not dead.</description>
      <content:encoded><![CDATA[<h1>It’s been a while…</h1>
<p><a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2009/01/logo311.png" alt="logo3[1]" title="logo3[1]"></a>since I wrote my last blog post here. The date of my last post tells me, that it’s been almost exactly six months. Quite some time! That’s why I’d like to clarify a few things to hopefully prevent some of the emails I get asking about THE STATE OF <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a>.</p>
<p>I’ve been quite busy writing my master thesis over the last months. That’s basically why neither my blog nor the <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a> project did receive much attention. Since the other developers on <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a> are currently inactive, too, the application didn't receive any updates at all. But YES, I’m definitely planning on continuing and updating the tool. I’m still facing my final exams, so don’t expect any news on the project before the middle of the year, but rest assured the project isn’t dead.</p>
<p>By the way: I’d be happy to have some people taking part in the job, helping to push forward the project. So if you’re interested and have some programming skills, don’t hesitate to mention that! ;-)</p>
]]></content:encoded>      <category>Misc</category>

    </item><item>
      <title>Magellan Triton &amp; OpenStreetMap. Perfect Duo?</title>
      <link>https://archive.juergentreml.de/archives/404.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/404.html</guid>
      <pubDate>Sat, 26 Jul 2008 00:00:00 GMT</pubDate>
      <description>A look at the Magellan Triton GPS series and its lack of detailed European maps out of the box, and how free OpenStreetMap-based maps from the community fill that gap.</description>
      <content:encoded><![CDATA[<h1>Magellan Triton &amp; OpenStreetMap. Perfect Duo?</h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/07/0000951.jpg" alt="000095"> I've recently been doing some research on current GPS devices since I broke my own about year ago. I used to use a <a href="http://www.magellangps.com/">Magellan</a> Meridian which I've been extremely satisfied with. Still, it's probably not worth a repair intent as it's the display that is damaged. Besides, the map material available for the device is of course totally outdated as is the hardware itself. So I currently looking for a new device.</p>
<p><img style="float: left; margin-right: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/07/getprodimageasp1.jpg" alt="getProdImage.asp"> Long story short, I've never been to fond of the <a href="http://www.garmin.com">Garmin</a> devices and as I'm looking for an outdoor GPS for hiking, mountain biking, etc., I found the <a href="http://www.magellangps.com/products/product.asp?segID=425">Magellan Triton series</a> to be particularly interesting. Color touch screen, rugged, nice interface, support for <a href="http://www.geocaching.com/">Geo Caching</a> and depending on the model flashlight, camera and many more features make this device really interesting. BUT it has one very large drawback! Magellan doesn't seem to interested in Europe too much, meaning, there's only country boundaries and large streets on the device's integrated base map and no detailed <a href="http://www.magellangps.com/products/software.asp">maps</a> available to buy and / or download (besides some special maps like waterways and topographic maps for Norway). Since I'm planning to use this thing mainly in Europe that would be an absolute no-buy reason.<!--more--></p>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/07/mag-map-120x1201.png" alt="mag-map-120x120"> Fortunately a little digging brought up that there's plenty of 3rd party maps and tools available for the Magellan Triton. Seems that the device's map format is publicly known. I don't know whether it's been made available by Magellan or just been figured out by someone but this fact allows to create proper maps for the device. Plenty of such maps for various countries all over the world are linked on <a href="http://www.maps4me.de/" title="http://www.maps4me.de/">http://www.maps4me.de/</a> and a few more links plus a lot of user support info can be found at <a href="http://www.magellanboard.de" title="http://www.magellanboard.de">http://www.magellanboard.de</a>. There's one map I'd especially like to point out: A <a href="https://www.vermessungstechniker.net/openstreetmap-deutschland-fuer-magellan/">topographic map of Germany for the Magellan Triton</a> created using the <a href="http://www.openstreetmap.org/">OpenStreetMap</a> data as a basis. I find it just awesome that this way you get a full topographic map for Germany which may not be perfectly complete but in some cases even more detailed than commercial maps for free. Beside that I just like the idea behind OpenStreetMap as I pointed out in an <a href="https://archive.juergentreml.de/396.html">earlier post</a>, I'm also quite fond of the fact that using OSM on your GPS device, you can kill two birds with one stone. First you get a free map for your device and then, wherever you find spots, tracks or streets missing in this map, you can just hit the &quot;record button&quot; on your receiver and using your PC, <a href="http://wiki.openstreetmap.org/index.php/Getting_Involved">add the recorded data to OpenStreetMap</a> on their site.</p>
<p>After all, the availability of an OSM map for the Magellan Triton might be the one decisive reason, to finally convince me, that this should be might next GPS device.</p>
]]></content:encoded>      <category>Travel</category>
      <category>WWW</category>

    </item><item>
      <title>Update: What OpenStreetMap doesn&#39;t have...</title>
      <link>https://archive.juergentreml.de/archives/397.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/397.html</guid>
      <pubDate>Sun, 01 Jun 2008 00:00:00 GMT</pubDate>
      <description>A quick follow-up to my OpenStreetMap post pointing out one more thing it&#39;s missing: routing - plus a link to OpenRouteService, a free route finder built on top of OSM data.</description>
      <content:encoded><![CDATA[<h1>Update: What OpenStreetMap doesn't have...</h1>
<p>I didn't actually think about this when I &quot;rediscovered&quot; <a href="http://www.openstreetmap.org/">OpenStreetMap</a> the other day and wrote my blog post about it; there's yet another feature that <a href="http://www.openstreetmap.org/">OpenStreetMap</a> doesn't offer... routing! I didn't really notice that as I'm hardly using this feature on <a href="http://maps.live.com/">Live Maps</a> or <a href="http://maps.live.com/">Google Maps</a>, but in fact, there's no from-to route finding service on OSM.</p>
<p>BUT luckily there is <a href="http://www.openrouteservice.org/">OpenRouteService</a>, a free routing service that is based on (as you may guess) <a href="http://www.openstreetmap.org/">OpenStreetMap</a>. Another great example of what to do with a free worldwide street database ;-)</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Travel</category>
      <category>WWW</category>

    </item><item>
      <title>OpenStreetMap! A great idea!</title>
      <link>https://archive.juergentreml.de/archives/396.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/396.html</guid>
      <pubDate>Mon, 26 May 2008 00:00:00 GMT</pubDate>
      <description>A look at OpenStreetMap, a community-driven, copyright-free alternative to Google Maps built entirely from user-contributed GPS tracks, including its cycle map and ski map overlays.</description>
      <content:encoded><![CDATA[<h1>OpenStreetMap! A great idea!</h1>
<p><a href="http://www.openstreetmap.org/"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/05/mag-map-120x120.png" alt="Mag_map-120x120"></a>I'd like to help and spread the word about a project I actually came across quite a while ago but which I've rediscovered recently: <a href="http://www.openstreetmap.org/">OpenStreetMap</a> (German version <a href="http://www.openstreetmap.de/">here</a>). In short, this project is a community effort to create a copyright-free world map.</p>
<p>The look and feel is basically the same as with <a href="http://maps.google.com/">Google Maps</a> (without the satellite coverage of course) but the big difference is, that OpenStreetMap maps are completely free. Not like Google's maps which are &quot;free&quot; as in &quot;you can do this and that with our maps BUT YOU'RE NOT ALLOWED TO ...................... <LONG TEXT FOLLOWING> ............&quot;.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/05/osm.png"><img style="float: left; margin-right: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/05/osm-thumb.png" alt="osm"></a>Of course they don't have all the features of the big players like Google or Microsoft; there's no <a href="http://maps.google.com/?ie=UTF8&amp;ll=37.790184,-122.419968&amp;spn=0.049786,0.101795&amp;z=14&amp;layer=c&amp;cbll=37.779163,-122.420051&amp;panoid=JWnAzQCgc6TtxEj6Khe9LQ&amp;cbp=1,0,,0,2.2942073915721797">Street View</a>, no <a href="http://maps.live.com/default.aspx?v=2&amp;FORM=LMLTCP&amp;cp=s0pj95hyy9cn&amp;style=b&amp;lvl=1&amp;tilt=-90&amp;dir=0&amp;alt=-1000&amp;scene=10817558&amp;phx=0&amp;phy=0&amp;phscl=1&amp;where1=m%C3%BCnchen&amp;encType=1">Bird's Eye View</a> and sadly but understandably  no satellite coverage but the maps (and the data behind them) are completely free and you can use them for practically anything. You can even <a href="http://planet.openstreetmap.org/">download the world database</a> which the maps are based on onto your computer and use it for whatever you like. Besides, in some of the more crowded areas, OpenStreetMap maps are even more accurate then Google's version, as you can see in the following picture.<!--more--></p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/05/osmvsg-osm.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/05/osmvsg-osm-thumb.png" alt="osmvsg-osm"></a> <a href="https://archive.juergentreml.de/wp-content/uploads/2008/05/osmvsg-g.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/05/osmvsg-g-thumb.png" alt="osmvsg-g"></a></p>
<p>So how are they making these maps? Simple answer: <a href="http://wiki.openstreetmap.org/index.php/Getting_Involved">You make them</a>. Take your GPS unit and record your track while you're driving your car, riding your bike or just walking. Afterwards, get online, <a href="http://www.openstreetmap.org/traces/mine">upload those tracks to the OSM website</a> and <a href="http://www.openstreetmap.org/edit">name the streets</a>. As mentioned above, it's a community effort. So the success of this project depends on as many users willing to take part as possible. There's still quite a few blank spots on the maps, especially regarding smaller villages, etc. So feel free to contribute! Speaking for myself, I'll definitely give it a try and provide a few tracks in the near future since I've found a few spots that I can fill.</p>
<p>Last but not least, as it is with Google, OSM can be customized with overlays and different views. In particular, there's a <a href="http://www.gravitystorm.co.uk/osm/">cycle map</a>...</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/05/cycle.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/05/cycle-thumb.png" alt="cycle"></a></p>
<p>... and a <a href="http://www.openpistemap.org/">skiing map</a>.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/05/ski.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/05/ski-thumb.png" alt="ski"></a></p>
<p>I really like the idea of this project, especially the fact that we have a worldwide street and address database that is available for free to everyone. Besides, talking about normal street maps, it definitely is an alternative to Google Maps. So make sure, that at least every now and then, you use OSM for your <a href="http://gazetteer.openstreetmap.org/namefinder/">address searches</a>.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Travel</category>
      <category>WWW</category>

    </item><item>
      <title>The Museum of Modern Betas</title>
      <link>https://archive.juergentreml.de/archives/377.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/377.html</guid>
      <pubDate>Tue, 29 Apr 2008 00:00:00 GMT</pubDate>
      <description>A pointer to the Museum of Modern Betas, a list of the 100 most bookmarked Web 2.0-style software projects and online tools.</description>
      <content:encoded><![CDATA[<h1>The Museum of Modern Betas</h1>
<p>Yet another short spread-the-word post. I just came across the Museum of Modern Betas which basically is a list of the 100 most bookmarked (del.icio.us) software projects in the field of online Web 2.0 style applications.</p>
<p>The range is from file conversion, video encoding, web analysis to business travel and groupware tools. It's a nice long list with a lot of entries on it you probably already know but I'm pretty sure there's some projects on it you haven't ever heard of but which you might find pretty interesting. It's worth a visit!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>WWW</category>

    </item><item>
      <title>Tablet PC users, input language and special characters in your name - my way out!</title>
      <link>https://archive.juergentreml.de/archives/384.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/384.html</guid>
      <pubDate>Tue, 29 Apr 2008 00:00:00 GMT</pubDate>
      <description>A workaround for Tablet PC users who need to write non-English characters (like ä, ö or ü in their name) while their input language is set to English, using text-replacement macro tools PenCommander and ActiveWords.</description>
      <content:encoded><![CDATA[<h1>Tablet PC users, input language and special characters in your name - my way out!</h1>
<p>For those who read <a href="https://archive.juergentreml.de/373.html">my post on tablet pen input regarding your name that possibly has a non-English character in it</a>, e.g. German or French, here's my current solution to the problem!</p>
<p>Doesn't matter if you're surfin' the web or just writing an email to an English colleague. There's many times when it makes perfect sense for a non-English user to set the Tablet PC input panel to English language. Unfortunately this makes it a total pain in the a.. to write down your name on your Tablet PC since Vista doesn't give you the slightest chance of writing non-standard characters such as ä, ö or ü or any characters with accents.<!--more--></p>
<p>Of course, you can always just switch your input language to something else, like German, enter your name and switch back to English. But over time this gets a bit annoying, too.</p>
<p>So far, my best approach to this is using macros! That's not an any-case solution but it's quite ok for common, repetitive tasks like writing your name or address, etc. For those interested, there's of course plenty of macro solutions out there but I found two programs specifically designed for Tablet PC use. These two are <a href="http://www.phatware.com/index.php?q=product/details/pencommander">PenCommander</a> and <a href="http://activewords.com/">ActiveWords</a>. Both do the job but (based on a first glance only), I slightly prefer ActiveWords, since the input panel can be hidden in a similar way to Microsoft's Tablet PC input panel, i.e. almost hidden on the border of the screen and appearing as you hover it. With PenCommander you can only select between fully shown or hidden to the system tray which isn't the best place to quickly reactivate it with your pen, to be honest.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/04/image.png"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/image-thumb.png" alt="image"></a>Anyway, what the two programs do, is letting you define any words that, written down on the programs input panel trigger a certain action. Such actions can range from sending keystrokes, replacing text or running a program to complex script operations. Needless to say I'm interested in the text replacement <a href="https://archive.juergentreml.de/wp-content/uploads/2008/04/image1.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/image-thumb1.png" alt="image"></a>function. With this, I just define a new trigger word like &quot;name&quot; and as an action I select &quot;text input / replacement&quot; and set its value to my real name &quot;Jürgen&quot;. So whenever I need to fill in my name somewhere, instead of opening Window's input panel, I just open the ActiveWords input panel, write down &quot;name&quot; and ActiveWords does the rest, i.e. fills in my real name.</p>
<p>As I said, that's not a general solution to the non-English character problem but it absolutely does the job for common problems like your name, mail address, email address or whatever. Even if there's no special characters in your name, this method has the potential to save you some time entering long text you often need or opening programs you use on a regular basis.</p>
<p>Btw: This would be a nice new feature to be integrated into Microsoft's next version of the Tablet PC input panel. Since they've already started <a href="http://windowsvistablog.com/blogs/windowsexperience/archive/2008/04/25/check-out-windows-speech-recognition-macros.aspx">integrating such features into Vista's speech recognition system</a>, why not do the same with handwriting recognition?!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Outlook 2007: Auto-assign categories on outgoing replies and forwards based on original message</title>
      <link>https://archive.juergentreml.de/archives/379.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/379.html</guid>
      <pubDate>Tue, 29 Apr 2008 00:00:00 GMT</pubDate>
      <description>A registry tweak (SendPersonalCategories) that makes Outlook 2007 automatically tag replies and forwards with the same color categories as the original message.</description>
      <content:encoded><![CDATA[<h1>Outlook 2007: Auto-assign categories on outgoing replies and forwards based on original message</h1>
<p>Are you a hardcore user of Outlook 2007's new color categories feature? Maybe even using it instead of folders and maintaining a single giant inbox using color categories as I do? Then you're probably as annoyed as I am by the fact that Outlook can't be taught to label replies and forwards to received message with the same labels / categories as the original message. Not even that Outlook can't do this automatically, you can't even do it manually in an efficient way as Outlook doesn't offer any category button in the ribbon for replies and forwards. You can of course always type your reply, hit send and go to the 'Sent Items' folder afterwards to categorize your message but that's soooooo inefficient and annoying!</p>
<p>Long speech, short conclusion: Here's the solution!</p>
<ol>
<li>Add a new DWORD type registry key using regedit.exe at the following location: <em>HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Preferences</em></li>
<li>Name it &quot;<em>SendPersonalCategories</em>&quot; and set its value to &quot;<em>0x00000001</em>&quot; (1).</li>
<li>Restart Outlook!</li>
</ol>
<p>That's it! Now Outlook will tag replies and forwards with the same categories as the message you're replying to.</p>
<p>Thanks to the guys at <a href="http://www.tutorials-win.com/OutlookGen/Rule-automatically-570821/" title="http://www.tutorials-win.com">http://www.tutorials-win.com</a> for the hint!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Mindmapping: Free and web-based!</title>
      <link>https://archive.juergentreml.de/archives/376.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/376.html</guid>
      <pubDate>Tue, 29 Apr 2008 00:00:00 GMT</pubDate>
      <description>A pointer to free mindmapping alternatives to Mindmanager - the open-source FreeMind and the web-based, Web 2.0 style MindMeister.</description>
      <content:encoded><![CDATA[<h1>Mindmapping: Free and web-based!</h1>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/mindmap1.gif" alt="Mindmap"> I'd like to point out the blog post found <a href="http://www.zipfelmaus.com/blog/mindmappen-online/">here</a>. It's about free <a href="http://en.wikipedia.org/wiki/Mind_map">mindmapping</a> software. Since I've known and been a user of <a href="http://www.mindjet.com">Mindmanager</a> for years now, I was quite surprised by this blog post. I didn't know either of the two pieces of software. An open-source freeware alternative to <a href="http://www.mindjet.com">Mindmanager</a> called <a href="http://freemind.sourceforge.net/wiki/index.php/Main_Page">FreeMind</a> as well as an online Web 2.0 style alternative at <a href="http://www.mindmeister.com">www.mindmeister.com</a>.</p>
<p>I don't have much more to say about it. Just wanted to help spreading the word. Give it a try for yourself!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>WWW</category>

    </item><item>
      <title>Useful and fun-to-use Tablet PC applications (1)</title>
      <link>https://archive.juergentreml.de/archives/371.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/371.html</guid>
      <pubDate>Thu, 24 Apr 2008 00:00:00 GMT</pubDate>
      <description>A rundown of favorite Tablet PC applications discovered after getting a new HP 2710p convertible, including OneNote 2007, InkSeine, Ink Desktop and SnagIt.</description>
      <content:encoded><![CDATA[<h1>Useful and fun-to-use Tablet PC applications (1)</h1>
<p><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/clip-image001.png" alt="clip_image001"></p>
<p>I've been planning to exchange my current notebook for a Tablet PC for quite a while. Few weeks ago, I finally got it over with and now I'm a proud owner of a <a href="http://h10010.www1.hp.com/wwpc/us/en/sm/WF06a/321957-321957-64295-321838-306995-3355644.html">HP 2710p</a> convertible Tablet PC.</p>
<p><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/compaq-2710p-notebook-190x170.jpg" alt="compaq-2710p-notebook_190x170"></p>
<p>Needless to say that during the last weeks, as always with new toys, I spent an excessive amount of time configuring my new device and installing and trying out every application I could find out there. So why not share a few of my discoveries?!</p>
<p><strong>OneNote 2007</strong></p>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/clip-image001102.png" alt="clip_image001[10]">My favorite application for Tablet PCs absolutely is <a href="http://office.microsoft.com/de-de/onenote/default.aspx">OneNote 2007</a>. I've been using this application even on ordinary computers over the last months and it's still a whole lot better on Tablet PC. Take (handwritten) notes, organize stuff, capture web pages, screenshots, ... and all with just a few easy clicks with your stylus. Fantastic!</p>
<p><strong>InkSeine</strong></p>
<p><img style="float: left; margin-right: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/inkseine.png" alt="inkseine">As said before, OneNote can also be used on ordinary PCs which means  there's has to be a certain compromise regarding its interface to be usable by both stylus and keyboard / mouse users as well. For the heavy stylus users among you, I found another application called <a href="http://research.microsoft.com/inkseine/">InkSeine</a> at Microsoft Research. It's not an actual product but as one might guess an application with the purpose of research and testing of new techniques in mind. Nevertheless it's user interface is designed for heavy pen use and even better, searching the Internet or documents on your computer and linking or inserting the results is completely integrated into this interface. This application is really worth a shot. Nevertheless I should mention the lack of textual input and support for non-Microsoft applications such as <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> or <a href="http://www.openoffice.org/">OpenOffice</a>. Besides, there is a problem with the integrated search functions not being compatible with the current Windows Search 4 Technology Preview.</p>
<p>Having said that, I'd like to make a short side note: You should definitely try out the <a href="http://www.microsoft.com/windows/products/winfamily/desktopsearch/windowssearch4.mspx">tech preview of Windows Search 4</a> (available for Windows XP and Vista). It's just so much faster and more responsive than former version that I wouldn't wanna live without it anymore. But remember: InkSein's integrated search functions won't work anymore after installing the tech preview of Windows Search.</p>
<p><strong>Ink Desktop</strong></p>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/clip-image00112.png" alt="clip_image001[12]">Another note taking tool by Microsoft. <a href="http://www.microsoft.com/Downloads/info.aspx?na=47&amp;p=1&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=4861aad3-1d67-4b02-bfd5-4add1879d3dc&amp;u=details.aspx%3ffamilyid%3dE1A51F4A-9E58-45F7-985B-3C37B8EEDB71%26displaylang%3den">Ink Desktop</a> allows you to take handwritten notes directly to your desktop. That's a really handy thing for stylus users. Now you won't only put recently downloaded files or documents you're currently working on on your desktop but important notes, too. Handwritten, quick, easy!</p>
<p>Now the last tool for today, finally a non-Microsoft application:</p>
<p><strong>SnagIt</strong></p>
<p><img style="float: left; margin-right: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/clip-image00114.png" alt="clip_image001[14]">The Vista Snipping Tool, OneNote 2007 and InkSeine are already doing a good job on taking screenshots quickly and easily, nevertheless there's an even better way. <a href="http://www.techsmith.de/snagit.asp">SnagIt</a> allows you to easily take screenshots not only of your whole desktop, a single window or a certain region of the screen but also of webpages, preserving links (if you wish so) and windows with content that requires scrolling. SnagIt's the definite standard when you're talking about screen capture. Try it out!</p>
<p>More tools coming soon ... Ink Crosswords, Tic-Tac-Toe, Sudoku, Calculator, Inking Math Formulas, Physics Illustrator and personal fonts</p>
<p>Stay tuned!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Make sure there&#39;s no special character in your name if you&#39;re planning to become a Tablet PC user</title>
      <link>https://archive.juergentreml.de/archives/373.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/373.html</guid>
      <pubDate>Thu, 24 Apr 2008 00:00:00 GMT</pubDate>
      <description>Windows Vista&#39;s Tablet PC handwriting recognition works impressively well, until it comes to learning a name with a special character like Jürgen&#39;s ü - handwriting personalization turns out to be limited to English, Chinese, Japanese and Korean only.</description>
      <content:encoded><![CDATA[<h1>Make sure there's no special character in your name if you're planning to become a Tablet PC user</h1>
<p>As a Tablet PC user I'm relying on stylus input and handwriting recognition a lot. So let's start with the good news: Microsoft did a hell of a job with Windows Vistas handwriting input panel. Recognition accuracy is really astonishing and though some third-party product like <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> leave room for improvement talking about the input panel's integration, it works well and fast in most other situations.</p>
<p><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/tip.png" alt="tip"></p>
<p>Now the bad news. I can't get that freakin' thing to learn my name. I must admit there's no way my parents could have known that I'd be using handwriting recognition on a computer one day when they named me over 20 years ago. So I can't blame them for deciding on Jürgen.</p>
<p>As long as I'm using German as the selected input language on the input panel, I'm fine. But since I'm dealing with English most of the time and since I'm also talking to some Spanish guys every now and then, most of the time my input panel isn't set to German. Unfortunately Microsoft didn't consider that case as relevant and there's no way of teaching Vista my name with the input language set to English, not even using the handwriting personalization tool as it won't allow me to enter any characters that aren't part of the selected language's keyboard layout. Automatic learning and correction tools aren't an option either since whatever I write on the input panel gets changed into the closest fit of a standard character. As soon as the correction tool is running out of close matches to &quot;ü&quot; it just comes up with not-so-close matches. This turn's out to become an extremely funny game that in no way I can win.</p>
<p>Finally as a another little side note on handwriting recognition in Windows Vista let me mention that I started training the system (in English) using the handwriting personalization tool to improve accuracy even more. This again works great just that I can't run this tool for any language other than English. Especially not for German, Spanish or French input. It took me a while to find that information on the web but turns out that this is in fact true. Handwriting personalization is only available for English, Chinese, Japanese and Korean.</p>
<p>To be precise, automatic learning of handwriting style and targeting specific recognition errors is available for these languages and only these. Automatic learning of vocabulary and teaching the system your handwriting style by feeding the system with handwriting examples is even supported for English exclusively. <a href="http://windowshelp.microsoft.com/Windows/en-US/help/eb048670-2e1d-452f-98c0-69f2cc07785e1033.mspx">Check for yourself here</a>.</p>
<p>Microsoft could really care a bit more about DETAILS!!!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>WWW</category>

    </item><item>
      <title>Hey Microsoft - I&#39;m so annoyed! At least a bit!</title>
      <link>https://archive.juergentreml.de/archives/363.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/363.html</guid>
      <pubDate>Wed, 23 Apr 2008 00:00:00 GMT</pubDate>
      <description>Microsoft&#39;s 64-bit Office 2007 support has some annoying gaps - fax, Groove Filesharing, and the Send to OneNote printer driver still don&#39;t work on x64 - and a blog post confirms Microsoft has no plans to fix OneNote in the current version.</description>
      <content:encoded><![CDATA[<h1>Hey Microsoft - I'm so annoyed! At least a bit!</h1>
<p>Since quite a while Microsoft is pushing 64-bit operating system versions. In fact, talking about most of Microsoft's current server products they're even exclusively producing x64 versions. Now I'm a Windows Vista user since November 2006 and for half a year now I'm using the x64-version.</p>
<p><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/clip-image00110.png" alt="clip_image001[10]">I'm quite satisfied with it as almost all of the hardware manufacturers of my devices provide the necessary drivers BUT I'm quite disappointed by Microsoft itself regarding their 2007 office series. I'm ok with its not being available as a 64-bit version, but I'm definitely not ok with messages like <em>&quot;Internet fax services are not available on 64 bit operating systems&quot;</em> which comes up when you click the <em>Send as fax</em> button in Word 2007. Same thing with Groove 2007 Filesharing Workspaces: <em>&quot;Filesharing workspaces are not supported on 64 bit operating systems&quot;</em>. Neither is the <em>Send to OneNote</em> printer driver and as far as I remember the office problem solution assistant.</p>
<p>For months I've been waiting for a fix to this now, as none of the issues have</p>
<p><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/clip-image0018.png" alt="clip_image001[8]"></p>
<p>been addressed with SP1. Today I found a <a href="http://www.jkontherun.com/2008/04/no-onenote-fix.html">note on this blog</a> stating that Microsoft isn't planning to take care of the <em>Send to OneNote</em> printer driver in the current 2007 version of Office at all. It'll probably be fixed in the next version of OneNote but there's not gonna be any patch, update or fix for the current version.</p>
<p>This really disappoints me! It's not just that Microsoft is taking care of those things very slowly, seems they're not even caring about them at all. Considering that Microsoft Office isn't exactly the cheap or free open-source office suite this makes me really hate MS a little bit. It's just not ok like this!</p>
<p>Although the blog post mentioned above doesn't say anything about the Groove Filesharing Workspace and Internet Fax service issues with 64-bit operating systems, I'd be surprised if they were facing a brighter future than OneNote.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>WWW</category>

    </item><item>
      <title>Wow, Google! I&#39;m so impressed now!</title>
      <link>https://archive.juergentreml.de/archives/358.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/358.html</guid>
      <pubDate>Wed, 16 Apr 2008 00:00:00 GMT</pubDate>
      <description>Google Earth&#39;s new beta adds 3D building models for several big German cities, including Munich — a quick look at Munich&#39;s skyline rendered in 3D.</description>
      <content:encoded><![CDATA[<h1>Wow, Google! I'm so impressed now!</h1>
<p>Just read the news that Google released a new beta version of it's planetary explorer Google Earth which now includes 3D models of some of the bigger German cities, too. Among the Berlin and much to my liking Munich.</p>
<p>I gave it a try a few minutes ago and decided that this is definitely worth a quick (almost) real-time post. I activated 3D  buildings while having the map centered to Munich and all I could say was &quot;Wow!&quot;. Nothing more to say!</p>
<p>Have a look for your self:</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/04/munich-1.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/munich-1-thumb.jpg" alt="munich 1"></a></p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/04/munich-2.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/munich-2-thumb.jpg" alt="munich 2"></a></p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/04/munich-3.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/04/munich-3-thumb.jpg" alt="munich 3"></a></p>
<p>Get it <a href="http://earth.google.com/index.html">here</a>.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Travel</category>
      <category>WWW</category>

    </item><item>
      <title>ADS-B - Next Gen Air Navigation</title>
      <link>https://archive.juergentreml.de/archives/351.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/351.html</guid>
      <pubDate>Thu, 10 Apr 2008 00:00:00 GMT</pubDate>
      <description>A quick pointer to a CBS News piece on ADS-B, the next generation air navigation technology that combines GPS with a colour display to give pilots the position of other airplanes, seen through the eyes of someone with an AENA and aviation studies background.</description>
      <content:encoded><![CDATA[<h1>ADS-B - Next Gen Air Navigation</h1>
<p>This is nothing really new but something that is definitely overdue!</p>
<p>Given the background of my experiences at AENA and my studies, the video below (<a href="http://www.cbsnews.com/stories/2008/04/06/sunday/main3996581.shtml">Source</a>) which I found through <a href="http://pogue.blogs.nytimes.com/2008/04/10/toward-friendlier-skies/">Pogue's Posts</a> wasn't actually much of a surprise for me but I think it gives a really good overview for non-pros! Besides, for me, it's at least been a short update on the American state of the art and future plans as my personal knowledge tends to be a bit focused on the European on-goings.</p>
<p>For those among you who want to know a bit more then &quot;ADS-B = AIRPLANE + GPS + COLOUR DISPLAY = COOL&quot; and may be wondering how GPS with it providing a downlink only is to provide every airplane with other planes' positions, have a look at the <a href="http://en.wikipedia.org/wiki/ADS-B">Wikipedia article on the topic</a>. There you'll find the details!</p>
]]></content:encoded>      <category>Aviation</category>
      <category>Travel</category>
      <category>WWW</category>

    </item><item>
      <title>Website Update: Formula 1 Sidebar Gadget, Rendering Smoke &amp; Clouds</title>
      <link>https://archive.juergentreml.de/archives/346.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/346.html</guid>
      <pubDate>Tue, 08 Apr 2008 00:00:00 GMT</pubDate>
      <description>Two recent website updates: slides and paper from a university talk on rendering smoke &amp; clouds, and a new Windows Vista sidebar gadget for a German Formula 1 live text ticker.</description>
      <content:encoded><![CDATA[<h1>Website Update: Formula 1 Sidebar Gadget, Rendering Smoke &amp; Clouds</h1>
<p>Just wanted to point out two recent updates to my website.</p>
<p><a href="https://archive.juergentreml.de/studies/game-design-rendering-smoke-clouds-2.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/presentation-page-01.png" alt="presentation-page-01"></a> A few days ago I finally uploaded a short description together with the slides and paper of a talk I gave a few weeks ago on the topic of &quot;<a href="https://archive.juergentreml.de/studies/game-design-rendering-smoke-clouds-2.html">Rendering Smoke &amp; Clouds</a>&quot; in the context of a game design university course. Have a look at it <a href="https://archive.juergentreml.de/studies/game-design-rendering-smoke-clouds-2.html">here</a>.</p>
<p><a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html"><img style="float: left; margin-right: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/ranking1.png" alt="ranking"></a> The second update is a <a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html">Windows Vista sidebar gadget</a>, my first one actually. It displays the content of a (German) Formula 1 live text ticker (<a href="http://sport.rtl.de/formel-1">sport.rtl.de</a>) in the Windows sidebar and includes features like a flyout window for detailed view, automatic refresh, quick access to the original website and a Formula 1 live stream. Feel free to give it a try <a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html">here</a> and please leave your feedback!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Inside Live Runway</category>
      <category>Sports</category>
      <category>TV, Movies, Music</category>

    </item><item>
      <title>Formula-1-Ticker Sidebar Gadget Update</title>
      <link>https://archive.juergentreml.de/archives/348.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/348.html</guid>
      <pubDate>Tue, 08 Apr 2008 00:00:00 GMT</pubDate>
      <description>A quick update on the Formula-1-Ticker Windows Sidebar gadget, adding a settings dialog to control gadget size, docked/undocked sizing, and adjustable text size.</description>
      <content:encoded><![CDATA[<h1>Formula-1-Ticker Sidebar Gadget Update</h1>
<p><a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/04/ranking2.png" alt="ranking"></a> Just uploaded a <a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html">new version</a> of the <a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html">Formula-1-Ticker sidebar gadget</a>. Now supports a setting dialog to control the size of the gadget. Also supports different sizes in docked and undocked mode. Text size is now adjustable, too. <a href="https://archive.juergentreml.de/programming/formula-1-windows-vista-sidebar-gadget.html">Give it a try!</a></p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>Sports</category>

    </item><item>
      <title>FSXGET 0.1 Beta 2 Released</title>
      <link>https://archive.juergentreml.de/archives/320.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/320.html</guid>
      <pubDate>Tue, 12 Feb 2008 00:00:00 GMT</pubDate>
      <description>FSXGET 0.1 Beta 2 is out, adding selectable display units (meters or feet) plus bugfixes around OS/service pack checks, SimConnect detection, and single-instance handling.</description>
      <content:encoded><![CDATA[<h1>FSXGET 0.1 Beta 2 Released</h1>
<p><a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/02/logo3.png" alt="logo"></a> Just released <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET Version 0.1 Beta 2</a> which contains a new feature, allowing you to select display units (meters or feet) and several bugfixes. Checks for the operating system and service pack version now as well as for SimConnect installed and instances of the application already running, to give better user feedback if the application encounters a problem at startup instead of crashing with some cryptic error message.</p>
<p>As always, more info and download <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">here</a>.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>FSXGET</category>

    </item><item>
      <title>Planes&#39; and Trains&#39; Locations! Live!</title>
      <link>https://archive.juergentreml.de/archives/313.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/313.html</guid>
      <pubDate>Mon, 11 Feb 2008 00:00:00 GMT</pubDate>
      <description>A look at two Google Maps mashups showing realtime positions of Swiss trains and planes over Zurich, and how the latter compares to FSXGET.</description>
      <content:encoded><![CDATA[<h1>Planes' and Trains' Locations! Live!</h1>
<p>As I myself already got some experience with using Google Maps and Earth to display things such as stars (<a href="https://archive.juergentreml.de/studies/web-based-planetarium.html">Web-based Planetarium</a>) or Flight Simulator X aircrafts (<a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a>), I really like those two applications I've came over yesterday:</p>
<p>They're both based on Google Maps, with the first one showing the realtime positions of Swiss trains...</p>
<p><a href="http://www.swisstrains.ch/"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/02/train.png" alt="train"></a></p>
<p>... and the second doing the same for planes over Zurich.</p>
<p><a href="http://radar.zhaw.ch/radar.html"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/02/flight.png" alt="flight"></a></p>
<p>Absolutely awesome! The latter one comes really close to <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a> just for the real world and looking at the <a href="http://radar.zhaw.ch/resources/FlugMashup.pdf">technique behind</a> reminds me of a passive radar I've seen in action during a visit to <a href="http://www.indra.es/">INDRA</a>'s plant in Madrid.</p>
<p>Besides, since my internship at <a href="http://www.aena.es">AENA</a>, I somehow just enjoy looking at realtime maps with planes moving around ;-)</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>FSXGET</category>
      <category>WWW</category>

    </item><item>
      <title>.NET Programming: Single Instance Application</title>
      <link>https://archive.juergentreml.de/archives/310.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/310.html</guid>
      <pubDate>Mon, 11 Feb 2008 00:00:00 GMT</pubDate>
      <description>Three approaches to restricting a .NET application to a single running instance: a named Mutex, .NET Remoting via WindowsFormsApplicationBase, and polling the process list.</description>
      <content:encoded><![CDATA[<h1>.NET Programming: Single Instance Application</h1>
<p>Few days ago, I did some research on how to make sure that only one instance of my .NET application will run at a time. I found there's three ways to do so, of which two are quite common and also very stable and professional.</p>
<p><u>Solution Number 1: Using a Mutex</u></p>
<p>Just have a look at the code snippet below. This is a simple C# program with just a few lines added.</p>
<pre><code class="language-csharp">static class Program
{
    static bool bFirstInstance = false;
    static Mutex mtxSingleInstance = new Mutex(true, &quot;My Mutex Name and ID String&quot;, out bFirstInstance);

    /// &lt;summary&gt;
    /// The main entry point for the application.
    /// &lt;/summary&gt;
    [STAThread]
    static void Main()
    {
        try
        {
            if (!bFirstInstance)
                return;

            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            Application.Run(new Form1());
        }
        finally
        {
            mtxSingleInstance.Close();
        }
    }
}
</code></pre>
<p>The important lines are lines 3 and 4 and 14 and 15. First we create a mutex with any name (string) we like and try to access it. The result (whether gaining access to the mutex failed or succeeded) will be written to a boolean variable. If this is the first instance of the application, we sucessully will gain access to the mutex and <em>bFirstInstance</em> will be true. If it's a second, third, ... instance, the first instance of the application will already have locked the mutex and we won't get access to it, thus <em>bFirstInstace</em> will be false.</p>
<p>We just check for the value of <em>bFirstInstance</em> and if it's false, the current instance will exit immediately.</p>
<p>Important Note: Make sure the mutex gets closed when the first instance of your application exits (even in case it crashes and doesn't exit normally). You can use a try / finally statement as shown above for this.</p>
<p>Another important thing: You should declare the mutex as a static class variable to make sure it won't get cleaned up by garbage collection somewhere down the road. Instead of using a global static variable, you could also make use of <em>GC.KeepAlive(mtxSingleInstance);</em>.</p>
<p>For further information see the two articles <a href="http://msdn.microsoft.com/msdnmag/issues/05/09/NETMatters/">here</a> and <a href="http://www.ai.uga.edu/mc/SingleInstance.html">here</a>.</p>
<p><u>Solution Number 2: .NET Remoting</u></p>
<p>This is basically about setting up some kind of inter-process communication so one process can just shout out 'Hey, is there someone of my kind already running?' on some channel and other instances of this process will respond with 'Yep, that would be me' or whatever.</p>
<p>The great advantage over the method before is, that with this solution, you cannot just check for other instances already running but you can also exchange information between the two instances (like passing the command line parameters of the second instance to the first instance and let the second instance exit after this while the first instance will do the job).</p>
<p>Now despite this solution sounding a little bit complicated, it actually isn't. In Visual Basic this is just activating a checkbox and in C# it's about ten lines of code. For the Visual Basic solution, go <a href="http://msdn.microsoft.com/msdnmag/issues/05/09/NETMatters/">here</a>. For C# do the following:</p>
<ol>
<li>
<p>Add a reference to <em>Microsoft.VisualBasic.dll</em> to your project</p>
</li>
<li>
<p>Add the <em>using Microsoft.VisualBasic.ApplicationServices;</em> statement to your main application class.</p>
</li>
<li>
<p>Add a new class to your project, lookig like this:</p>
<pre><code class="language-csharp">using Microsoft.VisualBasic.ApplicationServices;

public class SingleInstanceApplication : WindowsFormsApplicationBase
{
    private SingleInstanceApplication()
    { 
        base.IsSingleInstance = true; 
    }
    
    public static void Run(Form f, 
        StartupNextInstanceEventHandler startupHandler)
    {
        SingleInstanceApplication app = new SingleInstanceApplication();
        app.MainForm = f;
        app.StartupNextInstance += startupHandler;
        app.Run(Environment.GetCommandLineArgs());
    }
}
</code></pre>
</li>
<li>
<p>Now change your main application class from this</p>
<pre><code class="language-csharp">static class Program
{
    [STAThread]
    static void Main()
    {
        Application.EnableVisualStyles();
        Application.Run(new Form1());
    }
}
</code></pre>
<p>to this</p>
<pre><code class="language-csharp">static class Program
{
    [STAThread]
    static void Main()
    { 
        Application.EnableVisualStyles();
        SingleInstanceApplication.Run(new Form1(), 
            StartupNextInstanceHandler);
    }

    static void StartupNextInstanceHandler(
        object sender, StartupNextInstanceEventArgs e)
    {
        // Here you can just make the current (new) instance exit or do whatever you like with the command line arguments
    }
}
</code></pre>
</li>
</ol>
<p>That's it!</p>
<p>I found this idea and the code above <a href="http://msdn.microsoft.com/msdnmag/issues/05/09/NETMatters/">here</a>.</p>
<p><u>Solution Number 3: Checking the Process List</u></p>
<p>I'm not gonna go into detail here, as this shouldn't be the preferred solution as I think. It's just for the record. To check whether there's already an instance of your application running, you can of course just read the systems list of processes currently running and see if your application's in it or not!</p>
<p>Happy coding!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>.NET Programming: OS and Service Pack Version</title>
      <link>https://archive.juergentreml.de/archives/318.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/318.html</guid>
      <pubDate>Mon, 11 Feb 2008 00:00:00 GMT</pubDate>
      <description>Three ways to programmatically detect the Windows OS and installed service pack version in .NET/C#: System.Environment.OSVersion, the WMI interface, and the native GetVersionEx API.</description>
      <content:encoded><![CDATA[<h1>.NET Programming: OS and Service Pack Version</h1>
<p>Yet another short article about how to programmatically detect the version of the operating system and installed service pack version in a .NET application (C#).</p>
<p>Basically I found three ways how to determine these version number in a C# application:</p>
<ol>
<li>
<p><strong>Using the <em>System.Environment.OSVersion</em> class</strong></p>
<ul>
<li>Fast and easy, perfect to get Windows version including major, minor, revision and build section of the version number.</li>
<li>Problematic to get the service pack version: Gives you a string like e.g. <em>'Service Pack 1, v.744'</em> which you'd have to parse then. Not an ideal and very stable way (regarding future service packs) to get the service pack version number.</li>
</ul>
</li>
<li>
<p><strong>Using the <em>WMI Interface</em></strong></p>
<pre><code class="language-csharp">SelectQuery query = new SelectQuery(&quot;Win32_OperatingSystem&quot;);
ManagementObjectSearcher searcher = new ManagementObjectSearcher(query);

foreach (ManagementObject mo in searcher.Get())
   int iSPVersionMajor = int.Parse(mo[&quot;ServicePackMajorVersion&quot;].ToString());
</code></pre>
<p>Allows to retrieve numeric (major and minor) version number of installed service pack</p>
</li>
<li>
<p><strong>Using native Win32 API: <em>GetVersionEx</em></strong></p>
<p>I didn't try this solution myself but it seems quite promising, too. More details can be found <a href="http://www.codeproject.com/KB/winsdk/osdetect.aspx">here</a>.</p>
</li>
</ol>
<p>Last but not least, some information about Windows Version and Build numbers:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Comparison_of_Windows_versions">Wikipedia on the Comparison of Windows Versions</a></li>
<li><a href="http://en.wikipedia.org/wiki/Microsoft_Windows">Wikipedia on Microsoft Windows</a></li>
<li><a href="http://en.wikipedia.org/wiki/Windows_NT">Wikipedia on Windows NT</a></li>
</ul>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>FSXGET</category>

    </item><item>
      <title>FSXGET 0.1 Beta 1 Released</title>
      <link>https://archive.juergentreml.de/archives/281.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/281.html</guid>
      <pubDate>Sat, 02 Feb 2008 00:00:00 GMT</pubDate>
      <description>FSXGET 0.1 Beta 1 is out, the successor to 0.0.3.1 RC4, adding a new configuration dialog for running FSXGET and Flight Simulator X on separate, remote-connected computers alongside the new SimConnect Config Tool.</description>
      <content:encoded><![CDATA[<h1>FSXGET 0.1 Beta 1 Released</h1>
<p><a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/02/logo.png" alt="logo"></a> Today I've released version 0.1 Beta 1 of <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a>. It's the direct successor to version 0.0.3.1 RC4. The change in naming is to make the version numbers more readable and manageable.</p>
<p>Remote Connection - Run FSX and FSXGET on different computers</p>
<p>The new version includes a new configuration dialog that facilitates setting up <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a> to connect to Flight Simulator X running on a remote computer, i.e. a configuration where Google Earth AND <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a> run on one computer but Flight Simulator X runs on another. I've also released a new tool called <a href="https://archive.juergentreml.de/programming/simconnectconfigtool.html">SimConnect Config Tool</a> which helps changing Flight Simulator X configuration to allow remote access (e.g. from <a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html">FSXGET</a>). A howto article about setting up FSX and FSXGET for remote connections can be found <a href="http://www.codeplex.com/fsxget/Wiki/View.aspx?title=%20HowTo%3a%20SimConnect%20Network%20Configuration&amp;referringTitle=Help%2c%20FAQ%2c%20HowTos">here</a>.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>FSXGET</category>

    </item><item>
      <title>FSXGET 0.0.3.1 RC4 Update</title>
      <link>https://archive.juergentreml.de/archives/277.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/277.html</guid>
      <pubDate>Wed, 30 Jan 2008 00:00:00 GMT</pubDate>
      <description>A quick bugfix update for FSXGET 0.0.3.1 RC4, correcting issues on x64 and non-English systems.</description>
      <content:encoded><![CDATA[<h1>FSXGET 0.0.3.1 RC4 Update</h1>
<p><a href="https://archive.juergentreml.de/programming/fsx-google-earth-tracker.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/01/logo.png" alt="logo"></a> Just released a new update for FSXGET correcting bugs regarding x64 and non-English systems. Download and more information <a href="http://www.codeplex.com/fsxget/Release/ProjectReleases.aspx">here</a>.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>FSXGET</category>

    </item><item>
      <title>JA, JA, JAMILTON</title>
      <link>https://archive.juergentreml.de/archives/270.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/270.html</guid>
      <pubDate>Tue, 29 Jan 2008 00:00:00 GMT</pubDate>
      <description>A Spanish banner mangling Lewis Hamilton&#39;s name into &#39;JAMILTON&#39; - a small joke about Spanish pronunciation habits that had me smiling.</description>
      <content:encoded><![CDATA[<h1>JA, JA, JAMILTON</h1>
<p>Most people reading this probably won't find it very funny. I do though!</p>
<p>I can't say whether I like it more for its being a joke about Hamilton (I'm a Ferrari fan) or the Spanish stubbornness of pronouncing foreign words the way they fit best into their own language regardless of how they should be pronounced or how absurd they might sound, which puts another joke in the banner below. Anyway, I just couldn't help smiling when I first saw it.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/3888161.jpg"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/01/3888161-thumb.jpg" alt="3888161"></a>
<a href="http://sport.rtl.de/formel-1/formel1_81703.php?">(Source)</a></p>
]]></content:encoded>      <category>Sports</category>
      <category>WWW</category>

    </item><item>
      <title>Booksthatmakeyoudumb</title>
      <link>https://archive.juergentreml.de/archives/273.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/273.html</guid>
      <pubDate>Tue, 29 Jan 2008 00:00:00 GMT</pubDate>
      <description>A quick look at &#39;Books that make you dumb&#39;, a follow-up project from the wikiscanner author that cross-references colleges&#39; average SAT scores with their students&#39; most-read books on Facebook.</description>
      <content:encoded><![CDATA[<h1>Booksthatmakeyoudumb</h1>
<p>Anyone remember the <a href="http://wikiscanner.virgil.gr/">wikiscanner</a>, a tool cross-referencing IP ranges known to belong to a certain company with IP addresses of Wikipedia article edits, thus exposing which companies have edited their own Wikipedia entries (and what they've edited)?</p>
<p>I did really like this project unlike most politicians, governments and companies exposed by the tool I guess. Anyway, it's time for Vol. 2! <a href="http://booksthatmakeyoudumb.virgil.gr/">Books that make you dumb</a>!</p>
<p>It's from the same author again, this time cross-referencing colleges' students' average SAT scores with colleges' most read books lists on Facebook and there you go. You'll be able to tell what clever guys read and what dumb people read ;)</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/booksthatmakeyoudumbhuge1.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/booksthatmakeyoudumbhuge-thumb1.png" alt="BooksthatmakeyoudumbHuge"></a></p>
<p>Of course, one can argue about any causality in this and apparently not too few people were quite willing to do so as the author states on his website but there's actually not a single word on his website blaming any of those books for dumbness or cleverness of its readers. Just consider it a fun thing and enjoy reading through the list!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>WWW</category>

    </item><item>
      <title>Thanks for your help starryalley</title>
      <link>https://archive.juergentreml.de/archives/215.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/215.html</guid>
      <pubDate>Sat, 26 Jan 2008 00:00:00 GMT</pubDate>
      <description>A shout-out to starryalley, a Taiwanese programmer whose application helped power my web-based planetarium project, after he mentioned it on his own blog.</description>
      <content:encoded><![CDATA[<h1>Thanks for your help starryalley</h1>
<p><a href="https://archive.juergentreml.de/studies/web-based-planetarium.html"><img style="float: right; margin-left: 5px; margin-bottom: 5px;" src="https://archive.juergentreml.de/wp-content/uploads/2008/01/planetarium-thumb1.png" alt="planetarium-thumb"></a>I've just found out that one of my projects, a <a href="https://archive.juergentreml.de/studies/web-based-planetarium.html">web-based planetarium</a> found a mention on a Taiwanese blog. It's the blog of a programmer from Taiwan whose application I used in my project and who helped me out with some problems I had when trying to adapt his application to my needs.</p>
<p>You can see his blog entry about my project <a href="http://starryalley.homelinux.net/blog/index.php?/archives/762-Ciclope-Astro-Web-based-Planetarium-using-MobileStarChart.html">here</a>. But anyway, I'd like to use that chance to thank him again for his help. He did really save me a lot of time just as did his application.</p>
<p>So, thanks again starryalley for your help and keep up such a good work with <a href="http://mobilestarchart.sourceforge.net/">mobile starchart</a>.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Windows Vista - A Fairy Tale Gone Bad</title>
      <link>https://archive.juergentreml.de/archives/101.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/101.html</guid>
      <pubDate>Tue, 22 Jan 2008 00:00:00 GMT</pubDate>
      <description>A personal rundown of what&#39;s still rough around the edges in Windows Vista after a year of daily use: a USB-drive BSOD bug, a Backup tool that silently skips EFS-encrypted files, and copy/defrag progress indicators that manage to be worse than Windows 95&#39;s.</description>
      <content:encoded><![CDATA[<h1>Windows Vista - A Fairy Tale Gone Bad</h1>
<p>This is going to be a short post about my first year of experience with Windows Vista. Now I'm not gonna tell you that you should use Linux or Windows XP instead of Vista which is really really bad, as you can read on so many blogs and forums but I want to give an honest opinion on Vista's look and feel and point out some things which are pretty odd and which I really can't understand.</p>
<p>So first of all: I actually like Windows Vista. Built-in search, nice GUI and especially that extremely improved way of navigating folders in Windows Explorer are features I benefit from. Control over thumbnail sizes is another nice feature of Windows Explorer. The sidebar is ok, too, though one can clearly see that Microsoft didn't spend too much time developing that one.</p>
<p>Now to the things I don't like and often not even understand:</p>
<ol>
<li>
<p>During the first few month of usage, I couldn't plug-in any USB flash drive with more than 500 MB, as Vista would crash with a BSOD (blue screen of death) in result. Man! How did Microsoft achieve such a bug?!? I'm not talking about that very special time dilating warp plasma machine I'm trying to connect via USB... it's a USB FLASH DRIVE. I've been really annoyed by that matter but couldn't do much about it. Finally after few months living with it, some Microsoft fixed the bug and since then, I'm able to use my 2 GB flash drive again. :-)</p>
</li>
<li>
<p>Windows BackUp tool! It's gotten a clearly improved GUI, I must admit that. But for the cost of features which are now missing. It's no longer saving to some *.bkf file but to *.zip files each of which cannot be larger than 100 MB. So you end up with dozens of *.zip files in the end. But the most annoying thing is that it can no longer backup EFS encrypted files. They are just left out. There's no longer any way to backup them in Windows Vista, besides doing it manually. But why?!? All you gotta do now to keep files from getting backed up is to set that 'encryt file' checkbox in Windows Explorer. Aren't encrypted files important?!? Now I have that nice and easier to use BackUp tool (NT BackUp was clearly outdate) in Windows Vista, but it's not worth a cent as I'm not even using it. I need ALL my file to be backed up not just some of them, so I have to use some other backup solution.</p>
</li>
<li>
<p>Same with Windows Disk Defragmentation. Now it's got an easier to operate GUI but somehow Microsoft forgot to include some kind of program feature. The disk fragmentation visualization overview is gone, too. I can understand the latter one, as for sure, it has never been too accurate and more than a nice to watch animation but what about the progress indicator? Somewhere on the web, I have read that it's been inaccurate, too. Well, be it so but at least you had some hint at all on how long defrag will take. Now you're left with 'disk defragmentation may take from few minutes to various hours'. What the h***!!! A SIMPLE PROGRESS BAR WOULD HAVE DONE THE JOB! How can having no idea at all on the duration be any better than an inaccurate prediction?</p>
</li>
<li>
<p>This one's again about progress indicators. Now in the case of copying files. I thought the times of '3772653665387752 minutes left' predictions till copying files is done were gone since Windows XP. Windows 95, 98 and ME had this problem. Not that I really missed it in XP but now I guess, I should thank Windows Vista for reviving it!!!!!!</p>
</li>
</ol>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/long-copy.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/long-copy-thumb.jpg" alt="long copy"></a></p>
<p>But besides that little bug Microsoft has tried hard to improve the file copy dialog. Now shows the transfer rate and waits and usually makes quite accurate predictions on the duration. But I don't quite get how Microsoft does calculate it. Must be some numeric approximization of a really complex 5th order integral equation! Why? Because it usually takes 30 to 40 seconds, sometimes even longer till Vista gives you that number after starting to copy files. Till then you can read 'Duration: calculating...'. This is annoying as many file transfers are even done by the time Windows has finished calculating the duration but it's even worse for the fact, that after just a few seconds, Vista shows you a stable and accurate transfer rate in the copy dialog together with an also accurate size and number of files that are being copied. By that time, you or a eight year old child can calculate (just using your head, not even a calculator) the duration of the transfer within three to four seconds, sometimes even faster. This way, you have the result 30 to 40 seconds before Windows Vista does! That's probably the worst thing at all in Windows Vista. Mostly because I just can't understand, even after thinking about that really really hard, how and why Microsoft does that!</p>
<p>Anyone explain it to me? Please!</p>
<p>PS: Number 1) and 4) have been resolved by now. 1) by some Windows Update months ago, and 4) by Vista Service Pack 1 which has been available as a Release Candidate for a few weeks now.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Star Trek XI Trailer on the Web</title>
      <link>https://archive.juergentreml.de/archives/104.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/104.html</guid>
      <pubDate>Tue, 22 Jan 2008 00:00:00 GMT</pubDate>
      <description>The trailer for the new Star Trek movie has hit the web - the film itself isn&#39;t due until December.</description>
      <content:encoded><![CDATA[<h1>Star Trek XI Trailer on the Web</h1>
<p>Somehow this trailer has made its way to the web today. The movie itself is due December this year if I remember right. So till then, enjoy the trailer:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/RllSZW_YLk8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-policy" allowfullscreen></iframe>
]]></content:encoded>      <category>TV, Movies, Music</category>
      <category>WWW</category>

    </item><item>
      <title>Homepage Update</title>
      <link>https://archive.juergentreml.de/archives/4.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/4.html</guid>
      <pubDate>Fri, 18 Jan 2008 00:00:00 GMT</pubDate>
      <description>A short note about consolidating the website onto a single CMS (WordPress), with a follow-up update once the migration from the old site was complete.</description>
      <content:encoded><![CDATA[<h1>Homepage Update</h1>
<p>As you can see, there's gonna be an update to my website. This is mainly to simplify things a lot and use only one CMS, namely Wordpress. I still have to figure out whether it does the job or not but I'm pretty positive on that.</p>
<p>Till migration is complete, you can still visit my old website at http://www.juergentreml.de/joomla/.</p>
<p><strong>Update 2008-01-28:</strong></p>
<p>Migration is complete. The old website has been taken offline and is no longer available.</p>
]]></content:encoded>      <category>Inside Live Runway</category>

    </item><item>
      <title>Firefox vs. Internet Explorer</title>
      <link>https://archive.juergentreml.de/archives/13.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/13.html</guid>
      <pubDate>Fri, 18 Jan 2008 00:00:00 GMT</pubDate>
      <description>A quick, non-preachy look at a nice Firefox-styled icon spotted while surfing the web, compared with the usual Firefox logo.</description>
      <content:encoded><![CDATA[<h1>Firefox vs. Internet Explorer</h1>
<p>No, that's not gonna be some 'you should use Firefox because it's better and faster and safer and...'-article. In fact, I don't even like seeing those words on official or semi-official Firefox banners. I've been an IE user for years until five years ago I switched to Firefox and fell in love with it. I definitely prefer Firefox over IE but for various reasons and with 'faster' and 'safer' NOT being among them. Basically I just like it for the many extensions there are and a few details I really enjoy.</p>
<p>Anyway, few days ago, I came across an icon while surfing the web, which I just wanted to show.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/box-firefox.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/box-firefox-thumb.png" alt="box_firefox"></a></p>
<p>Though it might look this way, I just want to point out: I really don't have any problem with IE. It's a nice piece of software, too, and who ever likes it is free to do so! However, I like the idea of that icon! Close to the official one at first sight but with that but with those pearly white little details... ehh... and that blue 'e' ;-)  Just a creative, nice piece of art!</p>
<p>Oh... and by the way, that's the usual icon you see on the web (with a little less salt and pepper):</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/firefoxlogo2.png"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/firefoxlogo2-thumb.png" alt="Firefoxlogo2"></a></p>
]]></content:encoded>      <category>WWW</category>

    </item><item>
      <title>Take a close look with Google Maps!</title>
      <link>https://archive.juergentreml.de/archives/86.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/86.html</guid>
      <pubDate>Thu, 08 Mar 2007 00:00:00 GMT</pubDate>
      <description>A pointer to a heise.de article showing that Google Maps can be tweaked to reveal higher resolution satellite images for a few regions of the world, with an astonishing example view.</description>
      <content:encoded><![CDATA[<h1>Take a close look with Google Maps!</h1>
<p>As <a href="http://www.heise.de/newsticker/meldung/86410">this</a> article reports, some bloggers have found that Google Maps can be tweaked to show higher resolution images of at least certain regions of the world. This works only for very few regions but nevertheless, <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=15.298683+19.429651&amp;layer=&amp;ie=UTF8&amp;om=1&amp;z=23&amp;ll=15.298518,19.429736&amp;spn=0.000079,0.000155&amp;t=k&amp;iwloc=addr">this</a> example presents a quite astonishing view.</p>
]]></content:encoded>      <category>WWW</category>

    </item><item>
      <title>Is it real? ... Or just a Windows Desktop background image?</title>
      <link>https://archive.juergentreml.de/archives/89.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/89.html</guid>
      <pubDate>Wed, 28 Feb 2007 00:00:00 GMT</pubDate>
      <description>A pointer to a Vanity Fair story about tracking down the real-world locations behind the default Windows desktop wallpapers, a bit like Geocaching for photos.</description>
      <content:encoded><![CDATA[<h1>Is it real? ... Or just a Windows Desktop background image?</h1>
<p>Ever been bored? Well, here's something you need to give a try. Really! Why don't you just start to hunt down the location where your Windows Desktop wallpaper has been photographed? <a href="http://www.vanityfair.com/ontheweb/features/2007/02/autumn200702?currentPage=1">Nick Tosches story</a> suggests that this can be a lot of fun and, by the way, it reminds me pretty much of Geocaching.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/autumn11.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/autumn1-thumb1.jpg" alt=""></a></p>
<p>Last but not least, the story (which I found through <a href="http://pogue.blogs.nytimes.com/2007/02/28/quest-for-a-desktop-image/">David Pogue's blog</a>) is quite a piece of art. Really nice to read!</p>
]]></content:encoded>      <category>WWW</category>

    </item><item>
      <title>Date lines vs. US Air Force jets!</title>
      <link>https://archive.juergentreml.de/archives/90.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/90.html</guid>
      <pubDate>Wed, 28 Feb 2007 00:00:00 GMT</pubDate>
      <description>A quick pointer to a story about a software bug that crashed the new F-22 jet&#39;s computer as it crossed the date line, and why that inevitably brings Ariane rockets and Mars orbiters to mind.</description>
      <content:encoded><![CDATA[<h1>Date lines vs. US Air Force jets!</h1>
<p>Yet another software bug story that will be told by some wanna-be-cool computer science professor to his students 20 years from now. Have a look at <a href="http://www.theregister.co.uk/2007/02/28/f22s_working_again/">this</a>! Apparently, some geek managed to make the new F-22 jet's computer crash as it crosses the date line. Wondering why this makes me think of Ariane rockets and Mars orbiters?!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>WWW</category>

    </item><item>
      <title>PsExec, User Account Control and Security Boundaries</title>
      <link>https://archive.juergentreml.de/archives/91.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/91.html</guid>
      <pubDate>Thu, 15 Feb 2007 00:00:00 GMT</pubDate>
      <description>A pointer to Mark Russinovich&#39;s article on Windows Vista&#39;s User Account Control, and why it&#39;s a neutral technical look at UAC&#39;s capabilities and boundaries rather than proof that UAC is a joke.</description>
      <content:encoded><![CDATA[<h1>PsExec, User Account Control and Security Boundaries</h1>
<p><a href="http://blogs.technet.com/markrussinovich/archive/2007/02/12/638372.aspx">Here</a>'s an excellent article on Windows Vista's User Account Control feature. Although <a href="http://www.heise.de/newsticker/meldung/85335">some people</a> tend to interpret this article as Microsoft admitting that UAC is just a big joke, I think it's a very technical and neutral article about the capabilities, boundaries and purposes of Windows UAC. It's worth a reading!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Yahoo! Messenger for Windows Vista</title>
      <link>https://archive.juergentreml.de/archives/98.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/98.html</guid>
      <pubDate>Wed, 14 Feb 2007 00:00:00 GMT</pubDate>
      <description>A first look at the upcoming Yahoo! Messenger client rebuilt specifically for Windows Vista using WPF, comparing it to Windows Live Messenger and other IM clients.</description>
      <content:encoded><![CDATA[<h1>Yahoo! Messenger for Windows Vista</h1>
<p>At CES Yahoo! anounced a new version of its instant messaging client. This is going to be more than just an updated version. It's gonna be a completly new application specially designed for Windows Vista using WPF.</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/buddy-list-0551.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/buddy-list-0551-thumb.jpg" alt=""></a></p>
<p>At the moment my famous IM client, for sure, is Windows Live Messenger. Why? Because it's got a clear design and is not to clouded with all possible functions in any corner of the screen, a fact that is most certainly true for ICQ but to some extent also for AOL IM and Yahoo! Messenger.</p>
<p>Anyway, Yahoo! Messenger is right behind WLM on second place. And with this new version (supposed it's running stable and fast and won't be cluttered with ads all over) it'll be first place soon! ;-)</p>
<p>The reasons are pretty straight forward: It's got a nice design which fits quite well into my Windows Vista desktop but more important, it has a much clearer window structure, and most important it supports flexible chat windows tabs and the windows sidebar. With flexible window tabs, I mean it even has tabs (unlinke several other IM clients) and furthermore you're not forced to decied between tabs or no tabs but instead just drag one window into another to &quot;tab&quot; them but still can leave certain windows untabbed. See, it really pays off to have a look at free, competitive products every now and then! ;-)</p>
<p><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/tabs-3-0661.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/tabs-3-0661-thumb.jpg" alt=""></a><a href="https://archive.juergentreml.de/wp-content/uploads/2008/01/chat-3-0462.jpg"><img src="https://archive.juergentreml.de/wp-content/uploads/2008/01/chat-3-0461-thumb.jpg" alt=""></a></p>
<p>Last but not least, I'm looking forward to the Vista Sidebar plugin. I'm checking the MS gadget gallery nearly every day for a similar Windows Live Messenger Plugin (there's only two unstable ones). Currently I'm spending a few months in Spain, away from family and friends. Needless to say that there's a few people I chat with quite a lot. Let this be my partner, family members or people working with me on the same project, I'd be happy to have some sidebar gadget giving quick access to instant messaging with those people.</p>
<p>I just hope hope Yahoo! will realese some early customer pre pre preview alpha version soon! :-)</p>
<p>Btw: I'm not a Yahoo! fan or something like that, but if this thing turns out to be only half as good as the video suggest, I'm gonna love it!</p>
<p><a href="http://messenger.yahoo.com/windowsvista.php">Link to Yahoo! Messenger for Windows Vista</a></p>
<p>PS: Tabbed windows, a sidebar gadget, better background design and less restrictive message length limits would be a nice starting point for Microsofts next version of Windows Live Messenger. Closer cooperation with Yahoo! enabling inter-network video and phone talks would be another nice feature. About ICQ, ... well, let's just strip it down to the design part. That should be hard enough for you guys! As soon as you got a design at all, and by saying design, I MEAN design, start thinking about functionality and usability!</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>

    </item><item>
      <title>Deutschland - Ein Sommermärchen</title>
      <link>https://archive.juergentreml.de/archives/21.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/21.html</guid>
      <pubDate>Tue, 13 Feb 2007 00:00:00 GMT</pubDate>
      <description>A short reminiscence about the 2006 World Cup, sharing a video of the Fan Fest fireworks and celebrations in Munich&#39;s Olympic Park after the third-place match.</description>
      <content:encoded><![CDATA[<h1>Deutschland - Ein Sommermärchen</h1>
<p>Obowhl es etwas spät ist für einen Eintrag zum Thema WM 2006, schreib ich das hier jetzt trotzdem schnell.</p>
<p>Beim aufräumen auf meiner Festplatte bin ich über das Video unten gekommen und dachte mir, ich stell das einfach mal auf YouTube. Das Video wurde am Fan Fest im Olympia Park in München aufgenommen beim WM Spiel um Platz 3 (Deutschland gegen Portugal). Ich fand es damals ziemlich beeindruckend und vor allem überraschend, dass München nicht nach dem Endspiel sondern nach dem Spiel um den dritten Platz die grosse Abschlussparty mit Feuerwerk gegeben hat. Weltmeister der Herzen eben!</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/HJPJ7WP100o" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-policy" allowfullscreen></iframe>
<p>Auf jeden Fall hat das Video mit dem musikuntermalten Feuerwerk und der Nationalhymne im Anschluss mich ein wenig in Erinnerungen schwelgen lassen, Erinnerungen an Sommer, Sonne, Spass, gute Laune und eine verdammt geniale Stimmung! Liegt wohl an den vielen Regentropfen die hier so an meinem Fenster vorbeifallen den ganzen Tag, dass ich mich grad etwas nach Sommer und München sehne! ;-)</p>
]]></content:encoded>      <category>Events</category>

    </item><item>
      <title>Jack is back! 24 to sweeten the waiting for Stargate Atlantis and Formula 1.</title>
      <link>https://archive.juergentreml.de/archives/19.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/19.html</guid>
      <pubDate>Wed, 10 Jan 2007 00:00:00 GMT</pubDate>
      <description>24 season 6 is about to premiere and a movie is reportedly in the works, while Stargate Atlantis and the 2007 Formula 1 season are also on the horizon.</description>
      <content:encoded><![CDATA[<h1>Jack is back! 24 to sweeten the waiting for Stargate Atlantis and Formula 1.</h1>
<p><strong>24 - Season 6</strong></p>
<p>I had almost forgotten about the short preview of season 6 at the and of 24 season 5. Now while looking the web for the airing dates of the upcoming Stargate Atlantis season I came across the <a href="http://en.wikipedia.org/wiki/24_(season_6)">wikipedia page on 24</a>. And hell ... the pilot's airing in 5 days!</p>
<p>So finally there'll be an end to weird Spanish talk shows or never ending Operación Triunfo! If it's only half as good as the earlier seasons, it'll soon be a high priority entry on my weekly schedule! Allthough not all people I know do like 24, for me, it's one of the best TV series I've ever seen.</p>
<p>And there's even more! Seems that they are planning to make a <a href="http://news.bbc.co.uk/2/hi/entertainment/4975762.stm">24 movie</a>. Allhtough I've got no idea of how to make a 24 movie (unless it's trying to challenge Michael Ende's Never ending Story by lasting real 24 hours), the fact that it'll be set in London sounds quite promising!</p>
<p><strong>Stargate Atlantis, Formula 1</strong></p>
<p>Anyway, 24 is not all! Two other fix items on my schedule are the second half of Stargate Atlantis season 3 starting on April 6th and of course the 2007 Formula 1 season opening on March 18th in Melbourne.</p>
<p>Any important TV shows I forgot to mention?</p>
]]></content:encoded>      <category>TV, Movies, Music</category>

    </item><item>
      <title>Podcasts - NYT on the front row, Spain still trying to translate the word</title>
      <link>https://archive.juergentreml.de/archives/77.html</link>
      <guid isPermaLink="true">https://archive.juergentreml.de/archives/77.html</guid>
      <pubDate>Tue, 09 Jan 2007 00:00:00 GMT</pubDate>
      <description>A look at the podcast landscape from an iPod Nano owner living in Spain: local newspapers and radio stations barely have podcasts worth the name, but the New York Times is doing it right, especially David Pogue&#39;s tech podcast.</description>
      <content:encoded><![CDATA[<h1>Podcasts - NYT on the front row, Spain still trying to translate the word</h1>
<p>Here's some information about podcasts which I'd like to share. Why? To be honest, mainly because NYT podcasts are so f***in' good but also because Spain seems to be nearly podcast free.</p>
<p><strong>How It Started</strong></p>
<p>I consider myself a regular podcast listeners since about a year or so, having started listening to German news show podcasts trying to somehow keep myself busy on the sheer endless busride from my appartment to the university campus.</p>
<p>I found this to be a pretty goot alternative to radio, as it gives you a lot more freedom in choosing what you want to listen to, though unfortunately not beeing as easy to use when new to the subject.</p>
<p><strong>Hardware &amp; Applications</strong></p>
<p>I started with an iPod Shuffle which I had got for free, soon noticed that Apple doesn't want me to listen to Podcast on such a cheap device and thus forced to use some of those nice but not at all intuitive and stable programs like Juice or Doppler. Let's just say the chain of Juice downloading the podcasts, Windows Media Player keeping track of new shows and uploading them to an Apple iPod plus iPod Shuffle Library Updater didn't work as very reliably. All this has been quite a mess. So finally facing my stay abroad in Spain and an even longer bus ride to the university campus I bought myself an iPod Nano 2G and know what? It works like a smooth. iTunes and my new iPod make a perfect team and now it really isn't any more than just plugging your iPod into your computer before breakfast and plugging it off afterwards and you'll have all new episodes of you favorite show on this shiny little thing.</p>
<p><strong>Where's the Podcasts?</strong></p>
<p>So now I'm set to listen to hundreds of awesome shows on my iPod every day on this one hour metro ride? No! Unfortunately not! But why? Because there simply are no podcasts, at least not in Spain.</p>
<p>Well, I must admit that's been a little bit of an exageration, nevertheless Spain stills seems to be quite busy finding a translation of the word into their own language before even thinking about using the word. That is to say, none of the big newspapers seem to be offering podcasts, neither the small ones. TV stations either. You'd be happy to find their program schedule on their websites not to speak about additional features like podcasts, RSS or media stuff. Well, at least there's ads! ;-) So what remains is low quality recordings of Spanish radio shows, tremendously long in duration, huge in size and tiny in content, as long as you aren't taking bad jokes and &quot;second hand&quot; music for content (allthough the latter two things might be subject to my personal likes and dislikes). Anyway, not considering the non-functional podcast links on <a href="http://www.elmundo.es">www.elmundo.es</a>, a big spanish newspaper, this is all you'll get, so check it out yourself at:</p>
<ul>
<li><a href="http://www.cadenaser.com/static/podcast/ayuda_podcast.html">Cadena SER</a></li>
<li><a href="http://www.lamanana.com.es/podcast/">Cadena COPE</a></li>
</ul>
<p>Now talking about Germany, I'd be happy to say that they are doing a better job, but they're not! It's exactly the same style. Simple recordings of radio and TV news broadcasts which are published on the according websites as so called podcasts. At least there's more than in Spain, so, you'll have a bit more of a choice and therefore might find some shows being somewhat above average, others somwhat below. Try it youself at the following site:</p>
<ul>
<li><a href="http://www.n-tv.de/audio-podcast/news.rss">n-tv</a></li>
</ul>
<p>There's even one german site with quite good podcasts:</p>
<ul>
<li><a href="http://www.ftd.de/div/podcast/37939.html">Financial Times Deutschland</a></li>
</ul>
<p><strong>New York Times Podcasts</strong></p>
<p>So finally where's the good podcasts? Easy question, easy answer: Go to the New York Times web site at <a href="http://www.nyt.com">www.nyt.com</a>. That's what podcasts should be like and the reason for this blog entry. They are really PRODUCING podcasts and obviously spending money on this matter. They're not just publishing recordings of interviews or read-alouds of some of their columns, allthough one of the best podcasts on their site is just this. David Pogue, a NYT tech clumnist reading aloud his weekly published article. But he's as good a reader as he is a writer and that he is for sure ... again subject to my personal likes! The podcast which is named after it's author is about the latest gadgets on the tech market whose features are presented and explained but also judged, quite often with a good portion of humour, sometimes quite obvious, sometimes somwhat more hidden. In short, excatly the style I like. ;-) Just give it a try:</p>
<ul>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/pogue.xml">David Pogue</a></li>
</ul>
<p>And make sure you don't miss all the other <a href="http://www.nytimes.com/ref/multimedia/podcasts.html">podcasts on the NYT web site</a>, especially:</p>
<ul>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/techtalk.xml">Tech Talk</a></li>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/mostemailed.xml">Most E-Mailed Articles</a></li>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/moviereview.xml">Movie Review</a></li>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/timestalks.xml">New York Times Speaker Series</a></li>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/worldview.xml">World View</a></li>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/scienceupdate.xml">Science Times</a></li>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/frontpage.xml">Front Page</a></li>
<li><a href="http://www.nytimes.com/services/xml/rss/nyt/podcasts/washreport.xml">Washington Report</a></li>
</ul>
<p>So finally, feel free to share your favorite podcasts in the comments to this blog entry.</p>
<p>By the way, even in Germany and Spain, there are a few podcasts which are quite okay, but mainly this is small unknown podcasts which are being published on a far less regular schedule (if any) and aren't really suitable for your daily metro or bus ride. That's why I didn't lose any word about those in the text above.</p>
]]></content:encoded>      <category>Computer &amp; Devices</category>
      <category>TV, Movies, Music</category>

    </item>
  </channel>
</rss>
