<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="Movable Type/2.661" -->
<rss version="0.91">
  <channel>
    <title>Live from Tokyo: Tech Blog</title>
    <link>http://www.stuartwoodward.com/tech/</link>
    <description>Notes of a Software Developer in Tokyo, Japan who still has a soft spot for  C#, Java and Python</description>
    <language>en-us</language>
    <webMaster></webMaster>
    <lastBuildDate>2003-11-28T10:06:30+09:00</lastBuildDate>
    <pubDate>2006-07-10T09:27:06+09:00</pubDate>

    <item>
      <title>Ruby Plugins for Becky</title>
      <description>I must check later if I posted about this a long time ago but Becky! is the best email client I have come across. It is written in Japan but has full English menus and handles Japanese and of course English perfectly. While searching for it&apos;s download page I came across this page: Ruby Plugins for Becky!. I must try this out as I really want to write an anti-spam filter for Becky!...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000288.html</link>
    </item>

    <item>
      <title>Mapping Differences Between JIS X 0221 and Code Page 932</title>
      <description>For the record: &quot;Mapping Differences Between JIS X 0221 and Code Page 932&quot;....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000272.html</link>
    </item>

    <item>
      <title>Japanese Keyboard with English Windows XP</title>
      <description>If you are trying to install Japanese Keyboard on English Windows XP the trick is to uncheck the &quot;show compatible hardware&quot; box when you do an update driver. By doing that you get all the choices of keyboards including Japanese....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000268.html</link>
    </item>

    <item>
      <title>What&apos;s up with GRIC at Narita?</title>
      <description>I powered up my Notebook at Narita and was really happy to see that the airport&apos;s wireless lan connection supported GRIC global roaming which is the roaming service that my ISP Global Online supports. I was ready to use the net for free but the GRIC system didn&apos;t accept my password! What&apos;s more the instructions for GRIC were only in Japanese which is not very friendly for those who can&apos;t read it. After fiddling around for few minutes I signed up for 1 day access (for 1000yen!) with BizPortal which worked flawlessly. The worst part is that you can&apos;t even...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000265.html</link>
    </item>

    <item>
      <title>Vim is too clever by half</title>
      <description>I installed VIM on my notebook. I decided to try and switch over to vi(m) for most of my text editing tasks because it is free and because vi is sure to be available on all Unix machine that I have had to edit files on. There is nothing worse than editing a file, especially one that if you mess it up you can&apos;t login again, with vi when you only know a handful of commands and it is likely that you are going to make a mess of the file through incompetance. I have one problem with vim though....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000264.html</link>
    </item>

    <item>
      <title>English Language Service pack for Japanese Office Products</title>
      <description>While stumbling around the Microsoft Office site searching for the Powerpoint viewer I found a link to the English Language menu pack for Japanese Office Products. From what I gather you have to pay about a 1000yen for it but the fact that it is available is great!...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000263.html</link>
    </item>

    <item>
      <title>Zachary Pessin</title>
      <description>I wonder what happened to Zachary Pessin. I used to bump into him in Yokohama and Tokyo occasionally and when I found his meishi today I wondered what he was up to......</description>
      <link>http://www.stuartwoodward.com/tech/archives/000224.html</link>
    </item>

    <item>
      <title>Remembering The Kanji</title>
      <description>I just made a mailing list dedicated to the book Remembering The Kanji by James W. Heisig.. Please join if you used, are using or are considering using this book to learn Kanji....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000203.html</link>
    </item>

    <item>
      <title>nPop - POP client with Japanese support</title>
      <description>nPOP is a small Windows POP3 client that supports Japanese mail encodings written by a Japanese developer. There is an English version. It&apos;s really useful for cleaning out your mail box of SPAM and reading mails as they come in....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000194.html</link>
    </item>

    <item>
      <title>To LOWER or not toLower()</title>
      <description>Today we are debugging a problem with our search code. Everything works fine (thanks Victor) except Zenkaku Romaji. It appears that the search is creating case insenstive SQL by using Java&apos;s toLower() on the query string and then using LOWER on the data column in SQL to complete the search query. This has one broken assumption that Java&apos;s toLower() and, in the current case in question, Postgres&apos;s LOWER produce the same result. They don&apos;t! The answer it seems is to use ILIKE (Japanese Link). This is easier said than done! Also I&apos;m concerned about whether other databases support ILIKE or...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000184.html</link>
    </item>

    <item>
      <title>In search of an Au emoji font</title>
      <description>On whim I was searching to see if anyone had made a truetype font which contains KDDI Au mobile phone&apos;s emoji picture characters. I get some mails forwarded to my PC and if they contain Au emoji picture characters they all look like dots! Tom of Nooper suggested Enfour but they only seem to have an iMode emoji font. While I was searching I came across this nice iMode introduction from IBM...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000180.html</link>
    </item>

    <item>
      <title>Classy User Agreement</title>
      <description>Now if only the Microsoft&apos;s User Agreements were written like this one from classY Mobile, a Japanese service that allows you to access POP mail from iMode, ezWeb and J-Phone....</description>
      <link>http://www.stuartwoodward.com/tech/archives/000127.html</link>
    </item>

    <item>
      <title>Banner Add Tracking</title>
      <description>I went over to see the guys at ValueCommerce Japan today to learn how to hook up an e-commerce site to their banner ad affiliate program. It&apos;s really enlightening to see how these technologies work from the back end. It made me think that the next time I go and buy something at Amazon I might purposefully go to a blog that I like and click through their Amazon link. By doing so my favourite blog author will get the referral fee. It also made me think about refusing cookies. Sometimes the cookie is completely innocuous and by not accepting...</description>
      <link>http://www.stuartwoodward.com/tech/archives/000112.html</link>
    </item>

  </channel>
</rss>