<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>juergen.treml &#187; WWW</title>
	<atom:link href="http://www.juergentreml.de/archives/category/on-the-web-today/feed" rel="self" type="application/rss+xml" />
	<link>http://www.juergentreml.de</link>
	<description>Crossing a live runway...</description>
	<lastBuildDate>Tue, 03 Jan 2012 10:04:41 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.3</generator>
	<item>
		<title>HOWTO Circumvent Palm App Catalog Regional Filtering</title>
		<link>http://www.juergentreml.de/archives/1056</link>
		<comments>http://www.juergentreml.de/archives/1056#comments</comments>
		<pubDate>Wed, 07 Apr 2010 14:43:43 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[App Catalog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Palm Pixi]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[WebOS]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/1056</guid>
		<description><![CDATA[This article is a short tutorial on how install WebOS applications on your Palm Pre independent [&#8230;]]]></description>
				<content:encoded><![CDATA[<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.<span id="more-1056"></span></p>
<p><span style="color: #808080;">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 </span><a href="http://www.juergentreml.de/programming/webos/qrdecoder"><span style="color: #808080;">QR deCODEr</span></a><span style="color: #808080;"> and </span><a href="http://www.juergentreml.de/programming/webos/dix"><span style="color: #808080;">DIX Dictionary</span></a><span style="color: #808080;">, I managed to collect a bit of statistics (which I also confirmed with other developers), looking as shown below:</span></p>
<p><a href="http://www.juergentreml.de/wp-content/uploads/2010/04/image10.png" rel="lightbox[1056]"><span style="color: #808080;"> </span></a><a href="http://www.juergentreml.de/wp-content/uploads/2010/04/image11.png" rel="lightbox[1056]"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="image" src="http://www.juergentreml.de/wp-content/uploads/2010/04/image_thumb1.png" border="0" alt="image" width="500" height="335" /></a><span style="color: #808080;">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!</span></p>
<p>But enough already, here we got with the install tutorial for apps submitted for other regions than your own.</p>
<p><strong><span style="text-decoration: underline;">HOWTO Install Apps Not Showing Up In The App Catalog For Your Region</span></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><span style="color: #ff0000;">UPDATE: As an alternative to the following DIY tutorial, there are two apps that do all the work for you. See the </span><a href="#auto">end of this post</a><span style="color: #ff0000;"> </span><span style="color: #ff0000;"> for details.</span></p>
<ol>
<li>
<div>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" class="broken_link">Palm WebOS SDK</a><strong> </strong>, 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" class="broken_link">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).</div>
</li>
<li>
<div>Create a new folder called <em>Dummy</em> somewhere on your hard disk.</div>
</li>
<li>
<div>Within that folder, create a text file called <em>appinfo.json</em></div>
</li>
<li>
<div>Open this file in a text editor and copy the following lines to the file (including the brackets):</div>
<p><em>{<br />
&#8220;id&#8221;: &#8220;FILL IN APP ID HERE&#8221;,<br />
&#8220;version&#8221;: &#8220;0.0.1&#8243;,<br />
&#8220;vendor&#8221;: &#8220;FILL IN VENDOR HERE&#8221;,<br />
&#8220;title&#8221;: &#8220;FILL IN TITLE HERE&#8221;, </em></p>
<p><em> &#8220;type&#8221;: &#8220;web&#8221;,<br />
&#8220;main&#8221;: &#8220;index.html&#8221;<br />
}<br />
</em></li>
<li>
<div>Fire up <em>Preware</em> and find the app you want to install, e.g. French <em>Le Monde</em> app as show below:<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150243.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150243" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150243_thumb.png" border="0" alt="preware_2010-07-04_150243" width="160" height="240" /></a></div>
</li>
<li>
<div>Scroll down to see the vendor name, version number and app ID:<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150250.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150250" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150250_thumb.png" border="0" alt="preware_2010-07-04_150250" width="160" height="240" /></a></div>
</li>
<li>
<div>
<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>
</div>
<p><em>{<br />
&#8220;id&#8221;: &#8220;com.backelite.lemonde&#8221;,<br />
&#8220;version&#8221;: &#8220;0.0.1&#8243;,<br />
&#8220;vendor&#8221;: &#8220;Le Monde Interactif&#8221;,<br />
&#8220;title&#8221;: &#8220;Lemonde.fr&#8221; </em></p>
<p><em> &#8220;type&#8221;: &#8220;web&#8221;,<br />
&#8220;main&#8221;: &#8220;index.html&#8221;,<br />
}<br />
</em></li>
<li>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<br />
</em></li>
<li>Now connect your device to your computer via the USB cable and type the following to install the dummy application to your device:<em>palm-install –d usb com.backelite.lemonde_0.0.1_all.ipk</em>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><a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150339" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339_thumb.png" border="0" alt="preware_2010-07-04_150339" width="160" height="240" /></a></li>
<li>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:<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_145659.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_145659" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_145659_thumb.png" border="0" alt="findapps_2010-07-04_145659" width="160" height="240" /></a> <a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150416.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_150416" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150416_thumb.png" border="0" alt="findapps_2010-07-04_150416" width="160" height="240" /></a></li>
<li>Tap <em>Install Updates</em> and wait for your device to download and install the new version.<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150423.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_150423" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150423_thumb.png" border="0" alt="findapps_2010-07-04_150423" width="160" height="240" /></a> <a href="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150432.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="findapps_2010-07-04_150432" src="http://www.juergentreml.de/wp-content/uploads/2010/04/findapps_20100704_150432_thumb.png" border="0" alt="findapps_2010-07-04_150432" width="160" height="240" /></a></li>
<li>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.<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/lemonde_20100704_150453.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="lemonde_2010-07-04_150453" src="http://www.juergentreml.de/wp-content/uploads/2010/04/lemonde_20100704_150453_thumb.png" border="0" alt="lemonde_2010-07-04_150453" width="160" height="240" /></a><br />
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.<br />
<a href="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_1503391.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="preware_2010-07-04_150339" src="http://www.juergentreml.de/wp-content/uploads/2010/04/preware_20100704_150339_thumb1.png" border="0" alt="preware_2010-07-04_150339" width="160" height="240" /></a> <a href="http://www.juergentreml.de/wp-content/uploads/2010/04/Unknown_20100704_151243.png" rel="lightbox[1056]"><img style="display: inline; border-width: 0px;" title="Unknown_2010-07-04_151243" src="http://www.juergentreml.de/wp-content/uploads/2010/04/Unknown_20100704_151243_thumb.png" border="0" alt="Unknown_2010-07-04_151243" width="160" height="240" /></a></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 <img src="http://www.juergentreml.de/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
<p>&nbsp;</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" class="broken_link">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>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.accuradio.player_1.0.0_all.ipk">AccuRadio</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.backelite.20minutes_0.0.1_all.ipk">20minutes.fr</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.backelite.lemonde_0.0.1_all.ipk">Lemonde.fr</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.sachersoft.wordwhirllite_0.9.3_all.ipk">Word Whirl Lite</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.sfr.sfrwifi_0.0.1_all.ipk">SFR WiFi</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/net.net2streams.lite_0.0.1_all.ipk">Net2Streams Lite</a></div>
</li>
<li>
<div><a href="http://www.juergentreml.de/wp-content/uploads/com.yellowpages.ypmobile_0.0.1_all.ipk">YPmobile</a></div>
</li>
</ul>
<p>Enjoy!</p>
<p>&nbsp;</p>
<p><a name="auto"><span style="color: #ff0000;"><strong>UPDATE</strong></span></a><span style="color: #ff0000;"> </span></p>
<p><span style="color: #ff0000;">As </span><a href="http://forums.precentral.net/members/jason-robitaille.html" class="broken_link">Jason Robitaille</a><span style="color: #ff0000;"> points out </span><a href="http://forums.precentral.net/webos-apps-software/240593-circumvent-region-filtering-install-apps-not-available-your-country.html#post2366555" class="broken_link">here</a><span style="color: #ff0000;">, his </span><a href="http://forums.precentral.net/canuck-software/237326-ipk-packager.html" class="broken_link">Ipk Packager</a><span style="color: #ff0000;"> tool may be more comfortable for creating dummy app packages than your regular text editor. <strong>Also, </strong></span><a href="http://www.nexave.de/forum/index.php?page=User&amp;userID=9386">Blacklight</a><span style="color: #ff0000;"><strong> </strong></span><span style="color: #ff0000;"><strong> was kind enough to update his </strong></span><a href="http://www.nexave.de/forum/38947-ipk-fetcher-2.html">Ipk Fetcher</a><span style="color: #ff0000;"><strong> </strong></span><span style="color: #ff0000;"><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></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/1056/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Bing Maps Making an Impression</title>
		<link>http://www.juergentreml.de/archives/1000</link>
		<comments>http://www.juergentreml.de/archives/1000#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:36:31 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Bing Maps]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Photosynth]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7 Phone Series]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/1000</guid>
		<description><![CDATA[It’s not often that I write an actual post about something I just came across on [&#8230;]]]></description>
				<content:encoded><![CDATA[<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="http://www.juergentreml.de">‘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.</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:</p>
<p> <object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/BlaiseAguerayArcas_2010-medium.mp4&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/BlaiseAgueraYArcas-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=766&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=blaise_aguera;year=2010;theme=the_creative_spark;theme=new_on_ted_com;theme=a_taste_of_ted2010;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/dynamic/BlaiseAguerayArcas_2010-medium.mp4&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/BlaiseAgueraYArcas-2010.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=766&#038;introDuration=16500&#038;adDuration=4000&#038;postAdDuration=2000&#038;adKeys=talk=blaise_aguera;year=2010;theme=the_creative_spark;theme=new_on_ted_com;theme=a_taste_of_ted2010;event=TED2010;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/1000/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR deCODEr for Palm webOS now available</title>
		<link>http://www.juergentreml.de/archives/974</link>
		<comments>http://www.juergentreml.de/archives/974#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:30:34 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Featured Articles]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[Barcode]]></category>
		<category><![CDATA[Decoder]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[Palm Pixi]]></category>
		<category><![CDATA[Palm Pre]]></category>
		<category><![CDATA[QR Code]]></category>
		<category><![CDATA[WebOS]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/974</guid>
		<description><![CDATA[Here we go! My first webOS app for the Palm Pre &#38; Pixi is online. It’s [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.juergentreml.de/programming/webos/qrdecoder"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="PalmPre_FrontClosedCalendar.tif2_" border="0" alt="PalmPre_FrontClosedCalendar.tif2_" align="right" src="http://www.juergentreml.de/wp-content/uploads/2010/01/PalmPre_FrontClosedCalendar.tif2_1.png" width="141" height="240" /></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="http://www.juergentreml.de/programming/webos/qrdecoder">here</a> to go to the apps web site and make sure your read the short manual <a href="http://www.juergentreml.de/programming/webos/qrdecoder/qrdecoder-help">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" class="broken_link">here</a> while awaiting approval for the on-device app catalog.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/974/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Is that really you, Microsoft?</title>
		<link>http://www.juergentreml.de/archives/439</link>
		<comments>http://www.juergentreml.de/archives/439#comments</comments>
		<pubDate>Fri, 23 Jan 2009 01:06:50 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[Aero Peek]]></category>
		<category><![CDATA[Aero Snap]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[CTP]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Super Bar]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/?p=439</guid>
		<description><![CDATA[“Change is the only constant.” I think it was Einstein who once said that. I also [&#8230;]]]></description>
				<content:encoded><![CDATA[<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.<span id="more-439"></span></p>
<p><img style="margin: 5px 10px 0px 0px; display: inline; border: 0px;" title="windows7(2)" src="http://www.juergentreml.de/wp-content/uploads/2009/01/windows723.png" border="0" alt="windows7(2)" width="202" height="133" align="left" /> 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><span style="text-decoration: underline;">Related Links:</span></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>
			<wfw:commentRss>http://www.juergentreml.de/archives/439/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magellan Triton &amp; OpenStreetMap. Perfect Duo?</title>
		<link>http://www.juergentreml.de/archives/404</link>
		<comments>http://www.juergentreml.de/archives/404#comments</comments>
		<pubDate>Sat, 26 Jul 2008 16:29:25 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[Hiking]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Mountain Biking]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Outdoor]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/404</guid>
		<description><![CDATA[I&#8217;ve recently been doing some research on current GPS devices since I broke my own about [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style="border: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/07/0000951.jpg" border="0" alt="000095" width="87" height="151" align="right" /> I&#8217;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/" class="broken_link">Magellan</a> Meridian which I&#8217;ve been extremely satisfied with. Still, it&#8217;s probably not worth a repair intent as it&#8217;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="border: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/07/getprodimageasp1.jpg" border="0" alt="getProdImage.asp" width="113" height="190" align="left" /> Long story short, I&#8217;ve never been to fond of the <a href="http://www.garmin.com">Garmin</a> devices and as I&#8217;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" class="broken_link">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&#8217;t seem to interested in Europe too much, meaning, there&#8217;s only country boundaries and large streets on the device&#8217;s integrated base map and no detailed <a href="http://www.magellangps.com/products/software.asp" class="broken_link">maps</a> available to buy and / or download (besides some special maps like waterways and topographic maps for Norway). Since I&#8217;m planning to use this thing mainly in Europe that would be an absolute no-buy reason.<span id="more-404"></span></p>
<p><img style="border: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/07/mag-map-120x1201.png" border="0" alt="mag-map-120x120" width="120" height="120" align="right" /> Fortunately a little digging brought up that there&#8217;s plenty of 3rd party maps and tools available for the Magellan Triton. Seems that the device&#8217;s map format is publicly known. I don&#8217;t know whether it&#8217;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 title="http://www.maps4me.de/" href="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 title="http://www.magellanboard.de" href="http://www.magellanboard.de" class="broken_link">http://www.magellanboard.de</a>. There&#8217;s one map I&#8217;d especially like to point out: A <a href="https://www.vermessungstechniker.net/openstreetmap-deutschland-fuer-magellan/" class="broken_link">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="http://www.juergentreml.de/archives/396">earlier post</a>, I&#8217;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 &#8220;record button&#8221; 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>
			<wfw:commentRss>http://www.juergentreml.de/archives/404/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Update: What OpenStreetMap doesn&#8217;t have&#8230;</title>
		<link>http://www.juergentreml.de/archives/397</link>
		<comments>http://www.juergentreml.de/archives/397#comments</comments>
		<pubDate>Sun, 01 Jun 2008 17:41:15 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[OpenStreetMaps]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Windows Live Maps]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/397</guid>
		<description><![CDATA[I didn&#8217;t actually think about this when I &#8220;rediscovered&#8221; OpenStreetMap the other day and wrote my [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I didn&#8217;t actually think about this when I &#8220;rediscovered&#8221; <a href="http://www.openstreetmap.org/">OpenStreetMap</a> the other day and wrote my blog post about it; there&#8217;s yet another feature that <a href="http://www.openstreetmap.org/">OpenStreetMap</a> doesn&#8217;t offer&#8230; routing! I didn&#8217;t really notice that as I&#8217;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&#8217;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 <img src="http://www.juergentreml.de/wp-includes/images/smilies/icon_wink.gif" alt=";-)" class="wp-smiley" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/397/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenStreetMap! A great idea!</title>
		<link>http://www.juergentreml.de/archives/396</link>
		<comments>http://www.juergentreml.de/archives/396#comments</comments>
		<pubDate>Mon, 26 May 2008 22:01:11 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Windows Live Maps]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/396</guid>
		<description><![CDATA[I&#8217;d like to help and spread the word about a project I actually came across quite [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.openstreetmap.org/"><img style="border-width: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/05/mag-map-120x120.png" border="0" alt="Mag_map-120x120" width="120" height="120" align="right" /></a>I&#8217;d like to help and spread the word about a project I actually came across quite a while ago but which I&#8217;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&#8217;s maps which are &#8220;free&#8221; as in &#8220;you can do this and that with our maps BUT YOU&#8217;RE NOT ALLOWED TO &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. &lt;LONG TEXT FOLLOWING&gt; &#8230;&#8230;&#8230;&#8230;&#8221;.</p>
<p><a rel="lightbox" href="http://www.juergentreml.de/wp-content/uploads/2008/05/osm.png"><img style="border-width: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/05/osm-thumb.png" border="0" alt="osm" width="252" height="102" align="left" /></a>Of course they don&#8217;t have all the features of the big players like Google or Microsoft; there&#8217;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&#8217;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&#8217;s version, as you can see in the following picture.<span id="more-396"></span></p>
<p><a rel="lightbox" href="http://www.juergentreml.de/wp-content/uploads/2008/05/osmvsg-osm.png"><img style="border-width: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/05/osmvsg-osm-thumb.png" border="0" alt="osmvsg-osm" width="247" height="174" /></a> <a rel="lightbox" href="http://www.juergentreml.de/wp-content/uploads/2008/05/osmvsg-g.png"><img style="border-width: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/05/osmvsg-g-thumb.png" border="0" alt="osmvsg-g" width="238" height="174" /></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&#8217;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&#8217;s a community effort. So the success of this project depends on as many users willing to take part as possible. There&#8217;s still quite a few blank spots on the maps, especially regarding smaller villages, etc. So feel free to contribute! Speaking for myself, I&#8217;ll definitely give it a try and provide a few tracks in the near future since I&#8217;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&#8217;s a <a href="http://www.gravitystorm.co.uk/osm/">cycle map</a>&#8230;</p>
<p><a rel="lightbox" href="http://www.juergentreml.de/wp-content/uploads/2008/05/cycle.png"><img style="border-width: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/05/cycle-thumb.png" border="0" alt="cycle" width="484" height="301" /></a></p>
<p>&#8230; and a <a href="http://www.openpistemap.org/">skiing map</a>.</p>
<p><a rel="lightbox" href="http://www.juergentreml.de/wp-content/uploads/2008/05/ski.png"><img style="border-width: 0px;" src="http://www.juergentreml.de/wp-content/uploads/2008/05/ski-thumb.png" border="0" alt="ski" width="484" height="324" /></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/" class="broken_link">address searches</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/396/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Museum of Modern Betas</title>
		<link>http://www.juergentreml.de/archives/377</link>
		<comments>http://www.juergentreml.de/archives/377#comments</comments>
		<pubDate>Tue, 29 Apr 2008 09:41:21 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/377</guid>
		<description><![CDATA[Yet another short spread-the-word post. I just came across the Museum of Modern Betas which basically [&#8230;]]]></description>
				<content:encoded><![CDATA[<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&#8217;s a nice long list with a lot of entries on it you probably already know but I&#8217;m pretty sure there&#8217;s some projects on it you haven&#8217;t ever heard of but which you might find pretty interesting. It&#8217;s worth a visit!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/377/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mindmapping: Free and web-based!</title>
		<link>http://www.juergentreml.de/archives/376</link>
		<comments>http://www.juergentreml.de/archives/376#comments</comments>
		<pubDate>Tue, 29 Apr 2008 09:34:53 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[FreeMind]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[Mind map]]></category>
		<category><![CDATA[Mindmanager]]></category>
		<category><![CDATA[mindmeister]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/376</guid>
		<description><![CDATA[I&#8217;d like to point out the blog post found here. It&#8217;s about free mindmapping software. Since [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="260" alt="Mindmap" src="http://www.juergentreml.de/wp-content/uploads/2008/04/mindmap1.gif" width="194" align="right" border="0"> I&#8217;d like to point out the blog post found <a href="http://www.zipfelmaus.com/blog/mindmappen-online/" class="broken_link">here</a>. It&#8217;s about free <a href="http://en.wikipedia.org/wiki/Mind_map">mindmapping</a> software. Since I&#8217;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&#8217;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&#8217;t have much more to say about it. Just wanted to help spreading the word. Give it a try for yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.juergentreml.de/archives/376/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make sure there&#8217;s no special character in your name if you&#8217;re planning to become a Tablet PC user</title>
		<link>http://www.juergentreml.de/archives/373</link>
		<comments>http://www.juergentreml.de/archives/373#comments</comments>
		<pubDate>Thu, 24 Apr 2008 01:26:29 +0000</pubDate>
		<dc:creator><![CDATA[Jürgen]]></dc:creator>
				<category><![CDATA[Computer & Devices]]></category>
		<category><![CDATA[WWW]]></category>
		<category><![CDATA[German]]></category>
		<category><![CDATA[Handwriting Personalization]]></category>
		<category><![CDATA[Handwriting Recognition]]></category>
		<category><![CDATA[Handwriting Style]]></category>
		<category><![CDATA[Input Language]]></category>
		<category><![CDATA[Keyboard Layout]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Spanish]]></category>
		<category><![CDATA[Tablet PC]]></category>
		<category><![CDATA[Tablet PC Input Panel]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.juergentreml.de/archives/373</guid>
		<description><![CDATA[As a Tablet PC user I&#8217;m relying on stylus input and handwriting recognition a lot. So [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>As a Tablet PC user I&#8217;m relying on stylus input and handwriting recognition a lot. So let&#8217;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&#8217;s integration, it works well and fast in most other situations.</p>
<p align="center"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="63" alt="tip" src="http://www.juergentreml.de/wp-content/uploads/2008/04/tip.png" width="244" border="0" /> </p>
<p>Now the bad news. I can&#8217;t get that freakin&#8217; thing to learn my name. I must admit there&#8217;s no way my parents could have known that I&#8217;d be using handwriting recognition on a computer one day when they named me over 20 years ago. So I can&#8217;t blame them for deciding on J&#252;rgen.</p>
<p>As long as I&#8217;m using German as the selected input language on the input panel, I&#8217;m fine. But since I&#8217;m dealing with English most of the time and since I&#8217;m also talking to some Spanish guys every now and then, most of the time my input panel isn&#8217;t set to German. Unfortunately Microsoft didn&#8217;t consider that case as relevant and there&#8217;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&#8217;t allow me to enter any characters that aren&#8217;t part of the selected language&#8217;s keyboard layout. Automatic learning and correction tools aren&#8217;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;&#252;&quot; it just comes up with not-so-close matches. This turn&#8217;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&#8217;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>
			<wfw:commentRss>http://www.juergentreml.de/archives/373/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
